code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" /> <meta name="mobile-web-app-capable" content="yes"> <title>Fries</title> <link rel="shortcut icon" href="favicon.png" /> <link rel="stylesheet" href="../../dist/themes/holo-light/holo-light.min.css" /> <!-- For demo purposes only --> <style type="text/css"> body { -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; } h1.intro { font-weight: 200; margin: 0.2em 0; } p { color: #999; margin-bottom: 1em; } .center-me { text-align: center; } .list i[class*="icon-"] { float: left; font-size: 36px; color: #999; } .i-class { float: left; line-height: 36px; margin-left: 8px; } .footnote { display: block; text-align: center; text-shadow: 0 1px 0 rgba(0,0,0,0.5); color: #222; font-size: 11px; } </style> </head> <body ontouchstart=""> <div class="page"> <header class="action-bar fixed-top"> <a href="index.html" class="app-icon action up" data-transition="pop"> <i class="icon-up-button"></i> <i class="icon-fries"></i> </a> <h2 class="title">Fries Components <span class="subtitle">Spinners</span></h2> <ul class="actions pull-right"> <li><a href="javascript: void(0);" class="action" title="New Contact" data-ignore="true"><i class="icon-add-person"></i></a></li> <li><a href="javascript: void(0);" class="action" title="Profile" data-ignore="true"><i class="icon-person"></i></a></li> <li><a href="javascript: void(0);" class="action" title="Settings" data-ignore="true"><i class="icon-settings"></i></a></li> <li><a href="javascript: void(0);" class="action" title="Sign out" data-ignore="true"><i class="icon-fries"></i></a></li> </ul> </header> <div class="content inset"> <p>Spinners can appear on the action bar as Action Overflow.</p> <p>They can also appear on a form.</p> </div> </div> <script src="../../dist/fries.min.js"></script> <!-- Use fingerblast when testing on the browser --> <script src="../js/fingerblast.js"></script> <script src="../js/example.js"></script> </body> </html>
eyecatchup/fries
examples/holo-light/spinners.html
HTML
mit
2,430
<!doctype html> <html lang="en"> <head> <title>Lunch Checker</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/angularjs/1.5.8/angular.min.js"></script> <script src="app.js"></script> </head> <body> <div class="container" ng-app="LunchCheckerApp" ng-controller="LunchCheckerCtrl"> <h1>Lunch Checker</h1> <div class="panel panel-default"> <div class="panel-body"> <div class="form-group" ng-class="{'has-success': status == 'OK', 'has-error': status == 'ERROR'}"> <input ng-model="dishes" type="text" class="form-control" placeholder="list comma separated dishes you usually have for lunch"> </div> <div> <button class="btn btn-default" ng-click="checkLunch()">Check If Too Much</button> <strong ng-bind="result" ng-class="{'text-success': status == 'OK', 'text-danger': status == 'ERROR'}"></strong> </div> </div> </div> </div> <div class="container"> <div class="panel panel-primary"> <div class="panel-body"> <div> <span class="glyphicon glyphicon-info-sign"></span> <a href="https://github.com/vria/coursera-angular/tree/master/assignment1" target="_blank"> You are welcome to check the code here </a> </div> <div> <span class="glyphicon glyphicon-info-sign"></span> <a href="https://github.com/jhu-ep-coursera/fullstack-course5/blob/master/assignments/assignment1/Assignment-1.md" target="_blank"> Assignment Instructions </a> </div> </div> </div> </div> </body> </html>
vria/coursera-angular
assignment1/index.html
HTML
mit
1,931
<!DOCTYPE HTML> <html lang="de"> <head> <!-- Generated by javadoc (17) --> <title>Source code</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="source: package: com.restfb.types.webhook.messaging.nlp, class: NlpVolume"> <meta name="generator" content="javadoc/SourceToHTMLConverter"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body class="source-page"> <main role="main"> <div class="source-container"> <pre><span class="source-line-no">001</span><span id="line-1">/*</span> <span class="source-line-no">002</span><span id="line-2"> * Copyright (c) 2010-2022 Mark Allen, Norbert Bartels.</span> <span class="source-line-no">003</span><span id="line-3"> *</span> <span class="source-line-no">004</span><span id="line-4"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span> <span class="source-line-no">005</span><span id="line-5"> * of this software and associated documentation files (the "Software"), to deal</span> <span class="source-line-no">006</span><span id="line-6"> * in the Software without restriction, including without limitation the rights</span> <span class="source-line-no">007</span><span id="line-7"> * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span> <span class="source-line-no">008</span><span id="line-8"> * copies of the Software, and to permit persons to whom the Software is</span> <span class="source-line-no">009</span><span id="line-9"> * furnished to do so, subject to the following conditions:</span> <span class="source-line-no">010</span><span id="line-10"> *</span> <span class="source-line-no">011</span><span id="line-11"> * The above copyright notice and this permission notice shall be included in</span> <span class="source-line-no">012</span><span id="line-12"> * all copies or substantial portions of the Software.</span> <span class="source-line-no">013</span><span id="line-13"> *</span> <span class="source-line-no">014</span><span id="line-14"> * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span> <span class="source-line-no">015</span><span id="line-15"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span> <span class="source-line-no">016</span><span id="line-16"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span> <span class="source-line-no">017</span><span id="line-17"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span> <span class="source-line-no">018</span><span id="line-18"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span> <span class="source-line-no">019</span><span id="line-19"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span> <span class="source-line-no">020</span><span id="line-20"> * THE SOFTWARE.</span> <span class="source-line-no">021</span><span id="line-21"> */</span> <span class="source-line-no">022</span><span id="line-22">package com.restfb.types.webhook.messaging.nlp;</span> <span class="source-line-no">023</span><span id="line-23"></span> <span class="source-line-no">024</span><span id="line-24">public class NlpVolume extends BaseUnitNlpEntity {</span> <span class="source-line-no">025</span><span id="line-25"></span> <span class="source-line-no">026</span><span id="line-26">}</span> </pre> </div> </main> </body> </html>
restfb/restfb.github.io
javadoc/src-html/com/restfb/types/webhook/messaging/nlp/NlpVolume.html
HTML
mit
3,552
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>管理员页面 | </title> <!-- Bootstrap core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="fonts/css/font-awesome.min.css" rel="stylesheet"> <link href="css/animate.min.css" rel="stylesheet"> <!-- Custom styling plus plugins --> <link href="css/custom.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" /> <link href="css/icheck/flat/green.css" rel="stylesheet" /> <link href="css/floatexamples.css" rel="stylesheet" type="text/css" /> <script src="js/jquery.min.js"></script> <script src="js/nprogress.js"></script> <!--[if lt IE 9]> <script src="../assets/js/ie8-responsive-file-warning.js"></script> <![endif]--> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="nav-md"> <div class="container body"> <div class="main_container"> <div class="col-md-3 left_col"> <div class="left_col scroll-view"> <div class="navbar nav_title" style="border: 0;"> <a href="index.html" class="site_title"><i class="fa fa-wrench"></i> <span>后台管理</span></a> </div> <!--<div class="clearfix"></div>--> <!-- menu prile quick info --> <!--<div class="profile"> <div class="profile_pic"> <img src="images/img.jpg" alt="..." class="img-circle profile_img"> </div> <div class="profile_info"> <span></span> <h2>John Doe</h2> </div> </div>--> <!-- /menu prile quick info --> <br /> <!-- sidebar menu --> <div id="sidebar-menu" class="main_menu_side hidden-print main_menu"> <div class="menu_section"> <br/> <br/> <ul class="nav side-menu"> <li><a><i class="fa fa-cogs"></i> 终端管理 <span class="fa fa-chevron-down"></span></a> <ul class="nav child_menu" style="display: none"> <li><a href="light_control.html">灯的状态及控制</a> </li> <li><a href="edit_light.html">灯的管理</a></li> <!-- <li><a href="del_light.html">删除灯</a></li> --> </ul> </li> <li><a><i class="fa fa-edit"></i> 教室管理 <span class="fa fa-chevron-down"></span></a> <ul class="nav child_menu" style="display: none"> <li><a href="open_room_info.html">开放教室信息</a> </li> <li><a href="edit_room.html">教室管理</a> </li> </li> </ul> </li> <li><a ><i class="fa fa-envelope"></i> 通知消息 <span class="fa fa-chevron-down"></span></a> <ul class="nav child_menu" style="display: none"> <li><a href="new_message.html">未读消息</a> </li> <li><a href="old_message.html">已读消息</a> </li> </ul> </li> <li><a><i class="fa fa-check"></i> 申请审核 <span class="fa fa-chevron-down"></span></a> <ul class="nav child_menu" style="display: none"> <li><a href="new_apply.html">查看新申请</a> </li> <li><a href="all_apply.html">查看所有申请</a> </li> </ul> </li> <li><a><i class="fa fa-user"></i> 用户管理 <span class="fa fa-chevron-down"></span></a> <ul class="nav child_menu" style="display: none"> <li><a href="edit_admin.html">管理员信息</a> </li> <!-- <li><a href="del_admin.html">删除管理员</a> </li> --> </ul> </li> </ul> </div> </div> </div> </div> <!-- top navigation --> <div class="top_nav"> <div class="nav_menu"> <nav class="" role="navigation"> <div class="nav toggle"> <a id="menu_toggle"><i class="fa fa-bars"></i></a> </div> <ul class="nav navbar-nav navbar-right"> <li class=""> <a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <img src="images/img.jpg" alt="">John Doe <span class=" fa fa-angle-down"></span> </a> <ul class="dropdown-menu dropdown-usermenu pull-right"> <li><a href="javascript:;"> 个人信息</a> </li> <li> <a href="javascript:;"> <span>设置</span> </a> </li> <li> <a href="javascript:;">帮助</a> </li> <li> <a href="login.html"><i class="fa fa-sign-out pull-right"></i> 退出</a> </li> </ul> </li> </ul> </nav> </div> </div> <!-- /top navigation --> <!-- page content --> <div class="right_col" role="main"> <div class="row tile_count"></div> </div> </div> </div> <br /> <script src="js/bootstrap.min.js"></script> <!-- gauge js --> <script type="text/javascript" src="js/gauge/gauge.min.js"></script> <script type="text/javascript" src="js/gauge/gauge_demo.js"></script> <!-- bootstrap progress js --> <script src="js/progressbar/bootstrap-progressbar.min.js"></script> <!-- icheck --> <script src="js/icheck/icheck.min.js"></script> <!-- daterangepicker --> <script type="text/javascript" src="js/moment/moment.min.js"></script> <script type="text/javascript" src="js/datepicker/daterangepicker.js"></script> <!-- chart js --> <script src="js/chartjs/chart.min.js"></script> <script src="js/custom.js"></script> <!-- flot js --> <!--[if lte IE 8]><script type="text/javascript" src="js/excanvas.min.js"></script><![endif]--> <script type="text/javascript" src="js/flot/jquery.flot.js"></script> <script type="text/javascript" src="js/flot/jquery.flot.pie.js"></script> <script type="text/javascript" src="js/flot/jquery.flot.orderBars.js"></script> <script type="text/javascript" src="js/flot/jquery.flot.time.min.js"></script> <script type="text/javascript" src="js/flot/date.js"></script> <script type="text/javascript" src="js/flot/jquery.flot.spline.js"></script> <script type="text/javascript" src="js/flot/jquery.flot.stack.js"></script> <script type="text/javascript" src="js/flot/curvedLines.js"></script> <script type="text/javascript" src="js/flot/jquery.flot.resize.js"></script> <script> $(document).ready(function() { // [17, 74, 6, 39, 20, 85, 7] //[82, 23, 66, 9, 99, 6, 2] var data1 = [ [gd(2012, 1, 1), 17], [gd(2012, 1, 2), 74], [gd(2012, 1, 3), 6], [gd(2012, 1, 4), 39], [gd(2012, 1, 5), 20], [gd(2012, 1, 6), 85], [gd(2012, 1, 7), 7] ]; var data2 = [ [gd(2012, 1, 1), 82], [gd(2012, 1, 2), 23], [gd(2012, 1, 3), 66], [gd(2012, 1, 4), 9], [gd(2012, 1, 5), 119], [gd(2012, 1, 6), 6], [gd(2012, 1, 7), 9] ]; $("#canvas_dahs").length && $.plot($("#canvas_dahs"), [ data1, data2 ], { series: { lines: { show: false, fill: true }, splines: { show: true, tension: 0.4, lineWidth: 1, fill: 0.4 }, points: { radius: 0, show: true }, shadowSize: 2 }, grid: { verticalLines: true, hoverable: true, clickable: true, tickColor: "#d5d5d5", borderWidth: 1, color: '#fff' }, colors: ["rgba(38, 185, 154, 0.38)", "rgba(3, 88, 106, 0.38)"], xaxis: { tickColor: "rgba(51, 51, 51, 0.06)", mode: "time", tickSize: [1, "day"], //tickLength: 10, axisLabel: "Date", axisLabelUseCanvas: true, axisLabelFontSizePixels: 12, axisLabelFontFamily: 'Verdana, Arial', axisLabelPadding: 10 //mode: "time", timeformat: "%m/%d/%y", minTickSize: [1, "day"] }, yaxis: { ticks: 8, tickColor: "rgba(51, 51, 51, 0.06)", }, tooltip: false }); function gd(year, month, day) { return new Date(year, month - 1, day).getTime(); } }); </script> <!-- worldmap --> <script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.3.min.js"></script> <script type="text/javascript" src="js/maps/gdp-data.js"></script> <script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script> <script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script> <!-- pace --> <script src="js/pace/pace.min.js"></script> <script> $(function() { $('#world-map-gdp').vectorMap({ map: 'world_mill_en', backgroundColor: 'transparent', zoomOnScroll: false, series: { regions: [{ values: gdpData, scale: ['#E6F2F0', '#149B7E'], normalizeFunction: 'polynomial' }] }, onRegionTipShow: function(e, el, code) { el.html(el.html() + ' (GDP - ' + gdpData[code] + ')'); } }); }); </script> <!-- skycons --> <script src="js/skycons/skycons.min.js"></script> <script> var icons = new Skycons({ "color": "#73879C" }), list = [ "clear-day", "clear-night", "partly-cloudy-day", "partly-cloudy-night", "cloudy", "rain", "sleet", "snow", "wind", "fog" ], i; for (i = list.length; i--;) icons.set(list[i], list[i]); icons.play(); </script> <!-- Doughnut Chart --> <script> $('document').ready(function() { var options = { legend: false, responsive: false }; new Chart(document.getElementById("canvas1"), { type: 'doughnut', tooltipFillColor: "rgba(51, 51, 51, 0.55)", data: { labels: [ "Symbian", "Blackberry", "Other", "Android", "IOS" ], datasets: [{ data: [15, 20, 30, 10, 30], backgroundColor: [ "#BDC3C7", "#9B59B6", "#E74C3C", "#26B99A", "#3498DB" ], hoverBackgroundColor: [ "#CFD4D8", "#B370CF", "#E95E4F", "#36CAAB", "#49A9EA" ] }] }, options: options }); }); </script> <!-- /Doughnut Chart --> <!-- datepicker --> <script type="text/javascript"> $(document).ready(function() { var cb = function(start, end, label) { console.log(start.toISOString(), end.toISOString(), label); $('#reportrange span').html(start.format('MMMM D, YYYY') + ' - ' + end.format('MMMM D, YYYY')); //alert("Callback has fired: [" + start.format('MMMM D, YYYY') + " to " + end.format('MMMM D, YYYY') + ", label = " + label + "]"); } var optionSet1 = { startDate: moment().subtract(29, 'days'), endDate: moment(), minDate: '01/01/2012', maxDate: '12/31/2015', dateLimit: { days: 60 }, showDropdowns: true, showWeekNumbers: true, timePicker: false, timePickerIncrement: 1, timePicker12Hour: true, ranges: { 'Today': [moment(), moment()], 'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')], 'Last 7 Days': [moment().subtract(6, 'days'), moment()], 'Last 30 Days': [moment().subtract(29, 'days'), moment()], 'This Month': [moment().startOf('month'), moment().endOf('month')], 'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')] }, opens: 'left', buttonClasses: ['btn btn-default'], applyClass: 'btn-small btn-primary', cancelClass: 'btn-small', format: 'MM/DD/YYYY', separator: ' to ', locale: { applyLabel: 'Submit', cancelLabel: 'Clear', fromLabel: 'From', toLabel: 'To', customRangeLabel: 'Custom', daysOfWeek: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], firstDay: 1 } }; $('#reportrange span').html(moment().subtract(29, 'days').format('MMMM D, YYYY') + ' - ' + moment().format('MMMM D, YYYY')); $('#reportrange').daterangepicker(optionSet1, cb); $('#reportrange').on('show.daterangepicker', function() { console.log("show event fired"); }); $('#reportrange').on('hide.daterangepicker', function() { console.log("hide event fired"); }); $('#reportrange').on('apply.daterangepicker', function(ev, picker) { console.log("apply event fired, start/end dates are " + picker.startDate.format('MMMM D, YYYY') + " to " + picker.endDate.format('MMMM D, YYYY')); }); $('#reportrange').on('cancel.daterangepicker', function(ev, picker) { console.log("cancel event fired"); }); $('#options1').click(function() { $('#reportrange').data('daterangepicker').setOptions(optionSet1, cb); }); $('#options2').click(function() { $('#reportrange').data('daterangepicker').setOptions(optionSet2, cb); }); $('#destroy').click(function() { $('#reportrange').data('daterangepicker').remove(); }); }); </script> <script> NProgress.done(); </script> <!-- /datepicker --> <!-- /footer content --> </body> </html>
mengboy/web-admin
production/new_message.html
HTML
mit
15,074
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>ASTImportDeclaration xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../apidocs/net/sourceforge/pmd/lang/java/ast/ASTImportDeclaration.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_comment">/*<em class="jxr_comment"> Generated By:JJTree: Do not edit this line. ASTImportDeclaration.java */</em></em> <a class="jxr_linenumber" name="2" href="#2">2</a> <a class="jxr_linenumber" name="3" href="#3">3</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.java.ast; <a class="jxr_linenumber" name="4" href="#4">4</a> <a class="jxr_linenumber" name="5" href="#5">5</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/ast/ASTImportDeclaration.html">ASTImportDeclaration</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/ast/AbstractJavaTypeNode.html">AbstractJavaTypeNode</a> { <a class="jxr_linenumber" name="6" href="#6">6</a> <a class="jxr_linenumber" name="7" href="#7">7</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> isImportOnDemand; <a class="jxr_linenumber" name="8" href="#8">8</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> isStatic; <a class="jxr_linenumber" name="9" href="#9">9</a> <a class="jxr_linenumber" name="10" href="#10">10</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/ast/ASTImportDeclaration.html">ASTImportDeclaration</a>(<strong class="jxr_keyword">int</strong> id) { <a class="jxr_linenumber" name="11" href="#11">11</a> <strong class="jxr_keyword">super</strong>(id); <a class="jxr_linenumber" name="12" href="#12">12</a> } <a class="jxr_linenumber" name="13" href="#13">13</a> <a class="jxr_linenumber" name="14" href="#14">14</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/ast/ASTImportDeclaration.html">ASTImportDeclaration</a>(JavaParser p, <strong class="jxr_keyword">int</strong> id) { <a class="jxr_linenumber" name="15" href="#15">15</a> <strong class="jxr_keyword">super</strong>(p, id); <a class="jxr_linenumber" name="16" href="#16">16</a> } <a class="jxr_linenumber" name="17" href="#17">17</a> <a class="jxr_linenumber" name="18" href="#18">18</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setImportOnDemand() { <a class="jxr_linenumber" name="19" href="#19">19</a> isImportOnDemand = <strong class="jxr_keyword">true</strong>; <a class="jxr_linenumber" name="20" href="#20">20</a> } <a class="jxr_linenumber" name="21" href="#21">21</a> <a class="jxr_linenumber" name="22" href="#22">22</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isImportOnDemand() { <a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">return</strong> isImportOnDemand; <a class="jxr_linenumber" name="24" href="#24">24</a> } <a class="jxr_linenumber" name="25" href="#25">25</a> <a class="jxr_linenumber" name="26" href="#26">26</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setStatic() { <a class="jxr_linenumber" name="27" href="#27">27</a> isStatic = <strong class="jxr_keyword">true</strong>; <a class="jxr_linenumber" name="28" href="#28">28</a> } <a class="jxr_linenumber" name="29" href="#29">29</a> <a class="jxr_linenumber" name="30" href="#30">30</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isStatic() { <a class="jxr_linenumber" name="31" href="#31">31</a> <strong class="jxr_keyword">return</strong> isStatic; <a class="jxr_linenumber" name="32" href="#32">32</a> } <a class="jxr_linenumber" name="33" href="#33">33</a> <a class="jxr_linenumber" name="34" href="#34">34</a> <em class="jxr_comment">// TODO - this should go away, but the DuplicateImports rule still uses it (in a clunky way)</em> <a class="jxr_linenumber" name="35" href="#35">35</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/ast/ASTName.html">ASTName</a> getImportedNameNode() { <a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">return</strong> (ASTName) jjtGetChild(0); <a class="jxr_linenumber" name="37" href="#37">37</a> } <a class="jxr_linenumber" name="38" href="#38">38</a> <a class="jxr_linenumber" name="39" href="#39">39</a> <strong class="jxr_keyword">public</strong> String getImportedName() { <a class="jxr_linenumber" name="40" href="#40">40</a> <strong class="jxr_keyword">return</strong> ((ASTName) jjtGetChild(0)).getImage(); <a class="jxr_linenumber" name="41" href="#41">41</a> } <a class="jxr_linenumber" name="42" href="#42">42</a> <a class="jxr_linenumber" name="43" href="#43">43</a> <strong class="jxr_keyword">public</strong> String getPackageName() { <a class="jxr_linenumber" name="44" href="#44">44</a> String importName = getImportedName(); <a class="jxr_linenumber" name="45" href="#45">45</a> <strong class="jxr_keyword">if</strong> (isImportOnDemand) { <a class="jxr_linenumber" name="46" href="#46">46</a> <strong class="jxr_keyword">return</strong> importName; <a class="jxr_linenumber" name="47" href="#47">47</a> } <a class="jxr_linenumber" name="48" href="#48">48</a> <strong class="jxr_keyword">if</strong> (importName.indexOf('.') == -1) { <a class="jxr_linenumber" name="49" href="#49">49</a> <strong class="jxr_keyword">return</strong> <span class="jxr_string">""</span>; <a class="jxr_linenumber" name="50" href="#50">50</a> } <a class="jxr_linenumber" name="51" href="#51">51</a> <strong class="jxr_keyword">int</strong> lastDot = importName.lastIndexOf('.'); <a class="jxr_linenumber" name="52" href="#52">52</a> <strong class="jxr_keyword">return</strong> importName.substring(0, lastDot); <a class="jxr_linenumber" name="53" href="#53">53</a> } <a class="jxr_linenumber" name="54" href="#54">54</a> <a class="jxr_linenumber" name="55" href="#55">55</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="56" href="#56">56</a> <em class="jxr_javadoccomment"> * Accept the visitor. *</em> <a class="jxr_linenumber" name="57" href="#57">57</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="58" href="#58">58</a> <strong class="jxr_keyword">public</strong> Object jjtAccept(JavaParserVisitor visitor, Object data) { <a class="jxr_linenumber" name="59" href="#59">59</a> <strong class="jxr_keyword">return</strong> visitor.visit(<strong class="jxr_keyword">this</strong>, data); <a class="jxr_linenumber" name="60" href="#60">60</a> } <a class="jxr_linenumber" name="61" href="#61">61</a> <a class="jxr_linenumber" name="62" href="#62">62</a> <strong class="jxr_keyword">private</strong> Package pkg; <a class="jxr_linenumber" name="63" href="#63">63</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setPackage(Package packge){ <a class="jxr_linenumber" name="64" href="#64">64</a> <strong class="jxr_keyword">this</strong>.pkg = packge; <a class="jxr_linenumber" name="65" href="#65">65</a> } <a class="jxr_linenumber" name="66" href="#66">66</a> <a class="jxr_linenumber" name="67" href="#67">67</a> <strong class="jxr_keyword">public</strong> Package getPackage(){ <a class="jxr_linenumber" name="68" href="#68">68</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>.pkg; <a class="jxr_linenumber" name="69" href="#69">69</a> } <a class="jxr_linenumber" name="70" href="#70">70</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
jmagas/RedditDailyProgrammer
lib/pmd-bin-5.0.4/docs/xref/net/sourceforge/pmd/lang/java/ast/ASTImportDeclaration.html
HTML
mit
8,597
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>subst: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / subst - 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> subst <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-05 07:20:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 07:20:37 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.9.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/subst&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/Subst&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: lambda-sigma-lift-calculus&quot; &quot;keyword: explicit substitution&quot; &quot;keyword: Newman&#39;s lemma&quot; &quot;keyword: Yokouchi&#39;s lemma&quot; &quot;keyword: confluence&quot; &quot;keyword: rewriting&quot; &quot;category: Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Amokrane Saïbi&quot; ] bug-reports: &quot;https://github.com/coq-contribs/subst/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/subst.git&quot; synopsis: &quot;The confluence of Hardin-Lévy lambda-sigma-lift-calcul&quot; description: &quot;&quot;&quot; The confluence of Hardin-Lévy lambda-sigma-lift-calcul is proven. By the way, several standard definition and results about rewriting systems are proven (Newman&#39;s lemma, Yokouchi&#39;s lemma, ...).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/subst/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=5206a80f4b38ac54b513795a97fd63f1&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-subst.8.8.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1). The following dependencies couldn&#39;t be met: - coq-subst -&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-subst.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.09.1-2.0.6/released/8.9.1/subst/8.8.0.html
HTML
mit
7,168
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>nfix: 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.0 / nfix - 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> nfix <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 07:28:24 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 07:28:24 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/nfix&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/Nfix&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: mutual fixpoint functions&quot; &quot;category: Miscellaneous/Coq Extensions&quot; ] authors: [ &quot;Stéphane Lescuyer&quot; ] bug-reports: &quot;https://github.com/coq-contribs/nfix/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/nfix.git&quot; synopsis: &quot;Nfix: a Coq extension for fixpoints on nested inductives&quot; description: &quot;This plugin provides a syntactic extension that allows one to write mutual fixpoints over nested inductives.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/nfix/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=c06d488d04c34946bb90d5abbf8a2387&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-nfix.8.8.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-nfix -&gt; coq &gt;= 8.8 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-nfix.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.07.1-2.0.6/released/8.7.0/nfix/8.8.0.html
HTML
mit
6,767
<!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.6"/> <title>gft::Image64 Namespace 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="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!-- end header part --> <!-- Generated by Doxygen 1.8.6 --> <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="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="namespaces.html"><span>Namespace&#160;List</span></a></li> <li><a href="namespacemembers.html"><span>Namespace&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacegft.html">gft</a></li><li class="navelem"><a class="el" href="namespacegft_1_1Image64.html">Image64</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#typedef-members">Typedefs</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">gft::Image64 Namespace Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structgft_1_1Image64_1_1__Image64.html">_Image64</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr class="memitem:ac41e270d01650c5cce783ab7e97ccab0"><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak"/> <a class="el" href="structgft_1_1Image64_1_1__Image64.html">gft::Image64::_Image64</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a></td></tr> <tr class="separator:ac41e270d01650c5cce783ab7e97ccab0"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:a6b21c5315c407dfab9d48562bffd18aa"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#a6b21c5315c407dfab9d48562bffd18aa">Create</a> (int ncols, int nrows)</td></tr> <tr class="separator:a6b21c5315c407dfab9d48562bffd18aa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad4e315bef549fd02b6aa360a12f1257e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#ad4e315bef549fd02b6aa360a12f1257e">Destroy</a> (<a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> **img)</td></tr> <tr class="separator:ad4e315bef549fd02b6aa360a12f1257e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a18d56eac55850a444e967ede8e39d41d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#a18d56eac55850a444e967ede8e39d41d">ConvertToImage64</a> (<a class="el" href="namespacegft_1_1Image32.html#a6c5a03566b593bb406f1fe33266a0382">Image32::Image32</a> *img)</td></tr> <tr class="separator:a18d56eac55850a444e967ede8e39d41d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abfdf774cb9cbb358fed29ce835f423e6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#abfdf774cb9cbb358fed29ce835f423e6">Read</a> (char *filename)</td></tr> <tr class="separator:abfdf774cb9cbb358fed29ce835f423e6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afb033b881c692bf92d3495720ce76ab8"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#afb033b881c692bf92d3495720ce76ab8">Write</a> (<a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *img, char *filename)</td></tr> <tr class="separator:afb033b881c692bf92d3495720ce76ab8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a88036e75ca35284f293f94c634096fe1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#a88036e75ca35284f293f94c634096fe1">ComputeIntegralImage</a> (<a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *img)</td></tr> <tr class="separator:a88036e75ca35284f293f94c634096fe1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a79fa6adfbc60ecb59f0360bfd398204e"><td class="memItemLeft" align="right" valign="top">long long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#a79fa6adfbc60ecb59f0360bfd398204e">ComputeSum</a> (<a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *iimg, int x1, int y1, int x2, int y2)</td></tr> <tr class="separator:a79fa6adfbc60ecb59f0360bfd398204e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad13a5058c4253b3d7c39076fb6153429"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#ad13a5058c4253b3d7c39076fb6153429">ComputeVariance</a> (<a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *img, int x1, int y1, int x2, int y2)</td></tr> <tr class="separator:ad13a5058c4253b3d7c39076fb6153429"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac62a9f99a2620ba81e317b6b945fc7b8"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#ac62a9f99a2620ba81e317b6b945fc7b8">ComputeVariance</a> (<a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *iimg, <a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *iimg2, int x1, int y1, int x2, int y2)</td></tr> <tr class="separator:ac62a9f99a2620ba81e317b6b945fc7b8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a07e5b0ae08e70aa0733898815bfe4f49"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#a07e5b0ae08e70aa0733898815bfe4f49">Squared</a> (<a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> *img)</td></tr> <tr class="separator:a07e5b0ae08e70aa0733898815bfe4f49"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab1676bd86a6f2fc85304cad91a8a844c"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegft_1_1Image64.html#ab1676bd86a6f2fc85304cad91a8a844c">GetPosWindowMaxSum</a> (<a class="el" href="namespacegft_1_1Image32.html#a6c5a03566b593bb406f1fe33266a0382">Image32::Image32</a> *img, int tam_x, int tam_y)</td></tr> <tr class="separator:ab1676bd86a6f2fc85304cad91a8a844c"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Typedef Documentation</h2> <a class="anchor" id="ac41e270d01650c5cce783ab7e97ccab0"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef struct <a class="el" href="structgft_1_1Image64_1_1__Image64.html">gft::Image64::_Image64</a> <a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">gft::Image64::Image64</a></td> </tr> </table> </div><div class="memdoc"> </div> </div> <h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="a88036e75ca35284f293f94c634096fe1"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> * gft::Image64::ComputeIntegralImage </td> <td>(</td> <td class="paramtype">Image64 *&#160;</td> <td class="paramname"><em>img</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="a79fa6adfbc60ecb59f0360bfd398204e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">long long gft::Image64::ComputeSum </td> <td>(</td> <td class="paramtype">Image64 *&#160;</td> <td class="paramname"><em>iimg</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>x1</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>y1</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>x2</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>y2</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="ad13a5058c4253b3d7c39076fb6153429"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">double gft::Image64::ComputeVariance </td> <td>(</td> <td class="paramtype">Image64 *&#160;</td> <td class="paramname"><em>img</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>x1</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>y1</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>x2</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>y2</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="ac62a9f99a2620ba81e317b6b945fc7b8"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">double gft::Image64::ComputeVariance </td> <td>(</td> <td class="paramtype">Image64 *&#160;</td> <td class="paramname"><em>iimg</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">Image64 *&#160;</td> <td class="paramname"><em>iimg2</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>x1</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>y1</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>x2</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>y2</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="a18d56eac55850a444e967ede8e39d41d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> * gft::Image64::ConvertToImage64 </td> <td>(</td> <td class="paramtype">Image32::Image32 *&#160;</td> <td class="paramname"><em>img</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="a6b21c5315c407dfab9d48562bffd18aa"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> * gft::Image64::Create </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>ncols</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>nrows</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="ad4e315bef549fd02b6aa360a12f1257e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void gft::Image64::Destroy </td> <td>(</td> <td class="paramtype">Image64 **&#160;</td> <td class="paramname"><em>img</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="ab1676bd86a6f2fc85304cad91a8a844c"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int gft::Image64::GetPosWindowMaxSum </td> <td>(</td> <td class="paramtype">Image32::Image32 *&#160;</td> <td class="paramname"><em>img</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>tam_x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>tam_y</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="abfdf774cb9cbb358fed29ce835f423e6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> * gft::Image64::Read </td> <td>(</td> <td class="paramtype">char *&#160;</td> <td class="paramname"><em>filename</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="a07e5b0ae08e70aa0733898815bfe4f49"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="namespacegft_1_1Image64.html#ac41e270d01650c5cce783ab7e97ccab0">Image64</a> * gft::Image64::Squared </td> <td>(</td> <td class="paramtype">Image64 *&#160;</td> <td class="paramname"><em>img</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="afb033b881c692bf92d3495720ce76ab8"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void gft::Image64::Write </td> <td>(</td> <td class="paramtype">Image64 *&#160;</td> <td class="paramname"><em>img</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char *&#160;</td> <td class="paramname"><em>filename</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> </div> </div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Feb 25 2015 10:27:50 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> </body> </html>
ademirtc/bandeirantes
lib/gft/doc/html/namespacegft_1_1Image64.html
HTML
mit
18,842
<!DOCTYPE html> <html lang="en" xml:lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Create a New Repo and Upload Files on GitHub | Hands-On Data Visualization</title> <meta name="description" content="Tell your story and show it with data, using free and easy-to-learn tools on the web. This introductory book teaches you how to design interactive charts and customized maps for your website, beginning with easy drag-and-drop tools, such as Google Sheets, Datawrapper, and Tableau Public. You will also gradually learn how to edit open-source code templates built with Chart.js, Highcharts, and Leaflet on GitHub. Follow along with the step-by-step tutorials, real-world examples, and online resources. This book is ideal for students, non-profit organizations, small business owners, local governments, journalists, academics, or anyone who wants to tell their story and show the data. No coding experience is required." /> <meta name="generator" content="bookdown 0.22 and GitBook 2.6.7" /> <meta property="og:title" content="Create a New Repo and Upload Files on GitHub | Hands-On Data Visualization" /> <meta property="og:type" content="book" /> <meta property="og:url" content="http://handsondataviz.github.io/" /> <meta property="og:image" content="http://handsondataviz.github.io//images/cover-400wide.jpg" /> <meta property="og:description" content="Tell your story and show it with data, using free and easy-to-learn tools on the web. This introductory book teaches you how to design interactive charts and customized maps for your website, beginning with easy drag-and-drop tools, such as Google Sheets, Datawrapper, and Tableau Public. You will also gradually learn how to edit open-source code templates built with Chart.js, Highcharts, and Leaflet on GitHub. Follow along with the step-by-step tutorials, real-world examples, and online resources. This book is ideal for students, non-profit organizations, small business owners, local governments, journalists, academics, or anyone who wants to tell their story and show the data. No coding experience is required." /> <meta name="github-repo" content="handsondataviz/book" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Create a New Repo and Upload Files on GitHub | Hands-On Data Visualization" /> <meta name="twitter:site" content="@handsondataviz" /> <meta name="twitter:description" content="Tell your story and show it with data, using free and easy-to-learn tools on the web. This introductory book teaches you how to design interactive charts and customized maps for your website, beginning with easy drag-and-drop tools, such as Google Sheets, Datawrapper, and Tableau Public. You will also gradually learn how to edit open-source code templates built with Chart.js, Highcharts, and Leaflet on GitHub. Follow along with the step-by-step tutorials, real-world examples, and online resources. This book is ideal for students, non-profit organizations, small business owners, local governments, journalists, academics, or anyone who wants to tell their story and show the data. No coding experience is required." /> <meta name="twitter:image" content="http://handsondataviz.github.io//images/cover-400wide.jpg" /> <meta name="author" content="Jack Dougherty" /> <meta name="author" content="Ilya Ilyankou" /> <meta name="date" content="2021-11-02" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" /> <link rel="prev" href="gh-pages-link-to-iframe.html"/> <link rel="next" href="github-desktop-atom.html"/> <script src="libs/header-attrs-2.9/header-attrs.js"></script> <script src="libs/jquery-2.2.3/jquery.min.js"></script> <link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-clipboard.css" rel="stylesheet" /> <link href="libs/anchor-sections-1.0.1/anchor-sections.css" rel="stylesheet" /> <script src="libs/anchor-sections-1.0.1/anchor-sections.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-5488840-29"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-5488840-29'); </script> <style type="text/css"> pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } pre.sourceCode { margin: 0; } @media screen { div.sourceCode { overflow: auto; } } @media print { pre > code.sourceCode { white-space: pre-wrap; } pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } } pre.numberSource code { counter-reset: source-line 0; } pre.numberSource code > span { position: relative; left: -4em; counter-increment: source-line; } pre.numberSource code > span > a:first-child::before { content: counter(source-line); position: relative; left: -1em; text-align: right; vertical-align: baseline; border: none; display: inline-block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0 4px; width: 4em; color: #aaaaaa; } pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } div.sourceCode { } @media screen { pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } } code span.al { color: #ff0000; font-weight: bold; } /* Alert */ code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ code span.at { color: #7d9029; } /* Attribute */ code span.bn { color: #40a070; } /* BaseN */ code span.bu { } /* BuiltIn */ code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ code span.ch { color: #4070a0; } /* Char */ code span.cn { color: #880000; } /* Constant */ code span.co { color: #60a0b0; font-style: italic; } /* Comment */ code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */ code span.do { color: #ba2121; font-style: italic; } /* Documentation */ code span.dt { color: #902000; } /* DataType */ code span.dv { color: #40a070; } /* DecVal */ code span.er { color: #ff0000; font-weight: bold; } /* Error */ code span.ex { } /* Extension */ code span.fl { color: #40a070; } /* Float */ code span.fu { color: #06287e; } /* Function */ code span.im { } /* Import */ code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ code span.kw { color: #007020; font-weight: bold; } /* Keyword */ code span.op { color: #666666; } /* Operator */ code span.ot { color: #007020; } /* Other */ code span.pp { color: #bc7a00; } /* Preprocessor */ code span.sc { color: #4070a0; } /* SpecialChar */ code span.ss { color: #bb6688; } /* SpecialString */ code span.st { color: #4070a0; } /* String */ code span.va { color: #19177c; } /* Variable */ code span.vs { color: #4070a0; } /* VerbatimString */ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ </style> <style type="text/css"> /* Used with Pandoc 2.11+ new --citeproc when CSL is used */ div.csl-bib-body { } div.csl-entry { clear: both; } .hanging div.csl-entry { margin-left:2em; text-indent:-2em; } div.csl-left-margin { min-width:2em; float:left; } div.csl-right-inline { margin-left:2em; padding-left:1em; } div.csl-indent { margin-left: 2em; } </style> <link rel="stylesheet" href="css/style.css" type="text/css" /> </head> <body> <div class="book without-animation with-summary font-size-2 font-family-1" data-basepath="."> <div class="book-summary"> <nav role="navigation"> <ul class="summary"> <li><a href="./"><strong>Hands-On Data Visualization</strong><br>by Jack Dougherty & Ilya Ilyankou</a></li> <li class="divider"></li> <li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Preface</a> <ul> <li class="chapter" data-level="" data-path="audience-overview.html"><a href="audience-overview.html"><i class="fa fa-check"></i>Audience and Overview</a></li> <li class="chapter" data-level="" data-path="authors.html"><a href="authors.html"><i class="fa fa-check"></i>Authors &amp; Acknowledgements</a></li> <li class="chapter" data-level="" data-path="open-access.html"><a href="open-access.html"><i class="fa fa-check"></i>Our Open-Access Web Edition: Why and How</a></li> </ul></li> <li class="chapter" data-level="" data-path="introduction.html"><a href="introduction.html"><i class="fa fa-check"></i>Introduction: Why Data Visualization?</a> <ul> <li class="chapter" data-level="" data-path="believe.html"><a href="believe.html"><i class="fa fa-check"></i>What Can You Believe?</a></li> <li class="chapter" data-level="" data-path="persuasive.html"><a href="persuasive.html"><i class="fa fa-check"></i>Some Pictures Are More Persuasive</a></li> <li class="chapter" data-level="" data-path="shades.html"><a href="shades.html"><i class="fa fa-check"></i>Different Shades of the Truth</a></li> <li class="chapter" data-level="" data-path="organization.html"><a href="organization.html"><i class="fa fa-check"></i>Organization of the Book</a></li> </ul></li> <li class="chapter" data-level="1" data-path="choose.html"><a href="choose.html"><i class="fa fa-check"></i><b>1</b> Choose Tools to Tell Your Story</a> <ul> <li class="chapter" data-level="" data-path="sketch.html"><a href="sketch.html"><i class="fa fa-check"></i>Start Sketching Your Data Story</a></li> <li class="chapter" data-level="" data-path="tool-factors.html"><a href="tool-factors.html"><i class="fa fa-check"></i>Ten Factors When Considering Tools</a></li> <li class="chapter" data-level="" data-path="recommended-tools.html"><a href="recommended-tools.html"><i class="fa fa-check"></i>Our Recommended Tools</a></li> <li class="chapter" data-level="" data-path="password-manager.html"><a href="password-manager.html"><i class="fa fa-check"></i>Use a Password Manager</a></li> </ul></li> <li class="chapter" data-level="2" data-path="spreadsheet.html"><a href="spreadsheet.html"><i class="fa fa-check"></i><b>2</b> Strengthen Your Spreadsheet Skills</a> <ul> <li class="chapter" data-level="" data-path="spreadsheet-tools.html"><a href="spreadsheet-tools.html"><i class="fa fa-check"></i>Select your Spreadsheet Tools</a></li> <li class="chapter" data-level="" data-path="csv.html"><a href="csv.html"><i class="fa fa-check"></i>Download to CSV or ODS Format</a></li> <li class="chapter" data-level="" data-path="copy.html"><a href="copy.html"><i class="fa fa-check"></i>Make a Copy of a Google Sheet</a></li> <li class="chapter" data-level="" data-path="share.html"><a href="share.html"><i class="fa fa-check"></i>Share Your Google Sheets</a></li> <li class="chapter" data-level="" data-path="upload.html"><a href="upload.html"><i class="fa fa-check"></i>Upload and Convert to Google Sheets</a></li> <li class="chapter" data-level="" data-path="geocode.html"><a href="geocode.html"><i class="fa fa-check"></i>Geocode Addresses in Google Sheets</a></li> <li class="chapter" data-level="" data-path="forms.html"><a href="forms.html"><i class="fa fa-check"></i>Collect Data with Google Forms</a></li> <li class="chapter" data-level="" data-path="sort.html"><a href="sort.html"><i class="fa fa-check"></i>Sort and Filter Data</a></li> <li class="chapter" data-level="" data-path="calculate.html"><a href="calculate.html"><i class="fa fa-check"></i>Calculate with Formulas</a></li> <li class="chapter" data-level="" data-path="pivot.html"><a href="pivot.html"><i class="fa fa-check"></i>Summarize Data with Pivot Tables</a></li> <li class="chapter" data-level="" data-path="vlookup.html"><a href="vlookup.html"><i class="fa fa-check"></i>Match Columns with VLOOKUP</a></li> <li class="chapter" data-level="" data-path="database.html"><a href="database.html"><i class="fa fa-check"></i>Spreadsheet vs. Relational Database</a></li> </ul></li> <li class="chapter" data-level="3" data-path="find.html"><a href="find.html"><i class="fa fa-check"></i><b>3</b> Find and Question Your Data</a> <ul> <li class="chapter" data-level="" data-path="guiding.html"><a href="guiding.html"><i class="fa fa-check"></i>Guiding Questions for Your Search</a></li> <li class="chapter" data-level="" data-path="public.html"><a href="public.html"><i class="fa fa-check"></i>Public and Private Data</a></li> <li class="chapter" data-level="" data-path="mask-aggregate.html"><a href="mask-aggregate.html"><i class="fa fa-check"></i>Mask or Aggregate Sensitive Data</a></li> <li class="chapter" data-level="" data-path="opendata.html"><a href="opendata.html"><i class="fa fa-check"></i>Open Data Repositories</a></li> <li class="chapter" data-level="" data-path="source.html"><a href="source.html"><i class="fa fa-check"></i>Source Your Data</a></li> <li class="chapter" data-level="" data-path="bad-data.html"><a href="bad-data.html"><i class="fa fa-check"></i>Recognize Bad Data</a></li> <li class="chapter" data-level="" data-path="question.html"><a href="question.html"><i class="fa fa-check"></i>Question Your Data</a></li> </ul></li> <li class="chapter" data-level="4" data-path="clean.html"><a href="clean.html"><i class="fa fa-check"></i><b>4</b> Clean Up Messy Data</a> <ul> <li class="chapter" data-level="" data-path="smart-cleanup.html"><a href="smart-cleanup.html"><i class="fa fa-check"></i>Smart Cleanup with Google Sheets</a></li> <li class="chapter" data-level="" data-path="find-and-replace.html"><a href="find-and-replace.html"><i class="fa fa-check"></i>Find and Replace with Blank</a></li> <li class="chapter" data-level="" data-path="transpose.html"><a href="transpose.html"><i class="fa fa-check"></i>Transpose Rows and Columns</a></li> <li class="chapter" data-level="" data-path="split-data.html"><a href="split-data.html"><i class="fa fa-check"></i>Split Data into Separate Columns</a></li> <li class="chapter" data-level="" data-path="combine-data.html"><a href="combine-data.html"><i class="fa fa-check"></i>Combine Data into One Column</a></li> <li class="chapter" data-level="" data-path="numbers-to-text.html"><a href="numbers-to-text.html"><i class="fa fa-check"></i>Numbers-to-Text and Remove Characters</a></li> <li class="chapter" data-level="" data-path="tabula.html"><a href="tabula.html"><i class="fa fa-check"></i>Extract Tables from PDFs with Tabula</a></li> <li class="chapter" data-level="" data-path="open-refine.html"><a href="open-refine.html"><i class="fa fa-check"></i>Clean Data with OpenRefine</a></li> </ul></li> <li class="chapter" data-level="5" data-path="comparisons.html"><a href="comparisons.html"><i class="fa fa-check"></i><b>5</b> Make Meaningful Comparisons</a> <ul> <li class="chapter" data-level="" data-path="describe-comparisons.html"><a href="describe-comparisons.html"><i class="fa fa-check"></i>Precisely Describe Comparisons</a></li> <li class="chapter" data-level="" data-path="normalize.html"><a href="normalize.html"><i class="fa fa-check"></i>Normalize Your Data</a></li> <li class="chapter" data-level="" data-path="biased-comparisons.html"><a href="biased-comparisons.html"><i class="fa fa-check"></i>Beware of Biased Comparisons</a></li> </ul></li> <li class="chapter" data-level="6" data-path="chart.html"><a href="chart.html"><i class="fa fa-check"></i><b>6</b> Chart Your Data</a> <ul> <li class="chapter" data-level="" data-path="chart-design.html"><a href="chart-design.html"><i class="fa fa-check"></i>Chart Design Principles</a></li> <li class="chapter" data-level="" data-path="chart-google.html"><a href="chart-google.html"><i class="fa fa-check"></i>Google Sheets Charts</a></li> <li class="chapter" data-level="" data-path="bar-column-google.html"><a href="bar-column-google.html"><i class="fa fa-check"></i>- Bar and Column Charts</a></li> <li class="chapter" data-level="" data-path="histogram-google.html"><a href="histogram-google.html"><i class="fa fa-check"></i>- Histograms</a></li> <li class="chapter" data-level="" data-path="pie-line-area-google.html"><a href="pie-line-area-google.html"><i class="fa fa-check"></i>- Pie, Line, and Area Charts</a></li> <li class="chapter" data-level="" data-path="chart-datawrapper.html"><a href="chart-datawrapper.html"><i class="fa fa-check"></i>Datawrapper Charts</a></li> <li class="chapter" data-level="" data-path="annotated-datawrapper.html"><a href="annotated-datawrapper.html"><i class="fa fa-check"></i>- Annotated Charts</a></li> <li class="chapter" data-level="" data-path="range-datawrapper.html"><a href="range-datawrapper.html"><i class="fa fa-check"></i>- Range Charts</a></li> <li class="chapter" data-level="" data-path="scatter-bubble-datawrapper.html"><a href="scatter-bubble-datawrapper.html"><i class="fa fa-check"></i>- Scatter and Bubble Charts</a></li> <li class="chapter" data-level="" data-path="chart-tableau.html"><a href="chart-tableau.html"><i class="fa fa-check"></i>Tableau Public Charts</a></li> <li class="chapter" data-level="" data-path="scatter-tableau.html"><a href="scatter-tableau.html"><i class="fa fa-check"></i>- Scatter Chart</a></li> <li class="chapter" data-level="" data-path="filtered-line-tableau.html"><a href="filtered-line-tableau.html"><i class="fa fa-check"></i>- Filtered Line Chart</a></li> </ul></li> <li class="chapter" data-level="7" data-path="map.html"><a href="map.html"><i class="fa fa-check"></i><b>7</b> Map Your Data</a> <ul> <li class="chapter" data-level="" data-path="map-design.html"><a href="map-design.html"><i class="fa fa-check"></i>Map Design Principles</a></li> <li class="chapter" data-level="" data-path="design-choropleth.html"><a href="design-choropleth.html"><i class="fa fa-check"></i>Design Choropleth Colors &amp; Intervals</a></li> <li class="chapter" data-level="" data-path="normalize-choropleth.html"><a href="normalize-choropleth.html"><i class="fa fa-check"></i>Normalize Choropleth Map Data</a></li> <li class="chapter" data-level="" data-path="mymaps.html"><a href="mymaps.html"><i class="fa fa-check"></i>Point Map with Google My Maps</a></li> <li class="chapter" data-level="" data-path="locatormap-datawrapper.html"><a href="locatormap-datawrapper.html"><i class="fa fa-check"></i>Locator Map with Datawrapper</a></li> <li class="chapter" data-level="" data-path="symbolmap-datawrapper.html"><a href="symbolmap-datawrapper.html"><i class="fa fa-check"></i>Symbol Point Map with Datawrapper</a></li> <li class="chapter" data-level="" data-path="choropleth-datawrapper.html"><a href="choropleth-datawrapper.html"><i class="fa fa-check"></i>Choropleth Map with Datawrapper</a></li> <li class="chapter" data-level="" data-path="map-tableau.html"><a href="map-tableau.html"><i class="fa fa-check"></i>Choropleth Map with Tableau Public</a></li> <li class="chapter" data-level="" data-path="map-socrata.html"><a href="map-socrata.html"><i class="fa fa-check"></i>Current Map with Socrata Open Data</a></li> </ul></li> <li class="chapter" data-level="8" data-path="table.html"><a href="table.html"><i class="fa fa-check"></i><b>8</b> Table Your Data</a> <ul> <li class="chapter" data-level="" data-path="table-design.html"><a href="table-design.html"><i class="fa fa-check"></i>Table Design Principles</a></li> <li class="chapter" data-level="" data-path="table-datawrapper.html"><a href="table-datawrapper.html"><i class="fa fa-check"></i>Datawrapper Table with Sparklines</a></li> <li class="chapter" data-level="" data-path="other-table-tools.html"><a href="other-table-tools.html"><i class="fa fa-check"></i>Other Table-Making Tools</a></li> </ul></li> <li class="chapter" data-level="9" data-path="embed.html"><a href="embed.html"><i class="fa fa-check"></i><b>9</b> Embed On the Web</a> <ul> <li class="chapter" data-level="" data-path="static.html"><a href="static.html"><i class="fa fa-check"></i>Static Image vs Interactive iframe</a></li> <li class="chapter" data-level="" data-path="embed-code.html"><a href="embed-code.html"><i class="fa fa-check"></i>Get the Embed Code or iframe Tag</a></li> <li class="chapter" data-level="" data-path="paste-code.html"><a href="paste-code.html"><i class="fa fa-check"></i>Paste Code or iframe to Website</a></li> </ul></li> <li class="chapter" data-level="10" data-path="github.html"><a href="github.html"><i class="fa fa-check"></i><b>10</b> Edit and Host Code with GitHub</a> <ul> <li class="chapter" data-level="" data-path="copy-leaflet.html"><a href="copy-leaflet.html"><i class="fa fa-check"></i>Copy, Edit, and Host a Simple Leaflet Map Template</a></li> <li class="chapter" data-level="" data-path="gh-pages-link-to-iframe.html"><a href="gh-pages-link-to-iframe.html"><i class="fa fa-check"></i>Convert GitHub Pages Link to iframe</a></li> <li class="chapter" data-level="" data-path="create-repo.html"><a href="create-repo.html"><i class="fa fa-check"></i>Create a New Repo and Upload Files on GitHub</a></li> <li class="chapter" data-level="" data-path="github-desktop-atom.html"><a href="github-desktop-atom.html"><i class="fa fa-check"></i>GitHub Desktop and Atom Editor to Code Efficiently</a></li> </ul></li> <li class="chapter" data-level="11" data-path="chartcode.html"><a href="chartcode.html"><i class="fa fa-check"></i><b>11</b> Chart.js and Highcharts Templates</a> <ul> <li class="chapter" data-level="" data-path="chartjs-bar-column.html"><a href="chartjs-bar-column.html"><i class="fa fa-check"></i>Bar or Column Chart with Chart.js</a></li> <li class="chapter" data-level="" data-path="chartjs-error-bars.html"><a href="chartjs-error-bars.html"><i class="fa fa-check"></i>Error Bars with Chart.js</a></li> <li class="chapter" data-level="" data-path="chartjs-line.html"><a href="chartjs-line.html"><i class="fa fa-check"></i>Line Chart with Chart.js</a></li> <li class="chapter" data-level="" data-path="highcharts-annotated-line.html"><a href="highcharts-annotated-line.html"><i class="fa fa-check"></i>Annotated Line Chart with Highcharts</a></li> <li class="chapter" data-level="" data-path="chartjs-scatter.html"><a href="chartjs-scatter.html"><i class="fa fa-check"></i>Scatter Chart with Chart.js</a></li> <li class="chapter" data-level="" data-path="chartjs-bubble.html"><a href="chartjs-bubble.html"><i class="fa fa-check"></i>Bubble Chart with Chart.js</a></li> </ul></li> <li class="chapter" data-level="12" data-path="leaflet.html"><a href="leaflet.html"><i class="fa fa-check"></i><b>12</b> Leaflet Map Templates</a> <ul> <li class="chapter" data-level="" data-path="leaflet-maps-with-google-sheets.html"><a href="leaflet-maps-with-google-sheets.html"><i class="fa fa-check"></i>Leaflet Maps with Google Sheets</a></li> <li class="chapter" data-level="" data-path="leaflet-storymaps-with-google-sheets.html"><a href="leaflet-storymaps-with-google-sheets.html"><i class="fa fa-check"></i>Leaflet Storymaps with Google Sheets</a></li> <li class="chapter" data-level="" data-path="google-sheets-api-key.html"><a href="google-sheets-api-key.html"><i class="fa fa-check"></i>Get Your Google Sheets API Key</a></li> <li class="chapter" data-level="" data-path="leaflet-maps-with-csv.html"><a href="leaflet-maps-with-csv.html"><i class="fa fa-check"></i>Leaflet Maps with CSV Data</a></li> <li class="chapter" data-level="" data-path="leaflet-heatmap.html"><a href="leaflet-heatmap.html"><i class="fa fa-check"></i>Leaflet Heatmap Points with CSV Data</a></li> <li class="chapter" data-level="" data-path="leaflet-searchable-map.html"><a href="leaflet-searchable-map.html"><i class="fa fa-check"></i>Leaflet Searchable Point Map</a></li> <li class="chapter" data-level="" data-path="leaflet-maps-open-data-apis.html"><a href="leaflet-maps-open-data-apis.html"><i class="fa fa-check"></i>Leaflet Maps with Open Data APIs</a></li> </ul></li> <li class="chapter" data-level="13" data-path="transform.html"><a href="transform.html"><i class="fa fa-check"></i><b>13</b> Transform Your Map Data</a> <ul> <li class="chapter" data-level="" data-path="geojson.html"><a href="geojson.html"><i class="fa fa-check"></i>Geospatial Data and GeoJSON</a></li> <li class="chapter" data-level="" data-path="find-geojson.html"><a href="find-geojson.html"><i class="fa fa-check"></i>Find GeoJSON Boundary Files</a></li> <li class="chapter" data-level="" data-path="geojsonio.html"><a href="geojsonio.html"><i class="fa fa-check"></i>Draw and Edit with GeoJson.io</a></li> <li class="chapter" data-level="" data-path="mapshaper.html"><a href="mapshaper.html"><i class="fa fa-check"></i>Edit and Join with Mapshaper</a></li> <li class="chapter" data-level="" data-path="convert-kmz.html"><a href="convert-kmz.html"><i class="fa fa-check"></i>Convert Compressed KMZ to KML</a></li> <li class="chapter" data-level="" data-path="mapwarper.html"><a href="mapwarper.html"><i class="fa fa-check"></i>Georeference with Map Warper</a></li> <li class="chapter" data-level="" data-path="bulk-geocode.html"><a href="bulk-geocode.html"><i class="fa fa-check"></i>Bulk Geocode with US Census</a></li> <li class="chapter" data-level="" data-path="pivot-point-to-polygon.html"><a href="pivot-point-to-polygon.html"><i class="fa fa-check"></i>Pivot Points into Polygon Data</a></li> </ul></li> <li class="chapter" data-level="14" data-path="detect.html"><a href="detect.html"><i class="fa fa-check"></i><b>14</b> Detect Lies and Reduce Bias</a> <ul> <li class="chapter" data-level="" data-path="how-to-lie-with-charts.html"><a href="how-to-lie-with-charts.html"><i class="fa fa-check"></i>How to Lie with Charts</a></li> <li class="chapter" data-level="" data-path="how-to-lie-with-maps.html"><a href="how-to-lie-with-maps.html"><i class="fa fa-check"></i>How to Lie with Maps</a></li> <li class="chapter" data-level="" data-path="data-bias.html"><a href="data-bias.html"><i class="fa fa-check"></i>Recognize and Reduce Data Bias</a></li> <li class="chapter" data-level="" data-path="spatial-bias.html"><a href="spatial-bias.html"><i class="fa fa-check"></i>Recognize and Reduce Spatial Bias</a></li> </ul></li> <li class="chapter" data-level="15" data-path="story.html"><a href="story.html"><i class="fa fa-check"></i><b>15</b> Tell and Show Your Data Story</a> <ul> <li class="chapter" data-level="" data-path="storyboard.html"><a href="storyboard.html"><i class="fa fa-check"></i>Build a Narrative on a Storyboard</a></li> <li class="chapter" data-level="" data-path="draw-attention.html"><a href="draw-attention.html"><i class="fa fa-check"></i>Draw Attention to Meaning</a></li> <li class="chapter" data-level="" data-path="sources-uncertainty.html"><a href="sources-uncertainty.html"><i class="fa fa-check"></i>Acknowledge Sources &amp; Uncertainty</a></li> <li class="chapter" data-level="" data-path="story-format.html"><a href="story-format.html"><i class="fa fa-check"></i>Decide On Your Data Story Format</a></li> </ul></li> <li class="appendix"><span><b>Appendix</b></span></li> <li class="chapter" data-level="A" data-path="fix.html"><a href="fix.html"><i class="fa fa-check"></i><b>A</b> Fix Common Problems</a> <ul> <li class="chapter" data-level="A.1" data-path="fix-tool.html"><a href="fix-tool.html"><i class="fa fa-check"></i><b>A.1</b> Tool or platform problems</a></li> <li class="chapter" data-level="A.2" data-path="fix-browser.html"><a href="fix-browser.html"><i class="fa fa-check"></i><b>A.2</b> Try a different browser</a></li> <li class="chapter" data-level="A.3" data-path="fix-developer-tools.html"><a href="fix-developer-tools.html"><i class="fa fa-check"></i><b>A.3</b> Diagnose with developer tools</a></li> <li class="chapter" data-level="A.4" data-path="fix-computer.html"><a href="fix-computer.html"><i class="fa fa-check"></i><b>A.4</b> Mac or Chromebook problems</a></li> <li class="chapter" data-level="A.5" data-path="fix-data.html"><a href="fix-data.html"><i class="fa fa-check"></i><b>A.5</b> Watch out for bad data</a></li> <li class="chapter" data-level="A.6" data-path="fix-iframe.html"><a href="fix-iframe.html"><i class="fa fa-check"></i><b>A.6</b> Common iframe errors</a></li> <li class="chapter" data-level="A.7" data-path="fix-code.html"><a href="fix-code.html"><i class="fa fa-check"></i><b>A.7</b> Fix your code on GitHub</a></li> </ul></li> <li class="chapter" data-level="B" data-path="bookdown.html"><a href="bookdown.html"><i class="fa fa-check"></i><b>B</b> Publishing with Bookdown</a> <ul> <li class="chapter" data-level="" data-path="install.html"><a href="install.html"><i class="fa fa-check"></i>Install and Set Up Bookdown</a></li> <li class="chapter" data-level="" data-path="structure.html"><a href="structure.html"><i class="fa fa-check"></i>File Structure and Headers</a></li> <li><a href="style-guide.html#style-guide">Style Guide for <em>Hands-On Data Visualization</em></a></li> <li class="chapter" data-level="" data-path="images.html"><a href="images.html"><i class="fa fa-check"></i>Images and R Code-chunk Formatting</a></li> <li class="chapter" data-level="" data-path="tables.html"><a href="tables.html"><i class="fa fa-check"></i>Tables in Markdown Format</a></li> <li class="chapter" data-level="" data-path="zotero.html"><a href="zotero.html"><i class="fa fa-check"></i>Zotero and Better BibTeX for Notes and Biblio</a></li> <li class="chapter" data-level="" data-path="alternative.html"><a href="alternative.html"><i class="fa fa-check"></i>Alternative Book Publishing Tools</a></li> </ul></li> <li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li> <li class="divider"></li> <li style="padding: 10px 15px; font-weight: bold;">Open-access web edition</li> <li><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a></li> <li><a href="https://bookdown.org" target="_blank">Built with Bookdown + RStudio</a></li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <h1> <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Hands-On Data Visualization</a> </h1> </div> <div class="page-wrapper" tabindex="-1" role="main"> <div class="page-inner"> <section class="normal" id="section-"> <div id="create-repo" class="section level2 unnumbered"> <h2>Create a New Repo and Upload Files on GitHub</h2> <p>Now that you’ve made a copy of our GitHub template, the next step is to learn how to create a brand-new repo and upload files. These skills will be helpful for several scenarios. First, if you have to fork a repo, which GitHub allows you to do only one time, this method will allow you to create additional copies. Second, you’ll need to upload some of your own files when creating data visualizations using <a href="chartcode.html">Chart.js and Highcharts templates in Chapter 11</a> and <a href="leaflet.html">Leaflet map templates in Chapter 12</a>. Once again, we’ll demonstrate how to do all of these steps in GitHub’s beginner-level browser interface, but see the next section on <a href="github-desktop-atom.html">GitHub Desktop</a> for an intermediate-level interface that’s more efficient for working with code templates.</p> <p>In the previous section, you created a copy of our GitHub repo with the <em>Use this template</em> button, and we intentionally set up our repos with this newer feature because it allows the user to make <em>multiple</em> copies and assign each one a different name. Many other GitHub repos do not include a <em>Template</em> button, so to copy those you’ll need to click the <em>Fork</em> button, which automatically generates a copy with the same repo name as the original. But what if you wish to fork someone’s repo a second time? GitHub prevents you from creating a second fork to avoid violating one of its important rules: every repo in your account must have a unique name, to avoid overwriting and erasing your work.</p> <p>So how do you make a second fork of a GitHub repo, if there’s no <em>Use this template</em> button? Follow our recommended workaround that’s summarized in these three steps:</p> <ul> <li>Download the existing GitHub repo to your local computer</li> <li>Create a brand-new GitHub repo with a new name</li> <li>Upload the existing code repo files to your brand-new repo</li> </ul> <ol style="list-style-type: decimal"> <li>Click on the <em>Code &gt; Download Zip</em> drop-down menu button on any repo, as shown in Figure <a href="create-repo.html#fig:repo-code-download">10.12</a>. Your browser will download a zipped compressed folder with the contents of the repo to your local computer, and it may ask you where you wish to save it. Decide on a location and click OK.</li> </ol> <div class="figure"><span id="fig:repo-code-download"></span> <img src="images/10-github/repo-code-download.png" alt="Click Code and select Download Zip to create a compressed folder of a repo on your computer." width="350" /> <p class="caption"> Figure 10.12: Click <em>Code</em> and select <em>Download Zip</em> to create a compressed folder of a repo on your computer. </p> </div> <ol start="2" style="list-style-type: decimal"> <li><p>Navigate to the location on your computer where you saved the folder. Its file name should end with <code>.zip</code>, which means you need to double-click to “unzip” or de-compress the folder. After you unzip it, a new folder will appear named in this format, <code>REPOSITORY-BRANCH</code>, which refers to the repository name (such as <code>leaflet-map-simple</code>) and the branch name (such as <code>main</code>), and it will contain the repo files. One of those files is named <code>index.html</code>, which you’ll use in a few steps below.</p></li> <li><p>Go back to your GitHub account in your web browser, click on the plus (+) symbol in the upper-right corner of your account, and select <em>New repository</em>, as shown in Figure <a href="create-repo.html#fig:repo-create-new">10.13</a>.</p></li> </ol> <div class="figure"><span id="fig:repo-create-new"></span> <img src="images/10-github/repo-create-new.png" alt="Click the plus (+) symbol in upper-right corner to create a new repo." width="300" /> <p class="caption"> Figure 10.13: Click the plus (+) symbol in upper-right corner to create a new repo. </p> </div> <ol start="4" style="list-style-type: decimal"> <li>On the next screen, GitHub will ask you to enter a new repo name. Choose a short one, preferably all lower-case, and separate words with hyphens if needed. Let’s name it <code>practice</code> because we’ll delete it at the end of this tutorial.</li> </ol> <p>Check the box to <em>Initialize this repository with a README</em> to simplify the next steps.</p> <p>Also, select <em>Add a license</em> that matches the code you plan to upload, which in this case is <em>MIT License</em>. Other fields are optional. Click the green <em>Create Repository</em> button at the bottom when done, as shown in Figure <a href="create-repo.html#fig:repo-create-options">10.14</a>.</p> <div class="figure"><span id="fig:repo-create-options"></span> <img src="images/10-github/repo-create-options.png" alt="Name your new repo practice, check the box to Initialize this repo with a README, and Add a license (select MIT) to match any code you plan to upload." width="400" /> <p class="caption"> Figure 10.14: Name your new repo <em>practice</em>, check the box to <em>Initialize this repo with a README</em>, and <em>Add a license</em> (select <em>MIT</em>) to match any code you plan to upload. </p> </div> <p>Your new repo will have a web address similar to <code>https://github.com/USERNAME/practice</code>.</p> <ol start="5" style="list-style-type: decimal"> <li>On your new repo home page, click the <em>Add File &gt; Upload Files</em> drop-down menu button, near the middle of the screen, as shown in Figure <a href="create-repo.html#fig:repo-upload-files">10.15</a>.</li> </ol> <div class="figure"><span id="fig:repo-upload-files"></span> <img src="images/10-github/repo-upload-files.png" alt="Click the Upload Files button." width="350" /> <p class="caption"> Figure 10.15: Click the <em>Upload Files</em> button. </p> </div> <ol start="6" style="list-style-type: decimal"> <li>Inside the repo folder that you previously downloaded and unzipped on your local computer, drag-and-drop the <code>index.html</code> file to the upload screen of your GitHub repo in your browser, as shown in Figure <a href="create-repo.html#fig:repo-drag-index">10.16</a>. Do not upload <code>LICENSE</code> or <code>README.md</code> because your new repo already contains those two files. Scroll down to click the green <em>Commit Changes</em> button.</li> </ol> <div class="figure"><span id="fig:repo-drag-index"></span> <img src="images/10-github/repo-drag-index-annotated.png" alt="Drag-and-drop the index.html file to the upload screen." /> <p class="caption"> Figure 10.16: Drag-and-drop the <code>index.html</code> file to the upload screen. </p> </div> <p>When the upload is complete, your repo should contain three files, now including a copy of the <code>index.html</code> code that you previously downloaded from the <code>leaflet-map-simple</code> template. This achieved our goal of working around GitHub’s one-fork rule, by creating a new repo and manually uploading a second copy of the code.</p> <p>Optionally, you could use GitHub Pages to publish a live version of the code online, and paste the links to the live version at the top of your repo and your README.md file, as described in the <a href="copy-leaflet.html">Copy, Edit, and Host a Simple Leaflet Map Template</a> section of this chapter.</p> <ol start="7" style="list-style-type: decimal"> <li>Since this was only a <code>practice</code> repo, let’s delete it from GitHub. In the repo screen of your browser, click the top-right <em>Settings</em> button, scroll all the way down to the <em>Danger Zone</em>, and click <em>Delete this repository</em>, as shown in Figure <a href="create-repo.html#fig:repo-delete">10.17</a>. GitHub will ask you to type in your username and repo name to ensure that you really want to delete the repo, to prove you are not a drunken brownie chef.</li> </ol> <div class="figure"><span id="fig:repo-delete"></span> <img src="images/10-github/repo-delete.png" alt="After clicking the Delete Repository button, GitHub will ask you to type your username and repo name to confirm." width="600" /> <p class="caption"> Figure 10.17: After clicking the Delete Repository button, GitHub will ask you to type your username and repo name to confirm. </p> </div> <p>So far, you’ve learned how to copy, edit, and host code using the GitHub web interface, which is a great introduction for beginners. Now you’re ready to move up to tools that will allow you to work more efficiently with GitHub, such as GitHub Desktop and Atom Editor, to quickly move entire repos to your local computer, edit the code, and move them back online.</p> </div> <footer style="margin-top: 60px; font-size: 0.8em; padding: 10px; background-color: rgba(0,0,0,0.08); display: table; width: 98%"> <a href="https://www.amazon.com/Hands-Data-Visualization-Storytelling-Spreadsheets/dp/1492086002/" style="width: 80px; margin-left: auto; margin-right: auto;" class="db dtc-ns"> <img src="images/0-preface/cover-400wide.jpg" alt="O'Reilly Book Cover" style="width: 100px;" /> </a> <div style="padding: 0 15px;" class="db dtc-ns"> <p> Buy the print book at <a href="https://www.amazon.com/Hands-Data-Visualization-Storytelling-Spreadsheets/dp/1492086002/">Amazon</a> - <a href="https://www.barnesandnoble.com/w/hands-on-data-visualization-jack-dougherty/1137725933">Barnes & Noble</a> - <a href="https://bookshop.org/books/hands-on-data-visualization-interactive-storytelling-from-spreadsheets-to-code/9781492086000">Bookshop</a> - <a href="https://www.powells.com/book/hands-on-data-visualization-9781492086000">Powell's</a> - or your local bookstore.<br> Or begin a 30-day free trial to all books and digital content on the <a href="https://learning.oreilly.com/get-learning/?code=HODV21">O'Reilly online learning platform</a>.<br> Share your feedback about the book by tagging <a href="https://twitter.com/handsondataviz" target="_blank">@handsondataviz on Twitter</a> or <a href="https://handsondataviz.org/authors.html">contact the authors</a>. </p> <p style="color: rgba(0,0,0,0.4)"> &copy; 2021 Jack Dougherty & Ilya Ilyankou / Picturedigits Ltd. </p> </div> </footer> <style> footer a:hover img { transform: rotate(1deg); } .db { display: block; } @media screen and (min-width: 30em) { .dtc-ns { display: table-cell; vertical-align: middle; } } </style> </section> </div> </div> </div> <a href="gh-pages-link-to-iframe.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a> <a href="github-desktop-atom.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> </div> </div> <script src="libs/gitbook-2.6.7/js/app.min.js"></script> <script src="libs/gitbook-2.6.7/js/lunr.js"></script> <script src="libs/gitbook-2.6.7/js/clipboard.min.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-search.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script> <script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-clipboard.js"></script> <script> gitbook.require(["gitbook"], function(gitbook) { gitbook.start({ "sharing": { "github": true, "facebook": false, "twitter": true, "linkedin": false, "weibo": false, "instapaper": false, "vk": false, "whatsapp": false, "all": false }, "fontsettings": { "theme": "white", "family": "sans", "size": 2 }, "edit": { "link": null, "text": null }, "history": { "link": null, "text": null }, "view": { "link": "https://github.com/handsondataviz/book/blob/main/10-github.Rmd", "text": null }, "download": ["HandsOnDataViz.pdf"], "toc": { "collapse": "section", "scroll_highlight": true }, "search": true }); }); </script> </body> </html>
JackDougherty/datavizbook
docs/create-repo.html
HTML
mit
43,309
<!DOCTYPE html> <html> <head> <title>Enumerables</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> <link rel-"stylesheet" type="text/css" href="../stylesheets/blog.css"> </head> <body> <nav> <table> <tr> <td><a href="#home">Home</a></td> <td><a href="#projects">Projects</a></td> <td><a href="#about">About</a></td> <td><a href="other">Other</a></td> </tr> </table> </nav> <header> <h1>Learning Ruby:</h1> <h2>Enumerable</h2> <h4>9/21/15</h4> </header> <section> <p><b>What are ennumerables?</b> Enumerables in ruby provide ways of manipulating or searching and sorting to extract information from a collection, such as arrays or hashes. They are modules that are more or less offshoots of the each method. They provide a way of working with a type of looping, iterating, through the collection.</p> </section> <section> <p><b>The map method</b> The map method works very similar to the each method by setting up iteration. One added advantage to using map is that you have the option of making alterations to the elements in the array with or without modifying the actual array; it can be used as destructive (map!--creates permanent change) or as nondestructive(map--temporary change for instance only) method. It accepts a block of code and modify each element in the group, then it returns the elements in the modified form. For example:</p> <table> <tr> <td>array = [1, 2, 3, 4, 5]</td> </tr> <tr> <td>array.map { │x│ x * 2 } will result in [2, 4, 6, 8, 10]</td> </tr> </table> </section> </body> </html>
san115/san115.github.io
blog/enumerable-map.html
HTML
mit
1,780
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>infotheo: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / infotheo - 0.3.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> infotheo <small> 0.3.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-05 07:20:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 07:20:37 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.9.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;Reynald Affeldt &lt;reynald.affeldt@aist.go.jp&gt;&quot; homepage: &quot;https://github.com/affeldt-aist/infotheo&quot; dev-repo: &quot;git+https://github.com/affeldt-aist/infotheo.git&quot; bug-reports: &quot;https://github.com/affeldt-aist/infotheo/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Discrete probabilities and information theory for Coq&quot; description: &quot;&quot;&quot; Infotheo is a Coq library for reasoning about discrete probabilities, information theory, and linear error-correcting codes.&quot;&quot;&quot; build: [ [make &quot;-j%{jobs}%&quot; ] [make &quot;-C&quot; &quot;extraction&quot; &quot;tests&quot;] {with-test} ] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; { (&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;) | (= &quot;dev&quot;) } &quot;coq-mathcomp-ssreflect&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-fingroup&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-algebra&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-solvable&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-field&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-analysis&quot; { (&gt;= &quot;0.3.6&quot; &amp; &lt;= &quot;0.3.7&quot;) | (&gt;= &quot;0.3.9&quot; &amp; &lt; &quot;0.3.10~&quot;) } ] tags: [ &quot;keyword:information theory&quot; &quot;keyword:probability&quot; &quot;keyword:error-correcting codes&quot; &quot;keyword:convexity&quot; &quot;logpath:infotheo&quot; &quot;date:2021-06-14&quot; ] authors: [ &quot;Reynald Affeldt, AIST&quot; &quot;Manabu Hagiwara, Chiba U. (previously AIST)&quot; &quot;Jonas Senizergues, ENS Cachan (internship at AIST)&quot; &quot;Jacques Garrigue, Nagoya U.&quot; &quot;Kazuhiko Sakaguchi, Tsukuba U.&quot; &quot;Taku Asai, Nagoya U. (M2)&quot; &quot;Takafumi Saikawa, Nagoya U.&quot; &quot;Naruomi Obata, Titech (M2)&quot; ] url { http: &quot;https://github.com/affeldt-aist/infotheo/archive/0.3.3.tar.gz&quot; checksum: &quot;sha512=1147fd67635fa927fd918583f35a5702a5877c82aac55cd07708dacb5ece2a69109136c26a3c09530ac7c6219579392bbe7f5505a55e7a61a40017d1d1c5c27c&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-infotheo.0.3.3 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1). The following dependencies couldn&#39;t be met: - coq-infotheo -&gt; coq &gt;= dev no matching version 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-infotheo.0.3.3</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.9.1/infotheo/0.3.3.html
HTML
mit
8,078
<!DOCTYPE html> <html lang="en"> <head> <title>Access denied (401)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> body { background-color: #EFEFEF; color: #2E2F30; text-align: center; font-family: arial, sans-serif; margin: 0; } div.dialog { width: 95%; max-width: 33em; margin: 4em auto 0; } div.dialog > div { border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #BBB; border-top: #B00100 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: white; padding: 7px 12% 0; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); } h1 { font-size: 100%; color: #730E15; line-height: 1.5em; } div.dialog > p { margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #666; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); } </style> </head> <body> <!-- This file lives in public/404.html --> <div class="dialog"> <div> <h1>You don't have permission to access the requested page.</h1> </div> </div> </body> </html>
lumenlearning/OpenAssessments
public/401.html
HTML
mit
1,399
--- layout: default --- {% assign post = page %} {% if post.heroImageUrl != nil %} <div class="post-hero-image"> <img src="{{site.baseurl}}{{post.heroImageUrl}}" alt="{{post.title}}"> </div> {% endif %} <div class="post-container"> {{content}} </div>
mcMickJuice/macho-man-ff-constitution
_layouts/post.html
HTML
mit
258
<section class="page-header"> <h1 class="project-name"><a href="/">{{ site.title }}</a></h1> <h2 class="project-tagline">{{ site.tagline }}</h2> <a href="https://github.com/devctl/devctl" class="btn">View on GitHub</a> <a href="/docs/home" class="btn">Documentation</a> </section>
devctl/devctl.github.io
_includes/page-header.html
HTML
mit
289
{{<layout}} {{$pageTitle}} Discovery phase page history {{/pageTitle}} {{$head}} {{>includes/elements_head}} <link href="/public/stylesheets/my-styles.css" media="screen" rel="stylesheet" type="text/css" /> {{/head}} {{$propositionHeader}} {{>includes/propositional_navigation}} {{/propositionHeader}} {{$headerClass}}with-proposition{{/headerClass}} {{$content}} <main id="content" role="main"> <br><a href="javascript:history.go(-1);">Back</a><br> <h1 class="heading-xlarge">Page version history</h1> <h2 class="heading-large">Discovery</h2> <a href="/amdr/page_history/discovery_page_list">Discovery</a>, Alpha, <a href="/amdr/page_history/beta_page_list">Beta</a> <table> <thead> <tr> <th scope="col">Page name</th> <th scope="col">Page description</th> <th scope="col" class="numeric">Live version</th> <th scope="col" class="numeric">Local version</th> </tr> </thead> <tbody> <tr> <td colspan="4" class="full_length no_border"><br><p class="form-hint">Google search</p></td> </tr> <tr> <td class="no_border">google1</td> <td class="no_border">Google homepage with search</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/google1">v4</a>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/google1">v3</a> </td> <td class="numeric no_border"> <a href="/amdr/google/google1">v4</a>, <a href="/amdr/v3/google1">v3</a> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td class="no_border">google2</td> <td class="no_border">Google search results if searched for anything other than dvla</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/google2">v4</a>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/google2">v3</a> </td> <td class="numeric no_border"> <a href="/amdr/google/google2">v4</a>, <a href="/amdr/v3/google2">v3</a> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td class="no_border">google3</td> <td class="no_border">Google search results if searched for dvla</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/google3">v4</a>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/google3">v3</a> </td> <td class="numeric no_border"> <a href="/amdr/google/google3">v4</a>, <a href="/amdr/v3/google3">v3</a> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td colspan="4" class="full_length no_border"><br><p class="form-hint">Start prototype</p></td> </tr> <tr> <td class="no_border">landing_page</td> <td class="no_border">Prototype start page</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/Landing_page">v4</a>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/Landing_page">v3</a> </td> <td class="numeric no_border"> <a href="/amdr/landing_page">v4</a>, <a href="/amdr/v3/landing_page">v3</a> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <!-- VERIFY SCREENS --> <tr> <td colspan="4" class="full_length no_border"><br><p class="form-hint">Verify screens</p></td> </tr> <tr> <td class="no_border">verify_2_new</td> <td class="no_border">GOV.UK verify</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/Verify_2_new.html">v4</a>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/Verify_2_new.html">v3</a> </td> <td class="numeric no_border"> <a href="/amdr/verify_2_new">v4</a>, <a href="/amdr/v3/verify_2_new">v3</a><span class="hint">, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td class="no_border">verify_4</td> <td class="no_border">Verify through post office</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/Verify_4">v4</a>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/Verify_4">v3</a> </td> <td class="numeric no_border"> <a href="/amdr/verify_4">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <!-- POSTCODE ENTRY --> <tr> <td colspan="4" class="full_length no_border"><br><p class="form-hint">Postcode entry</p></td> </tr> <tr> <td class="no_border">address_postcode</td> <td class="no_border">Enter postcode</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/Address_postcode?requestId=dvla&request=2&auth=&action=sign-in">v4</a> <span class="form-hint"> (1 of 7)</span>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/Address_postcode?requestId=dvla&request=2&auth=&action=sign-in">v3</a> <span class="form-hint"> (1 of 8)</span> </td> <td class="numeric no_border"> <a href="/amdr/address_postcode">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td class="no_border">find-postcode2</td> <td class="no_border">Addresses returned from postcode search</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/find-postcode2?postcode=ID1+1QD&Findaddress=Find+address">v4</a> <span class="form-hint"> (2 of 7)</span>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/find-postcode2?postcode=ID1+1QD&Findaddress=Find+address">v3</a> <span class="form-hint"> (2 of 8)</span> </td> <td class="numeric no_border"> <a href="/amdr/find-postcode2">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <!-- MANUAL ENTRY --> <tr> <td colspan="4" class="full_length no_border"><br><p class="form-hint">Manual entry if address not found</p></td> </tr> <tr> <td class="no_border">address_manual</td> <td class="no_border">Address not found</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/Address_manual">v4</a> <span class="form-hint">(3 of 7)</span>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/find-confirm?udprn=My+address+is+not+here&Findaddress=Continue">v3</a> <span class="form-hint">(3 of 8)</span> </td> <td class="numeric no_border"> <a href="/amdr/address_manual">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td colspan="4" class="full_length no_border"><br><p class="form-hint">Confirm address selection</p></td> </tr> <tr> <td class="no_border">find-confirm</td> <td class="no_border">New address confirmation</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/find-confirm?udprn=2+Barons+Court+Road%2C%2C%2CLONDON%2CID1+1QD&Findaddress=Continue">v4</a> <span class="form-hint">(3 of 7)</span>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/find-confirm?udprn=2+Barons+Court+Road%2C%2C%2CLONDON%2CID1+1QD&Findaddress=Continue">v3</a> <span class="form-hint">(3 of 8)</span>, </td> <td class="numeric no_border"> <a href="/amdr/find-confirm">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <!-- USER DETAILS CAPTURE --> <tr> <td colspan="4" class="full_length no_border"><br><p class="form-hint">User email/phone capture for confirmation</p></td> </tr> <tr> <td class="no_border">send_address</td> <td class="no_border">Email address and mobile number on one page</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/send_address">v4</a> <span class="form-hint">(4 of 7)</span>, </td> <td class="numeric no_border"> <a href="/amdr/send_address">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td class="no_border">send_address</td> <td class="no_border">Email address entry</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v3/send_address?newconf=2+Barons+Court+Road%2C%2C%2CLONDON%2CID1+1QD">v3</a> <span class="form-hint">(4 of 8)</span>, </td> <td class="numeric no_border"> <span class="hint">---, </span><a href="/amdr/send_address">v3</a><span class="hint">, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <li><h3 class="heading-small">v4</h3> NOT USED IN THIS VERSION <ul class="list-bullet"> <li><p>This and following page 'send_address2' combined into one page for version 4</p></li> </ul> </li> <!--li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td class="no_border">send_address2</td> <td class="no_border">Mobile number entry - Not used in v4</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v3/send_address2?email=&sub=2+Barons+Court+Road%2C%2C%2CLONDON%2CID1+1QD">v3</a> <span class="form-hint">(5 of 8)</span>, </td> <td class="numeric no_border"> <span class="hint">---, </span><a href="/amdr/send_address2">v3</a><span class="hint">, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <li><h3 class="heading-small">v4</h3> NOT USED IN THIS VERSION <ul class="list-bullet"> <li><p>This and previous page 'send_address' combined into one page for version 4</p></li> </ul> </li> <!--li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <!-- SUMMARY DECLARATION --> <tr> <td colspan="4" class="full_length no_border"><br><p class="form-hint">Summary and declaration</p></td> </tr> <tr> <td class="no_border">summary</td> <td class="no_border">Address, email and phone summary</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/send_address_sum?email=&mobilenumber=&sub=2+Barons+Court+Road%2C%2C%2CLONDON%2CID1+1QD">v4</a>, <span class="form-hint">(5 of 7)</span>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/send_address3?mobilenumber=&sub=2+Barons+Court+Road%2C%2C%2CLONDON%2CID1+1QD%2C ">v3</a>, <span class="form-hint">(6 of 8)</span>, </td> <td class="numeric no_border"> <a href="/amdr/summary">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td class="no_border">confirmation</td> <td class="no_border">Declaration</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/send_to_dec?sub=%2C">v4</a>, <span class="form-hint">(6 of 7)</span>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/Confirmation.html?sub=">v3</a> <span class="form-hint">(7 of 8)</span>, </td> <td class="numeric no_border"> <a href="/amdr/confirmation">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> <tr> <td class="no_border">endScreen</td> <td class="no_border">Application processed</td> <td class="numeric no_border"> <a href="http://amdr.herokuapp.com/COA_Direct_v4/send_to_end?sub=%2C">v4</a> <span class="form-hint">(7 of 7)</span>, <a href="http://amdr.herokuapp.com/COA_Direct_v3/EndScreen.html">v3</a> <span class="form-hint">(8 of 8)</span>, </td> <td class="numeric no_border"> <a href="/amdr/endScreen">v4</a><span class="hint">, v3, v2, v1</span> </td> </tr> <tr> <td colspan="4" class="full_length"> <details> <summary><span class="summary">More page history</span></summary> <div class="panel-indent"> <ul> <!--li><h3 class="heading-small">v4</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li> <li><h3 class="heading-small">v3</h3> <ul><li><p>This was changed</p></li></ul> <ul><li><p>This was also changed</p></li></ul> </li--> </ul> </div> </details> </td> </tr> </tbody> </table> </main> {{/content}} {{/layout}}
wayneddgu/share
app/views/page_history/alpha_page_history.html
HTML
mit
19,994
<html> <head> <title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.4 --> <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="modules.html"><span>Modules</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="dirs.html"><span>Directories</span></a></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> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceOgre.html">Ogre</a> </li> <li class="navelem"><a class="el" href="classOgre_1_1AtomicScalar.html">AtomicScalar</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">Ogre::AtomicScalar&lt; T &gt; Member List</div> </div> </div> <div class="contents"> This is the complete list of members for <a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#ab5c4f1a0732ba493f63d9f05b2064d39">AtomicScalar</a>(const T &amp;initial)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#a7f7b1b54d293173d8f7b7351f4f9d148">AtomicScalar</a>(const AtomicScalar&lt; T &gt; &amp;cousin)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#aa928121fb83ba0746dda532079142191">AtomicScalar</a>()</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#a9efd49c8680f5e29cfb6da1de45da0e9">cas</a>(const T &amp;old, const T &amp;nu)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#a0760f71192ec2403e8928d69f27e8ff0">get</a>(void) const </td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#a0a91e280e9d28815a3e4e16fbd9cfb3c">mField</a></td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#a0d3b3c126fd72016f63d2b70e206341d">operator++</a>(void)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#ad45b625889810c679099fa85d7376cee">operator++</a>(int)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#ad570fbf9aa6ad3cc688ad7a572cfea1f">operator--</a>(void)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#a3aeaef070ff26d2920cc0cd2e48b1b1c">operator--</a>(int)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#add12daab3ff51fa24089269ab93100a5">operator=</a>(const AtomicScalar&lt; T &gt; &amp;cousin)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1AtomicScalar.html#a18c86c571d84ca7daf21ff3e3265f886">set</a>(const T &amp;v)</td><td><a class="el" href="classOgre_1_1AtomicScalar.html">Ogre::AtomicScalar&lt; T &gt;</a></td><td></td></tr> </table></div> <hr> <p> Copyright &copy; 2008 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Sat Jan 14 2012 18:40:45 </p> </body> </html>
milram/ogre-1.7.4-osx
Docs/api/html/classOgre_1_1AtomicScalar-members.html
HTML
mit
6,284
--- --- <!doctype html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Photo - A History of UCSF</title> <link href='http://fonts.googleapis.com/css?family=Gilda+Display%7CPT+Sans+Narrow:300' rel='stylesheet' type='text/css'> <link href="ucsf_history.css" rel="stylesheet" type="text/css" media="all" /> {% include google_analytics.html %} </head> <body> <div id="mainbody"> {% include ucsf_banner.html %} <div class="banner"><h1><a href="/">A History of UCSF</a></h1></div> <div id="insidebody"> <div id="photocopy"> <div id="photocopy_text"><h2 class="title"><span class="title-primary">Photos</span></h2> <div id="subhead">Patio off of the Medical Sciences building</div> <br /> <img src="images/pictures/medsci_patio.jpg"/><br/> <br/> <br/> </div> </div> <div id="sidebar"> <div id="sidenav_inside">{% include search_include.html %}<br /> <div id="sidenavtype"> <a href="story.html" class="sidenavtype"><strong>THE STORY</strong></a><br/> <br/> <a href="special_topics.html" class="sidenavtype"><strong>SPECIAL TOPICS</strong></a><br/><br/> <a href="people.html" class="sidenavtype"><strong>PEOPLE</strong></a><br/> <br/> <div id="sidenav_subnav_header"><strong><a href="photos.html" class="sidenav_subnav_type_visited">PHOTOS</a></strong></div> <br/> <a href="buildings.html" class="sidenavtype"><strong>BUILDINGS</strong></a><br/> <br/> <a href="index.html" class="sidenavtype"><strong>HOME</strong></a></div> </div> </div> </div> {% include footer.html %} </div> {% include bottom_js.html %} </body> </html>
mizejewski/ucsf-history-website
building_photo8.html
HTML
mit
1,724
<!DOCTYPE html> <html> <head> <title>MoMoKo.in - Zoom.Quiet | MoMoKo.in | 丸子家.在内</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="http://MOMOKO.in/theme/css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="http://MOMOKO.in/theme/css/bootstrap-responsive.min.css" type="text/css" /> <link rel="stylesheet" href="http://MOMOKO.in/theme/css/main.css" type="text/css" /> <link href="http://MOMOKO.in/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="丸子家.在内 Atom Feed" /> <script type="text/javascript" src="http://cdn.staticfile.org/jquery/2.1.0/jquery.min.js"></script> </head> <body id="index"> <div class="row-fluid"> <div class="span10 offset1"> <header id="banner" > <h1><!--MoMoKo.in --> <a href="http://MOMOKO.in/"> M<button class="btn disabled btn-danger">O</button>M<button class="btn disabled btn-danger">O</button>K<button class="btn disabled btn-primary">O</button>.in <sup>丸子家.在内</sup> </a> </h1> <nav class="navbar"> <div class="navbar-inner"> <ul class="nav"> <li ><a href="http://MOMOKO.in/events/index.html">Events</a></li> <li ><a href="http://MOMOKO.in/family/index.html">Family</a></li> <li ><a href="http://MOMOKO.in/niuniu/index.html">NiuNiu</a></li> </ul> <!-- --> </div> </nav> </header><!-- /#banner --> </div> </div> <div class="row-fluid"> <div class="span10 offset1"> <div class="row-fluid"> <section> <ol id="posts-list" class="hfeed" start="0"> <li> <article> <header> <h1 class="entry-title"> <a href="http://MOMOKO.in/niuniu/say-nn2790.html" rel="bookmark" title="Permalink to 牛妞曰~学习"> 牛妞曰~学习 </a> </h1> </header> <div class="entry-content"> <footer class="post-info"> <address class="vcard author"> by <a class="url fn" href="http://MOMOKO.in/author/zoomquiet.html">Zoom.Quiet</a> </address> in <a href="http://MOMOKO.in/niuniu/index.html">NiuNiu</a> on 2017-01-08 | <a href="http://MOMOKO.in/niuniu/say-nn2790.html#disqus_thread">comments</a> </footer><!-- /.post-info --> <h2>170108</h2> <blockquote> <p>nn2790</p> </blockquote> <p><img alt="...jpg" src="http://momoko.zoomquiet.top/niuniu-albums/nn2017/170108-nn2790.jpeg?imageView2/2/w/360"></p> <ul> <li>妞:妈妈,你知道我为什么不爱学习?</li> <li>妈:因为你懒</li> <li>妞:不是,因为我没有这个天赋</li> <li>妈:那谁有?</li> <li>妞:林心恩,因为她总能考100分,所以她就很有学习的兴趣和激情!</li> <li>妈:那你的激情在哪里?</li> <li>妞:画画和吃饭!</li> <li>妈:我决定给你出本画册,请你把你吃过的东西都画下来!</li> <li>妞:真的吗?</li> <li>妈:真的,但画册上也是要写字的,就像你看的高木直子!</li> <li>妞:太好了,那我去写字了!</li> </ul> <blockquote> <p>妈妈的内心戏:哈哈哈,跟我斗!</p> </blockquote> <p>(<code>粑粑:</code> </p> <p>是也乎,( ̄▽ ̄)</p> <p>双熊斗 )</p> <p class="readmore"> <a class="btn btn-info" href="http://MOMOKO.in/niuniu/say-nn2790.html">Read more...</a> </p> </div><!-- /.entry-content --> <hr/> </article> </li> </ol><!-- /#posts-list --> <p class="paginator"> <a href="http://MOMOKO.in/author/zoomquiet29.html">&laquo;</a> Page 30 / 186 <a href="http://MOMOKO.in/author/zoomquiet31.html">&raquo;</a> </p> </section><!-- /#content --> <!-- for clean side bar full contents --> <div class="span10"> </div> </div> </div> </div> <footer id="site-footer"> <div class="row-fluid"> <div class="span10 offset1"> <hr/> <section id="sidebar"> <div> <h6>Social</h6> <ul> <li><a href="http://MOMOKO.in/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li> <li><a href="https://github.com/PyConChina">GitHub</a></li> <li><a href="http://weekly.pychina.org">Weekly</a></li> <li><a href="http://news.pychina.org">News</a></li> <li><a href="http://MOMOKO.in/feeds/all.atom.xml">rss</a></li> <li><a href="http://MOMOKO.in/archives.html">Archives</a></li> <li><a href="https://gitcafe.com/CPyUG">CPyUG</a></li> <li><a href="http://wiki.woodpecker.org.cn/moin/CPUG">Wiki</a></li> <li><a href="http://weibo.com/pyconcn">weibo</a></li> <li><a href="http://weibo.com/openbookproject">O.B.P</a></li> </ul> </div><!-- /.social --> </section><!-- /#sidebar --> <hr/> <address> <p> This blog is proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. </p> <p> <a href="http://github.com/jsliang/pelican-fresh/">Fresh</a> is a responsive theme designed by <a href="http://jsliang.com/">jsliang</a>. Special thanks to <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a> and <a href="http://twitter.github.com/bootstrap">Twitter Bootstrap</a>. </p> </address> </div> </div> </footer> <script type="text/javascript"> var disqus_shortname = 'momokoin'; (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = 'http://' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> <script src="http://MOMOKO.in/theme/js/bootstrap.min.js"></script> </body> </html>
momokowan/momokowan.github.io
author/zoomquiet30.html
HTML
mit
7,294
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Sci blog jekyll theme"> <meta name="author" content="AIR RAYA Group"> <link href='/MyBlog/img/favicon.ico' type='image/icon' rel='shortcut icon'/> <title>泽民博客 | Jekyll theme</title> <link rel="stylesheet" href="/MyBlog/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="/MyBlog/css/font-awesome.min.css"> <link href="/MyBlog/css/simple-sidebar.css" rel="stylesheet"> <link href="/MyBlog/css/classic-10_7.css" rel="stylesheet" type="text/css"> <!-- Custom CSS --> <link href="/MyBlog/css/style.css" rel="stylesheet"> <link href="/MyBlog/css/pygments.css" rel="stylesheet"> <!-- Fonts --> <link href="/MyBlog/css/front.css" rel="stylesheet" type="text/css"> <link href="/MyBlog/css/Josefin_Slab.css" rel="stylesheet" type="text/css"> <link href="/MyBlog/css/Architects_Daughter.css" rel="stylesheet" type="text/css"> <link href="/MyBlog/css/Schoolbell.css" rel="stylesheet" type="text/css"> <link href="/MyBlog/css/Codystar.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="/MyBlog/js/jquery-1.12.0.min.js"></script> <link href="/MyBlog/css/calendar/common.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="/MyBlog/js/calendar/calendar.js"></script> <!-- share this --> <script type="text/javascript">var switchTo5x=true;</script> <script type="text/javascript" src="/MyBlog/js/buttons.js"></script> <script type="text/javascript">stLight.options({publisher: "b28464c3-d287-4257-ad18-058346dd35f7", doNotHash: false, doNotCopy: false, hashAddressBar: false});</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="/MyBlog/js/html5shiv.js"></script> <script src="/MyBlog/js/respond.min.js"></script> <![endif]--> <!--百度统计--> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e965cab8c73512b8b23939e7051d93bd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script async src="/MyBlog/katex/katex.js"></script> <link rel="stylesheet" href="/MyBlog/katex/katex.css"> <!--轮播图片--> <!--script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.js"></script> <script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.stripesrotator.js"></script> <script type="text/javascript"> $(document).ready(function() { alert($('#rotator_xzm')); alert($('#rotator_xzm').fn); $('#rotator_xzm').stripesRotator({ images: [ "https://xiazemin.github.io/MyBlog/img/BPlusTree.png", "https://xiazemin.github.io/MyBlog/img/linuxMMap.jpeg"] }); }); </script--> <!--水印--> <script type="text/javascript" src="/MyBlog/js/waterMark.js"></script> <script type="text/javascript"> $(document).ready(function(){ watermark({watermark_txt0:'泽民博客',watermark_txt1:'zemin',watermark_txt2:(new Date()).Format("yyyy-MM-dd hh:mm:ss.S")}); }) </script> <!--水印--> <!--adscene--> <script data-ad-client="ca-pub-6672721494777557" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> </head> <body> <div id="wrapper"> <!-- Navigation --> <!-- Sidebar --> <div id="sidebar-wrapper"> <ul class="sidebar-nav"> <li class="sidebar-brand"> <a href="/MyBlog"> Home </a> </li> <li> <a href="#">About</a> </li> <li> <a href="#">Services</a> </li> <li> <a href="#">Portfolio</a> </li> <li> <a href="#">Events</a> </li> <li> <a href="#">Blog</a> </li> <li> <a href="#">FAQ</a> </li> <li> <a href="#">Contact</a> </li> </ul> </div> <header class="intro-header"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="heading text-center"> <a href="https://xiazemin.github.io/MyBlog/" style="color: #fff; font-size: 4em; font-family: 'Schoolbell', cursive;">泽民博客</a> <a href="#menu-toggle" class="btn btn-default sciblog" id="menu-toggle" style="font-weight: bold;">&#9776; Menu</a> </div> </div> </div> </div> </header> <script async src="/MyBlog/js/busuanzi.pure.mini.js"></script> <script type="text/javascript" src="/MyBlog/js/jquery.js"></script> <script type="text/javascript" src="/MyBlog/js/jquery.stripesrotator.js"></script> <!-- Page Content --> <div class="container"> <div class="row"> <!-- Blog Post Content Column --> <div class="col-lg-8"> <!-- Blog Post --> <div class="post-list" style="list-style-type: none;"> <h2> <img class="title-image" src="/MyBlog/img/dna.png"/> <a class="post-link" href="/MyBlog/php/2019/06/01/yaf.html">yaf</a> </h2> <div class="author" style="margin-top: -10px;">Posted by <i class="fa fa-user"></i> <a href="/MyBlog/php/2019/06/01/yaf.html"> 夏泽民</a> <span class="post-meta"><i class="fa fa-calendar"></i> Jun 1, 2019 </span> </div> <div class="excerpt"><p>https://github.com/elad-yosifon/php-yaf-doc https://github.com/laruence/yaf https://php.net/manual/en/book.yaf.php <!-- more --> 下载完成后解压,在解压目录下面只需要依次执行以下几个步骤 :1.phpize 侦测环境(phpize工具是在php安装目录下,基于这点phpize对应了当时的php环境,所以是要根据该php的配置情况生成对应的configure文件),建立一个configure文件。必须在一个目录下去运行phpize。那么phpize就知道你的的环境是哪个目录,并且configure文件建立在该目录下。</p> </div> <div class="readmore" style="float: right;"> <a href="/MyBlog/php/2019/06/01/yaf.html" style="color:green">阅读全文</a> </div> </div> <br/> <hr/> <div class="post-list" style="list-style-type: none;"> <h2> <img class="title-image" src="/MyBlog/img/dna.png"/> <a class="post-link" href="/MyBlog/linux/2019/05/31/waitpid.html">waitpid wait</a> </h2> <div class="author" style="margin-top: -10px;">Posted by <i class="fa fa-user"></i> <a href="/MyBlog/linux/2019/05/31/waitpid.html"> 夏泽民</a> <span class="post-meta"><i class="fa fa-calendar"></i> May 31, 2019 </span> </div> <div class="excerpt"><p>【waitpid系统调用】 <br /> 功能描述: 等待进程改变其状态。所有下面哪些调用都被用于等待子进程状态的改变,获取状态已改变的子进程信息。状态改变可被认为是:1.子进程已终止。2.信号导致子进程停止执行。3.信号恢复子进程的执行。在子进程终止的情况下,wait调用将允许系统释放与子进程关联的资源。如果不执行wait,终止了的子进程会停留在”zombie”状态。 如果发现子进程改变了状态,这些调用会立即返回。反之,调用会被阻塞直到子进程状态改变,或者由信号处理句柄所中断(假如系统调用没有通过sigaction的SA_RESTART标志重启动)。</p> </div> <div class="readmore" style="float: right;"> <a href="/MyBlog/linux/2019/05/31/waitpid.html" style="color:green">阅读全文</a> </div> </div> <br/> <hr/> <div class="post-list" style="list-style-type: none;"> <h2> <img class="title-image" src="/MyBlog/img/dna.png"/> <a class="post-link" href="/MyBlog/linux/2019/05/31/socketpair.html">socketpair popen</a> </h2> <div class="author" style="margin-top: -10px;">Posted by <i class="fa fa-user"></i> <a href="/MyBlog/linux/2019/05/31/socketpair.html"> 夏泽民</a> <span class="post-meta"><i class="fa fa-calendar"></i> May 31, 2019 </span> </div> <div class="excerpt"><p>先说说我的理解:socketpair创建了一对无名的套接字描述符(只能在AF_UNIX域中使用),描述符存储于一个二元数组,eg. s[2] .这对套接字可以进行双工通信,每一个描述符既可以读也可以写。这个在同一个进程中也可以进行通信,向s[0]中写入,就可以从s[1]中读取(只能从s[1]中读取),也可以在s[1]中写入,然后从s[0]中读取;但是,若没有在0端写入,而从1端读取,则1端的读取操作会阻塞,即使在1端写入,也不能从1读取,仍然阻塞;反之亦然…… <!-- more --> // // Created by didi on 2019-05-31. //</p> </div> <div class="readmore" style="float: right;"> <a href="/MyBlog/linux/2019/05/31/socketpair.html" style="color:green">阅读全文</a> </div> </div> <br/> <hr/> <div class="post-list" style="list-style-type: none;"> <h2> <img class="title-image" src="/MyBlog/img/dna.png"/> <a class="post-link" href="/MyBlog/php/2019/05/31/ngx_cycle_s.html">ngx_cycle_s</a> </h2> <div class="author" style="margin-top: -10px;">Posted by <i class="fa fa-user"></i> <a href="/MyBlog/php/2019/05/31/ngx_cycle_s.html"> 夏泽民</a> <span class="post-meta"><i class="fa fa-calendar"></i> May 31, 2019 </span> </div> <div class="excerpt"><p>https://www.kancloud.cn/digest/understandingnginx/202596</p> </div> <div class="readmore" style="float: right;"> <a href="/MyBlog/php/2019/05/31/ngx_cycle_s.html" style="color:green">阅读全文</a> </div> </div> <br/> <hr/> <div class="post-list" style="list-style-type: none;"> <h2> <img class="title-image" src="/MyBlog/img/dna.png"/> <a class="post-link" href="/MyBlog/linux/2019/05/31/kill.html">linux 信号系统调用</a> </h2> <div class="author" style="margin-top: -10px;">Posted by <i class="fa fa-user"></i> <a href="/MyBlog/linux/2019/05/31/kill.html"> 夏泽民</a> <span class="post-meta"><i class="fa fa-calendar"></i> May 31, 2019 </span> </div> <div class="excerpt"><p>1、signal 系统调用  系统调用signal用来设定某个信号的处理方法。该调用声明的格式如下:  void (<em>signal(int signum, void (</em>handler)(int)))(int);  在使用该调用的进程中加入以下头文件:  #include </p> </div> <div class="readmore" style="float: right;"> <a href="/MyBlog/linux/2019/05/31/kill.html" style="color:green">阅读全文</a> </div> </div> <br/> <hr/> <div class="post-list" style="list-style-type: none;"> </div> <!-- Pagination links --> <div class="pagination"> <a href="/MyBlog/page462/">&laquo; Prev</a> <a href="/MyBlog/page462/">1</a> <a href="/MyBlog/page2/">2</a> <a href="/MyBlog/page3/">3</a> <a href="/MyBlog/page4/">4</a> <a href="/MyBlog/page5/">5</a> <a href="/MyBlog/page6/">6</a> <a href="/MyBlog/page7/">7</a> <a href="/MyBlog/page8/">8</a> <a href="/MyBlog/page9/">9</a> <a href="/MyBlog/page10/">10</a> <a href="/MyBlog/page11/">11</a> <a href="/MyBlog/page12/">12</a> <a href="/MyBlog/page13/">13</a> <a href="/MyBlog/page14/">14</a> <a href="/MyBlog/page15/">15</a> <a href="/MyBlog/page16/">16</a> <a href="/MyBlog/page17/">17</a> <a href="/MyBlog/page18/">18</a> <a href="/MyBlog/page19/">19</a> <a href="/MyBlog/page20/">20</a> <a href="/MyBlog/page21/">21</a> <a href="/MyBlog/page22/">22</a> <a href="/MyBlog/page23/">23</a> <a href="/MyBlog/page24/">24</a> <a href="/MyBlog/page25/">25</a> <a href="/MyBlog/page26/">26</a> <a href="/MyBlog/page27/">27</a> <a href="/MyBlog/page28/">28</a> <a href="/MyBlog/page29/">29</a> <a href="/MyBlog/page30/">30</a> <a href="/MyBlog/page31/">31</a> <a href="/MyBlog/page32/">32</a> <a href="/MyBlog/page33/">33</a> <a href="/MyBlog/page34/">34</a> <a href="/MyBlog/page35/">35</a> <a href="/MyBlog/page36/">36</a> <a href="/MyBlog/page37/">37</a> <a href="/MyBlog/page38/">38</a> <a href="/MyBlog/page39/">39</a> <a href="/MyBlog/page40/">40</a> <a href="/MyBlog/page41/">41</a> <a href="/MyBlog/page42/">42</a> <a href="/MyBlog/page43/">43</a> <a href="/MyBlog/page44/">44</a> <a href="/MyBlog/page45/">45</a> <a href="/MyBlog/page46/">46</a> <a href="/MyBlog/page47/">47</a> <a href="/MyBlog/page48/">48</a> <a href="/MyBlog/page49/">49</a> <a href="/MyBlog/page50/">50</a> <a href="/MyBlog/page51/">51</a> <a href="/MyBlog/page52/">52</a> <a href="/MyBlog/page53/">53</a> <a href="/MyBlog/page54/">54</a> <a href="/MyBlog/page55/">55</a> <a href="/MyBlog/page56/">56</a> <a href="/MyBlog/page57/">57</a> <a href="/MyBlog/page58/">58</a> <a href="/MyBlog/page59/">59</a> <a href="/MyBlog/page60/">60</a> <a href="/MyBlog/page61/">61</a> <a href="/MyBlog/page62/">62</a> <a href="/MyBlog/page63/">63</a> <a href="/MyBlog/page64/">64</a> <a href="/MyBlog/page65/">65</a> <a href="/MyBlog/page66/">66</a> <a href="/MyBlog/page67/">67</a> <a href="/MyBlog/page68/">68</a> <a href="/MyBlog/page69/">69</a> <a href="/MyBlog/page70/">70</a> <a href="/MyBlog/page71/">71</a> <a href="/MyBlog/page72/">72</a> <a href="/MyBlog/page73/">73</a> <a href="/MyBlog/page74/">74</a> <a href="/MyBlog/page75/">75</a> <a href="/MyBlog/page76/">76</a> <a href="/MyBlog/page77/">77</a> <a href="/MyBlog/page78/">78</a> <a href="/MyBlog/page79/">79</a> <a href="/MyBlog/page80/">80</a> <a href="/MyBlog/page81/">81</a> <a href="/MyBlog/page82/">82</a> <a href="/MyBlog/page83/">83</a> <a href="/MyBlog/page84/">84</a> <a href="/MyBlog/page85/">85</a> <a href="/MyBlog/page86/">86</a> <a href="/MyBlog/page87/">87</a> <a href="/MyBlog/page88/">88</a> <a href="/MyBlog/page89/">89</a> <a href="/MyBlog/page90/">90</a> <a href="/MyBlog/page91/">91</a> <a href="/MyBlog/page92/">92</a> <a href="/MyBlog/page93/">93</a> <a href="/MyBlog/page94/">94</a> <a href="/MyBlog/page95/">95</a> <a href="/MyBlog/page96/">96</a> <a href="/MyBlog/page97/">97</a> <a href="/MyBlog/page98/">98</a> <a href="/MyBlog/page99/">99</a> <a href="/MyBlog/page100/">100</a> <a href="/MyBlog/page101/">101</a> <a href="/MyBlog/page102/">102</a> <a href="/MyBlog/page103/">103</a> <a href="/MyBlog/page104/">104</a> <a href="/MyBlog/page105/">105</a> <a href="/MyBlog/page106/">106</a> <a href="/MyBlog/page107/">107</a> <a href="/MyBlog/page108/">108</a> <a href="/MyBlog/page109/">109</a> <a href="/MyBlog/page110/">110</a> <a href="/MyBlog/page111/">111</a> <a href="/MyBlog/page112/">112</a> <a href="/MyBlog/page113/">113</a> <a href="/MyBlog/page114/">114</a> <a href="/MyBlog/page115/">115</a> <a href="/MyBlog/page116/">116</a> <a href="/MyBlog/page117/">117</a> <a href="/MyBlog/page118/">118</a> <a href="/MyBlog/page119/">119</a> <a href="/MyBlog/page120/">120</a> <a href="/MyBlog/page121/">121</a> <a href="/MyBlog/page122/">122</a> <a href="/MyBlog/page123/">123</a> <a href="/MyBlog/page124/">124</a> <a href="/MyBlog/page125/">125</a> <a href="/MyBlog/page126/">126</a> <a href="/MyBlog/page127/">127</a> <a href="/MyBlog/page128/">128</a> <a href="/MyBlog/page129/">129</a> <a href="/MyBlog/page130/">130</a> <a href="/MyBlog/page131/">131</a> <a href="/MyBlog/page132/">132</a> <a href="/MyBlog/page133/">133</a> <a href="/MyBlog/page134/">134</a> <a href="/MyBlog/page135/">135</a> <a href="/MyBlog/page136/">136</a> <a href="/MyBlog/page137/">137</a> <a href="/MyBlog/page138/">138</a> <a href="/MyBlog/page139/">139</a> <a href="/MyBlog/page140/">140</a> <a href="/MyBlog/page141/">141</a> <a href="/MyBlog/page142/">142</a> <a href="/MyBlog/page143/">143</a> <a href="/MyBlog/page144/">144</a> <a href="/MyBlog/page145/">145</a> <a href="/MyBlog/page146/">146</a> <a href="/MyBlog/page147/">147</a> <a href="/MyBlog/page148/">148</a> <a href="/MyBlog/page149/">149</a> <a href="/MyBlog/page150/">150</a> <a href="/MyBlog/page151/">151</a> <a href="/MyBlog/page152/">152</a> <a href="/MyBlog/page153/">153</a> <a href="/MyBlog/page154/">154</a> <a href="/MyBlog/page155/">155</a> <a href="/MyBlog/page156/">156</a> <a href="/MyBlog/page157/">157</a> <a href="/MyBlog/page158/">158</a> <a href="/MyBlog/page159/">159</a> <a href="/MyBlog/page160/">160</a> <a href="/MyBlog/page161/">161</a> <a href="/MyBlog/page162/">162</a> <a href="/MyBlog/page163/">163</a> <a href="/MyBlog/page164/">164</a> <a href="/MyBlog/page165/">165</a> <a href="/MyBlog/page166/">166</a> <a href="/MyBlog/page167/">167</a> <a href="/MyBlog/page168/">168</a> <a href="/MyBlog/page169/">169</a> <a href="/MyBlog/page170/">170</a> <a href="/MyBlog/page171/">171</a> <a href="/MyBlog/page172/">172</a> <a href="/MyBlog/page173/">173</a> <a href="/MyBlog/page174/">174</a> <a href="/MyBlog/page175/">175</a> <a href="/MyBlog/page176/">176</a> <a href="/MyBlog/page177/">177</a> <a href="/MyBlog/page178/">178</a> <a href="/MyBlog/page179/">179</a> <a href="/MyBlog/page180/">180</a> <a href="/MyBlog/page181/">181</a> <a href="/MyBlog/page182/">182</a> <a href="/MyBlog/page183/">183</a> <a href="/MyBlog/page184/">184</a> <a href="/MyBlog/page185/">185</a> <a href="/MyBlog/page186/">186</a> <a href="/MyBlog/page187/">187</a> <a href="/MyBlog/page188/">188</a> <a href="/MyBlog/page189/">189</a> <a href="/MyBlog/page190/">190</a> <a href="/MyBlog/page191/">191</a> <a href="/MyBlog/page192/">192</a> <a href="/MyBlog/page193/">193</a> <a href="/MyBlog/page194/">194</a> <a href="/MyBlog/page195/">195</a> <a href="/MyBlog/page196/">196</a> <a href="/MyBlog/page197/">197</a> <a href="/MyBlog/page198/">198</a> <a href="/MyBlog/page199/">199</a> <a href="/MyBlog/page200/">200</a> <a href="/MyBlog/page201/">201</a> <a href="/MyBlog/page202/">202</a> <a href="/MyBlog/page203/">203</a> <a href="/MyBlog/page204/">204</a> <a href="/MyBlog/page205/">205</a> <a href="/MyBlog/page206/">206</a> <a href="/MyBlog/page207/">207</a> <a href="/MyBlog/page208/">208</a> <a href="/MyBlog/page209/">209</a> <a href="/MyBlog/page210/">210</a> <a href="/MyBlog/page211/">211</a> <a href="/MyBlog/page212/">212</a> <a href="/MyBlog/page213/">213</a> <a href="/MyBlog/page214/">214</a> <a href="/MyBlog/page215/">215</a> <a href="/MyBlog/page216/">216</a> <a href="/MyBlog/page217/">217</a> <a href="/MyBlog/page218/">218</a> <a href="/MyBlog/page219/">219</a> <a href="/MyBlog/page220/">220</a> <a href="/MyBlog/page221/">221</a> <a href="/MyBlog/page222/">222</a> <a href="/MyBlog/page223/">223</a> <a href="/MyBlog/page224/">224</a> <a href="/MyBlog/page225/">225</a> <a href="/MyBlog/page226/">226</a> <a href="/MyBlog/page227/">227</a> <a href="/MyBlog/page228/">228</a> <a href="/MyBlog/page229/">229</a> <a href="/MyBlog/page230/">230</a> <a href="/MyBlog/page231/">231</a> <a href="/MyBlog/page232/">232</a> <a href="/MyBlog/page233/">233</a> <a href="/MyBlog/page234/">234</a> <a href="/MyBlog/page235/">235</a> <a href="/MyBlog/page236/">236</a> <a href="/MyBlog/page237/">237</a> <a href="/MyBlog/page238/">238</a> <a href="/MyBlog/page239/">239</a> <a href="/MyBlog/page240/">240</a> <a href="/MyBlog/page241/">241</a> <a href="/MyBlog/page242/">242</a> <a href="/MyBlog/page243/">243</a> <a href="/MyBlog/page244/">244</a> <a href="/MyBlog/page245/">245</a> <a href="/MyBlog/page246/">246</a> <a href="/MyBlog/page247/">247</a> <a href="/MyBlog/page248/">248</a> <a href="/MyBlog/page249/">249</a> <a href="/MyBlog/page250/">250</a> <a href="/MyBlog/page251/">251</a> <a href="/MyBlog/page252/">252</a> <a href="/MyBlog/page253/">253</a> <a href="/MyBlog/page254/">254</a> <a href="/MyBlog/page255/">255</a> <a href="/MyBlog/page256/">256</a> <a href="/MyBlog/page257/">257</a> <a href="/MyBlog/page258/">258</a> <a href="/MyBlog/page259/">259</a> <a href="/MyBlog/page260/">260</a> <a href="/MyBlog/page261/">261</a> <a href="/MyBlog/page262/">262</a> <a href="/MyBlog/page263/">263</a> <a href="/MyBlog/page264/">264</a> <a href="/MyBlog/page265/">265</a> <a href="/MyBlog/page266/">266</a> <a href="/MyBlog/page267/">267</a> <a href="/MyBlog/page268/">268</a> <a href="/MyBlog/page269/">269</a> <a href="/MyBlog/page270/">270</a> <a href="/MyBlog/page271/">271</a> <a href="/MyBlog/page272/">272</a> <a href="/MyBlog/page273/">273</a> <a href="/MyBlog/page274/">274</a> <a href="/MyBlog/page275/">275</a> <a href="/MyBlog/page276/">276</a> <a href="/MyBlog/page277/">277</a> <a href="/MyBlog/page278/">278</a> <a href="/MyBlog/page279/">279</a> <a href="/MyBlog/page280/">280</a> <a href="/MyBlog/page281/">281</a> <a href="/MyBlog/page282/">282</a> <a href="/MyBlog/page283/">283</a> <a href="/MyBlog/page284/">284</a> <a href="/MyBlog/page285/">285</a> <a href="/MyBlog/page286/">286</a> <a href="/MyBlog/page287/">287</a> <a href="/MyBlog/page288/">288</a> <a href="/MyBlog/page289/">289</a> <a href="/MyBlog/page290/">290</a> <a href="/MyBlog/page291/">291</a> <a href="/MyBlog/page292/">292</a> <a href="/MyBlog/page293/">293</a> <a href="/MyBlog/page294/">294</a> <a href="/MyBlog/page295/">295</a> <a href="/MyBlog/page296/">296</a> <a href="/MyBlog/page297/">297</a> <a href="/MyBlog/page298/">298</a> <a href="/MyBlog/page299/">299</a> <a href="/MyBlog/page300/">300</a> <a href="/MyBlog/page301/">301</a> <a href="/MyBlog/page302/">302</a> <a href="/MyBlog/page303/">303</a> <a href="/MyBlog/page304/">304</a> <a href="/MyBlog/page305/">305</a> <a href="/MyBlog/page306/">306</a> <a href="/MyBlog/page307/">307</a> <a href="/MyBlog/page308/">308</a> <a href="/MyBlog/page309/">309</a> <a href="/MyBlog/page310/">310</a> <a href="/MyBlog/page311/">311</a> <a href="/MyBlog/page312/">312</a> <a href="/MyBlog/page313/">313</a> <a href="/MyBlog/page314/">314</a> <a href="/MyBlog/page315/">315</a> <a href="/MyBlog/page316/">316</a> <a href="/MyBlog/page317/">317</a> <a href="/MyBlog/page318/">318</a> <a href="/MyBlog/page319/">319</a> <a href="/MyBlog/page320/">320</a> <a href="/MyBlog/page321/">321</a> <a href="/MyBlog/page322/">322</a> <a href="/MyBlog/page323/">323</a> <a href="/MyBlog/page324/">324</a> <a href="/MyBlog/page325/">325</a> <a href="/MyBlog/page326/">326</a> <a href="/MyBlog/page327/">327</a> <a href="/MyBlog/page328/">328</a> <a href="/MyBlog/page329/">329</a> <a href="/MyBlog/page330/">330</a> <a href="/MyBlog/page331/">331</a> <a href="/MyBlog/page332/">332</a> <a href="/MyBlog/page333/">333</a> <a href="/MyBlog/page334/">334</a> <a href="/MyBlog/page335/">335</a> <a href="/MyBlog/page336/">336</a> <a href="/MyBlog/page337/">337</a> <a href="/MyBlog/page338/">338</a> <a href="/MyBlog/page339/">339</a> <a href="/MyBlog/page340/">340</a> <a href="/MyBlog/page341/">341</a> <a href="/MyBlog/page342/">342</a> <a href="/MyBlog/page343/">343</a> <a href="/MyBlog/page344/">344</a> <a href="/MyBlog/page345/">345</a> <a href="/MyBlog/page346/">346</a> <a href="/MyBlog/page347/">347</a> <a href="/MyBlog/page348/">348</a> <a href="/MyBlog/page349/">349</a> <a href="/MyBlog/page350/">350</a> <a href="/MyBlog/page351/">351</a> <a href="/MyBlog/page352/">352</a> <a href="/MyBlog/page353/">353</a> <a href="/MyBlog/page354/">354</a> <a href="/MyBlog/page355/">355</a> <a href="/MyBlog/page356/">356</a> <a href="/MyBlog/page357/">357</a> <a href="/MyBlog/page358/">358</a> <a href="/MyBlog/page359/">359</a> <a href="/MyBlog/page360/">360</a> <a href="/MyBlog/page361/">361</a> <a href="/MyBlog/page362/">362</a> <a href="/MyBlog/page363/">363</a> <a href="/MyBlog/page364/">364</a> <a href="/MyBlog/page365/">365</a> <a href="/MyBlog/page366/">366</a> <a href="/MyBlog/page367/">367</a> <a href="/MyBlog/page368/">368</a> <a href="/MyBlog/page369/">369</a> <a href="/MyBlog/page370/">370</a> <a href="/MyBlog/page371/">371</a> <a href="/MyBlog/page372/">372</a> <a href="/MyBlog/page373/">373</a> <a href="/MyBlog/page374/">374</a> <a href="/MyBlog/page375/">375</a> <a href="/MyBlog/page376/">376</a> <a href="/MyBlog/page377/">377</a> <a href="/MyBlog/page378/">378</a> <a href="/MyBlog/page379/">379</a> <a href="/MyBlog/page380/">380</a> <a href="/MyBlog/page381/">381</a> <a href="/MyBlog/page382/">382</a> <a href="/MyBlog/page383/">383</a> <a href="/MyBlog/page384/">384</a> <a href="/MyBlog/page385/">385</a> <a href="/MyBlog/page386/">386</a> <a href="/MyBlog/page387/">387</a> <a href="/MyBlog/page388/">388</a> <a href="/MyBlog/page389/">389</a> <a href="/MyBlog/page390/">390</a> <a href="/MyBlog/page391/">391</a> <a href="/MyBlog/page392/">392</a> <a href="/MyBlog/page393/">393</a> <a href="/MyBlog/page394/">394</a> <a href="/MyBlog/page395/">395</a> <a href="/MyBlog/page396/">396</a> <a href="/MyBlog/page397/">397</a> <a href="/MyBlog/page398/">398</a> <a href="/MyBlog/page399/">399</a> <a href="/MyBlog/page400/">400</a> <a href="/MyBlog/page401/">401</a> <a href="/MyBlog/page402/">402</a> <a href="/MyBlog/page403/">403</a> <a href="/MyBlog/page404/">404</a> <a href="/MyBlog/page405/">405</a> <a href="/MyBlog/page406/">406</a> <a href="/MyBlog/page407/">407</a> <a href="/MyBlog/page408/">408</a> <a href="/MyBlog/page409/">409</a> <a href="/MyBlog/page410/">410</a> <a href="/MyBlog/page411/">411</a> <a href="/MyBlog/page412/">412</a> <a href="/MyBlog/page413/">413</a> <a href="/MyBlog/page414/">414</a> <a href="/MyBlog/page415/">415</a> <a href="/MyBlog/page416/">416</a> <a href="/MyBlog/page417/">417</a> <a href="/MyBlog/page418/">418</a> <a href="/MyBlog/page419/">419</a> <a href="/MyBlog/page420/">420</a> <a href="/MyBlog/page421/">421</a> <a href="/MyBlog/page422/">422</a> <a href="/MyBlog/page423/">423</a> <a href="/MyBlog/page424/">424</a> <a href="/MyBlog/page425/">425</a> <a href="/MyBlog/page426/">426</a> <a href="/MyBlog/page427/">427</a> <a href="/MyBlog/page428/">428</a> <a href="/MyBlog/page429/">429</a> <a href="/MyBlog/page430/">430</a> <a href="/MyBlog/page431/">431</a> <a href="/MyBlog/page432/">432</a> <a href="/MyBlog/page433/">433</a> <a href="/MyBlog/page434/">434</a> <a href="/MyBlog/page435/">435</a> <a href="/MyBlog/page436/">436</a> <a href="/MyBlog/page437/">437</a> <a href="/MyBlog/page438/">438</a> <a href="/MyBlog/page439/">439</a> <a href="/MyBlog/page440/">440</a> <a href="/MyBlog/page441/">441</a> <a href="/MyBlog/page442/">442</a> <a href="/MyBlog/page443/">443</a> <a href="/MyBlog/page444/">444</a> <a href="/MyBlog/page445/">445</a> <a href="/MyBlog/page446/">446</a> <a href="/MyBlog/page447/">447</a> <a href="/MyBlog/page448/">448</a> <a href="/MyBlog/page449/">449</a> <a href="/MyBlog/page450/">450</a> <a href="/MyBlog/page451/">451</a> <a href="/MyBlog/page452/">452</a> <a href="/MyBlog/page453/">453</a> <a href="/MyBlog/page454/">454</a> <a href="/MyBlog/page455/">455</a> <a href="/MyBlog/page456/">456</a> <a href="/MyBlog/page457/">457</a> <a href="/MyBlog/page458/">458</a> <a href="/MyBlog/page459/">459</a> <a href="/MyBlog/page460/">460</a> <a href="/MyBlog/page461/">461</a> <a href="/MyBlog/page462/">462</a> <em>463</em> <a href="/MyBlog/page464/">464</a> <a href="/MyBlog/page465/">465</a> <a href="/MyBlog/page466/">466</a> <a href="/MyBlog/page467/">467</a> <a href="/MyBlog/page468/">468</a> <a href="/MyBlog/page469/">469</a> <a href="/MyBlog/page470/">470</a> <a href="/MyBlog/page471/">471</a> <a href="/MyBlog/page472/">472</a> <a href="/MyBlog/page473/">473</a> <a href="/MyBlog/page474/">474</a> <a href="/MyBlog/page475/">475</a> <a href="/MyBlog/page476/">476</a> <a href="/MyBlog/page477/">477</a> <a href="/MyBlog/page478/">478</a> <a href="/MyBlog/page479/">479</a> <a href="/MyBlog/page480/">480</a> <a href="/MyBlog/page481/">481</a> <a href="/MyBlog/page482/">482</a> <a href="/MyBlog/page483/">483</a> <a href="/MyBlog/page484/">484</a> <a href="/MyBlog/page485/">485</a> <a href="/MyBlog/page486/">486</a> <a href="/MyBlog/page487/">487</a> <a href="/MyBlog/page488/">488</a> <a href="/MyBlog/page489/">489</a> <a href="/MyBlog/page490/">490</a> <a href="/MyBlog/page491/">491</a> <a href="/MyBlog/page492/">492</a> <a href="/MyBlog/page493/">493</a> <a href="/MyBlog/page494/">494</a> <a href="/MyBlog/page495/">495</a> <a href="/MyBlog/page496/">496</a> <a href="/MyBlog/page497/">497</a> <a href="/MyBlog/page498/">498</a> <a href="/MyBlog/page499/">499</a> <a href="/MyBlog/page500/">500</a> <a href="/MyBlog/page501/">501</a> <a href="/MyBlog/page502/">502</a> <a href="/MyBlog/page503/">503</a> <a href="/MyBlog/page504/">504</a> <a href="/MyBlog/page505/">505</a> <a href="/MyBlog/page506/">506</a> <a href="/MyBlog/page507/">507</a> <a href="/MyBlog/page508/">508</a> <a href="/MyBlog/page509/">509</a> <a href="/MyBlog/page510/">510</a> <a href="/MyBlog/page511/">511</a> <a href="/MyBlog/page512/">512</a> <a href="/MyBlog/page513/">513</a> <a href="/MyBlog/page514/">514</a> <a href="/MyBlog/page515/">515</a> <a href="/MyBlog/page516/">516</a> <a href="/MyBlog/page517/">517</a> <a href="/MyBlog/page518/">518</a> <a href="/MyBlog/page519/">519</a> <a href="/MyBlog/page520/">520</a> <a href="/MyBlog/page521/">521</a> <a href="/MyBlog/page522/">522</a> <a href="/MyBlog/page523/">523</a> <a href="/MyBlog/page524/">524</a> <a href="/MyBlog/page525/">525</a> <a href="/MyBlog/page526/">526</a> <a href="/MyBlog/page527/">527</a> <a href="/MyBlog/page528/">528</a> <a href="/MyBlog/page529/">529</a> <a href="/MyBlog/page530/">530</a> <a href="/MyBlog/page531/">531</a> <a href="/MyBlog/page532/">532</a> <a href="/MyBlog/page533/">533</a> <a href="/MyBlog/page534/">534</a> <a href="/MyBlog/page535/">535</a> <a href="/MyBlog/page536/">536</a> <a href="/MyBlog/page537/">537</a> <a href="/MyBlog/page538/">538</a> <a href="/MyBlog/page539/">539</a> <a href="/MyBlog/page540/">540</a> <a href="/MyBlog/page541/">541</a> <a href="/MyBlog/page542/">542</a> <a href="/MyBlog/page543/">543</a> <a href="/MyBlog/page544/">544</a> <a href="/MyBlog/page545/">545</a> <a href="/MyBlog/page546/">546</a> <a href="/MyBlog/page547/">547</a> <a href="/MyBlog/page548/">548</a> <a href="/MyBlog/page549/">549</a> <a href="/MyBlog/page550/">550</a> <a href="/MyBlog/page551/">551</a> <a href="/MyBlog/page552/">552</a> <a href="/MyBlog/page553/">553</a> <a href="/MyBlog/page554/">554</a> <a href="/MyBlog/page555/">555</a> <a href="/MyBlog/page556/">556</a> <a href="/MyBlog/page557/">557</a> <a href="/MyBlog/page558/">558</a> <a href="/MyBlog/page559/">559</a> <a href="/MyBlog/page560/">560</a> <a href="/MyBlog/page561/">561</a> <a href="/MyBlog/page562/">562</a> <a href="/MyBlog/page563/">563</a> <a href="/MyBlog/page564/">564</a> <a href="/MyBlog/page565/">565</a> <a href="/MyBlog/page566/">566</a> <a href="/MyBlog/page567/">567</a> <a href="/MyBlog/page568/">568</a> <a href="/MyBlog/page569/">569</a> <a href="/MyBlog/page570/">570</a> <a href="/MyBlog/page571/">571</a> <a href="/MyBlog/page572/">572</a> <a href="/MyBlog/page573/">573</a> <a href="/MyBlog/page574/">574</a> <a href="/MyBlog/page575/">575</a> <a href="/MyBlog/page576/">576</a> <a href="/MyBlog/page577/">577</a> <a href="/MyBlog/page578/">578</a> <a href="/MyBlog/page579/">579</a> <a href="/MyBlog/page580/">580</a> <a href="/MyBlog/page581/">581</a> <a href="/MyBlog/page582/">582</a> <a href="/MyBlog/page583/">583</a> <a href="/MyBlog/page584/">584</a> <a href="/MyBlog/page585/">585</a> <a href="/MyBlog/page586/">586</a> <a href="/MyBlog/page587/">587</a> <a href="/MyBlog/page588/">588</a> <a href="/MyBlog/page589/">589</a> <a href="/MyBlog/page590/">590</a> <a href="/MyBlog/page591/">591</a> <a href="/MyBlog/page592/">592</a> <a href="/MyBlog/page593/">593</a> <a href="/MyBlog/page594/">594</a> <a href="/MyBlog/page595/">595</a> <a href="/MyBlog/page596/">596</a> <a href="/MyBlog/page597/">597</a> <a href="/MyBlog/page464/">Next &raquo;</a> </div> <!-- Pagination links --> <span class='st_sharethis' displayText='ShareThis'></span> <span class='st_facebook' displayText='Facebook'></span> <span class='st_twitter' displayText='Tweet'></span> <span class='st_linkedin' displayText='LinkedIn'></span> <span class='st_pinterest' displayText='Pinterest'></span> <span class='st_email' displayText='Email'></span> <!-- Pagination links --> <div class="pagination"> <ul> <li><a href="/MyBlog/page462">Previous</a></li> <li><a href="/MyBlog/">1</a></li> <li><a href="/MyBlog/page2">2</a></li> <li><a href="/MyBlog/page3">3</a></li> <li><a href="/MyBlog/page4">4</a></li> <li><a href="/MyBlog/page5">5</a></li> <li><a href="/MyBlog/page6">6</a></li> <li><a href="/MyBlog/page7">7</a></li> <li><a href="/MyBlog/page8">8</a></li> <li><a href="/MyBlog/page9">9</a></li> <li><a href="/MyBlog/page10">10</a></li> <li><a href="/MyBlog/page11">11</a></li> <li><a href="/MyBlog/page12">12</a></li> <li><a href="/MyBlog/page13">13</a></li> <li><a href="/MyBlog/page14">14</a></li> <li><a href="/MyBlog/page15">15</a></li> <li><a href="/MyBlog/page16">16</a></li> <li><a href="/MyBlog/page17">17</a></li> <li><a href="/MyBlog/page18">18</a></li> <li><a href="/MyBlog/page19">19</a></li> <li><a href="/MyBlog/page20">20</a></li> <li><a href="/MyBlog/page21">21</a></li> <li><a href="/MyBlog/page22">22</a></li> <li><a href="/MyBlog/page23">23</a></li> <li><a href="/MyBlog/page24">24</a></li> <li><a href="/MyBlog/page25">25</a></li> <li><a href="/MyBlog/page26">26</a></li> <li><a href="/MyBlog/page27">27</a></li> <li><a href="/MyBlog/page28">28</a></li> <li><a href="/MyBlog/page29">29</a></li> <li><a href="/MyBlog/page30">30</a></li> <li><a href="/MyBlog/page31">31</a></li> <li><a href="/MyBlog/page32">32</a></li> <li><a href="/MyBlog/page33">33</a></li> <li><a href="/MyBlog/page34">34</a></li> <li><a href="/MyBlog/page35">35</a></li> <li><a href="/MyBlog/page36">36</a></li> <li><a href="/MyBlog/page37">37</a></li> <li><a href="/MyBlog/page38">38</a></li> <li><a href="/MyBlog/page39">39</a></li> <li><a href="/MyBlog/page40">40</a></li> <li><a href="/MyBlog/page41">41</a></li> <li><a href="/MyBlog/page42">42</a></li> <li><a href="/MyBlog/page43">43</a></li> <li><a href="/MyBlog/page44">44</a></li> <li><a href="/MyBlog/page45">45</a></li> <li><a href="/MyBlog/page46">46</a></li> <li><a href="/MyBlog/page47">47</a></li> <li><a href="/MyBlog/page48">48</a></li> <li><a href="/MyBlog/page49">49</a></li> <li><a href="/MyBlog/page50">50</a></li> <li><a href="/MyBlog/page51">51</a></li> <li><a href="/MyBlog/page52">52</a></li> <li><a href="/MyBlog/page53">53</a></li> <li><a href="/MyBlog/page54">54</a></li> <li><a href="/MyBlog/page55">55</a></li> <li><a href="/MyBlog/page56">56</a></li> <li><a href="/MyBlog/page57">57</a></li> <li><a href="/MyBlog/page58">58</a></li> <li><a href="/MyBlog/page59">59</a></li> <li><a href="/MyBlog/page60">60</a></li> <li><a href="/MyBlog/page61">61</a></li> <li><a href="/MyBlog/page62">62</a></li> <li><a href="/MyBlog/page63">63</a></li> <li><a href="/MyBlog/page64">64</a></li> <li><a href="/MyBlog/page65">65</a></li> <li><a href="/MyBlog/page66">66</a></li> <li><a href="/MyBlog/page67">67</a></li> <li><a href="/MyBlog/page68">68</a></li> <li><a href="/MyBlog/page69">69</a></li> <li><a href="/MyBlog/page70">70</a></li> <li><a href="/MyBlog/page71">71</a></li> <li><a href="/MyBlog/page72">72</a></li> <li><a href="/MyBlog/page73">73</a></li> <li><a href="/MyBlog/page74">74</a></li> <li><a href="/MyBlog/page75">75</a></li> <li><a href="/MyBlog/page76">76</a></li> <li><a href="/MyBlog/page77">77</a></li> <li><a href="/MyBlog/page78">78</a></li> <li><a href="/MyBlog/page79">79</a></li> <li><a href="/MyBlog/page80">80</a></li> <li><a href="/MyBlog/page81">81</a></li> <li><a href="/MyBlog/page82">82</a></li> <li><a href="/MyBlog/page83">83</a></li> <li><a href="/MyBlog/page84">84</a></li> <li><a href="/MyBlog/page85">85</a></li> <li><a href="/MyBlog/page86">86</a></li> <li><a href="/MyBlog/page87">87</a></li> <li><a href="/MyBlog/page88">88</a></li> <li><a href="/MyBlog/page89">89</a></li> <li><a href="/MyBlog/page90">90</a></li> <li><a href="/MyBlog/page91">91</a></li> <li><a href="/MyBlog/page92">92</a></li> <li><a href="/MyBlog/page93">93</a></li> <li><a href="/MyBlog/page94">94</a></li> <li><a href="/MyBlog/page95">95</a></li> <li><a href="/MyBlog/page96">96</a></li> <li><a href="/MyBlog/page97">97</a></li> <li><a href="/MyBlog/page98">98</a></li> <li><a href="/MyBlog/page99">99</a></li> <li><a href="/MyBlog/page100">100</a></li> <li><a href="/MyBlog/page101">101</a></li> <li><a href="/MyBlog/page102">102</a></li> <li><a href="/MyBlog/page103">103</a></li> <li><a href="/MyBlog/page104">104</a></li> <li><a href="/MyBlog/page105">105</a></li> <li><a href="/MyBlog/page106">106</a></li> <li><a href="/MyBlog/page107">107</a></li> <li><a href="/MyBlog/page108">108</a></li> <li><a href="/MyBlog/page109">109</a></li> <li><a href="/MyBlog/page110">110</a></li> <li><a href="/MyBlog/page111">111</a></li> <li><a href="/MyBlog/page112">112</a></li> <li><a href="/MyBlog/page113">113</a></li> <li><a href="/MyBlog/page114">114</a></li> <li><a href="/MyBlog/page115">115</a></li> <li><a href="/MyBlog/page116">116</a></li> <li><a href="/MyBlog/page117">117</a></li> <li><a href="/MyBlog/page118">118</a></li> <li><a href="/MyBlog/page119">119</a></li> <li><a href="/MyBlog/page120">120</a></li> <li><a href="/MyBlog/page121">121</a></li> <li><a href="/MyBlog/page122">122</a></li> <li><a href="/MyBlog/page123">123</a></li> <li><a href="/MyBlog/page124">124</a></li> <li><a href="/MyBlog/page125">125</a></li> <li><a href="/MyBlog/page126">126</a></li> <li><a href="/MyBlog/page127">127</a></li> <li><a href="/MyBlog/page128">128</a></li> <li><a href="/MyBlog/page129">129</a></li> <li><a href="/MyBlog/page130">130</a></li> <li><a href="/MyBlog/page131">131</a></li> <li><a href="/MyBlog/page132">132</a></li> <li><a href="/MyBlog/page133">133</a></li> <li><a href="/MyBlog/page134">134</a></li> <li><a href="/MyBlog/page135">135</a></li> <li><a href="/MyBlog/page136">136</a></li> <li><a href="/MyBlog/page137">137</a></li> <li><a href="/MyBlog/page138">138</a></li> <li><a href="/MyBlog/page139">139</a></li> <li><a href="/MyBlog/page140">140</a></li> <li><a href="/MyBlog/page141">141</a></li> <li><a href="/MyBlog/page142">142</a></li> <li><a href="/MyBlog/page143">143</a></li> <li><a href="/MyBlog/page144">144</a></li> <li><a href="/MyBlog/page145">145</a></li> <li><a href="/MyBlog/page146">146</a></li> <li><a href="/MyBlog/page147">147</a></li> <li><a href="/MyBlog/page148">148</a></li> <li><a href="/MyBlog/page149">149</a></li> <li><a href="/MyBlog/page150">150</a></li> <li><a href="/MyBlog/page151">151</a></li> <li><a href="/MyBlog/page152">152</a></li> <li><a href="/MyBlog/page153">153</a></li> <li><a href="/MyBlog/page154">154</a></li> <li><a href="/MyBlog/page155">155</a></li> <li><a href="/MyBlog/page156">156</a></li> <li><a href="/MyBlog/page157">157</a></li> <li><a href="/MyBlog/page158">158</a></li> <li><a href="/MyBlog/page159">159</a></li> <li><a href="/MyBlog/page160">160</a></li> <li><a href="/MyBlog/page161">161</a></li> <li><a href="/MyBlog/page162">162</a></li> <li><a href="/MyBlog/page163">163</a></li> <li><a href="/MyBlog/page164">164</a></li> <li><a href="/MyBlog/page165">165</a></li> <li><a href="/MyBlog/page166">166</a></li> <li><a href="/MyBlog/page167">167</a></li> <li><a href="/MyBlog/page168">168</a></li> <li><a href="/MyBlog/page169">169</a></li> <li><a href="/MyBlog/page170">170</a></li> <li><a href="/MyBlog/page171">171</a></li> <li><a href="/MyBlog/page172">172</a></li> <li><a href="/MyBlog/page173">173</a></li> <li><a href="/MyBlog/page174">174</a></li> <li><a href="/MyBlog/page175">175</a></li> <li><a href="/MyBlog/page176">176</a></li> <li><a href="/MyBlog/page177">177</a></li> <li><a href="/MyBlog/page178">178</a></li> <li><a href="/MyBlog/page179">179</a></li> <li><a href="/MyBlog/page180">180</a></li> <li><a href="/MyBlog/page181">181</a></li> <li><a href="/MyBlog/page182">182</a></li> <li><a href="/MyBlog/page183">183</a></li> <li><a href="/MyBlog/page184">184</a></li> <li><a href="/MyBlog/page185">185</a></li> <li><a href="/MyBlog/page186">186</a></li> <li><a href="/MyBlog/page187">187</a></li> <li><a href="/MyBlog/page188">188</a></li> <li><a href="/MyBlog/page189">189</a></li> <li><a href="/MyBlog/page190">190</a></li> <li><a href="/MyBlog/page191">191</a></li> <li><a href="/MyBlog/page192">192</a></li> <li><a href="/MyBlog/page193">193</a></li> <li><a href="/MyBlog/page194">194</a></li> <li><a href="/MyBlog/page195">195</a></li> <li><a href="/MyBlog/page196">196</a></li> <li><a href="/MyBlog/page197">197</a></li> <li><a href="/MyBlog/page198">198</a></li> <li><a href="/MyBlog/page199">199</a></li> <li><a href="/MyBlog/page200">200</a></li> <li><a href="/MyBlog/page201">201</a></li> <li><a href="/MyBlog/page202">202</a></li> <li><a href="/MyBlog/page203">203</a></li> <li><a href="/MyBlog/page204">204</a></li> <li><a href="/MyBlog/page205">205</a></li> <li><a href="/MyBlog/page206">206</a></li> <li><a href="/MyBlog/page207">207</a></li> <li><a href="/MyBlog/page208">208</a></li> <li><a href="/MyBlog/page209">209</a></li> <li><a href="/MyBlog/page210">210</a></li> <li><a href="/MyBlog/page211">211</a></li> <li><a href="/MyBlog/page212">212</a></li> <li><a href="/MyBlog/page213">213</a></li> <li><a href="/MyBlog/page214">214</a></li> <li><a href="/MyBlog/page215">215</a></li> <li><a href="/MyBlog/page216">216</a></li> <li><a href="/MyBlog/page217">217</a></li> <li><a href="/MyBlog/page218">218</a></li> <li><a href="/MyBlog/page219">219</a></li> <li><a href="/MyBlog/page220">220</a></li> <li><a href="/MyBlog/page221">221</a></li> <li><a href="/MyBlog/page222">222</a></li> <li><a href="/MyBlog/page223">223</a></li> <li><a href="/MyBlog/page224">224</a></li> <li><a href="/MyBlog/page225">225</a></li> <li><a href="/MyBlog/page226">226</a></li> <li><a href="/MyBlog/page227">227</a></li> <li><a href="/MyBlog/page228">228</a></li> <li><a href="/MyBlog/page229">229</a></li> <li><a href="/MyBlog/page230">230</a></li> <li><a href="/MyBlog/page231">231</a></li> <li><a href="/MyBlog/page232">232</a></li> <li><a href="/MyBlog/page233">233</a></li> <li><a href="/MyBlog/page234">234</a></li> <li><a href="/MyBlog/page235">235</a></li> <li><a href="/MyBlog/page236">236</a></li> <li><a href="/MyBlog/page237">237</a></li> <li><a href="/MyBlog/page238">238</a></li> <li><a href="/MyBlog/page239">239</a></li> <li><a href="/MyBlog/page240">240</a></li> <li><a href="/MyBlog/page241">241</a></li> <li><a href="/MyBlog/page242">242</a></li> <li><a href="/MyBlog/page243">243</a></li> <li><a href="/MyBlog/page244">244</a></li> <li><a href="/MyBlog/page245">245</a></li> <li><a href="/MyBlog/page246">246</a></li> <li><a href="/MyBlog/page247">247</a></li> <li><a href="/MyBlog/page248">248</a></li> <li><a href="/MyBlog/page249">249</a></li> <li><a href="/MyBlog/page250">250</a></li> <li><a href="/MyBlog/page251">251</a></li> <li><a href="/MyBlog/page252">252</a></li> <li><a href="/MyBlog/page253">253</a></li> <li><a href="/MyBlog/page254">254</a></li> <li><a href="/MyBlog/page255">255</a></li> <li><a href="/MyBlog/page256">256</a></li> <li><a href="/MyBlog/page257">257</a></li> <li><a href="/MyBlog/page258">258</a></li> <li><a href="/MyBlog/page259">259</a></li> <li><a href="/MyBlog/page260">260</a></li> <li><a href="/MyBlog/page261">261</a></li> <li><a href="/MyBlog/page262">262</a></li> <li><a href="/MyBlog/page263">263</a></li> <li><a href="/MyBlog/page264">264</a></li> <li><a href="/MyBlog/page265">265</a></li> <li><a href="/MyBlog/page266">266</a></li> <li><a href="/MyBlog/page267">267</a></li> <li><a href="/MyBlog/page268">268</a></li> <li><a href="/MyBlog/page269">269</a></li> <li><a href="/MyBlog/page270">270</a></li> <li><a href="/MyBlog/page271">271</a></li> <li><a href="/MyBlog/page272">272</a></li> <li><a href="/MyBlog/page273">273</a></li> <li><a href="/MyBlog/page274">274</a></li> <li><a href="/MyBlog/page275">275</a></li> <li><a href="/MyBlog/page276">276</a></li> <li><a href="/MyBlog/page277">277</a></li> <li><a href="/MyBlog/page278">278</a></li> <li><a href="/MyBlog/page279">279</a></li> <li><a href="/MyBlog/page280">280</a></li> <li><a href="/MyBlog/page281">281</a></li> <li><a href="/MyBlog/page282">282</a></li> <li><a href="/MyBlog/page283">283</a></li> <li><a href="/MyBlog/page284">284</a></li> <li><a href="/MyBlog/page285">285</a></li> <li><a href="/MyBlog/page286">286</a></li> <li><a href="/MyBlog/page287">287</a></li> <li><a href="/MyBlog/page288">288</a></li> <li><a href="/MyBlog/page289">289</a></li> <li><a href="/MyBlog/page290">290</a></li> <li><a href="/MyBlog/page291">291</a></li> <li><a href="/MyBlog/page292">292</a></li> <li><a href="/MyBlog/page293">293</a></li> <li><a href="/MyBlog/page294">294</a></li> <li><a href="/MyBlog/page295">295</a></li> <li><a href="/MyBlog/page296">296</a></li> <li><a href="/MyBlog/page297">297</a></li> <li><a href="/MyBlog/page298">298</a></li> <li><a href="/MyBlog/page299">299</a></li> <li><a href="/MyBlog/page300">300</a></li> <li><a href="/MyBlog/page301">301</a></li> <li><a href="/MyBlog/page302">302</a></li> <li><a href="/MyBlog/page303">303</a></li> <li><a href="/MyBlog/page304">304</a></li> <li><a href="/MyBlog/page305">305</a></li> <li><a href="/MyBlog/page306">306</a></li> <li><a href="/MyBlog/page307">307</a></li> <li><a href="/MyBlog/page308">308</a></li> <li><a href="/MyBlog/page309">309</a></li> <li><a href="/MyBlog/page310">310</a></li> <li><a href="/MyBlog/page311">311</a></li> <li><a href="/MyBlog/page312">312</a></li> <li><a href="/MyBlog/page313">313</a></li> <li><a href="/MyBlog/page314">314</a></li> <li><a href="/MyBlog/page315">315</a></li> <li><a href="/MyBlog/page316">316</a></li> <li><a href="/MyBlog/page317">317</a></li> <li><a href="/MyBlog/page318">318</a></li> <li><a href="/MyBlog/page319">319</a></li> <li><a href="/MyBlog/page320">320</a></li> <li><a href="/MyBlog/page321">321</a></li> <li><a href="/MyBlog/page322">322</a></li> <li><a href="/MyBlog/page323">323</a></li> <li><a href="/MyBlog/page324">324</a></li> <li><a href="/MyBlog/page325">325</a></li> <li><a href="/MyBlog/page326">326</a></li> <li><a href="/MyBlog/page327">327</a></li> <li><a href="/MyBlog/page328">328</a></li> <li><a href="/MyBlog/page329">329</a></li> <li><a href="/MyBlog/page330">330</a></li> <li><a href="/MyBlog/page331">331</a></li> <li><a href="/MyBlog/page332">332</a></li> <li><a href="/MyBlog/page333">333</a></li> <li><a href="/MyBlog/page334">334</a></li> <li><a href="/MyBlog/page335">335</a></li> <li><a href="/MyBlog/page336">336</a></li> <li><a href="/MyBlog/page337">337</a></li> <li><a href="/MyBlog/page338">338</a></li> <li><a href="/MyBlog/page339">339</a></li> <li><a href="/MyBlog/page340">340</a></li> <li><a href="/MyBlog/page341">341</a></li> <li><a href="/MyBlog/page342">342</a></li> <li><a href="/MyBlog/page343">343</a></li> <li><a href="/MyBlog/page344">344</a></li> <li><a href="/MyBlog/page345">345</a></li> <li><a href="/MyBlog/page346">346</a></li> <li><a href="/MyBlog/page347">347</a></li> <li><a href="/MyBlog/page348">348</a></li> <li><a href="/MyBlog/page349">349</a></li> <li><a href="/MyBlog/page350">350</a></li> <li><a href="/MyBlog/page351">351</a></li> <li><a href="/MyBlog/page352">352</a></li> <li><a href="/MyBlog/page353">353</a></li> <li><a href="/MyBlog/page354">354</a></li> <li><a href="/MyBlog/page355">355</a></li> <li><a href="/MyBlog/page356">356</a></li> <li><a href="/MyBlog/page357">357</a></li> <li><a href="/MyBlog/page358">358</a></li> <li><a href="/MyBlog/page359">359</a></li> <li><a href="/MyBlog/page360">360</a></li> <li><a href="/MyBlog/page361">361</a></li> <li><a href="/MyBlog/page362">362</a></li> <li><a href="/MyBlog/page363">363</a></li> <li><a href="/MyBlog/page364">364</a></li> <li><a href="/MyBlog/page365">365</a></li> <li><a href="/MyBlog/page366">366</a></li> <li><a href="/MyBlog/page367">367</a></li> <li><a href="/MyBlog/page368">368</a></li> <li><a href="/MyBlog/page369">369</a></li> <li><a href="/MyBlog/page370">370</a></li> <li><a href="/MyBlog/page371">371</a></li> <li><a href="/MyBlog/page372">372</a></li> <li><a href="/MyBlog/page373">373</a></li> <li><a href="/MyBlog/page374">374</a></li> <li><a href="/MyBlog/page375">375</a></li> <li><a href="/MyBlog/page376">376</a></li> <li><a href="/MyBlog/page377">377</a></li> <li><a href="/MyBlog/page378">378</a></li> <li><a href="/MyBlog/page379">379</a></li> <li><a href="/MyBlog/page380">380</a></li> <li><a href="/MyBlog/page381">381</a></li> <li><a href="/MyBlog/page382">382</a></li> <li><a href="/MyBlog/page383">383</a></li> <li><a href="/MyBlog/page384">384</a></li> <li><a href="/MyBlog/page385">385</a></li> <li><a href="/MyBlog/page386">386</a></li> <li><a href="/MyBlog/page387">387</a></li> <li><a href="/MyBlog/page388">388</a></li> <li><a href="/MyBlog/page389">389</a></li> <li><a href="/MyBlog/page390">390</a></li> <li><a href="/MyBlog/page391">391</a></li> <li><a href="/MyBlog/page392">392</a></li> <li><a href="/MyBlog/page393">393</a></li> <li><a href="/MyBlog/page394">394</a></li> <li><a href="/MyBlog/page395">395</a></li> <li><a href="/MyBlog/page396">396</a></li> <li><a href="/MyBlog/page397">397</a></li> <li><a href="/MyBlog/page398">398</a></li> <li><a href="/MyBlog/page399">399</a></li> <li><a href="/MyBlog/page400">400</a></li> <li><a href="/MyBlog/page401">401</a></li> <li><a href="/MyBlog/page402">402</a></li> <li><a href="/MyBlog/page403">403</a></li> <li><a href="/MyBlog/page404">404</a></li> <li><a href="/MyBlog/page405">405</a></li> <li><a href="/MyBlog/page406">406</a></li> <li><a href="/MyBlog/page407">407</a></li> <li><a href="/MyBlog/page408">408</a></li> <li><a href="/MyBlog/page409">409</a></li> <li><a href="/MyBlog/page410">410</a></li> <li><a href="/MyBlog/page411">411</a></li> <li><a href="/MyBlog/page412">412</a></li> <li><a href="/MyBlog/page413">413</a></li> <li><a href="/MyBlog/page414">414</a></li> <li><a href="/MyBlog/page415">415</a></li> <li><a href="/MyBlog/page416">416</a></li> <li><a href="/MyBlog/page417">417</a></li> <li><a href="/MyBlog/page418">418</a></li> <li><a href="/MyBlog/page419">419</a></li> <li><a href="/MyBlog/page420">420</a></li> <li><a href="/MyBlog/page421">421</a></li> <li><a href="/MyBlog/page422">422</a></li> <li><a href="/MyBlog/page423">423</a></li> <li><a href="/MyBlog/page424">424</a></li> <li><a href="/MyBlog/page425">425</a></li> <li><a href="/MyBlog/page426">426</a></li> <li><a href="/MyBlog/page427">427</a></li> <li><a href="/MyBlog/page428">428</a></li> <li><a href="/MyBlog/page429">429</a></li> <li><a href="/MyBlog/page430">430</a></li> <li><a href="/MyBlog/page431">431</a></li> <li><a href="/MyBlog/page432">432</a></li> <li><a href="/MyBlog/page433">433</a></li> <li><a href="/MyBlog/page434">434</a></li> <li><a href="/MyBlog/page435">435</a></li> <li><a href="/MyBlog/page436">436</a></li> <li><a href="/MyBlog/page437">437</a></li> <li><a href="/MyBlog/page438">438</a></li> <li><a href="/MyBlog/page439">439</a></li> <li><a href="/MyBlog/page440">440</a></li> <li><a href="/MyBlog/page441">441</a></li> <li><a href="/MyBlog/page442">442</a></li> <li><a href="/MyBlog/page443">443</a></li> <li><a href="/MyBlog/page444">444</a></li> <li><a href="/MyBlog/page445">445</a></li> <li><a href="/MyBlog/page446">446</a></li> <li><a href="/MyBlog/page447">447</a></li> <li><a href="/MyBlog/page448">448</a></li> <li><a href="/MyBlog/page449">449</a></li> <li><a href="/MyBlog/page450">450</a></li> <li><a href="/MyBlog/page451">451</a></li> <li><a href="/MyBlog/page452">452</a></li> <li><a href="/MyBlog/page453">453</a></li> <li><a href="/MyBlog/page454">454</a></li> <li><a href="/MyBlog/page455">455</a></li> <li><a href="/MyBlog/page456">456</a></li> <li><a href="/MyBlog/page457">457</a></li> <li><a href="/MyBlog/page458">458</a></li> <li><a href="/MyBlog/page459">459</a></li> <li><a href="/MyBlog/page460">460</a></li> <li><a href="/MyBlog/page461">461</a></li> <li><a href="/MyBlog/page462">462</a></li> <li><span class="active">463</span></li> <li><a href="/MyBlog/page464">464</a></li> <li><a href="/MyBlog/page465">465</a></li> <li><a href="/MyBlog/page466">466</a></li> <li><a href="/MyBlog/page467">467</a></li> <li><a href="/MyBlog/page468">468</a></li> <li><a href="/MyBlog/page469">469</a></li> <li><a href="/MyBlog/page470">470</a></li> <li><a href="/MyBlog/page471">471</a></li> <li><a href="/MyBlog/page472">472</a></li> <li><a href="/MyBlog/page473">473</a></li> <li><a href="/MyBlog/page474">474</a></li> <li><a href="/MyBlog/page475">475</a></li> <li><a href="/MyBlog/page476">476</a></li> <li><a href="/MyBlog/page477">477</a></li> <li><a href="/MyBlog/page478">478</a></li> <li><a href="/MyBlog/page479">479</a></li> <li><a href="/MyBlog/page480">480</a></li> <li><a href="/MyBlog/page481">481</a></li> <li><a href="/MyBlog/page482">482</a></li> <li><a href="/MyBlog/page483">483</a></li> <li><a href="/MyBlog/page484">484</a></li> <li><a href="/MyBlog/page485">485</a></li> <li><a href="/MyBlog/page486">486</a></li> <li><a href="/MyBlog/page487">487</a></li> <li><a href="/MyBlog/page488">488</a></li> <li><a href="/MyBlog/page489">489</a></li> <li><a href="/MyBlog/page490">490</a></li> <li><a href="/MyBlog/page491">491</a></li> <li><a href="/MyBlog/page492">492</a></li> <li><a href="/MyBlog/page493">493</a></li> <li><a href="/MyBlog/page494">494</a></li> <li><a href="/MyBlog/page495">495</a></li> <li><a href="/MyBlog/page496">496</a></li> <li><a href="/MyBlog/page497">497</a></li> <li><a href="/MyBlog/page498">498</a></li> <li><a href="/MyBlog/page499">499</a></li> <li><a href="/MyBlog/page500">500</a></li> <li><a href="/MyBlog/page501">501</a></li> <li><a href="/MyBlog/page502">502</a></li> <li><a href="/MyBlog/page503">503</a></li> <li><a href="/MyBlog/page504">504</a></li> <li><a href="/MyBlog/page505">505</a></li> <li><a href="/MyBlog/page506">506</a></li> <li><a href="/MyBlog/page507">507</a></li> <li><a href="/MyBlog/page508">508</a></li> <li><a href="/MyBlog/page509">509</a></li> <li><a href="/MyBlog/page510">510</a></li> <li><a href="/MyBlog/page511">511</a></li> <li><a href="/MyBlog/page512">512</a></li> <li><a href="/MyBlog/page513">513</a></li> <li><a href="/MyBlog/page514">514</a></li> <li><a href="/MyBlog/page515">515</a></li> <li><a href="/MyBlog/page516">516</a></li> <li><a href="/MyBlog/page517">517</a></li> <li><a href="/MyBlog/page518">518</a></li> <li><a href="/MyBlog/page519">519</a></li> <li><a href="/MyBlog/page520">520</a></li> <li><a href="/MyBlog/page521">521</a></li> <li><a href="/MyBlog/page522">522</a></li> <li><a href="/MyBlog/page523">523</a></li> <li><a href="/MyBlog/page524">524</a></li> <li><a href="/MyBlog/page525">525</a></li> <li><a href="/MyBlog/page526">526</a></li> <li><a href="/MyBlog/page527">527</a></li> <li><a href="/MyBlog/page528">528</a></li> <li><a href="/MyBlog/page529">529</a></li> <li><a href="/MyBlog/page530">530</a></li> <li><a href="/MyBlog/page531">531</a></li> <li><a href="/MyBlog/page532">532</a></li> <li><a href="/MyBlog/page533">533</a></li> <li><a href="/MyBlog/page534">534</a></li> <li><a href="/MyBlog/page535">535</a></li> <li><a href="/MyBlog/page536">536</a></li> <li><a href="/MyBlog/page537">537</a></li> <li><a href="/MyBlog/page538">538</a></li> <li><a href="/MyBlog/page539">539</a></li> <li><a href="/MyBlog/page540">540</a></li> <li><a href="/MyBlog/page541">541</a></li> <li><a href="/MyBlog/page542">542</a></li> <li><a href="/MyBlog/page543">543</a></li> <li><a href="/MyBlog/page544">544</a></li> <li><a href="/MyBlog/page545">545</a></li> <li><a href="/MyBlog/page546">546</a></li> <li><a href="/MyBlog/page547">547</a></li> <li><a href="/MyBlog/page548">548</a></li> <li><a href="/MyBlog/page549">549</a></li> <li><a href="/MyBlog/page550">550</a></li> <li><a href="/MyBlog/page551">551</a></li> <li><a href="/MyBlog/page552">552</a></li> <li><a href="/MyBlog/page553">553</a></li> <li><a href="/MyBlog/page554">554</a></li> <li><a href="/MyBlog/page555">555</a></li> <li><a href="/MyBlog/page556">556</a></li> <li><a href="/MyBlog/page557">557</a></li> <li><a href="/MyBlog/page558">558</a></li> <li><a href="/MyBlog/page559">559</a></li> <li><a href="/MyBlog/page560">560</a></li> <li><a href="/MyBlog/page561">561</a></li> <li><a href="/MyBlog/page562">562</a></li> <li><a href="/MyBlog/page563">563</a></li> <li><a href="/MyBlog/page564">564</a></li> <li><a href="/MyBlog/page565">565</a></li> <li><a href="/MyBlog/page566">566</a></li> <li><a href="/MyBlog/page567">567</a></li> <li><a href="/MyBlog/page568">568</a></li> <li><a href="/MyBlog/page569">569</a></li> <li><a href="/MyBlog/page570">570</a></li> <li><a href="/MyBlog/page571">571</a></li> <li><a href="/MyBlog/page572">572</a></li> <li><a href="/MyBlog/page573">573</a></li> <li><a href="/MyBlog/page574">574</a></li> <li><a href="/MyBlog/page575">575</a></li> <li><a href="/MyBlog/page576">576</a></li> <li><a href="/MyBlog/page577">577</a></li> <li><a href="/MyBlog/page578">578</a></li> <li><a href="/MyBlog/page579">579</a></li> <li><a href="/MyBlog/page580">580</a></li> <li><a href="/MyBlog/page581">581</a></li> <li><a href="/MyBlog/page582">582</a></li> <li><a href="/MyBlog/page583">583</a></li> <li><a href="/MyBlog/page584">584</a></li> <li><a href="/MyBlog/page585">585</a></li> <li><a href="/MyBlog/page586">586</a></li> <li><a href="/MyBlog/page587">587</a></li> <li><a href="/MyBlog/page588">588</a></li> <li><a href="/MyBlog/page589">589</a></li> <li><a href="/MyBlog/page590">590</a></li> <li><a href="/MyBlog/page591">591</a></li> <li><a href="/MyBlog/page592">592</a></li> <li><a href="/MyBlog/page593">593</a></li> <li><a href="/MyBlog/page594">594</a></li> <li><a href="/MyBlog/page595">595</a></li> <li><a href="/MyBlog/page596">596</a></li> <li><a href="/MyBlog/page597">597</a></li> <li><a href="/MyBlog/page464">Next</a></li> </ul> </div> </div> <!-- Widget --> <div class="col-md-4"> <div class="well"> <span id='statics' ></span> </div> <!-- Blog Search --> <div class="well"> <h4>Search</h4> <div class="input-group"> <form action="#" id="cse-search-box"> <div> <input type="hidden" name="cx" value="" /> <input type="hidden" name="ie" value="UTF-8" /> <!-- 搜索框 --> <input type="text" name="q" size="20" id='txt'/> <input type="submit" name="sa" id="Search" value="Search" /> <!-- 模糊查询结果显示框 --> <div id="msg"></div> <script type="text/javascript"> var searchIndex={ "code" : 0 , "data" : [ { "title" : "stun nat类型及打洞原理 - ", "url" : "/MyBlog/web/2022/03/06/stun.html" } , { "title" : "work 多 Module 工作区模式 - ", "url" : "/MyBlog/algorithm/2022/03/05/work.html" } , { "title" : "transaction事务的隔离级别 - ", "url" : "/MyBlog/mysql/2022/03/05/transaction.html" } , { "title" : "timestamp - ", "url" : "/MyBlog/storage/2022/03/05/timestamp.html" } , { "title" : "script - ", "url" : "/MyBlog/elasticsearch/2022/03/05/script.html" } , { "title" : "rpcx - ", "url" : "/MyBlog/golang/2022/03/05/rpcx.html" } , { "title" : "路由器抓包 - ", "url" : "/MyBlog/web/2022/03/05/router.html" } , { "title" : "reindex - ", "url" : "/MyBlog/elasticsearch/2022/03/05/reindex.html" } , { "title" : "rc - ", "url" : "/MyBlog/web/2022/03/05/rc.html" } , { "title" : "prototype - ", "url" : "/MyBlog/node/2022/03/05/prototype.html" } , { "title" : "nginx playground - ", "url" : "/MyBlog/golang/2022/03/05/playground.html" } , { "title" : "Elasticsearch 分页查询 - ", "url" : "/MyBlog/elasticsearch/2022/03/05/page.html" } , { "title" : "oauth2 - ", "url" : "/MyBlog/web/2022/03/05/oauth2.html" } , { "title" : "nf_conntrack - ", "url" : "/MyBlog/linux/2022/03/05/nf_conntrack.html" } , { "title" : "k0s - ", "url" : "/MyBlog/k8s/2022/03/05/k0s.html" } , { "title" : "istio - ", "url" : "/MyBlog/k8s/2022/03/05/istio.html" } , { "title" : "hsts - ", "url" : "/MyBlog/web/2022/03/05/hsts.html" } , { "title" : "gvm - ", "url" : "/MyBlog/golang/2022/03/05/gvm.html" } , { "title" : "gopack - ", "url" : "/MyBlog/golang/2022/03/05/gopack.html" } , { "title" : "go1.18 - ", "url" : "/MyBlog/golang/2022/03/05/go1.18.html" } , { "title" : "go1.17 - ", "url" : "/MyBlog/golang/2022/03/05/go1.17.html" } , { "title" : "go-spew - ", "url" : "/MyBlog/golang/2022/03/05/go-spew.html" } , { "title" : "范型 - ", "url" : "/MyBlog/golang/2022/03/05/generic.html" } , { "title" : "fuzzing - ", "url" : "/MyBlog/golang/2022/03/05/fuzzing.html" } , { "title" : "folium - ", "url" : "/MyBlog/python/2022/03/05/folium.html" } , { "title" : "ent - ", "url" : "/MyBlog/golang/2022/03/05/ent.html" } , { "title" : "es过滤空字符串 - ", "url" : "/MyBlog/elasticsearch/2022/03/05/empty.html" } , { "title" : "dumb-init - ", "url" : "/MyBlog/k8s/2022/03/05/dumb-init.html" } , { "title" : "dockertest - ", "url" : "/MyBlog/k8s/2022/03/05/dockertest.html" } , { "title" : "实现字段之间进行比对 - ", "url" : "/MyBlog/elasticsearch/2022/03/05/compare.html" } , { "title" : "code-server - ", "url" : "/MyBlog/golang/2022/03/05/code-server.html" } , { "title" : "bild - ", "url" : "/MyBlog/golang/2022/03/05/bild.html" } , { "title" : "apollo - ", "url" : "/MyBlog/golang/2022/03/05/apollo.html" } , { "title" : "istio allow_any - ", "url" : "/MyBlog/k8s/2022/03/05/allow_any.html" } , { "title" : "WebTorrent - ", "url" : "/MyBlog/node/2022/03/05/WebTorrent.html" } , { "title" : "WebDAV - ", "url" : "/MyBlog/web/2022/03/05/WebDAV.html" } , { "title" : "Superset - ", "url" : "/MyBlog/storage/2022/03/05/Superset.html" } , { "title" : "OpenIM - ", "url" : "/MyBlog/web/2022/03/05/OpenIM.html" } , { "title" : "KubeSphere - ", "url" : "/MyBlog/k8s/2022/03/05/KubeSphere.html" } , { "title" : "ElasticSearch - ", "url" : "/MyBlog/golang/2022/03/05/ElasticSearch.html" } , { "title" : "Cockpit - ", "url" : "/MyBlog/linux/2022/03/05/Cockpit.html" } , { "title" : "Cloudreve 搭建私人网盘 - ", "url" : "/MyBlog/golang/2022/03/05/Cloudreve.html" } , { "title" : "CPU寄存器 - ", "url" : "/MyBlog/golang/2022/03/05/CPU%E5%AF%84%E5%AD%98%E5%99%A8.html" } , { "title" : "Analyzer - ", "url" : "/MyBlog/elasticsearch/2022/03/05/Analyzer.html" } , { "title" : "404 - ", "url" : "/MyBlog/elasticsearch/2022/03/05/404.html" } , { "title" : "websocket - ", "url" : "/MyBlog/golang/2022/02/27/websocket.html" } , { "title" : "grpc websocket WebRTC - ", "url" : "/MyBlog/golang/2022/02/27/grpc_websocket.html" } , { "title" : "gRPC-Web - ", "url" : "/MyBlog/golang/2022/02/27/gRPC-Web.html" } , { "title" : "Chrome开发者工具调试web socket应用 - ", "url" : "/MyBlog/web/2022/02/26/ws.html" } , { "title" : "webrtc openmeeting2 ion - ", "url" : "/MyBlog/web/2022/02/26/webrtc.html" } , { "title" : "video审核 - ", "url" : "/MyBlog/web/2022/02/26/video.html" } , { "title" : "utf-8 字符拆分 - ", "url" : "/MyBlog/algorithm/2022/02/26/utf-8.html" } , { "title" : "tokenlizer - ", "url" : "/MyBlog/elasticsearch/2022/02/26/tokenlizer.html" } , { "title" : "文本审核 - ", "url" : "/MyBlog/web/2022/02/26/text.html" } , { "title" : "term match - ", "url" : "/MyBlog/elasticsearch/2022/02/26/term.html" } , { "title" : "serverless - ", "url" : "/MyBlog/k8s/2022/02/26/serverless.html" } , { "title" : "图片防盗链原理及实现 - ", "url" : "/MyBlog/web/2022/02/26/referer.html" } , { "title" : "query_string - ", "url" : "/MyBlog/elasticsearch/2022/02/26/query_string.html" } , { "title" : "k8s权限控制 - ", "url" : "/MyBlog/k8s/2022/02/26/permission.html" } , { "title" : "otp - ", "url" : "/MyBlog/golang/2022/02/26/otp.html" } , { "title" : "k8s容器的工作目录 workingDir - ", "url" : "/MyBlog/k8s/2022/02/26/orchome.html" } , { "title" : "opt - ", "url" : "/MyBlog/elasticsearch/2022/02/26/opt.html" } , { "title" : "numeric - ", "url" : "/MyBlog/elasticsearch/2022/02/26/numeric.html" } , { "title" : "n - ", "url" : "/MyBlog/node/2022/02/26/n.html" } , { "title" : "MySQL中的Text类型 - ", "url" : "/MyBlog/mysql/2022/02/26/mysql_text.html" } , { "title" : "mockery testify - ", "url" : "/MyBlog/golang/2022/02/26/mockery.html" } , { "title" : "md5 彩虹表 - ", "url" : "/MyBlog/algorithm/2022/02/26/md5_.html" } , { "title" : "echo 生成 md5多换行符 - ", "url" : "/MyBlog/linux/2022/02/26/md5.html" } , { "title" : "match VS match_phrase - ", "url" : "/MyBlog/elasticsearch/2022/02/26/match.html" } , { "title" : "kmp - ", "url" : "/MyBlog/algorithm/2022/02/26/kmp.html" } , { "title" : "jmeter - ", "url" : "/MyBlog/web/2022/02/26/jmeter.html" } , { "title" : "insert ignore、insert和replace - ", "url" : "/MyBlog/mysql/2022/02/26/insert.html" } , { "title" : "ik - ", "url" : "/MyBlog/elasticsearch/2022/02/26/ik.html" } , { "title" : "http_mock - ", "url" : "/MyBlog/golang/2022/02/26/http_mock.html" } , { "title" : "httpMock - ", "url" : "/MyBlog/golang/2022/02/26/httpMock.html" } , { "title" : "go-json-server - ", "url" : "/MyBlog/golang/2022/02/26/go-json-server.html" } , { "title" : "flutter - ", "url" : "/MyBlog/web/2022/02/26/flutter.html" } , { "title" : "fields - ", "url" : "/MyBlog/elasticsearch/2022/02/26/fields.html" } , { "title" : "electron - ", "url" : "/MyBlog/node/2022/02/26/electron.html" } , { "title" : "electron-android cordova - ", "url" : "/MyBlog/node/2022/02/26/electron-android.html" } , { "title" : "dat - ", "url" : "/MyBlog/algorithm/2022/02/26/dat.html" } , { "title" : "buffer pipe - ", "url" : "/MyBlog/golang/2022/02/26/buffer.html" } , { "title" : "buf - ", "url" : "/MyBlog/golang/2022/02/26/buf.html" } , { "title" : "bash - ", "url" : "/MyBlog/linux/2022/02/26/bash.html" } , { "title" : "apipost - ", "url" : "/MyBlog/web/2022/02/26/apipost.html" } , { "title" : "analyzer - ", "url" : "/MyBlog/elasticsearch/2022/02/26/analyzer.html" } , { "title" : "Volume - ", "url" : "/MyBlog/k8s/2022/02/26/Volume.html" } , { "title" : "QueryEscape - ", "url" : "/MyBlog/golang/2022/02/26/QueryEscape.html" } , { "title" : "Normalization - ", "url" : "/MyBlog/elasticsearch/2022/02/26/Normalization.html" } , { "title" : "HSTS - ", "url" : "/MyBlog/algorithm/2022/02/26/HSTS.html" } , { "title" : "Gendry - ", "url" : "/MyBlog/golang/2022/02/26/Gendry.html" } , { "title" : "Benchmark - ", "url" : "/MyBlog/golang/2022/02/26/Benchmark.html" } , { "title" : "5WHY分析法 - ", "url" : "/MyBlog/web/2022/02/26/5w.html" } , { "title" : "json.Marshal 特殊 html 字符被转义 - ", "url" : "/MyBlog/golang/2022/02/26/0026.html" } , { "title" : "webrtc-解决方案 - ", "url" : "/MyBlog/web/2022/02/20/webrtc-%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88.html" } , { "title" : "coturn - ", "url" : "/MyBlog/web/2022/02/20/coturn.html" } , { "title" : "React useState - ", "url" : "/MyBlog/node/2022/02/19/useState.html" } , { "title" : "typescript可选参数 - ", "url" : "/MyBlog/node/2022/02/19/ts.html" } , { "title" : "第三只眼:网络监控软件技术驱动原理 - ", "url" : "/MyBlog/web/2022/02/19/disanzhiyan.html" } , { "title" : "WebRTC 协议 - ", "url" : "/MyBlog/node/2022/02/19/WebRTC.html" } , { "title" : "sego 分词器 - ", "url" : "/MyBlog/golang/2022/01/08/sego.html" } , { "title" : "kafka offset - ", "url" : "/MyBlog/storage/2022/01/08/offset.html" } , { "title" : "log4j2漏洞 - ", "url" : "/MyBlog/java/2022/01/08/log4j2.html" } , { "title" : "Node.js 的协程coroutine - ", "url" : "/MyBlog/node/2022/01/08/coroutine.html" } , { "title" : "_msearch批量搜索 - ", "url" : "/MyBlog/elasticsearch/2022/01/08/_msearch.html" } , { "title" : "Prometheus - ", "url" : "/MyBlog/k8s/2022/01/08/Prometheus.html" } , { "title" : "DFA 敏感词过滤系统 - ", "url" : "/MyBlog/arch/2022/01/08/DFA.html" } , { "title" : "webpack vue - ", "url" : "/MyBlog/node/2022/01/02/webpack.html" } , { "title" : "reflect 修改map slice struct - ", "url" : "/MyBlog/golang/2022/01/02/reflect.html" } , { "title" : "max_old_space_size - ", "url" : "/MyBlog/node/2022/01/02/max_old_space_size.html" } , { "title" : "max_content_length - ", "url" : "/MyBlog/elasticsearch/2022/01/02/max_content_length.html" } , { "title" : "kind type - ", "url" : "/MyBlog/golang/2022/01/02/kind.html" } , { "title" : "jekyll 升级 - ", "url" : "/MyBlog/web/2022/01/02/jekyll.html" } , { "title" : "jekyll 迁移到 hugo - ", "url" : "/MyBlog/jekyll/2022/01/02/hugo.html" } , { "title" : "grpc 4MB 的限制 - ", "url" : "/MyBlog/golang/2022/01/02/grpc.html" } , { "title" : "explain - ", "url" : "/MyBlog/elasticsearch/2022/01/02/explain.html" } , { "title" : "dumb-init - ", "url" : "/MyBlog/docker/2022/01/02/dumb-init.html" } , { "title" : "一个dockerfile 编译多个镜像 默认镜像 - ", "url" : "/MyBlog/docker/2022/01/02/dockerfile.html" } , { "title" : "deepcopy 反射 实现任意类型属性拷贝 - ", "url" : "/MyBlog/golang/2022/01/02/deepcopy.html" } , { "title" : "channel实现消息的批量处理 - ", "url" : "/MyBlog/golang/2022/01/02/channel.html" } , { "title" : "bundler - ", "url" : "/MyBlog/jekyll/2022/01/02/bundler.html" } , { "title" : "ace 编辑器 - ", "url" : "/MyBlog/node/2022/01/02/ace.html" } , { "title" : "YSLOW - ", "url" : "/MyBlog/node/2022/01/02/YSLOW.html" } , { "title" : "Sort - ", "url" : "/MyBlog/elasticsearch/2022/01/02/Sort.html" } , { "title" : "wails - ", "url" : "/MyBlog/golang/2021/12/25/wails.html" } , { "title" : "outsystems低代码 - ", "url" : "/MyBlog/web/2021/12/25/outsystems.html" } , { "title" : "oliver elasticsearch - ", "url" : "/MyBlog/elasticsearch/2021/12/25/oliver.html" } , { "title" : "lorca electron - ", "url" : "/MyBlog/golang/2021/12/25/lorca.html" } , { "title" : "json 序列化大小写总结 - ", "url" : "/MyBlog/golang/2021/12/25/json.html" } , { "title" : "gin bind自动omitempty问题 - ", "url" : "/MyBlog/golang/2021/12/25/gin_bind.html" } , { "title" : "dnsutils bind-tools - ", "url" : "/MyBlog/linux/2021/12/25/dnsutils.html" } , { "title" : "confluent-kafka-go mac m1 - ", "url" : "/MyBlog/golang/2021/12/25/confluent-kafka-go.html" } , { "title" : "SearchType - ", "url" : "/MyBlog/elasticsearch/2021/12/25/SearchType.html" } , { "title" : "http 302 303 307 - ", "url" : "/MyBlog/web/2021/12/25/307.html" } , { "title" : "sync.Once - ", "url" : "/MyBlog/golang/2021/12/18/sync.Once.html" } , { "title" : "select - ", "url" : "/MyBlog/golang/2021/12/18/select.html" } , { "title" : "kafka - ", "url" : "/MyBlog/storage/2021/12/18/kafka.html" } , { "title" : "elasticsearch - ", "url" : "/MyBlog/elasticsearch/2021/12/18/elasticsearch.html" } , { "title" : "bluebird - ", "url" : "/MyBlog/node/2021/12/18/bluebird.html" } , { "title" : "Promise - ", "url" : "/MyBlog/node/2021/12/18/Promise.html" } , { "title" : "ulimit - ", "url" : "/MyBlog/linux/2021/12/10/ulimit.html" } , { "title" : "sql.DB 和 sql.Tx 提取公共的查询接口 - ", "url" : "/MyBlog/golang/2021/12/10/tx.html" } , { "title" : "prom-client - ", "url" : "/MyBlog/node/2021/12/10/prom-client.html" } , { "title" : "kafka lag的含义为什么lag 为负数 - ", "url" : "/MyBlog/storage/2021/12/10/lag.html" } , { "title" : "k8s保持运行docker容器不关闭 - ", "url" : "/MyBlog/k8s/2021/12/10/docker.html" } , { "title" : "MySQL 线程池总结 - ", "url" : "/MyBlog/mysql/2021/12/05/thread_pool.html" } , { "title" : "nginx惊群问题 - ", "url" : "/MyBlog/linux/2021/12/05/nginx.html" } , { "title" : "mac lsof - ", "url" : "/MyBlog/web/2021/12/05/lsof.html" } , { "title" : "fgprof - ", "url" : "/MyBlog/golang/2021/12/05/fgprof.html" } , { "title" : "Redis-Lua树形结构存储 - ", "url" : "/MyBlog/storage/2021/12/04/tree.html" } , { "title" : "threadpool - ", "url" : "/MyBlog/mysql/2021/12/04/threadpool.html" } , { "title" : "sourcegraph - ", "url" : "/MyBlog/web/2021/12/04/sourcegraph.html" } , { "title" : "profile - ", "url" : "/MyBlog/mysql/2021/12/04/profile.html" } , { "title" : "processlist - ", "url" : "/MyBlog/mysql/2021/12/04/processlist.html" } , { "title" : "lock - ", "url" : "/MyBlog/mysql/2021/12/04/lock.html" } , { "title" : "gui - ", "url" : "/MyBlog/golang/2021/12/04/gui.html" } , { "title" : "nginx grpc - ", "url" : "/MyBlog/golang/2021/12/04/grpc.html" } , { "title" : "文件模型 - ", "url" : "/MyBlog/mysql/2021/12/04/file.html" } , { "title" : "vscode diff - ", "url" : "/MyBlog/golang/2021/12/04/diff.html" } , { "title" : "Region - ", "url" : "/MyBlog/storage/2021/12/04/Region.html" } , { "title" : "Ingest-Attachment 对 word和PDF文档的全文搜索 - ", "url" : "/MyBlog/elasticsearch/2021/12/04/Ingest-Attachment.html" } , { "title" : "EventSource - ", "url" : "/MyBlog/node/2021/12/04/EventSource.html" } , { "title" : "DFS_QUERY_AND_FEATCH - ", "url" : "/MyBlog/elasticsearch/2021/12/04/DFS_QUERY_AND_FEATCH.html" } , { "title" : "五类网线6类网线 - ", "url" : "/MyBlog/web/2021/11/28/line.html" } , { "title" : "grpc lb - ", "url" : "/MyBlog/golang/2021/11/28/lb.html" } , { "title" : "htop - ", "url" : "/MyBlog/linux/2021/11/28/htop.html" } , { "title" : "mysql性能监控 - ", "url" : "/MyBlog/mysql/2021/11/28/Threads_connected.html" } , { "title" : "FlatBuffers - ", "url" : "/MyBlog/golang/2021/11/28/FlatBuffers.html" } , { "title" : "序列化性能比较 - ", "url" : "/MyBlog/golang/2021/11/27/serializers.html" } , { "title" : "nsenter - ", "url" : "/MyBlog/k8s/2021/11/27/nsenter.html" } , { "title" : "grpc metadata Interceptor UnaryClientInterceptor - ", "url" : "/MyBlog/golang/2021/11/27/metadata.html" } , { "title" : "max_connections profiling和explain - ", "url" : "/MyBlog/mysql/2021/11/27/max_connections.html" } , { "title" : "iptables自定义链 - ", "url" : "/MyBlog/linux/2021/11/27/iptables.html" } , { "title" : "Nginx 中配置 gRPC 的代理 - ", "url" : "/MyBlog/golang/2021/11/27/grpc.html" } , { "title" : "go-sql-driver - ", "url" : "/MyBlog/mysql/2021/11/27/go-sql-driver.html" } , { "title" : "go-dns - ", "url" : "/MyBlog/golang/2021/11/27/go-dns.html" } , { "title" : "dns - ", "url" : "/MyBlog/linux/2021/11/27/dns.html" } , { "title" : "vitness - ", "url" : "/MyBlog/mysql/2021/11/20/vitness.html" } , { "title" : "tree store - ", "url" : "/MyBlog/mysql/2021/11/20/tree.html" } , { "title" : "Shell去除空格和空行的方法 - ", "url" : "/MyBlog/linux/2021/11/20/space.html" } , { "title" : "route print netstat nr - ", "url" : "/MyBlog/linux/2021/11/20/route_print.html" } , { "title" : "roaring bitmap - ", "url" : "/MyBlog/elasticsearch/2021/11/20/roaring.html" } , { "title" : "批量 Kill mysql processlist 进程 - ", "url" : "/MyBlog/mysql/2021/11/20/processlist.html" } , { "title" : "next-key lock - ", "url" : "/MyBlog/mysql/2021/11/20/next-key.html" } , { "title" : "netlink - ", "url" : "/MyBlog/docker/2021/11/20/netlink.html" } , { "title" : "long_query_time - ", "url" : "/MyBlog/mysql/2021/11/20/long_query_time.html" } , { "title" : "kubectl logs - ", "url" : "/MyBlog/k8s/2021/11/20/loggs.html" } , { "title" : "kingshard shardingsphere - ", "url" : "/MyBlog/mysql/2021/11/20/kingshard.html" } , { "title" : "dockershim - ", "url" : "/MyBlog/docker/2021/11/20/dockershim.html" } , { "title" : "connections - ", "url" : "/MyBlog/mysql/2021/11/20/connections.html" } , { "title" : "api-resources - ", "url" : "/MyBlog/k8s/2021/11/20/api-resources.html" } , { "title" : "UUID - ", "url" : "/MyBlog/web/2021/11/20/UUID.html" } , { "title" : "NewIncomingContext - ", "url" : "/MyBlog/golang/2021/11/20/NewIncomingContext.html" } , { "title" : "prefix查询 - ", "url" : "/MyBlog/elasticsearch/2021/11/13/prefix.html" } , { "title" : "obj_store - ", "url" : "/MyBlog/storage/2021/11/13/obj_store.html" } , { "title" : "minio - ", "url" : "/MyBlog/storage/2021/11/13/minio.html" } , { "title" : "kubevela - ", "url" : "/MyBlog/k8s/2021/11/13/kubevela.html" } , { "title" : "cpu 单位 - ", "url" : "/MyBlog/k8s/2021/11/13/cpu.html" } , { "title" : "confluent-kafka-go消费多个topic原理 - ", "url" : "/MyBlog/storage/2021/11/13/confluent-kafka-go.html" } , { "title" : "grpc HandleRPC - ", "url" : "/MyBlog/golang/2021/11/13/HandleRPC.html" } , { "title" : "APIExtensionServer - ", "url" : "/MyBlog/k8s/2021/11/13/APIExtensionServer.html" } , { "title" : "writefile - ", "url" : "/MyBlog/golang/2021/11/06/writefile.html" } , { "title" : "文件分段上传 - ", "url" : "/MyBlog/web/2021/11/06/upload.html" } , { "title" : "swag - ", "url" : "/MyBlog/golang/2021/11/06/swag.html" } , { "title" : "submodules - ", "url" : "/MyBlog/web/2021/11/06/submodules.html" } , { "title" : "sls cli sls sdk - ", "url" : "/MyBlog/web/2021/11/06/sls.html" } , { "title" : "docker save load export import区别详解 - ", "url" : "/MyBlog/docker/2021/11/06/save.html" } , { "title" : "pfctl - ", "url" : "/MyBlog/linux/2021/11/06/pfctl.html" } , { "title" : "mysqlslap sysbench - ", "url" : "/MyBlog/mysql/2021/11/06/mysqlslap.html" } , { "title" : "prometheus监控插件mysqld_exporter redis_exporter - ", "url" : "/MyBlog/mysql/2021/11/06/mysqld_exporter.html" } , { "title" : "图片直接展示还是直接被下载 - ", "url" : "/MyBlog/web/2021/11/06/image.html" } , { "title" : "harbor搭建自己的docker registery - ", "url" : "/MyBlog/docker/2021/11/06/harbor.html" } , { "title" : "grpc Context Cancel - ", "url" : "/MyBlog/golang/2021/11/06/grpcContextCancel.html" } , { "title" : "ELF not found - ", "url" : "/MyBlog/docker/2021/11/06/elf.html" } , { "title" : "crd - ", "url" : "/MyBlog/k8s/2021/11/06/crd.html" } , { "title" : "charles 代理的坑 - ", "url" : "/MyBlog/docker/2021/11/06/charles.html" } , { "title" : "chaostoolkit 混沌工程 - ", "url" : "/MyBlog/python/2021/11/06/chaostoolkit.html" } , { "title" : "Signal - ", "url" : "/MyBlog/golang/2021/11/06/Signal.html" } , { "title" : "POLARDB - ", "url" : "/MyBlog/mysql/2021/11/06/POLARDB.html" } , { "title" : "OT算法 - ", "url" : "/MyBlog/algorithm/2021/11/06/OT.html" } , { "title" : "树状数据的存储 - ", "url" : "/MyBlog/mysql/2021/11/06/Closure.html" } , { "title" : "protobuf2json - ", "url" : "/MyBlog/node/2021/10/30/protobuf2json.html" } , { "title" : "kcat - ", "url" : "/MyBlog/storage/2021/10/30/kcat.html" } , { "title" : "ipvlan实现容器和节点间通信 - ", "url" : "/MyBlog/docker/2021/10/30/ipvlan.html" } , { "title" : "console - ", "url" : "/MyBlog/web/2021/10/30/console.html" } , { "title" : "MySQL中各种引号的区别 - ", "url" : "/MyBlog/mysql/2021/10/30/comma.html" } , { "title" : "批量更新 - ", "url" : "/MyBlog/storage/mysql/2021/10/30/case_when.html" } , { "title" : "bhyve - ", "url" : "/MyBlog/docker/k8s/2021/10/30/bhyve.html" } , { "title" : "CustomResourceDefinition - ", "url" : "/MyBlog/k8s/2021/10/30/CustomResourceDefinition.html" } , { "title" : "Cgroup - ", "url" : "/MyBlog/linux/docker/2021/10/30/Cgroup.html" } , { "title" : "time zone Elasticsearch时区问题 - ", "url" : "/MyBlog/elasticsearch/2021/10/23/time_zone.html" } , { "title" : "tf idf - ", "url" : "/MyBlog/elasticsearch/2021/10/23/tf_idf.html" } , { "title" : "Dockerfile RUN CMD ENTRYPOINT命令区别 - ", "url" : "/MyBlog/docker/2021/10/23/run_cmd.html" } , { "title" : "refresh flush - ", "url" : "/MyBlog/elasticsearch/2021/10/23/refresh.html" } , { "title" : "redis 性能指标和监控方法 info monitor - ", "url" : "/MyBlog/storage/2021/10/23/redis.html" } , { "title" : "修改请求参数http网络请求方法 - ", "url" : "/MyBlog/web/2021/10/23/post_put.html" } , { "title" : "nsenter - ", "url" : "/MyBlog/docker/2021/10/23/nsenter.html" } , { "title" : "match_phrase和term区别 - ", "url" : "/MyBlog/elasticsearch/2021/10/23/match_phrase.html" } , { "title" : "局部变量及local命令 - ", "url" : "/MyBlog/linux/2021/10/23/local.html" } , { "title" : "k8s_oauth - ", "url" : "/MyBlog/k8s/2021/10/23/k8s_oauth.html" } , { "title" : "ik分词器安装 - ", "url" : "/MyBlog/elasticsearch/2021/10/23/ik.html" } , { "title" : "golang 规则引擎 - ", "url" : "/MyBlog/golang/2021/10/23/gengine.html" } , { "title" : "高亮使用plian postings fvh差异 - ", "url" : "/MyBlog/elasticsearch/2021/10/23/fvh.html" } , { "title" : "flynn - ", "url" : "/MyBlog/docker/2021/10/23/flynn.html" } , { "title" : "某个字段存在查询或不存在查询 - ", "url" : "/MyBlog/elasticsearch/2021/10/23/exists.html" } , { "title" : "ephemeral-storage - ", "url" : "/MyBlog/k8s/2021/10/23/ephemeral-storage.html" } , { "title" : "ejs - ", "url" : "/MyBlog/node/2021/10/23/ejs.html" } , { "title" : "DSL查询语句对照 - ", "url" : "/MyBlog/elasticsearch/2021/10/23/dsl.html" } , { "title" : "dry-run diff - ", "url" : "/MyBlog/k8s/2021/10/23/dry-run.html" } , { "title" : "docker-registry - ", "url" : "/MyBlog/docker/2021/10/23/docker-registry.html" } , { "title" : "es删除字段 - ", "url" : "/MyBlog/elasticsearch/2021/10/23/delete.html" } , { "title" : "加速 Docker Build 构建过程 - ", "url" : "/MyBlog/docker/2021/10/23/build.html" } , { "title" : "apn - ", "url" : "/MyBlog/web/2021/10/23/apn.html" } , { "title" : "Scroll与Scan - ", "url" : "/MyBlog/elasticsearch/2021/10/23/Scan.html" } , { "title" : "国内公共DNS - ", "url" : "/MyBlog/web/2021/10/23/DNS.html" } , { "title" : "socketio - ", "url" : "/MyBlog/node/2021/09/25/socketio.html" } , { "title" : "redcon miniredis - ", "url" : "/MyBlog/golang/2021/09/25/redcon.html" } , { "title" : "netpoller - ", "url" : "/MyBlog/golang/2021/09/25/netpoller.html" } , { "title" : "ES中的动态映射和动态模板 - ", "url" : "/MyBlog/storage/2021/09/25/mapping.html" } , { "title" : "livego 直播系统 - ", "url" : "/MyBlog/golang/2021/09/25/livego.html" } , { "title" : "joy4 视频服务器 - ", "url" : "/MyBlog/golang/2021/09/25/joy4.html" } , { "title" : "gopherjs - ", "url" : "/MyBlog/golang/2021/09/25/gopherjs.html" } , { "title" : "git clone 提速几十倍的小技巧 - ", "url" : "/MyBlog/web/2021/09/25/git.html" } , { "title" : "浏览器fetch api - ", "url" : "/MyBlog/web/2021/09/25/fetch.html" } , { "title" : "Elasticsearch中数据是如何存储的 - ", "url" : "/MyBlog/storage/2021/09/25/es.html" } , { "title" : "MySQL数据库的死锁日志 - ", "url" : "/MyBlog/storage/2021/09/25/deadlock.html" } , { "title" : "code-server - ", "url" : "/MyBlog/web/2021/09/25/code-server.html" } , { "title" : "Redcon - ", "url" : "/MyBlog/golang/2021/09/21/Redcon.html" } , { "title" : "happens-before - ", "url" : "/MyBlog/golang/2021/09/20/happens-before.html" } , { "title" : "geo s2 geohash - ", "url" : "/MyBlog/golang/2021/09/20/geo.html" } , { "title" : "底纹推荐优化 - ", "url" : "/MyBlog/storage/2021/09/19/%E5%BA%95%E7%BA%B9%E6%8E%A8%E8%8D%90%E4%BC%98%E5%8C%96.html" } , { "title" : "字符串拼接性能 - ", "url" : "/MyBlog/golang/2021/09/19/string.html" } , { "title" : "selector - ", "url" : "/MyBlog/k8s/2021/09/19/selector.html" } , { "title" : "httputil ReverseProxy - ", "url" : "/MyBlog/golang/2021/09/19/proxy.html" } , { "title" : "jwt - ", "url" : "/MyBlog/golang/2021/09/19/jwt.html" } , { "title" : "jaguar walle - ", "url" : "/MyBlog/web/2021/09/19/jaguar.html" } , { "title" : "ip2location-go - ", "url" : "/MyBlog/golang/2021/09/19/ip2location-go.html" } , { "title" : "go-i18n - ", "url" : "/MyBlog/golang/2021/09/19/i18n.html" } , { "title" : "geetest - ", "url" : "/MyBlog/web/2021/09/19/geetest.html" } , { "title" : "es function_score - ", "url" : "/MyBlog/storage/2021/09/19/function_score.html" } , { "title" : "es boost权重提升 - ", "url" : "/MyBlog/storage/2021/09/19/boost.html" } , { "title" : "es bm25 - ", "url" : "/MyBlog/storage/2021/09/19/bm25.html" } , { "title" : "HyperKit、VPNKit和DataKit - ", "url" : "/MyBlog/docker/2021/09/19/VPNKit.html" } , { "title" : "Rancher 菜单 - ", "url" : "/MyBlog/k8s/2021/09/19/Rancher.html" } , { "title" : "Int转string几种方式性能 - ", "url" : "/MyBlog/golang/2021/09/19/FormatInt.html" } , { "title" : "es Explain - ", "url" : "/MyBlog/storage/2021/09/19/Explain.html" } , { "title" : "查看Linux系统架构类型的5条常用命令 - ", "url" : "/MyBlog/linux/2021/09/11/uname.html" } , { "title" : "sarama kafka client - ", "url" : "/MyBlog/golang/2021/09/11/sarama.html" } , { "title" : "ratelimit的实现对比 - ", "url" : "/MyBlog/golang/2021/09/11/ratelimit.html" } , { "title" : "docker pull 指定 os arch - ", "url" : "/MyBlog/docker/2021/09/11/pull.html" } , { "title" : "linuxkit - ", "url" : "/MyBlog/docker/2021/09/11/linuxkit.html" } , { "title" : "http_proxy - ", "url" : "/MyBlog/linux/2021/09/11/http_proxy.html" } , { "title" : "debian - ", "url" : "/MyBlog/docker/2021/09/11/debian.html" } , { "title" : "apline - ", "url" : "/MyBlog/docker/2021/09/11/apline.html" } , { "title" : "Real-Time-Voice-Cloing - ", "url" : "/MyBlog/python/2021/09/11/Real-Time-Voice-Cloing.html" } , { "title" : "go 编程模型 常用结构 - ", "url" : "/MyBlog/golang/2021/09/11/PIPELINE.html" } , { "title" : "proto Oneof - ", "url" : "/MyBlog/golang/2021/09/11/Oneof.html" } , { "title" : "Gitlab - ", "url" : "/MyBlog/web/2021/09/11/Gitlab.html" } , { "title" : "StatefulSet 控制器 - ", "url" : "/MyBlog/k8s/2021/09/05/sts.html" } , { "title" : "存储驱动overlay和overlay2 - ", "url" : "/MyBlog/docker/2021/09/05/overlay.html" } , { "title" : "mysql optimizer trace - ", "url" : "/MyBlog/storage/2021/09/05/optimizer_trace.html" } , { "title" : "app调用浏览器打开网页的方法 - ", "url" : "/MyBlog/web/2021/09/05/openWin.html" } , { "title" : "mysql 学习资料 - ", "url" : "/MyBlog/storage/2021/09/05/mysql.html" } , { "title" : "mockingbird - ", "url" : "/MyBlog/python/2021/09/05/mockingbird.html" } , { "title" : "max_allowed_packet - ", "url" : "/MyBlog/storage/2021/09/05/max_allowed_packet.html" } , { "title" : "k0s - ", "url" : "/MyBlog/k8s/2021/09/05/k0sctl.html" } , { "title" : "kafka 不同topic 相同groupid ,会造成rebalance - ", "url" : "/MyBlog/storage/2021/09/05/groupid.html" } , { "title" : "gitlab-ci 结合k8s - ", "url" : "/MyBlog/k8s/2021/09/05/gitlab-ci.html" } , { "title" : "geoip - ", "url" : "/MyBlog/golang/2021/09/05/geoip.html" } , { "title" : "env 环境变量存哪里 - ", "url" : "/MyBlog/linux/2021/09/05/env.html" } , { "title" : "访问计数系统设计 - ", "url" : "/MyBlog/architect/2021/09/05/count.html" } , { "title" : "confluent kafka - ", "url" : "/MyBlog/storage/2021/09/05/confluent.html" } , { "title" : "mysql buffer pool - ", "url" : "/MyBlog/storage/2021/09/05/bufferpool.html" } , { "title" : "Jumpserver - ", "url" : "/MyBlog/python/2021/09/05/Jumpserver.html" } , { "title" : "minio - ", "url" : "/MyBlog/storage/2021/08/30/minio.html" } , { "title" : "prune - ", "url" : "/MyBlog/docker/2021/08/29/prune.html" } , { "title" : "pipework fopnp - ", "url" : "/MyBlog/docker/2021/08/29/pipework.html" } , { "title" : "mysql parseTime - ", "url" : "/MyBlog/storage/2021/08/29/parseTime.html" } , { "title" : "microk8s - ", "url" : "/MyBlog/k8s/2021/08/29/microk8s.html" } , { "title" : "ingress - ", "url" : "/MyBlog/k8s/2021/08/29/ingress.html" } , { "title" : "ingress-nginx - ", "url" : "/MyBlog/k8s/2021/08/29/ingress-nginx.html" } , { "title" : "docker for mac 升级镜像和容器丢失 - ", "url" : "/MyBlog/docker/2021/08/29/image.html" } , { "title" : "goa - ", "url" : "/MyBlog/golang/2021/08/29/goa.html" } , { "title" : "generic - ", "url" : "/MyBlog/golang/2021/08/29/generic.html" } , { "title" : "Dockerfile CMD 执行多个命令 - ", "url" : "/MyBlog/docker/2021/08/29/cmd.html" } , { "title" : "annotations - ", "url" : "/MyBlog/k8s/2021/08/29/annotations.html" } , { "title" : "Doris - ", "url" : "/MyBlog/storage/2021/08/29/Doris.html" } , { "title" : "gdb - ", "url" : "/MyBlog/golang/2021/08/22/gdb.html" } , { "title" : "pprof diff_base - ", "url" : "/MyBlog/golang/2021/08/21/pprof.html" } , { "title" : "pdf.js - ", "url" : "/MyBlog/node/2021/08/21/pdf.html" } , { "title" : "mysql null - ", "url" : "/MyBlog/storage/2021/08/21/null.html" } , { "title" : "mutex - ", "url" : "/MyBlog/golang/2021/08/21/mutex.html" } , { "title" : "map的实现原理 - ", "url" : "/MyBlog/golang/2021/08/21/map.html" } , { "title" : "ingress HTTP-AUTH - ", "url" : "/MyBlog/k8s/2021/08/21/ingress.html" } , { "title" : "hpa - ", "url" : "/MyBlog/k8s/2021/08/21/hpa.html" } , { "title" : "grpc默认传输文件大小为4*1024*1024 也就是4兆 - ", "url" : "/MyBlog/golang/2021/08/21/grpc.html" } , { "title" : "golang学习书籍归类 - ", "url" : "/MyBlog/golang/2021/08/21/golang.html" } , { "title" : "gdb on mac - ", "url" : "/MyBlog/golang/2021/08/21/gdb.html" } , { "title" : "方法表达式 - ", "url" : "/MyBlog/golang/2021/08/21/func.html" } , { "title" : "chan - ", "url" : "/MyBlog/golang/2021/08/21/chan.html" } , { "title" : "ceph - ", "url" : "/MyBlog/storage/2021/08/21/ceph.html" } , { "title" : "for range 的性能 - ", "url" : "/MyBlog/golang/2021/08/16/range.html" } , { "title" : "map 源码分析 - ", "url" : "/MyBlog/golang/2021/08/16/map.html" } , { "title" : "pprof diff_base - ", "url" : "/MyBlog/golang/2021/08/16/diff_base.html" } , { "title" : "gdb tui - ", "url" : "/MyBlog/golang/2021/08/15/tui.html" } , { "title" : "opentracing - ", "url" : "/MyBlog/golang/2021/08/15/trace.html" } , { "title" : "系统集成商 - ", "url" : "/MyBlog/web/2021/08/15/system.html" } , { "title" : "sync.pool - ", "url" : "/MyBlog/golang/2021/08/15/sync.pool.html" } , { "title" : "singleflight - ", "url" : "/MyBlog/golang/2021/08/15/singleflight.html" } , { "title" : "上下文切换的开销在哪里 - ", "url" : "/MyBlog/golang/2021/08/15/shed.html" } , { "title" : "restfull - ", "url" : "/MyBlog/golang/2021/08/15/restfull.html" } , { "title" : "TP-Link路由器怎么reset - ", "url" : "/MyBlog/web/2021/08/15/reset.html" } , { "title" : "ranking - ", "url" : "/MyBlog/algorithm/2021/08/15/ranking.html" } , { "title" : "quill - ", "url" : "/MyBlog/node/2021/08/15/quill.html" } , { "title" : "pip 使用PyPI国内源 - ", "url" : "/MyBlog/python/2021/08/15/pip.html" } , { "title" : "neo4j 图数据库 - ", "url" : "/MyBlog/storage/2021/08/15/neo4j.html" } , { "title" : "MySQL 之 事务操作 - ", "url" : "/MyBlog/golang/2021/08/15/mysql.html" } , { "title" : "MSE、RMSE、MAE、R-Squared - ", "url" : "/MyBlog/algorithm/2021/08/15/mse.html" } , { "title" : "monorepo - ", "url" : "/MyBlog/web/2021/08/15/monorepo.html" } , { "title" : "k8s loadbalance - ", "url" : "/MyBlog/k8s/2021/08/15/loadbalance.html" } , { "title" : "knative serverless - ", "url" : "/MyBlog/k8s/2021/08/15/knative.html" } , { "title" : "jmeter - ", "url" : "/MyBlog/web/2021/08/15/jemeter.html" } , { "title" : "instrumentedsql - ", "url" : "/MyBlog/golang/2021/08/15/instrumentedsql.html" } , { "title" : "gscan - ", "url" : "/MyBlog/algorithm/2021/08/15/gscan.html" } , { "title" : "groupcache 源码分析 - ", "url" : "/MyBlog/golang/2021/08/15/groupcache.html" } , { "title" : "gorse - ", "url" : "/MyBlog/golang/2021/08/15/gorse.html" } , { "title" : "goim bilibili开源聊天室 - ", "url" : "/MyBlog/golang/2021/08/15/goim.html" } , { "title" : "gocyclo - ", "url" : "/MyBlog/golang/2021/08/15/gocyclo.html" } , { "title" : "gdb in docker - ", "url" : "/MyBlog/docker/2021/08/15/gdb.html" } , { "title" : "flatbuffers - ", "url" : "/MyBlog/storage/2021/08/15/flatbuffers.html" } , { "title" : "excalidraw - ", "url" : "/MyBlog/node/2021/08/15/excalidraw.html" } , { "title" : "Go 1.16 embed - ", "url" : "/MyBlog/golang/2021/08/15/embed.html" } , { "title" : "Docker容器中Mysql数据的导入/导出 - ", "url" : "/MyBlog/docker/2021/08/15/docker_mysql.html" } , { "title" : "node object diff javascript中的require、import和export - ", "url" : "/MyBlog/node/2021/08/15/diff.html" } , { "title" : "github copilot - ", "url" : "/MyBlog/web/2021/08/15/copilot.html" } , { "title" : "compose - ", "url" : "/MyBlog/docker/2021/08/15/commpose.html" } , { "title" : "colly - ", "url" : "/MyBlog/golang/2021/08/15/colly.html" } , { "title" : "codeql - ", "url" : "/MyBlog/web/2021/08/15/codeql.html" } , { "title" : "cadence - ", "url" : "/MyBlog/golang/2021/08/15/cadence.html" } , { "title" : "c10m - ", "url" : "/MyBlog/web/2021/08/15/c10m.html" } , { "title" : "axeslide - ", "url" : "/MyBlog/node/2021/08/15/axeslide.html" } , { "title" : "plan 9 汇编 - ", "url" : "/MyBlog/golang/2021/08/15/assembly.html" } , { "title" : "DDD Repository模式 - ", "url" : "/MyBlog/architect/2021/08/15/Repository.html" } , { "title" : "Luckysheet - ", "url" : "/MyBlog/node/2021/08/15/Luckysheet.html" } , { "title" : "Kompose 将 Docker Compose 文件转换为 Kubernetes 资源 - ", "url" : "/MyBlog/k8s/2021/08/15/Kompose.html" } , { "title" : "防止主键冲突报错-ignore - ", "url" : "/MyBlog/storage/2021/08/15/IGNORE.html" } , { "title" : "Generator - ", "url" : "/MyBlog/node/2021/08/15/Generator.html" } , { "title" : "爬虫html解析 - ", "url" : "/MyBlog/golang/2021/08/15/BeautifulSoup.html" } , { "title" : "Ardb redis geohash - ", "url" : "/MyBlog/storage/2021/08/15/Ardb.html" } , { "title" : "408 - ", "url" : "/MyBlog/web/2021/08/15/408.html" } , { "title" : "vue init webpack project 一直处于...downloading template状态处理 - ", "url" : "/MyBlog/node/2021/08/14/webpack.html" } , { "title" : "vue - ", "url" : "/MyBlog/node/2021/08/14/vue.html" } , { "title" : "服务器端渲染 (SSR) - ", "url" : "/MyBlog/node/2021/08/14/ssr.html" } , { "title" : "quill 文本编辑器 - ", "url" : "/MyBlog/node/2021/08/14/quill.html" } , { "title" : "jekyll - ", "url" : "/MyBlog/web/2021/08/14/jekyll.html" } , { "title" : "github不再支持密码方式登录需要用token - ", "url" : "/MyBlog/web/2021/08/14/github_token.html" } , { "title" : "路由器,集线器,交换机,网桥,光猫 - ", "url" : "/MyBlog/web/2021/07/10/hub.html" } , { "title" : "git 远端意外挂断了 - ", "url" : "/MyBlog/web/2021/07/10/gitbuf.html" } , { "title" : "vie 架构 - ", "url" : "/MyBlog/web/2021/07/07/vie.html" } , { "title" : "trace pprof Profiler labels - ", "url" : "/MyBlog/golang/2021/07/07/trace.html" } , { "title" : "kubectrl port-forward超时 - ", "url" : "/MyBlog/k8s/2021/07/07/prot-forward.html" } , { "title" : "kafka - ", "url" : "/MyBlog/golang/2021/07/07/kafka.html" } , { "title" : "debug - ", "url" : "/MyBlog/golang/2021/07/07/debug.html" } , { "title" : "yaml 的坑 - ", "url" : "/MyBlog/docker/2021/07/02/yaml.html" } , { "title" : "web框架 - ", "url" : "/MyBlog/rust/2021/07/02/web.html" } , { "title" : "The Linux Programming Interface - ", "url" : "/MyBlog/linux/2021/07/02/tlpi.html" } , { "title" : "freecache 无gc的go cache - ", "url" : "/MyBlog/golang/2021/07/02/freecache.html" } , { "title" : "echo 解析客户端IP的坑clientIp - ", "url" : "/MyBlog/golang/2021/07/02/clientIp.html" } , { "title" : "bfe - ", "url" : "/MyBlog/golang/2021/07/02/bfe.html" } , { "title" : "benchmark - ", "url" : "/MyBlog/golang/2021/07/01/benchmark.html" } , { "title" : "str - ", "url" : "/MyBlog/rust/2021/06/29/str.html" } , { "title" : "rust 介绍 - ", "url" : "/MyBlog/rust/2021/06/29/rust.html" } , { "title" : "所有权 - ", "url" : "/MyBlog/rust/2021/06/29/own.html" } , { "title" : "向量化执行引擎 - ", "url" : "/MyBlog/storage/2021/06/21/vector.html" } , { "title" : "sqlvm - ", "url" : "/MyBlog/storage/2021/06/21/sqlvm.html" } , { "title" : "如何在分布式架构下完美实现“全局数据一致性 - ", "url" : "/MyBlog/storage/2021/06/21/scn.html" } , { "title" : "存储计算分离 - ", "url" : "/MyBlog/storage/2021/06/21/sc.html" } , { "title" : "poc 测试 - ", "url" : "/MyBlog/web/2021/06/21/poc.html" } , { "title" : "opentsdb协议 - ", "url" : "/MyBlog/storage/2021/06/21/opentsdb%E5%8D%8F%E8%AE%AE.html" } , { "title" : "木兰社区 - ", "url" : "/MyBlog/web/2021/06/21/ml.html" } , { "title" : "cgroup 多租户 - ", "url" : "/MyBlog/storage/2021/06/21/cgroup.html" } , { "title" : "国密SM1 SM2 SM3 SM4 - ", "url" : "/MyBlog/web/2021/06/20/%E5%9B%BD%E5%AF%86.html" } , { "title" : "vitess - ", "url" : "/MyBlog/storage/2021/06/20/vitess.html" } , { "title" : "sqlmock - ", "url" : "/MyBlog/golang/2021/06/20/sqlmock.html" } , { "title" : "Multi Runtime Microservices Architecture - ", "url" : "/MyBlog/golang/2021/06/20/multiruntime.html" } , { "title" : "map swagger - ", "url" : "/MyBlog/web/2021/06/20/map.html" } , { "title" : "len函数 - ", "url" : "/MyBlog/golang/2021/06/20/len.html" } , { "title" : "mysql enum 字段 - ", "url" : "/MyBlog/storage/2021/06/20/enum.html" } , { "title" : "WebAssembly运行时 - ", "url" : "/MyBlog/golang/2021/06/20/Wasmtime.html" } , { "title" : "Pipeline - ", "url" : "/MyBlog/golang/2021/06/20/Pipeline.html" } , { "title" : "HttpOnly - ", "url" : "/MyBlog/web/2021/06/20/HttpOnly.html" } , { "title" : "mysql timestamp 2038 - ", "url" : "/MyBlog/storage/2021/06/20/2038.html" } , { "title" : "POST PUT PATCH的区别 - ", "url" : "/MyBlog/web/2021/06/20/.html" } , { "title" : "vscode 批量合并请求 - ", "url" : "/MyBlog/web/2021/06/12/vscode.html" } , { "title" : "UI自动化测试 - ", "url" : "/MyBlog/golang/2021/06/12/ui_auto_test.html" } , { "title" : "uIrecorder - ", "url" : "/MyBlog/web/2021/06/12/uIrecorder.html" } , { "title" : "selenium - ", "url" : "/MyBlog/web/2021/06/12/selenium.html" } , { "title" : "内存预分配与race limit on 8128 - ", "url" : "/MyBlog/golang/2021/06/12/race_limit.html" } , { "title" : "go mysql row 被scan 到 interface应该如何解析 - ", "url" : "/MyBlog/storage/2021/06/12/interface.html" } , { "title" : "go test 禁用缓存 - ", "url" : "/MyBlog/golang/2021/06/12/gotest.html" } , { "title" : "SQL之and or优先级 - ", "url" : "/MyBlog/storage/2021/06/12/and_or.html" } , { "title" : "UiAutomator - ", "url" : "/MyBlog/web/2021/06/12/UiAutomator.html" } , { "title" : "多浏览器兼容测试平台F2etest - ", "url" : "/MyBlog/web/2021/06/12/F2etest.html" } , { "title" : "websocket 抓包 - ", "url" : "/MyBlog/web/2021/06/06/websocket.html" } , { "title" : "sqlint Yearning MYSQL - ", "url" : "/MyBlog/storage/2021/06/06/sqlint.html" } , { "title" : "SQL条件!=null查不出数据 - ", "url" : "/MyBlog/storage/2021/06/06/sql_null.html" } , { "title" : "MySQL 字段类型占用空间 - ", "url" : "/MyBlog/storage/2021/06/06/space.html" } , { "title" : "mysql获取表结构 - ", "url" : "/MyBlog/storage/2021/06/06/show_columns.html" } , { "title" : "redismock - ", "url" : "/MyBlog/golang/2021/06/06/redismock.html" } , { "title" : "redis Nil - ", "url" : "/MyBlog/golang/2021/06/06/redis_nil.html" } , { "title" : "prepare sql 预编译 防止 SQL注入 - ", "url" : "/MyBlog/storage/2021/06/06/prepare.html" } , { "title" : "redis pipeline - ", "url" : "/MyBlog/storage/2021/06/06/pipeline.html" } , { "title" : "kafka 指定 partition - ", "url" : "/MyBlog/golang/2021/06/06/partition.html" } , { "title" : "overlay overlay2 - ", "url" : "/MyBlog/docker/2021/06/06/overlay.html" } , { "title" : "octotree - ", "url" : "/MyBlog/web/2021/06/06/octotree.html" } , { "title" : "Select tables optimized away - ", "url" : "/MyBlog/storage/2021/06/06/mysql_optimized.html" } , { "title" : "grpc metadata - ", "url" : "/MyBlog/golang/2021/06/06/metadata.html" } , { "title" : "硬链接软连接 - ", "url" : "/MyBlog/linux/2021/06/06/link.html" } , { "title" : "k8s rbac - ", "url" : "/MyBlog/k8s/2021/06/06/k8s_rbac.html" } , { "title" : "k8s limits 资源限制 - ", "url" : "/MyBlog/k8s/2021/06/06/k8s_limits.html" } , { "title" : "jwt-go - ", "url" : "/MyBlog/golang/2021/06/06/jwt_go.html" } , { "title" : "ip 伪造 - ", "url" : "/MyBlog/linux/2021/06/06/ip.html" } , { "title" : "k8s health check - ", "url" : "/MyBlog/k8s/2021/06/06/health.html" } , { "title" : "h2c h2 HTTP/2 的协议协商机制 - ", "url" : "/MyBlog/golang/2021/06/06/h2c.html" } , { "title" : "grpc error - ", "url" : "/MyBlog/golang/2021/06/06/grpc_error.html" } , { "title" : "goimports 分组导入 - ", "url" : "/MyBlog/golang/2021/06/06/goimports.html" } , { "title" : "go-sql-driver 源码分析 - ", "url" : "/MyBlog/golang/2021/06/06/go-sql-driver.html" } , { "title" : "go-redis - ", "url" : "/MyBlog/storage/2021/06/06/go-redis.html" } , { "title" : "es 预加载fielddata - ", "url" : "/MyBlog/storage/2021/06/06/fielddata.html" } , { "title" : "docker常见问题 - ", "url" : "/MyBlog/docker/2021/06/06/dockerd.html" } , { "title" : "ddd 四色模型 - ", "url" : "/MyBlog/architect/2021/06/06/ddd_color.html" } , { "title" : "防止暴力破解 - ", "url" : "/MyBlog/web/2021/06/06/attack.html" } , { "title" : "show table STATUS数据不准确 - ", "url" : "/MyBlog/mysql/2021/06/06/STATUS.html" } , { "title" : "Redlock - ", "url" : "/MyBlog/storage/2021/06/06/Redlock.html" } , { "title" : "mysql show PROCESSLIST - ", "url" : "/MyBlog/storage/2021/06/06/PROCESSLIST.html" } , { "title" : "OpenTelemetry - ", "url" : "/MyBlog/algorithm/2021/06/06/OpenTelemetry.html" } , { "title" : "mysql ALGORITHM INPLACE in-place 修改字段的大小 - ", "url" : "/MyBlog/storage/2021/06/06/INPLACE.html" } , { "title" : "Rancher INGRESS - ", "url" : "/MyBlog/k8s/2021/06/06/INGRESS.html" } , { "title" : "mysql no rows in result set - ", "url" : "/MyBlog/storage/2021/06/06/ErrNoRows.html" } , { "title" : "CoreDNS - ", "url" : "/MyBlog/k8s/2021/06/06/CoreDNS.html" } , { "title" : "ConfigMap - ", "url" : "/MyBlog/k8s/2021/06/06/ConfigMap.html" } , { "title" : "Chrome - ", "url" : "/MyBlog/web/2021/06/06/Chrome.html" } , { "title" : "mysql Cancellations - ", "url" : "/MyBlog/storage/2021/06/06/Cancellations.html" } , { "title" : "wget apt-get yum rpm 区别 - ", "url" : "/MyBlog/linux/2021/05/16/wget.html" } , { "title" : "iTerm2保持ssh连接不断开 - ", "url" : "/MyBlog/linux/2021/05/16/ssh.html" } , { "title" : "rancher pod 上搭建压测环境 - ", "url" : "/MyBlog/k8s/2021/05/16/rancher.html" } , { "title" : "mysql - ", "url" : "/MyBlog/golang/2021/05/16/mysql.html" } , { "title" : "mysql ifnull 插入多条语句 - ", "url" : "/MyBlog/storage/2021/05/16/ifnull.html" } , { "title" : "mysql cursor游标 - ", "url" : "/MyBlog/storage/2021/05/16/cursor.html" } , { "title" : "buildx - ", "url" : "/MyBlog/docker/2021/05/16/buildx.html" } , { "title" : "bitcoin - ", "url" : "/MyBlog/storage/2021/05/16/bitcoin.html" } , { "title" : "mysql bigint - ", "url" : "/MyBlog/storage/2021/05/16/bigint.html" } , { "title" : "apk - ", "url" : "/MyBlog/docker/2021/05/16/apk.html" } , { "title" : "Spectacle swagger gitlab - ", "url" : "/MyBlog/web/2021/05/16/Spectacle.html" } , { "title" : "获取mysql COLUMNS信息 - ", "url" : "/MyBlog/storage/2021/05/16/COLUMNS.html" } , { "title" : "mysql AUTO_INCREMENT - ", "url" : "/MyBlog/storage/2021/05/16/AUTO_INCREMENT.html" } , { "title" : "wss RSS/VSS/USS/PSS - ", "url" : "/MyBlog/linux/2021/05/10/wss.html" } , { "title" : "mysql实现upsert - ", "url" : "/MyBlog/storage/2021/05/10/upsert.html" } , { "title" : "redis的部署模式 - ", "url" : "/MyBlog/storage/2021/05/10/redis.html" } , { "title" : "range Variable - ", "url" : "/MyBlog/golang/2021/05/10/range.html" } , { "title" : "icp 索引条件下推Index Condition Pushdown - ", "url" : "/MyBlog/storage/2021/05/10/icp.html" } , { "title" : "goland 配置外部工具 - ", "url" : "/MyBlog/golang/2021/05/10/goland.html" } , { "title" : "git fast-forward - ", "url" : "/MyBlog/web/2021/05/10/fast-forward.html" } , { "title" : "mappings之dynamic的三种状态 - ", "url" : "/MyBlog/storage/2021/05/10/dynamic.html" } , { "title" : "grpc code - ", "url" : "/MyBlog/golang/2021/05/10/code.html" } , { "title" : "cdn - ", "url" : "/MyBlog/storage/2021/05/10/cdn.html" } , { "title" : "golang cache - ", "url" : "/MyBlog/golang/2021/05/10/cache.html" } , { "title" : "shell 生成 UUID - ", "url" : "/MyBlog/linux/2021/05/10/UUID.html" } , { "title" : "Protobuf3 Oneof - ", "url" : "/MyBlog/golang/2021/05/10/Oneof.html" } , { "title" : "es Bulk - ", "url" : "/MyBlog/storage/2021/05/10/Bulk.html" } , { "title" : "supervisord - ", "url" : "/MyBlog/golang/2021/04/24/supervisord.html" } , { "title" : "ishell - ", "url" : "/MyBlog/golang/2021/04/24/ishell.html" } , { "title" : "iptables 实现负载均衡 - ", "url" : "/MyBlog/linux/2021/04/24/iptables.html" } , { "title" : "hue - ", "url" : "/MyBlog/storage/2021/04/24/hue.html" } , { "title" : "Rainbond - ", "url" : "/MyBlog/golang/2021/04/24/Rainbond.html" } , { "title" : "Kafka - ", "url" : "/MyBlog/storage/2021/04/24/Kafka.html" } , { "title" : "k8s-client实现kubectl - ", "url" : "/MyBlog/k8s/2021/04/20/k8s-client.html" } , { "title" : "K8S grpc resolver - ", "url" : "/MyBlog/k8s/2021/04/18/resolver.html" } , { "title" : "headless - ", "url" : "/MyBlog/k8s/2021/04/18/headless.html" } , { "title" : "grafana - ", "url" : "/MyBlog/golang/2021/04/18/grafana.html" } , { "title" : "cmak kafka客户端 - ", "url" : "/MyBlog/storage/2021/04/18/cmak.html" } , { "title" : "golang cilint - ", "url" : "/MyBlog/golang/2021/04/18/cilint.html" } , { "title" : "gitlab 加入测试报告及覆盖率 - ", "url" : "/MyBlog/web/2021/04/18/ci.html" } , { "title" : "cherry pick - ", "url" : "/MyBlog/web/2021/04/18/cherry_pick.html" } , { "title" : "k8s api - ", "url" : "/MyBlog/k8s/2021/04/18/api.html" } , { "title" : "Parallels - ", "url" : "/MyBlog/web/2021/04/17/Parallels.html" } , { "title" : "template 源码分析 - ", "url" : "/MyBlog/golang/2021/04/10/template.html" } , { "title" : "reflect 反射访问修改结构体的非导出字段 - ", "url" : "/MyBlog/golang/2021/04/10/reflect.html" } , { "title" : "funcMap 模板调用函数 - ", "url" : "/MyBlog/golang/2021/04/10/funcMap.html" } , { "title" : "casbin 权限管理系统 - ", "url" : "/MyBlog/golang/2021/04/10/casbin.html" } , { "title" : "驼峰翻译助手 - ", "url" : "/MyBlog/web/2021/04/10/camelCase.html" } , { "title" : "权限系统的设计模式 ACL RBAC ABAC - ", "url" : "/MyBlog/golang/2021/04/10/acl.html" } , { "title" : "CORS 简单请求 - ", "url" : "/MyBlog/web/2021/04/10/CORS.html" } , { "title" : "goproxy - ", "url" : "/MyBlog/golang/2021/04/06/goproxy.html" } , { "title" : "regexp - ", "url" : "/MyBlog/golang/2021/04/04/regexp.html" } , { "title" : "Dockerhub+Github构建kubernetes私有镜像仓库 - ", "url" : "/MyBlog/k8s/2021/04/04/mirror.html" } , { "title" : "librdkafka mac m1 安装 - ", "url" : "/MyBlog/golang/2021/04/04/librdkafka.html" } , { "title" : "lens - ", "url" : "/MyBlog/k8s/2021/04/04/lens.html" } , { "title" : "helm chart - ", "url" : "/MyBlog/k8s/2021/04/04/helm.html" } , { "title" : "gitee GitHub Actions - ", "url" : "/MyBlog/web/2021/04/04/gitee.html" } , { "title" : "gcr国内镜像同步 - ", "url" : "/MyBlog/k8s/2021/04/04/gcr.html" } , { "title" : "eslint - ", "url" : "/MyBlog/node/2021/04/04/eslint.html" } , { "title" : "mac m1 安装delve - ", "url" : "/MyBlog/golang/2021/04/04/delve.html" } , { "title" : "buildx 跨平台镜像编译 - ", "url" : "/MyBlog/docker/2021/04/04/buildx.html" } , { "title" : "bind echo 数据绑定 - ", "url" : "/MyBlog/golang/2021/04/04/bind.html" } , { "title" : "NetworkPolicy升级 - ", "url" : "/MyBlog/k8s/2021/04/04/NetworkPolicy.html" } , { "title" : "Github Actions 在 K3S 中运行 CI 测试 - ", "url" : "/MyBlog/k8s/2021/04/04/K8S.html" } , { "title" : "Generator yield - ", "url" : "/MyBlog/node/2021/04/04/Generator.html" } , { "title" : "ingress nginx - ", "url" : "/MyBlog/k8s/2021/03/25/ingress.html" } , { "title" : "github antion 同步代码到gitee - ", "url" : "/MyBlog/web/2021/03/25/githubgitee.html" } , { "title" : "kubectl 使用根据不同context连接不同服务 - ", "url" : "/MyBlog/k8s/2021/03/22/kubectl.html" } , { "title" : "kubeadm - ", "url" : "/MyBlog/k8s/2021/03/22/kubeadm.html" } , { "title" : "ingress - ", "url" : "/MyBlog/k8s/2021/03/22/ingress.html" } , { "title" : "nat64_v4_requires_synthesis docker for mac k8s 无法使用 - ", "url" : "/MyBlog/k8s/2021/03/21/nat64_v4_requires_synthesis.html" } , { "title" : "golang一个文件里定义多个模板 - ", "url" : "/MyBlog/golang/2021/03/21/ParseFiles.html" } , { "title" : "k8s 网络连接 3 种工具 - ", "url" : "/MyBlog/k8s/2021/03/19/k8s.html" } , { "title" : "proto marshal to json enumber as string - ", "url" : "/MyBlog/golang/2021/03/19/json.html" } , { "title" : "innblock 查看mysql的行记录 - ", "url" : "/MyBlog/storage/2021/03/19/innblock.html" } , { "title" : "gomock - ", "url" : "/MyBlog/golang/2021/03/19/gomock.html" } , { "title" : "data length mysql - ", "url" : "/MyBlog/storage/2021/03/19/data_length.html" } , { "title" : "查看innodb 某一行的记录 - ", "url" : "/MyBlog/storage/2021/03/15/innodb.html" } , { "title" : "mysql - ", "url" : "/MyBlog/storage/2021/03/14/mysql.html" } , { "title" : "mysql中整数类型后面的数字含义 - ", "url" : "/MyBlog/storage/2021/03/14/int11.html" } , { "title" : "innodb_ruby - ", "url" : "/MyBlog/storage/2021/03/14/innodb_ruby.html" } , { "title" : "innodb-online-ddl - ", "url" : "/MyBlog/storage/2021/03/14/innodb-online-ddl.html" } , { "title" : "OPTIMIZE - ", "url" : "/MyBlog/storage/2021/03/14/OPTIMIZE.html" } , { "title" : "HSP_HDR IBUF_BITMAP、INODE、XDES - ", "url" : "/MyBlog/storage/2021/03/14/HSP_HDR.html" } , { "title" : "mysql ALGORITHM - ", "url" : "/MyBlog/storage/2021/03/14/ALGORITHM.html" } , { "title" : "mysql 行的存储格式 - ", "url" : "/MyBlog/storage/2021/03/13/mysql.html" } , { "title" : "mysql update - ", "url" : "/MyBlog/storage/2021/03/11/update.html" } , { "title" : "go test coverage - ", "url" : "/MyBlog/golang/2021/03/11/test.html" } , { "title" : "protobuf 自定义选项生成自定义代码 - ", "url" : "/MyBlog/golang/2021/03/11/protoc.html" } , { "title" : "proto - ", "url" : "/MyBlog/golang/2021/03/11/proto.html" } , { "title" : "proto 生成 graphql - ", "url" : "/MyBlog/golang/2021/03/11/graphql.html" } , { "title" : "gomock - ", "url" : "/MyBlog/golang/2021/03/11/gomock.html" } , { "title" : "go-cache - ", "url" : "/MyBlog/golang/2021/03/11/cache.html" } , { "title" : "proto 生成http grpc swagger - ", "url" : "/MyBlog/golang/2021/03/07/proto.html" } , { "title" : "wrk 配lua脚本 ghz - ", "url" : "/MyBlog/golang/2021/02/28/wrk.html" } , { "title" : "treafix - ", "url" : "/MyBlog/golang/2021/02/28/treafix.html" } , { "title" : "telepresence 本地调试 - ", "url" : "/MyBlog/k8s/2021/02/28/telepresence.html" } , { "title" : "sqlingo - ", "url" : "/MyBlog/golang/2021/02/28/sqlingo.html" } , { "title" : "sqlc支持mysql in 语法 - ", "url" : "/MyBlog/golang/2021/02/28/sqlc.html" } , { "title" : "kubectl port-forward - ", "url" : "/MyBlog/k8s/2021/02/28/port.html" } , { "title" : "go mod GOPRIVATE - ", "url" : "/MyBlog/golang/2021/02/28/mod.html" } , { "title" : "mock - ", "url" : "/MyBlog/golang/2021/02/28/mock.html" } , { "title" : "minio 对象存储 - ", "url" : "/MyBlog/storage/2021/02/28/minio.html" } , { "title" : "golangci-lint linters - ", "url" : "/MyBlog/golang/2021/02/28/lint.html" } , { "title" : "kind - ", "url" : "/MyBlog/k8s/2021/02/28/kind.html" } , { "title" : "gops - ", "url" : "/MyBlog/golang/2021/02/28/gops.html" } , { "title" : "grpc gateway - ", "url" : "/MyBlog/golang/2021/02/28/gateway.html" } , { "title" : "mysql enum - ", "url" : "/MyBlog/storage/2021/02/28/enum.html" } , { "title" : "ddd - ", "url" : "/MyBlog/architect/2021/02/28/ddd.html" } , { "title" : "cobertura gover 测试覆盖率 - ", "url" : "/MyBlog/golang/2021/02/28/cobertura.html" } , { "title" : "gorm Preloading - ", "url" : "/MyBlog/golang/2021/02/28/Preloading.html" } , { "title" : "grpc gateway - ", "url" : "/MyBlog/golang/2021/02/25/grpcgateway.html" } , { "title" : "grpc 连接池 - ", "url" : "/MyBlog/golang/2021/02/25/grpc.html" } , { "title" : "protoc - ", "url" : "/MyBlog/golang/2021/02/24/protoc.html" } , { "title" : "mysql_mode - ", "url" : "/MyBlog/storage/2021/02/24/mysql_mode.html" } , { "title" : "grpcurl - ", "url" : "/MyBlog/golang/2021/02/24/grpcurl.html" } , { "title" : "etcd 实现服务注册和发现 - ", "url" : "/MyBlog/golang/2021/02/24/etcd.html" } , { "title" : "xDS REST and gRPC protocol - ", "url" : "/MyBlog/golang/2021/02/21/xDS.html" } , { "title" : "tso - ", "url" : "/MyBlog/linux/2021/02/21/tso.html" } , { "title" : "timeout - ", "url" : "/MyBlog/golang/2021/02/21/timeout.html" } , { "title" : "tgw LVS - ", "url" : "/MyBlog/linux/2021/02/21/tgw.html" } , { "title" : "sqlingo - ", "url" : "/MyBlog/golang/2021/02/21/sqlingo.html" } , { "title" : "roam edit roam redearch - ", "url" : "/MyBlog/web/2021/02/21/roam.html" } , { "title" : "reflex 实现go 热编译 - ", "url" : "/MyBlog/golang/2021/02/21/reflex.html" } , { "title" : "go-redis redigo - ", "url" : "/MyBlog/storage/2021/02/21/redis.html" } , { "title" : "protobuf gogoprotobuf - ", "url" : "/MyBlog/golang/2021/02/21/protobuf.html" } , { "title" : "goprivate-environment-variable - ", "url" : "/MyBlog/golang/2021/02/21/private.html" } , { "title" : "调试 Docker 容器内部进程 - ", "url" : "/MyBlog/docker/2021/02/21/nebula.html" } , { "title" : "monkeypatching - ", "url" : "/MyBlog/golang/2021/02/21/monkeypatching.html" } , { "title" : "mock - ", "url" : "/MyBlog/golang/2021/02/21/mock.html" } , { "title" : "minio - ", "url" : "/MyBlog/storage/2021/02/21/minio.html" } , { "title" : "migrate - ", "url" : "/MyBlog/golang/2021/02/21/migrate.html" } , { "title" : "微服务设计模式 - ", "url" : "/MyBlog/architect/2021/02/21/micro.html" } , { "title" : "kruise - ", "url" : "/MyBlog/golang/2021/02/21/kruise.html" } , { "title" : "kcp - ", "url" : "/MyBlog/golang/2021/02/21/kcp.html" } , { "title" : "kafka 延迟队列、重试队列、死信队列 - ", "url" : "/MyBlog/storage/2021/02/21/kafka.html" } , { "title" : "kaf - ", "url" : "/MyBlog/storage/2021/02/21/kaf.html" } , { "title" : "io_uring - ", "url" : "/MyBlog/golang/2021/02/21/io_uring.html" } , { "title" : "hunspell - ", "url" : "/MyBlog/algorithm/2021/02/21/hunspell.html" } , { "title" : "grpc服务健康检查最佳实践 - ", "url" : "/MyBlog/golang/2021/02/21/helthy.html" } , { "title" : "gvm - ", "url" : "/MyBlog/golang/2021/02/21/gvm.html" } , { "title" : "grpc-gateway - ", "url" : "/MyBlog/golang/2021/02/21/grpcgateway.html" } , { "title" : "gover - ", "url" : "/MyBlog/golang/2021/02/21/gover.html" } , { "title" : "gops - ", "url" : "/MyBlog/golang/2021/02/21/gops.html" } , { "title" : "ghz - ", "url" : "/MyBlog/golang/2021/02/21/ghz.html" } , { "title" : "文本相似度匹配算法 - ", "url" : "/MyBlog/web/2021/02/21/cos.html" } , { "title" : "collection - ", "url" : "/MyBlog/golang/2021/02/21/collection.html" } , { "title" : "gitlab ci - ", "url" : "/MyBlog/web/2021/02/21/cli.html" } , { "title" : "bigwatermelon 合成大西瓜 合成华中大 - ", "url" : "/MyBlog/web/2021/02/21/bigwatermelon.html" } , { "title" : "Validator - ", "url" : "/MyBlog/golang/2021/02/21/Validator.html" } , { "title" : "Tempo - ", "url" : "/MyBlog/golang/2021/02/21/Tempo.html" } , { "title" : "Serverless 技术降低微服务应用资源成本 - ", "url" : "/MyBlog/architect/2021/02/21/Serverless.html" } , { "title" : "Prometheus grafana - ", "url" : "/MyBlog/golang/2021/02/21/Prometheus.html" } , { "title" : "MFA Multi-Factor Authentication - ", "url" : "/MyBlog/architect/2021/02/21/MFA.html" } , { "title" : "Kubectl Flame - ", "url" : "/MyBlog/k8s/2021/02/21/Flame.html" } , { "title" : "Channelz - ", "url" : "/MyBlog/algorithm/2021/02/21/Channelz.html" } , { "title" : "CMAK Kafka可视化Web界面管理工具 - ", "url" : "/MyBlog/golang/2021/02/21/CMAK.html" } , { "title" : "Archery SQL审核查询平台 - ", "url" : "/MyBlog/golang/2021/02/21/Archery.html" } , { "title" : "k9s - ", "url" : "/MyBlog/k8s/2021/02/20/k9s.html" } , { "title" : "k0s - ", "url" : "/MyBlog/k8s/2021/02/20/k0s.html" } , { "title" : "jp2a Textaizer 用ASCII字符拼成图案 - ", "url" : "/MyBlog/linux/2021/02/20/jp2a.html" } , { "title" : "wire - ", "url" : "/MyBlog/golang/2021/02/19/wire.html" } , { "title" : "go build tag - ", "url" : "/MyBlog/golang/2021/02/19/build.html" } , { "title" : "sso - ", "url" : "/MyBlog/golang/2021/01/31/sso.html" } , { "title" : "sqlc - ", "url" : "/MyBlog/golang/2021/01/31/sqlc.html" } , { "title" : "openldap - ", "url" : "/MyBlog/golang/2021/01/31/openldap.html" } , { "title" : "ldap - ", "url" : "/MyBlog/golang/2021/01/31/ldap.html" } , { "title" : "grpcurl grpcui - ", "url" : "/MyBlog/golang/2021/01/31/grpcurl.html" } , { "title" : "gometalinter - ", "url" : "/MyBlog/golang/2021/01/31/gometalinter.html" } , { "title" : "volume from - ", "url" : "/MyBlog/docker/2021/01/24/volume.html" } , { "title" : "kubeadm - ", "url" : "/MyBlog/k8s/2021/01/24/kubeadm.html" } , { "title" : "k8s-for-mac 无法启动问题 - ", "url" : "/MyBlog/k8s/2021/01/24/k8s-for-mac.html" } , { "title" : "grpc http2 context cancel - ", "url" : "/MyBlog/golang/2021/01/24/grpc.html" } , { "title" : "gosec - ", "url" : "/MyBlog/golang/2021/01/24/gosec.html" } , { "title" : "docker 的原始镜像是怎么做的 - ", "url" : "/MyBlog/docker/2021/01/20/image.html" } , { "title" : "http proxy charles 抓包 - ", "url" : "/MyBlog/golang/2021/01/18/proxy.html" } , { "title" : "protoc-gen-validate - ", "url" : "/MyBlog/algorithm/2021/01/18/protoc-gen-validate.html" } , { "title" : "xorm - ", "url" : "/MyBlog/golang/2021/01/17/xorm.html" } , { "title" : "validator - ", "url" : "/MyBlog/golang/2021/01/17/validator.html" } , { "title" : "koa 中间件 - ", "url" : "/MyBlog/node/2021/01/17/koa.html" } , { "title" : "grpc middleware go-proto-validators - ", "url" : "/MyBlog/golang/2021/01/17/hgrpcmiddleware.html" } , { "title" : "Middleware - ", "url" : "/MyBlog/golang/2021/01/17/Middleware.html" } , { "title" : "vue - ", "url" : "/MyBlog/node/2021/01/16/vue.html" } , { "title" : "Surge for Mac+Charles同时分析网络请求 - ", "url" : "/MyBlog/web/2021/01/16/surge.html" } , { "title" : "sso - ", "url" : "/MyBlog/node/2021/01/16/sso.html" } , { "title" : "sequelize - ", "url" : "/MyBlog/node/2021/01/16/sequelize.html" } , { "title" : "proxy - ", "url" : "/MyBlog/web/2021/01/16/proxy.html" } , { "title" : "require 文件夹 - ", "url" : "/MyBlog/node/2021/01/16/node.html" } , { "title" : "jwt json web token - ", "url" : "/MyBlog/node/2021/01/16/jwt.html" } , { "title" : "dd - ", "url" : "/MyBlog/linux/2021/01/16/dd.html" } , { "title" : "charles surge共存方法 - ", "url" : "/MyBlog/algorithm/2021/01/16/charles.html" } , { "title" : "bluebird - ", "url" : "/MyBlog/node/2021/01/16/bluebird.html" } , { "title" : "Generator 自动执行 - ", "url" : "/MyBlog/node/2021/01/16/Generator.html" } , { "title" : "Anyconnect easyconnect - ", "url" : "/MyBlog/algorithm/2021/01/16/Anyconnect.html" } , { "title" : "进度条 - ", "url" : "/MyBlog/golang/2021/01/15/progress.html" } , { "title" : "insert ignore、insert和replace区别 - ", "url" : "/MyBlog/storage/2021/01/15/insert.html" } , { "title" : "cli - ", "url" : "/MyBlog/node/2021/01/15/cli.html" } , { "title" : "bin - ", "url" : "/MyBlog/node/2021/01/15/bin.html" } , { "title" : "npm - ", "url" : "/MyBlog/node/2021/01/14/npm.html" } , { "title" : "minio - ", "url" : "/MyBlog/storage/2021/01/14/minio.html" } , { "title" : "x-request-id - ", "url" : "/MyBlog/node/2021/01/12/x-request-id.html" } , { "title" : "authentication cookie token - ", "url" : "/MyBlog/node/2021/01/12/authentication.html" } , { "title" : "node_modules - ", "url" : "/MyBlog/node/2021/01/11/node_modules.html" } , { "title" : "yield - ", "url" : "/MyBlog/algorithm/2021/01/10/yield.html" } , { "title" : "v8 vm - ", "url" : "/MyBlog/node/2021/01/10/v8vm.html" } , { "title" : "use strict - ", "url" : "/MyBlog/node/2021/01/10/strict.html" } , { "title" : "node 路由 - ", "url" : "/MyBlog/node/2021/01/10/router.html" } , { "title" : "node中Promise使用 - ", "url" : "/MyBlog/algorithm/2021/01/10/promise.html" } , { "title" : "package.json - ", "url" : "/MyBlog/node/2021/01/10/package.html" } , { "title" : "node 面向对象 - ", "url" : "/MyBlog/node/2021/01/10/object.html" } , { "title" : "node 事件模型 - ", "url" : "/MyBlog/node/2021/01/10/node.html" } , { "title" : "node 模块系统 - ", "url" : "/MyBlog/node/2021/01/10/module.html" } , { "title" : "kong - ", "url" : "/MyBlog/k8s/2021/01/10/kong.html" } , { "title" : "function 匿名函数 - ", "url" : "/MyBlog/node/2021/01/10/function.html" } , { "title" : "express - ", "url" : "/MyBlog/node/2021/01/10/express.html" } , { "title" : "vscode 调试 node.js - ", "url" : "/MyBlog/node/2021/01/10/debug.html" } , { "title" : "tj/co 函数生成器 - ", "url" : "/MyBlog/node/2021/01/10/co.html" } , { "title" : "class - ", "url" : "/MyBlog/algorithm/2021/01/10/class.html" } , { "title" : "多进程 - ", "url" : "/MyBlog/node/2021/01/10/child_process.html" } , { "title" : "node Buff Stream - ", "url" : "/MyBlog/node/2021/01/10/buffer.html" } , { "title" : "async await - ", "url" : "/MyBlog/node/2021/01/10/async.html" } , { "title" : "wire - ", "url" : "/MyBlog/golang/2021/01/09/wire.html" } , { "title" : "rancher - ", "url" : "/MyBlog/k8s/2021/01/09/rancher.html" } , { "title" : "oss - ", "url" : "/MyBlog/storage/2021/01/09/oss.html" } , { "title" : "minikube - ", "url" : "/MyBlog/k8s/2021/01/09/minikube.html" } , { "title" : "k8s minikube k3s - ", "url" : "/MyBlog/k8s/2021/01/09/k8s.html" } , { "title" : "igress kong - ", "url" : "/MyBlog/k8s/2021/01/09/igress.html" } , { "title" : "grpc - ", "url" : "/MyBlog/golang/2021/01/09/grpc.html" } , { "title" : "docker for mac k8s 无法启动 - ", "url" : "/MyBlog/k8s/2021/01/09/dockerformac.html" } , { "title" : "browserify - ", "url" : "/MyBlog/node/2021/01/09/browserify.html" } , { "title" : "mac M1 安装 brew - ", "url" : "/MyBlog/web/2021/01/09/brew.html" } , { "title" : "connectpool - ", "url" : "/MyBlog/golang/2020/12/06/connectpool.html" } , { "title" : "tcp http WebSocket长连接区别 - ", "url" : "/MyBlog/web/2020/12/06/WebSocket.html" } , { "title" : "空slice json - ", "url" : "/MyBlog/golang/2020/12/02/slice.html" } , { "title" : "uber go guide - ", "url" : "/MyBlog/golang/2020/12/01/guide.html" } , { "title" : "varchar 隐式转换 int 不转换 - ", "url" : "/MyBlog/storage/2020/11/30/varchar.html" } , { "title" : "超卖问题解决方案 - ", "url" : "/MyBlog/architect/2020/11/30/sell.html" } , { "title" : "Transport - ", "url" : "/MyBlog/golang/2020/11/26/Transport.html" } , { "title" : "SQL优化语句的一般步骤 - ", "url" : "/MyBlog/storage/2020/11/25/sql.html" } , { "title" : "rpc - ", "url" : "/MyBlog/web/2020/11/25/rpc.html" } , { "title" : "http2 - ", "url" : "/MyBlog/web/2020/11/25/http2.html" } , { "title" : "protobuf 为什么那么快 - ", "url" : "/MyBlog/web/2020/11/24/protobuf.html" } , { "title" : "nginx反向代理实现服务器瞬间故障转移 - ", "url" : "/MyBlog/php/2020/11/24/nginx.html" } , { "title" : "MySQL中自增主键不连续 - ", "url" : "/MyBlog/storage/2020/11/24/mysql.html" } , { "title" : "MQ解决消息重发--做到幂等性 - ", "url" : "/MyBlog/storage/2020/11/24/mq.html" } , { "title" : "MQ使用时常见问题以及解决办法 - ", "url" : "/MyBlog/storage/2020/11/24/kafka.html" } , { "title" : "唯一索引和普通索引的选择和区别 - ", "url" : "/MyBlog/storage/2020/11/24/index.html" } , { "title" : "slb - ", "url" : "/MyBlog/php/2020/11/18/slb.html" } , { "title" : "nginx的11个阶段 - ", "url" : "/MyBlog/php/2020/11/18/nginx.html" } , { "title" : "autoconf - ", "url" : "/MyBlog/algorithm/2020/11/18/autoconf.html" } , { "title" : "bin目录区别 - ", "url" : "/MyBlog/linux/2020/11/17/php.html" } , { "title" : "openresty - ", "url" : "/MyBlog/php/2020/11/17/openresty.html" } , { "title" : "autoconf - ", "url" : "/MyBlog/php/2020/11/17/autoconf.html" } , { "title" : "SIP - ", "url" : "/MyBlog/linux/2020/11/17/SIP.html" } , { "title" : "proxy_pass - ", "url" : "/MyBlog/php/2020/11/15/proxy_pass.html" } , { "title" : "MySQL分身 - ", "url" : "/MyBlog/storage/2020/11/12/MySQL.html" } , { "title" : "split - ", "url" : "/MyBlog/linux/2020/11/11/split.html" } , { "title" : "PollDesc - ", "url" : "/MyBlog/golang/2020/11/04/PollDesc.html" } , { "title" : "tingyun - ", "url" : "/MyBlog/architect/2020/11/02/tingyun.html" } , { "title" : "Mac使用Launchd命令行lauchctl - ", "url" : "/MyBlog/linux/2020/11/02/launchctl.html" } , { "title" : "Bash中如何判断一个命令是否存在 - ", "url" : "/MyBlog/linux/2020/11/02/command.html" } , { "title" : "graceful supervisor - ", "url" : "/MyBlog/golang/2020/11/01/graceful.html" } , { "title" : "gogc 运行时环境变量 - ", "url" : "/MyBlog/golang/2020/11/01/gogc.html" } , { "title" : "c10k - ", "url" : "/MyBlog/web/2020/11/01/c10k.html" } , { "title" : "semroot sync.Mutex - ", "url" : "/MyBlog/golang/2020/10/31/semroot.html" } , { "title" : "Docker基础镜像的制作 - ", "url" : "/MyBlog/docker/2020/10/31/image.html" } , { "title" : "copylocks vet - ", "url" : "/MyBlog/golang/2020/10/31/copylocks.html" } , { "title" : "mutex channel 浅拷贝深拷贝 - ", "url" : "/MyBlog/golang/2020/10/31/copy.html" } , { "title" : "Dockerfile - ", "url" : "/MyBlog/docker/2020/10/31/Dockerfile.html" } , { "title" : "phpstorm - ", "url" : "/MyBlog/php/2020/10/28/phpstorm.html" } , { "title" : "php静态分析 - ", "url" : "/MyBlog/php/2020/10/28/phpscan.html" } , { "title" : "php-code-coverage - ", "url" : "/MyBlog/php/2020/10/28/coverage.html" } , { "title" : "SetMaxThreads - ", "url" : "/MyBlog/golang/2020/10/28/SetMaxThreads.html" } , { "title" : "phpgc - ", "url" : "/MyBlog/php/2020/10/26/phpgc.html" } , { "title" : "mapReduce - ", "url" : "/MyBlog/php/2020/10/26/mapReduce.html" } , { "title" : "bundle - ", "url" : "/MyBlog/jekyll/2020/10/26/bundle.html" } , { "title" : "Plugin - ", "url" : "/MyBlog/golang/2020/10/25/Plugin.html" } , { "title" : "JsonSerializable - ", "url" : "/MyBlog/php/2020/10/24/JsonSerializable.html" } , { "title" : "HBase的存储格式 - ", "url" : "/MyBlog/storage/2020/10/22/hbase.html" } , { "title" : "getParams yaf - ", "url" : "/MyBlog/php/2020/10/21/getParams.html" } , { "title" : "xdebug_debug_zval - ", "url" : "/MyBlog/php/2020/10/20/xdebug_debug_zval.html" } , { "title" : "scoreboard - ", "url" : "/MyBlog/php/2020/10/20/scoreboard.html" } , { "title" : "axure 产品画图工具 - ", "url" : "/MyBlog/web/2020/10/20/axure.html" } , { "title" : "udp 超出长度丢弃问题 - ", "url" : "/MyBlog/web/2020/10/18/udp.html" } , { "title" : "通过ip获取用户地理信息原理 - ", "url" : "/MyBlog/web/2020/10/18/ip.html" } , { "title" : "如何快速定位 Redis 热 key - ", "url" : "/MyBlog/storage/2020/10/18/hotkeys.html" } , { "title" : "mysql ha - ", "url" : "/MyBlog/storage/2020/10/18/ha.html" } , { "title" : "symfony console VarDumper - ", "url" : "/MyBlog/php/2020/10/16/symfony.html" } , { "title" : "slice 内存泄露 - ", "url" : "/MyBlog/golang/2020/10/16/slice.html" } , { "title" : "phan - ", "url" : "/MyBlog/php/2020/10/16/phan.html" } , { "title" : "php parser - ", "url" : "/MyBlog/php/2020/10/16/parser.html" } , { "title" : "box - ", "url" : "/MyBlog/php/2020/10/16/box.html" } , { "title" : "chaos 混沌工程 - ", "url" : "/MyBlog/algorithm/2020/10/15/chaos.html" } , { "title" : "稳定性 - ", "url" : "/MyBlog/web/2020/10/15/avaliable.html" } , { "title" : "fastest template - ", "url" : "/MyBlog/golang/2020/10/10/template.html" } , { "title" : "容器健康检查 - ", "url" : "/MyBlog/k8s/2020/10/10/probe.html" } , { "title" : "plugin - ", "url" : "/MyBlog/golang/2020/10/10/plugin.html" } , { "title" : "iptables 限制连接数 - ", "url" : "/MyBlog/linux/2020/10/10/iptables.html" } , { "title" : "goyacc - ", "url" : "/MyBlog/golang/2020/10/10/goyacc.html" } , { "title" : "goZero - ", "url" : "/MyBlog/golang/2020/10/10/goZero.html" } , { "title" : "chaos 混沌工程 - ", "url" : "/MyBlog/golang/2020/10/10/chaos.html" } , { "title" : "ServiceMesh sidecar lstio - ", "url" : "/MyBlog/golang/2020/10/10/Servicemesh.html" } , { "title" : "Pebble Go 编写的 K/V 存储 - ", "url" : "/MyBlog/golang/2020/10/10/Pebble.html" } , { "title" : "ElasticSearch - ", "url" : "/MyBlog/algorithm/2020/10/10/ElasticSearch.html" } , { "title" : "CQRS - ", "url" : "/MyBlog/golang/2020/10/10/CQRS.html" } , { "title" : "字符串查 - ", "url" : "/MyBlog/golang/2020/09/29/string.html" } , { "title" : "strace - ", "url" : "/MyBlog/algorithm/2020/09/29/strace.html" } , { "title" : "二进制逆向分析 - ", "url" : "/MyBlog/golang/2020/09/29/elf.html" } , { "title" : "cow - ", "url" : "/MyBlog/php/2020/09/29/cow.html" } , { "title" : "compare - ", "url" : "/MyBlog/golang/2020/09/29/compare.html" } , { "title" : "chisel lldb - ", "url" : "/MyBlog/linux/2020/09/29/chisel.html" } , { "title" : "byte - ", "url" : "/MyBlog/golang/2020/09/29/byte.html" } , { "title" : "SourceGraph - ", "url" : "/MyBlog/algorithm/2020/09/26/SourceGraph.html" } , { "title" : "set - ", "url" : "/MyBlog/linux/2020/09/25/set.html" } , { "title" : "goreman 进程管理工具 - ", "url" : "/MyBlog/golang/2020/09/25/goreman.html" } , { "title" : "raft - ", "url" : "/MyBlog/algorithm/2020/09/23/raft.html" } , { "title" : "optional parameter in function - ", "url" : "/MyBlog/golang/2020/09/23/optional.html" } , { "title" : "解决 ln -s 软链接产生的Too many levels of symbolic links错误 - ", "url" : "/MyBlog/linux/2020/09/23/ln.html" } , { "title" : "array_merge - ", "url" : "/MyBlog/php/2020/09/23/array_merge.html" } , { "title" : "libfaketime - ", "url" : "/MyBlog/linux/2020/09/22/libfaketime.html" } , { "title" : "php 500 - ", "url" : "/MyBlog/php/2020/09/22/500.html" } , { "title" : "slice - ", "url" : "/MyBlog/golang/2020/09/21/slice.html" } , { "title" : "索引失效的情况 - ", "url" : "/MyBlog/storage/2020/09/21/index.html" } , { "title" : "Debugging Go in prod using eBPF - ", "url" : "/MyBlog/golang/2020/09/21/eBPF.html" } , { "title" : "Pebble - ", "url" : "/MyBlog/golang/2020/09/21/Pebble.html" } , { "title" : "rt0_go - ", "url" : "/MyBlog/golang/2020/09/18/rt0_go.html" } , { "title" : "garbage - ", "url" : "/MyBlog/golang/2020/09/18/garbage.html" } , { "title" : "dubbogo - ", "url" : "/MyBlog/golang/2020/09/18/dubbogo.html" } , { "title" : "Declarative - ", "url" : "/MyBlog/k8s/2020/09/18/Declarative.html" } , { "title" : "godefs - ", "url" : "/MyBlog/golang/2020/09/10/godefs.html" } , { "title" : "get_called_class - ", "url" : "/MyBlog/php/2020/09/10/get_called_class.html" } , { "title" : "dapr sidecar - ", "url" : "/MyBlog/golang/2020/09/10/dapr.html" } , { "title" : "privileged 在docker内部运行docker - ", "url" : "/MyBlog/docker/2020/09/09/privileged.html" } , { "title" : "make container - ", "url" : "/MyBlog/docker/2020/09/09/container.html" } , { "title" : "2017双11交易系统TMF2.0技术揭秘 - ", "url" : "/MyBlog/architect/2020/09/03/tmf.html" } , { "title" : "swoole - ", "url" : "/MyBlog/php/2020/09/01/swoole.html" } , { "title" : "特殊字符的string怎么转byte - ", "url" : "/MyBlog/golang/2020/09/01/byte.html" } , { "title" : "Interface - ", "url" : "/MyBlog/golang/2020/09/01/Interface.html" } , { "title" : "GORM - ", "url" : "/MyBlog/golang/2020/09/01/GORM.html" } , { "title" : "Go 官方进程诊断工具 gops - ", "url" : "/MyBlog/golang/2020/08/31/goops.html" } , { "title" : "Google Cloud 服务网格:Traffic Director 与 Anthos Service Mesh - ", "url" : "/MyBlog/golang/2020/08/31/Controller.html" } , { "title" : "io - ", "url" : "/MyBlog/golang/2020/08/30/io.html" } , { "title" : "call_user_function_ex 扩展调用php脚本函数 - ", "url" : "/MyBlog/php/2020/08/30/call_user_function_ex.html" } , { "title" : "php扩展实现多线程 - ", "url" : "/MyBlog/php/2020/08/30/_call_user_function_ex.html" } , { "title" : "zend_parse_parameters php扩展程序的参数传递 扩展类传参数 - ", "url" : "/MyBlog/php/2020/08/29/zend_parse_parameters.html" } , { "title" : "spl_autoload_register - ", "url" : "/MyBlog/php/2020/08/29/spl_autoload_register.html" } , { "title" : "kylin - ", "url" : "/MyBlog/storage/2020/08/29/kylin.html" } , { "title" : "gdb 调试学习yaf 源码 - ", "url" : "/MyBlog/php/2020/08/29/gdb.html" } , { "title" : "php扩展实现一个class - ", "url" : "/MyBlog/php/2020/08/29/class.html" } , { "title" : "PHP_MINIT - ", "url" : "/MyBlog/php/2020/08/29/PHP_MINIT.html" } , { "title" : "PHP-Yaf执行流程-源码分析 - ", "url" : "/MyBlog/php/2020/08/29/PHP-Yaf%E6%89%A7%E8%A1%8C%E6%B5%81%E7%A8%8B-%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.html" } , { "title" : "Semantic Versioning - ", "url" : "/MyBlog/php/2020/08/28/version.html" } , { "title" : "preload php预加载 - ", "url" : "/MyBlog/php/2020/08/27/preload.html" } , { "title" : "ld_preload - ", "url" : "/MyBlog/linux/2020/08/27/ld_preload.html" } , { "title" : "file_get_contents - ", "url" : "/MyBlog/php/2020/08/27/file_get_contents.html" } , { "title" : "auto_prepend_file与auto_append_file使用方法 - ", "url" : "/MyBlog/php/2020/08/27/auto_prepend_file.html" } , { "title" : "php执行shell命令,system、exec、passthru - ", "url" : "/MyBlog/php/2020/08/26/passthru.html" } , { "title" : "grep 正则表达式 - ", "url" : "/MyBlog/linux/2020/08/26/grep.html" } , { "title" : "symfony/console composer - ", "url" : "/MyBlog/php/2020/08/25/symfony.html" } , { "title" : "phptrace Molten - ", "url" : "/MyBlog/php/2020/08/25/phptrace.html" } , { "title" : "object 传引用 - ", "url" : "/MyBlog/php/2020/08/25/object.html" } , { "title" : "composer dump-autoload - ", "url" : "/MyBlog/php/2020/08/25/dumpautoload.html" } , { "title" : "composer 的自动加载原理 - ", "url" : "/MyBlog/php/2020/08/24/composer.html" } , { "title" : "quartz 定时任务 - ", "url" : "/MyBlog/golang/2020/08/22/quartz.html" } , { "title" : "zero - ", "url" : "/MyBlog/golang/2020/08/21/zero.html" } , { "title" : "read - ", "url" : "/MyBlog/golang/2020/08/21/read.html" } , { "title" : "gocenter - ", "url" : "/MyBlog/golang/2020/08/21/gocenter.html" } , { "title" : "transaction - ", "url" : "/MyBlog/golang/2020/08/20/transaction.html" } , { "title" : "thrift 关键字冲突 - ", "url" : "/MyBlog/php/2020/08/20/thrift.html" } , { "title" : "generic glang范型 - ", "url" : "/MyBlog/golang/2020/08/20/generic.html" } , { "title" : "SameSite cookie - ", "url" : "/MyBlog/web/2020/08/20/SameSite_cookie.html" } , { "title" : "yaf_cg 生成yaf框架 - ", "url" : "/MyBlog/php/2020/08/19/yaf_cg.html" } , { "title" : "yaf 加载机制 - ", "url" : "/MyBlog/php/2020/08/19/yaf.html" } , { "title" : "register_globals - ", "url" : "/MyBlog/php/2020/08/19/register_globals.html" } , { "title" : "php phar原理 - ", "url" : "/MyBlog/php/2020/08/19/php_phar.html" } , { "title" : "php单引号比双引号高效 - ", "url" : "/MyBlog/php/2020/08/19/php.html" } , { "title" : "将PHP程序打包成可执行的phar文件 - ", "url" : "/MyBlog/php/2020/08/19/phar.html" } , { "title" : "用phar-composer来构建基于composer的phar包 - ", "url" : "/MyBlog/php/2020/08/19/phar-composer.html" } , { "title" : "openssl 扩展安装不正确导致https请求 segmentfault - ", "url" : "/MyBlog/php/2020/08/19/openssl.html" } , { "title" : "mysql_real_escape_string - ", "url" : "/MyBlog/php/2020/08/19/mysql_real_escape_string.html" } , { "title" : "magic_quotes_gpc - ", "url" : "/MyBlog/php/2020/08/19/magic_quotes_gpc.html" } , { "title" : "log_errors display_errors - ", "url" : "/MyBlog/php/2020/08/19/log_errors.html" } , { "title" : "int 比 intval 性能高出3至6倍 - ", "url" : "/MyBlog/php/2020/08/19/intval.html" } , { "title" : "extract eval - ", "url" : "/MyBlog/php/2020/08/19/extract.html" } , { "title" : "expose_php - ", "url" : "/MyBlog/php/2020/08/19/expose_php.html" } , { "title" : "escapeshellarg - ", "url" : "/MyBlog/php/2020/08/19/escapeshellarg.html" } , { "title" : "composer svn - ", "url" : "/MyBlog/php/2020/08/19/composer.html" } , { "title" : "composer autoload - ", "url" : "/MyBlog/php/2020/08/19/autoload.html" } , { "title" : "assert_instances_of instances_of - ", "url" : "/MyBlog/php/2020/08/19/assert_instances_of.html" } , { "title" : "govaluate - ", "url" : "/MyBlog/golang/2020/08/18/govaluate.html" } , { "title" : "foreach - ", "url" : "/MyBlog/php/2020/08/18/foreach.html" } , { "title" : "yaf - ", "url" : "/MyBlog/php/2020/08/14/yaf.html" } , { "title" : "cURL与wget的区别 - ", "url" : "/MyBlog/linux/2020/08/14/wget.html" } , { "title" : "proto - ", "url" : "/MyBlog/php/2020/08/14/proto.html" } , { "title" : "gof Go实现GoF的23种设计模式 - ", "url" : "/MyBlog/golang/2020/08/14/gof.html" } , { "title" : "openssl_x509_parse - ", "url" : "/MyBlog/php/2020/08/12/openssl_x509_parse.html" } , { "title" : "openssl 版本过高导致php7.0 安装openssl 失败 - ", "url" : "/MyBlog/php/2020/08/12/openssl.html" } , { "title" : "expand_aliases Bash非交互模式下alias不能使用 - ", "url" : "/MyBlog/linux/2020/08/12/expand_aliases.html" } , { "title" : "CaBundle openssl 内存泄露问题 - ", "url" : "/MyBlog/php/2020/08/12/CaBundle.html" } , { "title" : "structLookupCache - ", "url" : "/MyBlog/golang/2020/08/11/structLookupCache.html" } , { "title" : "php-src 安装遇到问题 - ", "url" : "/MyBlog/php/2020/08/11/php-src.html" } , { "title" : "openssl 安装坑 - ", "url" : "/MyBlog/php/2020/08/11/openssl.html" } , { "title" : "go mysql driver - ", "url" : "/MyBlog/golang/2020/08/11/gomysql.html" } , { "title" : "composer - ", "url" : "/MyBlog/php/2020/08/11/composer.html" } , { "title" : "StructOf - ", "url" : "/MyBlog/golang/2020/08/11/StructOf.html" } , { "title" : "GPBMetadata DescriptorPool - ", "url" : "/MyBlog/php/2020/08/11/GPBMetadata.html" } , { "title" : "textarea - ", "url" : "/MyBlog/golang/2020/08/10/textarea.html" } , { "title" : "gin 静态文件服务 - ", "url" : "/MyBlog/golang/2020/08/10/gin.html" } , { "title" : "base64 - ", "url" : "/MyBlog/algorithm/2020/08/10/base64.html" } , { "title" : "TiDB 的列式存储引擎是如何实现的? - ", "url" : "/MyBlog/storage/2020/08/07/tidb.html" } , { "title" : "stubs - ", "url" : "/MyBlog/php/2020/08/07/stubs.html" } , { "title" : "Go struct 类型的 map 结构体成员不能修改的问题 - ", "url" : "/MyBlog/golang/2020/08/07/map.html" } , { "title" : "raft - ", "url" : "/MyBlog/golang/2020/08/06/raft.html" } , { "title" : "gopls - ", "url" : "/MyBlog/golang/2020/08/06/gopls.html" } , { "title" : "drool rete 算法 - ", "url" : "/MyBlog/algorithm/2020/08/06/drool.html" } , { "title" : "pip - ", "url" : "/MyBlog/python/2020/08/04/pip.html" } , { "title" : "pyspark hive - ", "url" : "/MyBlog/storage/2020/08/04/hive.html" } , { "title" : "结构体转map - ", "url" : "/MyBlog/golang/2020/08/03/structtomap.html" } , { "title" : "Docker组件go-event 源码学习 - ", "url" : "/MyBlog/golang/2020/08/03/goevent.html" } , { "title" : "chromedp - ", "url" : "/MyBlog/golang/2020/08/03/chromedp.html" } , { "title" : "升级到php8 问题 - ", "url" : "/MyBlog/php/2020/07/31/jit.html" } , { "title" : "Real-Time Event-Driven Ecosystem - ", "url" : "/MyBlog/golang/2020/07/31/ede.html" } , { "title" : "crocodile - ", "url" : "/MyBlog/golang/2020/07/31/crocodile.html" } , { "title" : "xmi - ", "url" : "/MyBlog/php/2020/07/30/xmi.html" } , { "title" : "plugin - ", "url" : "/MyBlog/golang/2020/07/30/plugin.html" } , { "title" : "graphql 查询自省 - ", "url" : "/MyBlog/golang/2020/07/30/graphql.html" } , { "title" : "docker in docker - ", "url" : "/MyBlog/golang/2020/07/30/dockerindocker.html" } , { "title" : "SQL语句执行过程详解 - ", "url" : "/MyBlog/storage/2020/07/29/sql.html" } , { "title" : "Redis Diagnose - ", "url" : "/MyBlog/storage/2020/07/29/redis.html" } , { "title" : "php_uml - ", "url" : "/MyBlog/php/2020/07/29/php_uml.html" } , { "title" : "phpCallGraph - ", "url" : "/MyBlog/php/2020/07/29/phpCallGraph.html" } , { "title" : "graphql - ", "url" : "/MyBlog/web/2020/07/29/graphql.html" } , { "title" : "log - ", "url" : "/MyBlog/linux/2020/07/27/log.html" } , { "title" : "inode - ", "url" : "/MyBlog/linux/2020/07/27/inode.html" } , { "title" : "import - ", "url" : "/MyBlog/golang/2020/07/27/import.html" } , { "title" : "goroutine 的同步和协作 - ", "url" : "/MyBlog/golang/2020/07/27/goroutine.html" } , { "title" : "Golang Module Proxy实现goproxy.io源码研读 - ", "url" : "/MyBlog/golang/2020/07/27/goproxy.html" } , { "title" : "Docker registry GC 原理分析 - ", "url" : "/MyBlog/docker/2020/07/27/gc.html" } , { "title" : "AKF拆分原则 - ", "url" : "/MyBlog/web/2020/07/27/akf.html" } , { "title" : "Structure101 - ", "url" : "/MyBlog/golang/2020/07/27/Structure101.html" } , { "title" : "Present - ", "url" : "/MyBlog/golang/2020/07/27/Present.html" } , { "title" : "Generics - ", "url" : "/MyBlog/golang/2020/07/27/Generics.html" } , { "title" : "ssa CreateProgram 调用关系生成 - ", "url" : "/MyBlog/golang/2020/07/27/CreateProgram.html" } , { "title" : "json2graphql - ", "url" : "/MyBlog/golang/2020/07/23/json2graphql.html" } , { "title" : "jit - ", "url" : "/MyBlog/php/2020/07/23/jit.html" } , { "title" : "文件IO 文件位置偏移量 - ", "url" : "/MyBlog/linux/2020/07/23/inode.html" } , { "title" : "graphql - ", "url" : "/MyBlog/golang/2020/07/23/graphql.html" } , { "title" : "函数——go世界中的一等公民 - ", "url" : "/MyBlog/golang/2020/07/23/func.html" } , { "title" : "error - ", "url" : "/MyBlog/golang/2020/07/23/error.html" } , { "title" : "dynasm - ", "url" : "/MyBlog/php/2020/07/23/dynasm.html" } , { "title" : "mac php8 源码安装 扩展编译 - ", "url" : "/MyBlog/php/2020/07/20/php8.html" } , { "title" : "Streaming SQL - ", "url" : "/MyBlog/storage/2020/07/20/Streaming.html" } , { "title" : "FileServer - ", "url" : "/MyBlog/golang/2020/07/20/FileServer.html" } , { "title" : "CodeViz - ", "url" : "/MyBlog/linux/2020/07/20/CodeViz.html" } , { "title" : "zend_config - ", "url" : "/MyBlog/php/2020/07/19/zend_config.html" } , { "title" : "git apply 补丁 - ", "url" : "/MyBlog/web/2020/07/19/gitapply.html" } , { "title" : "cmake - ", "url" : "/MyBlog/linux/2020/07/19/cmake.html" } , { "title" : "import - ", "url" : "/MyBlog/algorithm/2020/07/18/import.html" } , { "title" : "graphviz - ", "url" : "/MyBlog/golang/2020/07/18/graphviz.html" } , { "title" : "uniform type identifiers - ", "url" : "/MyBlog/golang/2020/07/18/duti.html" } , { "title" : "packages - ", "url" : "/MyBlog/golang/2020/07/16/packages.html" } , { "title" : "graphql - ", "url" : "/MyBlog/web/2020/07/16/graphql.html" } , { "title" : "goplus - ", "url" : "/MyBlog/golang/2020/07/16/goplus.html" } , { "title" : "ast - ", "url" : "/MyBlog/golang/2020/07/16/ast.html" } , { "title" : "graphql Schema - ", "url" : "/MyBlog/golang/2020/07/16/Schema.html" } , { "title" : "tcpdump - ", "url" : "/MyBlog/linux/2020/07/15/tcpdump.html" } , { "title" : "event_scheduler mysql定时器定时清理表数据 - ", "url" : "/MyBlog/storage/2020/07/15/event_scheduler.html" } , { "title" : "开发常用工具tool - ", "url" : "/MyBlog/web/2020/07/14/tool.html" } , { "title" : "tidb oceanbase对比 - ", "url" : "/MyBlog/storage/2020/07/14/tidb.html" } , { "title" : "shell 常用命令 - ", "url" : "/MyBlog/linux/2020/07/14/shell.html" } , { "title" : "hbase mongodb 比较 - ", "url" : "/MyBlog/storage/2020/07/14/hbase.html" } , { "title" : "graphql - ", "url" : "/MyBlog/web/2020/07/14/graphql.html" } , { "title" : "git查看某个文件的提交历史 - ", "url" : "/MyBlog/web/2020/07/13/log.html" } , { "title" : "graphql client - ", "url" : "/MyBlog/golang/2020/07/13/graphqlc.html" } , { "title" : "graphql - ", "url" : "/MyBlog/golang/2020/07/13/graphql.html" } , { "title" : "使用gqlgen构建GraphQL服务 - ", "url" : "/MyBlog/golang/2020/07/13/gqlgen.html" } , { "title" : "golang后端graphql接口 - ", "url" : "/MyBlog/golang/2020/07/13/gographql.html" } , { "title" : "Curl命令的data data-ascii data-binary data-raw和data-urlencode选项 - ", "url" : "/MyBlog/linux/2020/07/13/Curl.html" } , { "title" : "zend_extension - ", "url" : "/MyBlog/php/2020/07/12/zend_extension.html" } , { "title" : "zend ZEND_OPCODE_HANDLER_ARGS_PASSTHRU - ", "url" : "/MyBlog/php/2020/07/12/zend.html" } , { "title" : "graphviz - ", "url" : "/MyBlog/lang/2020/07/12/graphviz.html" } , { "title" : "dsl - ", "url" : "/MyBlog/linux/2020/07/12/dsl.html" } , { "title" : "antlr graphviz - ", "url" : "/MyBlog/lang/2020/07/12/antlr_graphviz.html" } , { "title" : "markdown - ", "url" : "/MyBlog/golang/2020/07/11/markdown.html" } , { "title" : "antlr json2xml - ", "url" : "/MyBlog/golang/2020/07/11/json2xml.html" } , { "title" : "twirp RPC 的简易 JSON Api Gateway 实现 - ", "url" : "/MyBlog/golang/2020/07/10/twirp.html" } , { "title" : "goantlr - ", "url" : "/MyBlog/golang/2020/07/10/goantlr.html" } , { "title" : "Go GC 三色标记法 - ", "url" : "/MyBlog/golang/2020/07/10/gc.html" } , { "title" : "antlr hive - ", "url" : "/MyBlog/lang/2020/07/10/antlr_hive.html" } , { "title" : "antlr4go - ", "url" : "/MyBlog/golang/2020/07/10/antlr4go.html" } , { "title" : "antlr4 - ", "url" : "/MyBlog/golang/2020/07/10/antlr4.html" } , { "title" : "Gox 使用内存虚拟文件系统提升IO处理速度 - ", "url" : "/MyBlog/golang/2020/07/10/Gox.html" } , { "title" : "Python魔术方法 迭代器 - ", "url" : "/MyBlog/python/2020/07/09/iter.html" } , { "title" : "inspect - ", "url" : "/MyBlog/python/2020/07/09/inspect.html" } , { "title" : "antlr idea - ", "url" : "/MyBlog/lang/2020/07/09/antlridea.html" } , { "title" : "antlr - ", "url" : "/MyBlog/lang/2020/07/09/antlr.html" } , { "title" : "python _getframe - ", "url" : "/MyBlog/python/2020/07/09/_getframe.html" } , { "title" : "Thriftpy - ", "url" : "/MyBlog/python/2020/07/09/Thriftpy.html" } , { "title" : "Flink 如何处理反压问题 - ", "url" : "/MyBlog/storage/2020/07/09/Flink.html" } , { "title" : "python 中的下划线 - ", "url" : "/MyBlog/python/2020/07/08/python.html" } , { "title" : "profile - ", "url" : "/MyBlog/golang/2020/07/08/profile.html" } , { "title" : "ply 教程 - ", "url" : "/MyBlog/python/2020/07/08/ply.html" } , { "title" : "pixijs - ", "url" : "/MyBlog/web/2020/07/08/pixijs.html" } , { "title" : "调试Kubernetes集群中的网络停顿问题 - ", "url" : "/MyBlog/k8s/2020/07/08/k8s.html" } , { "title" : "goc go 语言测试覆盖率收集工具 - ", "url" : "/MyBlog/golang/2020/07/08/goc.html" } , { "title" : "cgi python nginx - ", "url" : "/MyBlog/web/2020/07/08/cgi.html" } , { "title" : "addlint 自定义linker - ", "url" : "/MyBlog/golang/2020/07/08/addlint.html" } , { "title" : "Tracking 用户追踪 - ", "url" : "/MyBlog/golang/2020/07/08/Tracking.html" } , { "title" : "python2 python3兼容问题 - ", "url" : "/MyBlog/python/2020/07/07/python.html" } , { "title" : "ply thriftpy 实现定制化的idl转化工具 - ", "url" : "/MyBlog/python/2020/07/07/ply.html" } , { "title" : "python lambda - ", "url" : "/MyBlog/python/2020/07/07/lambda.html" } , { "title" : "Xdebug - ", "url" : "/MyBlog/php/2020/07/06/xdebug.html" } , { "title" : "union - ", "url" : "/MyBlog/golang/2020/07/06/union.html" } , { "title" : "Go Search Extension - ", "url" : "/MyBlog/golang/2020/07/06/search.html" } , { "title" : "golang 规则引擎 - ", "url" : "/MyBlog/golang/2020/07/06/rule.html" } , { "title" : "Python中import - ", "url" : "/MyBlog/python/2020/07/06/import.html" } , { "title" : "goyacc - ", "url" : "/MyBlog/golang/2020/07/06/goyacc.html" } , { "title" : "govmomi 创建 VMware 虚拟机 - ", "url" : "/MyBlog/golang/2020/07/06/govmomi.html" } , { "title" : "goplus - ", "url" : "/MyBlog/golang/2020/07/06/goplus.html" } , { "title" : "golex - ", "url" : "/MyBlog/golang/2020/07/06/golex.html" } , { "title" : "getopt-php - ", "url" : "/MyBlog/php/2020/07/06/getopt-php.html" } , { "title" : "Python中的exec函数 - ", "url" : "/MyBlog/python/2020/07/06/exec.html" } , { "title" : "AlgorithmVisualizer - ", "url" : "/MyBlog/algorithm/2020/07/06/AlgorithmVisualizer.html" } , { "title" : "php graphviz 可视化工具 - ", "url" : "/MyBlog/php/2020/07/05/php-graphviz.html" } , { "title" : "go-graphviz - ", "url" : "/MyBlog/golang/2020/07/05/go-graphviz.html" } , { "title" : "fastcgi - ", "url" : "/MyBlog/golang/2020/07/05/fastcgi.html" } , { "title" : "dot 语言 graphviz - ", "url" : "/MyBlog/lang/2020/07/05/dot.html" } , { "title" : "golang 构建 - ", "url" : "/MyBlog/golang/2020/07/05/build.html" } , { "title" : "tools - ", "url" : "/MyBlog/golang/2020/07/04/tools.html" } , { "title" : "rapidjson - ", "url" : "/MyBlog/lang/2020/07/04/rapidjson.html" } , { "title" : "json xml yml curl to go - ", "url" : "/MyBlog/golang/2020/07/04/jsontogo.html" } , { "title" : "lex yacc解析 json - ", "url" : "/MyBlog/lang/2020/07/04/json.html" } , { "title" : "go-callvis - ", "url" : "/MyBlog/golang/2020/07/04/go-callvis.html" } , { "title" : "fuckdb sql dsl proto go - ", "url" : "/MyBlog/golang/2020/07/04/fuckdb.html" } , { "title" : "easyjson 源码调试学习 - ", "url" : "/MyBlog/golang/2020/07/04/easyjson.html" } , { "title" : "compiler - ", "url" : "/MyBlog/golang/2020/07/04/compiler.html" } , { "title" : "JSON解析学习 - ", "url" : "/MyBlog/lang/2020/07/04/JSON_zhihu.html" } , { "title" : "JSON 解析器原理 - ", "url" : "/MyBlog/golang/2020/07/03/json.html" } , { "title" : "flink - ", "url" : "/MyBlog/algorithm/2020/07/03/flink.html" } , { "title" : "ast - ", "url" : "/MyBlog/golang/2020/07/03/ast.html" } , { "title" : "UDAF - ", "url" : "/MyBlog/storage/2020/07/03/UDAF.html" } , { "title" : "scripts - ", "url" : "/MyBlog/php/2020/07/02/scripts.html" } , { "title" : "JSON转换成Go的struct - ", "url" : "/MyBlog/golang/2020/07/02/json.html" } , { "title" : "easyJson - ", "url" : "/MyBlog/golang/2020/07/02/easyJson.html" } , { "title" : "Markdown - ", "url" : "/MyBlog/golang/2020/07/02/Markdown.html" } , { "title" : "tcp - ", "url" : "/MyBlog/golang/2020/07/01/tcp.html" } , { "title" : "pool - ", "url" : "/MyBlog/golang/2020/07/01/pool.html" } , { "title" : "dsl 美团海盗 中间件 - ", "url" : "/MyBlog/web/2020/07/01/dsl.html" } , { "title" : "bfe - ", "url" : "/MyBlog/golang/2020/07/01/bfe.html" } , { "title" : "Nightingale - ", "url" : "/MyBlog/algorithm/2020/07/01/Nightingale.html" } , { "title" : "Conductor - ", "url" : "/MyBlog/web/2020/07/01/Conductor.html" } , { "title" : "Choreography choreography - ", "url" : "/MyBlog/web/2020/07/01/Choreography.html" } , { "title" : "BPM与ESB - ", "url" : "/MyBlog/web/2020/07/01/BPM.html" } , { "title" : "YAML 语言教程 - ", "url" : "/MyBlog/web/2020/06/30/yaml.html" } , { "title" : "Time Structured Merge Tree - ", "url" : "/MyBlog/storage/2020/06/30/tsm.html" } , { "title" : "tsdb - ", "url" : "/MyBlog/storage/2020/06/30/tsdb.html" } , { "title" : "kNative - ", "url" : "/MyBlog/golang/2020/06/30/kNative.html" } , { "title" : "ipset iptables ipvs - ", "url" : "/MyBlog/k8s/2020/06/30/ipset.html" } , { "title" : "grpc - ", "url" : "/MyBlog/golang/2020/06/30/grpc.html" } , { "title" : "graphQL - ", "url" : "/MyBlog/golang/2020/06/30/graphQL.html" } , { "title" : "dhcp - ", "url" : "/MyBlog/web/2020/06/30/dhcp.html" } , { "title" : "Tekton - ", "url" : "/MyBlog/k8s/2020/06/30/Tekton.html" } , { "title" : "Serverless - ", "url" : "/MyBlog/golang/2020/06/30/Serverless.html" } , { "title" : "AntiPattern - ", "url" : "/MyBlog/golang/2020/06/30/AntiPattern.html" } , { "title" : "golang toolkits - ", "url" : "/MyBlog/golang/2020/06/29/toolkits.html" } , { "title" : "正则表达式 分组匹配 - ", "url" : "/MyBlog/linux/2020/06/29/regx.html" } , { "title" : "proto3 - ", "url" : "/MyBlog/linux/2020/06/29/proto3.html" } , { "title" : "prometheus - ", "url" : "/MyBlog/linux/2020/06/29/prometheus.html" } , { "title" : "printOneCgoTraceback 打印堆栈 - ", "url" : "/MyBlog/golang/2020/06/29/printOneCgoTraceback.html" } , { "title" : "IntelliJ IDEA插件 - ", "url" : "/MyBlog/web/2020/06/29/idea.html" } , { "title" : "PHPStorm插件 插件编写 - ", "url" : "/MyBlog/web/2020/06/29/ide.html" } , { "title" : "flink - ", "url" : "/MyBlog/storage/2020/06/29/flink.html" } , { "title" : "让Linux终端中执行的程序在后台运行 从前台变到后台 - ", "url" : "/MyBlog/linux/2020/06/29/disown.html" } , { "title" : "Supervisor - ", "url" : "/MyBlog/linux/2020/06/29/Supervisor.html" } , { "title" : "FreeSwitch - ", "url" : "/MyBlog/web/2020/06/29/FreeSwitch.html" } , { "title" : "zabbix 监控系统 - ", "url" : "/MyBlog/linux/2020/06/28/zabbix.html" } , { "title" : "time structure merge tree InfluxDB OpenTSDB - ", "url" : "/MyBlog/storage/2020/06/28/tsm.html" } , { "title" : "rrdtool Round Robin Database Tool - ", "url" : "/MyBlog/storage/2020/06/28/rrdtool.html" } , { "title" : "proc 文件系统 系统监控 - ", "url" : "/MyBlog/linux/2020/06/28/proc.html" } , { "title" : "nsq - ", "url" : "/MyBlog/golang/2020/06/28/nsq.html" } , { "title" : "监控知识体系 - ", "url" : "/MyBlog/linux/2020/06/28/monitor.html" } , { "title" : "迁移godep到gomod - ", "url" : "/MyBlog/golang/2020/06/28/gomod.html" } , { "title" : "goland 无法跳转问题 - ", "url" : "/MyBlog/golang/2020/06/28/goland.html" } , { "title" : "open falcon - ", "url" : "/MyBlog/linux/2020/06/28/falcon.html" } , { "title" : "Smokeping - ", "url" : "/MyBlog/linux/2020/06/28/Smokeping.html" } , { "title" : "zend_string_init - ", "url" : "/MyBlog/php/2020/06/27/zend_string_init.html" } , { "title" : "strlen core 原因排查 - ", "url" : "/MyBlog/php/2020/06/27/strlen.html" } , { "title" : "execute_data - ", "url" : "/MyBlog/php/2020/06/27/execute_data.html" } , { "title" : "debug_backtrace - ", "url" : "/MyBlog/php/2020/06/27/debug_backtrace.html" } , { "title" : "php 500 错误排查 - ", "url" : "/MyBlog/php/2020/06/27/500.html" } , { "title" : "tstamp Local Format - ", "url" : "/MyBlog/golang/2020/06/26/local.html" } , { "title" : "kafka - ", "url" : "/MyBlog/golang/2020/06/26/kafka.html" } , { "title" : "一次http请求,谁会先断开TCP连接?什么情况下客户端先断,什么情况下服务端先断? - ", "url" : "/MyBlog/web/2020/06/26/fin.html" } , { "title" : "cgi - ", "url" : "/MyBlog/php/2020/06/26/cgi.html" } , { "title" : "PHP7源码之CG EG SG PG宏 - ", "url" : "/MyBlog/php/2020/06/26/EGCG.html" } , { "title" : "ss 查看SOCKET使用情况 - ", "url" : "/MyBlog/linux/2020/06/25/ss.html" } , { "title" : "trait 优先级 - ", "url" : "/MyBlog/php/2020/06/24/trait.html" } , { "title" : "apcu_add - ", "url" : "/MyBlog/php/2020/06/24/apcu_add.html" } , { "title" : "phpunit.xml - ", "url" : "/MyBlog/php/2020/06/23/xml.html" } , { "title" : "跑通一个单元测试 - ", "url" : "/MyBlog/php/2020/06/23/testCase.html" } , { "title" : "phytrix - ", "url" : "/MyBlog/php/2020/06/23/phytrix.html" } , { "title" : "phpunit - ", "url" : "/MyBlog/php/2020/06/23/phpunit.html" } , { "title" : "Serverless - ", "url" : "/MyBlog/golang/2020/06/23/Serverless.html" } , { "title" : "PHPUnit_Framework_TestCase - ", "url" : "/MyBlog/php/2020/06/23/PHPUnit_Framework_TestCase.html" } , { "title" : "transaction - ", "url" : "/MyBlog/golang/2020/06/22/transaction.html" } , { "title" : "json schema - ", "url" : "/MyBlog/golang/2020/06/22/schema.html" } , { "title" : "schedulers - ", "url" : "/MyBlog/golang/2020/06/22/schedulers.html" } , { "title" : "go mod replace - ", "url" : "/MyBlog/golang/2020/06/22/replace.html" } , { "title" : "go mod - ", "url" : "/MyBlog/golang/2020/06/22/mod.html" } , { "title" : "Juno 监控中心 - ", "url" : "/MyBlog/golang/2020/06/22/juno.html" } , { "title" : "goproxy - ", "url" : "/MyBlog/golang/2020/06/22/goproxy.html" } , { "title" : "goland go1.13 gomod模式启用情况下代码无法跳转问题 - ", "url" : "/MyBlog/golang/2020/06/22/gomod.html" } , { "title" : "gobreaker - ", "url" : "/MyBlog/golang/2020/06/22/gobreaker.html" } , { "title" : "shell脚本设置环境变量不生效 - ", "url" : "/MyBlog/linux/2020/06/18/shell.html" } , { "title" : "reflect - ", "url" : "/MyBlog/golang/2020/06/18/reflect.html" } , { "title" : "GoFrame - ", "url" : "/MyBlog/golang/2020/06/18/GoFrame.html" } , { "title" : "gval - ", "url" : "/MyBlog/golang/2020/06/16/gval.html" } , { "title" : "OpenTracing - ", "url" : "/MyBlog/golang/2020/06/16/OpenTracing.html" } , { "title" : "GoEasy - ", "url" : "/MyBlog/golang/2020/06/16/GoEasy.html" } , { "title" : "逃逸分析 - ", "url" : "/MyBlog/golang/2020/06/15/escape.html" } , { "title" : "操作结构体的非导出字段 - ", "url" : "/MyBlog/golang/2020/06/15/NewAt.html" } , { "title" : "Istio - ", "url" : "/MyBlog/golang/2020/06/15/Istio.html" } , { "title" : "sso - ", "url" : "/MyBlog/golang/2020/06/13/sso.html" } , { "title" : "golang http句柄泄露 - ", "url" : "/MyBlog/golang/2020/06/13/http.html" } , { "title" : "携程在 CAT 性能优化 - ", "url" : "/MyBlog/golang/2020/06/13/cat.html" } , { "title" : "go test - ", "url" : "/MyBlog/golang/2020/06/12/test.html" } , { "title" : "zepto vscode-go - ", "url" : "/MyBlog/golang/2020/06/11/zepto.html" } , { "title" : "graphQL - ", "url" : "/MyBlog/web/2020/06/11/graphQL.html" } , { "title" : "dubbo dubbo-go-proxy - ", "url" : "/MyBlog/golang/2020/06/11/dubbo.html" } , { "title" : "PySaprk - ", "url" : "/MyBlog/storage/2020/06/11/PySaprk.html" } , { "title" : "validator - ", "url" : "/MyBlog/golang/2020/06/10/validator.html" } , { "title" : "Go 内存池对象池技术 - ", "url" : "/MyBlog/golang/2020/06/10/pool.html" } , { "title" : "k8s+docker部署Golang项目 - ", "url" : "/MyBlog/golang/2020/06/10/docker.html" } , { "title" : "cli - ", "url" : "/MyBlog/golang/2020/06/10/cli.html" } , { "title" : "atomic - ", "url" : "/MyBlog/golang/2020/06/10/atomic.html" } , { "title" : "容器内存占用 OOM - ", "url" : "/MyBlog/golang/2020/06/10/OOM.html" } , { "title" : "Context - ", "url" : "/MyBlog/golang/2020/06/10/Context.html" } , { "title" : "tag - ", "url" : "/MyBlog/golang/2020/06/09/tag.html" } , { "title" : "调度器工作原理 - ", "url" : "/MyBlog/golang/2020/06/09/sched.html" } , { "title" : "proxygen - ", "url" : "/MyBlog/golang/2020/06/09/proxygen.html" } , { "title" : "nginx lua - ", "url" : "/MyBlog/web/2020/06/09/nginx.html" } , { "title" : "service mesh - ", "url" : "/MyBlog/golang/2020/06/09/mesh.html" } , { "title" : "golang+lua的Web日志安全分析系统 - ", "url" : "/MyBlog/golang/2020/06/09/lua.html" } , { "title" : "lambda - ", "url" : "/MyBlog/web/2020/06/09/lambda.html" } , { "title" : "强一致在线 KV &表格存储实践 - ", "url" : "/MyBlog/golang/2020/06/09/kv.html" } , { "title" : "gc 垃圾回收 - ", "url" : "/MyBlog/golang/2020/06/09/gc.html" } , { "title" : "Errors with stack trace - ", "url" : "/MyBlog/golang/2020/06/09/error.html" } , { "title" : "golang动态加载原生代码思路 - ", "url" : "/MyBlog/golang/2020/06/09/dynamic.html" } , { "title" : "dto - ", "url" : "/MyBlog/golang/2020/06/09/dto.html" } , { "title" : "ddd - ", "url" : "/MyBlog/architect/2020/06/09/ddd.html" } , { "title" : "compiler - ", "url" : "/MyBlog/golang/2020/06/09/compiler.html" } , { "title" : "binfmt_misc Using Go as a scripting language - ", "url" : "/MyBlog/golang/2020/06/09/binfmt_misc.html" } , { "title" : "不要轻易使用 Alpine 镜像来构建 Docker 镜像 - ", "url" : "/MyBlog/golang/2020/06/09/Alpine.html" } , { "title" : "chi - ", "url" : "/MyBlog/golang/2020/06/07/chi.html" } , { "title" : "通道死锁经典错误案例详解 - ", "url" : "/MyBlog/golang/2020/06/07/channel.html" } , { "title" : "valgrind - ", "url" : "/MyBlog/php/2020/06/06/valgrind.html" } , { "title" : "phpdbg gdb - ", "url" : "/MyBlog/php/2020/06/06/phpdbg.html" } , { "title" : "gdb 调试动态链接库 - ", "url" : "/MyBlog/php/2020/06/06/gdbso.html" } , { "title" : "current_execute_data - ", "url" : "/MyBlog/php/2020/06/06/current_execute_data.html" } , { "title" : "bz2 Mac 文件解压缩 - ", "url" : "/MyBlog/linux/2020/06/06/bz2.html" } , { "title" : "valgrind - ", "url" : "/MyBlog/php/2020/06/05/valgrind.html" } , { "title" : "strlen - ", "url" : "/MyBlog/php/2020/06/05/strlen.html" } , { "title" : "gdb调试 php - ", "url" : "/MyBlog/php/2020/06/05/gdb.html" } , { "title" : "zend_string char - ", "url" : "/MyBlog/php/2020/06/03/zend_string.html" } , { "title" : "usr2 - ", "url" : "/MyBlog/php/2020/06/03/usr2.html" } , { "title" : "sub_array - ", "url" : "/MyBlog/php/2020/06/03/sub_array.html" } , { "title" : "interface - ", "url" : "/MyBlog/golang/2020/06/03/interface.html" } , { "title" : "bash if - ", "url" : "/MyBlog/linux/2020/06/03/if.html" } , { "title" : "go mod - ", "url" : "/MyBlog/golang/2020/06/03/gomod.html" } , { "title" : "go 1.14 变化 - ", "url" : "/MyBlog/golang/2020/06/03/go.html" } , { "title" : "gin - ", "url" : "/MyBlog/golang/2020/06/03/gin.html" } , { "title" : "goroutine和channel - ", "url" : "/MyBlog/golang/2020/06/03/channel.html" } , { "title" : "扩展回调php函数 - ", "url" : "/MyBlog/php/2020/06/03/callback.html" } , { "title" : "检测三种不同操作系统的Bash脚本 - ", "url" : "/MyBlog/linux/2020/06/03/bash.html" } , { "title" : "Jupiter - ", "url" : "/MyBlog/golang/2020/06/03/Jupiter.html" } , { "title" : "stacktrace - ", "url" : "/MyBlog/php/2020/06/02/stacktrace.html" } , { "title" : "execute_data - ", "url" : "/MyBlog/php/2020/06/02/execute_data.html" } , { "title" : "call_user_function - ", "url" : "/MyBlog/php/2020/06/02/call_user_function.html" } , { "title" : "tcmalloc - ", "url" : "/MyBlog/golang/2020/06/01/tcmalloc.html" } , { "title" : "JSON Web Token - ", "url" : "/MyBlog/golang/2020/06/01/jwt.html" } , { "title" : "goland 激活 - ", "url" : "/MyBlog/golang/2020/06/01/goland.html" } , { "title" : "gdb - ", "url" : "/MyBlog/algorithm/2020/06/01/gdb.html" } , { "title" : "ZEND_HASH_FOREACH_KEY_VAL php扩展hashtable操作 - ", "url" : "/MyBlog/php/2020/06/01/ZEND_HASH_FOREACH_KEY_VAL.html" } , { "title" : "Container - ", "url" : "/MyBlog/golang/2020/06/01/Container.html" } , { "title" : "zval 替代char 解决返回字符串内存泄漏问题 - ", "url" : "/MyBlog/php/2020/05/31/zval.html" } , { "title" : "zend_mm_heap corrupted - ", "url" : "/MyBlog/php/2020/05/31/zend_mm_heap.html" } , { "title" : "sed 替换括号 - ", "url" : "/MyBlog/linux/2020/05/31/sed.html" } , { "title" : "schedule 工作线程的执行流程与调度循环 - ", "url" : "/MyBlog/golang/2020/05/31/schedule.html" } , { "title" : "raw 解决括号冲突问题 - ", "url" : "/MyBlog/jekyll/2020/05/31/raw.html" } , { "title" : "php_json_encode_zval - ", "url" : "/MyBlog/web/2020/05/31/php_json_encode_zval.html" } , { "title" : "ddd - ", "url" : "/MyBlog/golang/2020/05/31/ddd.html" } , { "title" : "cores 用lldb打不开 invalid process - ", "url" : "/MyBlog/linux/2020/05/31/cores.html" } , { "title" : "clion - ", "url" : "/MyBlog/algorithm/2020/05/31/clion.html" } , { "title" : "cJSON c语言json库 - ", "url" : "/MyBlog/web/2020/05/31/cJSON.html" } , { "title" : "PHP7扩展开发之数组处理 - ", "url" : "/MyBlog/php/2020/05/31/array.html" } , { "title" : "ZEND_HASH_FOREACH_KEY_VAL - ", "url" : "/MyBlog/php/2020/05/31/ZEND_HASH_FOREACH_KEY_VAL.html" } , { "title" : "PHP 调试技巧 扩展调试 - ", "url" : "/MyBlog/php/2020/05/30/xdebug.html" } , { "title" : "interface - ", "url" : "/MyBlog/golang/2020/05/30/interface.html" } , { "title" : "Bus error 10 - ", "url" : "/MyBlog/linux/2020/05/30/buserror.html" } , { "title" : "make - ", "url" : "/MyBlog/linux/2020/05/29/make.html" } , { "title" : "文件句柄泄漏 - ", "url" : "/MyBlog/linux/2020/05/29/handler.html" } , { "title" : "mac上分析coredump文件 - ", "url" : "/MyBlog/linux/2020/05/29/gdbcore.html" } , { "title" : "mac gdb 安装 - ", "url" : "/MyBlog/linux/2020/05/29/gdb.html" } , { "title" : "core 文件 调试 追踪 Segmentation fault 11 - ", "url" : "/MyBlog/linux/2020/05/29/core.html" } , { "title" : "brew install 问题解决 - ", "url" : "/MyBlog/web/2020/05/29/brew.html" } , { "title" : "PHP 接口调用报错 502 Bad Gateway - ", "url" : "/MyBlog/php/2020/05/29/502.html" } , { "title" : "BOOT_LDFLAGS - ", "url" : "/MyBlog/web/2020/05/29/10-didi.html" } , { "title" : "zend_execute_ex - ", "url" : "/MyBlog/php/2020/05/28/zend_execute_ex.html" } , { "title" : "zend_execute_data - ", "url" : "/MyBlog/php/2020/05/28/zend_execute_data.html" } , { "title" : "PHP打印调用堆栈的三种方法 - ", "url" : "/MyBlog/php/2020/05/28/stack.html" } , { "title" : "php7 基础上编译扩展,hack文件操作 - ", "url" : "/MyBlog/php/2020/05/28/php_ext.html" } , { "title" : "extension php扩展和zend扩展区别 - ", "url" : "/MyBlog/php/2020/05/28/extension.html" } , { "title" : "yaf - ", "url" : "/MyBlog/php/2020/05/27/yaf.html" } , { "title" : "wechat - ", "url" : "/MyBlog/web/2020/05/27/wechat.html" } , { "title" : "stackpreempt 抢占调度 - ", "url" : "/MyBlog/golang/2020/05/27/stackpreempt.html" } , { "title" : "php.ini中session的配置 - ", "url" : "/MyBlog/web/2020/05/27/session.html" } , { "title" : "phpt 是php源码的测试文件 - ", "url" : "/MyBlog/php/2020/05/27/phpt.html" } , { "title" : "如何判断interface为nil - ", "url" : "/MyBlog/golang/2020/05/27/nil.html" } , { "title" : "golang 最新文章 - ", "url" : "/MyBlog/golang/2020/05/27/newa.html" } , { "title" : "log 高性能 线程安全 zap logrus - ", "url" : "/MyBlog/golang/2020/05/27/log.html" } , { "title" : "goroutine - ", "url" : "/MyBlog/golang/2020/05/27/goroutine.html" } , { "title" : "gocheck - ", "url" : "/MyBlog/golang/2020/05/27/gocheck.html" } , { "title" : "gh-ost mysql binlog同步工具 - ", "url" : "/MyBlog/golang/2020/05/27/ghost.html" } , { "title" : "php 扩展编写ext - ", "url" : "/MyBlog/php/2020/05/27/ext.html" } , { "title" : "books - ", "url" : "/MyBlog/web/2020/05/27/books.html" } , { "title" : "如何保证系统高可用总结 - ", "url" : "/MyBlog/architect/2020/05/27/avaliablity.html" } , { "title" : "PHP严格模式 Strict standards - ", "url" : "/MyBlog/php/2020/05/27/Strict.html" } , { "title" : "解决mac 没有php.ini 文件问题 - ", "url" : "/MyBlog/php/2020/05/26/phpini.html" } , { "title" : "golang如何修改json文件内容 - ", "url" : "/MyBlog/golang/2020/05/26/json.html" } , { "title" : "find - ", "url" : "/MyBlog/linux/2020/05/26/find.html" } , { "title" : "composer replace - ", "url" : "/MyBlog/php/2020/05/26/composer_replace.html" } , { "title" : "composer openssl extension is required - ", "url" : "/MyBlog/php/2020/05/26/composer.html" } , { "title" : "sync.pool - ", "url" : "/MyBlog/golang/2020/05/25/pool.html" } , { "title" : "goroutine 启动运行详细过程 - ", "url" : "/MyBlog/golang/2020/05/25/goroutine.html" } , { "title" : "fault - ", "url" : "/MyBlog/golang/2020/05/25/fault.html" } , { "title" : "DNS support edns-client-subnet - ", "url" : "/MyBlog/golang/2020/05/25/edns.html" } , { "title" : "configMap - ", "url" : "/MyBlog/k8s/2020/05/25/configMap.html" } , { "title" : "基于Docker的Golang交叉编译 - ", "url" : "/MyBlog/docker/2020/05/25/build.html" } , { "title" : "LDAP in go - ", "url" : "/MyBlog/golang/2020/05/25/LDAP.html" } , { "title" : "Bazel - ", "url" : "/MyBlog/golang/2020/05/25/Bazel.html" } , { "title" : "rsync scp sftp 文件同步方式 - ", "url" : "/MyBlog/linux/2020/05/24/rsync.html" } , { "title" : "golang 父类调用子类方法 继承多态的实现方式 - ", "url" : "/MyBlog/golang/2020/05/24/interface.html" } , { "title" : "Speeding up json processing in go - ", "url" : "/MyBlog/golang/2020/05/23/json.html" } , { "title" : "typeAssert - ", "url" : "/MyBlog/golang/2020/05/22/typeAssert.html" } , { "title" : "sync.Mutex使用注意事项 - ", "url" : "/MyBlog/golang/2020/05/22/sync.html" } , { "title" : "golang单例模式 - ", "url" : "/MyBlog/golang/2020/05/22/singleton.html" } , { "title" : "map 加锁与sync.Map性能对比分析 - ", "url" : "/MyBlog/golang/2020/05/22/rwmutext.html" } , { "title" : "postman - ", "url" : "/MyBlog/web/2020/05/22/postman.html" } , { "title" : "补偿还是幂等来解决一致性问题 - ", "url" : "/MyBlog/web/2020/05/22/equal.html" } , { "title" : "postman 压力测试 - ", "url" : "/MyBlog/web/2020/05/21/postman.html" } , { "title" : "gem rvm bundle - ", "url" : "/MyBlog/web/2020/05/21/gem.html" } , { "title" : "brew - ", "url" : "/MyBlog/web/2020/05/21/brew.html" } , { "title" : "xdebug - ", "url" : "/MyBlog/php/2020/05/20/xdebug.html" } , { "title" : "timer - ", "url" : "/MyBlog/golang/2020/05/20/timer.html" } , { "title" : "mcall systemstack - ", "url" : "/MyBlog/golang/2020/05/20/systemstack.html" } , { "title" : "sched_init - ", "url" : "/MyBlog/linux/2020/05/20/sched_init.html" } , { "title" : "phpar - ", "url" : "/MyBlog/web/2020/05/20/phpar.html" } , { "title" : "mpg 状态机队列 - ", "url" : "/MyBlog/golang/2020/05/20/mpg.html" } , { "title" : "map - ", "url" : "/MyBlog/golang/2020/05/20/map.html" } , { "title" : "du - ", "url" : "/MyBlog/linux/2020/05/20/du.html" } , { "title" : "channel实现sync包里的同步锁 - ", "url" : "/MyBlog/golang/2020/05/20/chan.html" } , { "title" : "xdebug 配置教程 - ", "url" : "/MyBlog/php/2020/05/20/cdebug.html" } , { "title" : "benchmark - ", "url" : "/MyBlog/golang/2020/05/20/benchmark.html" } , { "title" : "Theano - ", "url" : "/MyBlog/algorithm/2020/05/20/Theano.html" } , { "title" : "webrtc - ", "url" : "/MyBlog/golang/2020/05/19/webrtc.html" } , { "title" : "unsafe - ", "url" : "/MyBlog/golang/2020/05/19/unsafe.html" } , { "title" : "sysmon 线程到底做了什么 - ", "url" : "/MyBlog/golang/2020/05/19/sysmon.html" } , { "title" : "runtime - ", "url" : "/MyBlog/golang/2020/05/19/runtime.html" } , { "title" : "pstree ps 查看线程数 - ", "url" : "/MyBlog/golang/2020/05/19/pstree.html" } , { "title" : "ssm 业务应用监控 - ", "url" : "/MyBlog/web/2020/05/18/ssm.html" } , { "title" : "块存储文件存储对象存储 - ", "url" : "/MyBlog/storage/2020/05/18/s3.html" } , { "title" : "gdb 查看golang程序的入口和启动 流程 - ", "url" : "/MyBlog/golang/2020/05/18/main.html" } , { "title" : "etcd - ", "url" : "/MyBlog/storage/2020/05/18/etcd.html" } , { "title" : "cqrs 命令和查询责任分离 - ", "url" : "/MyBlog/web/2020/05/18/cqrs.html" } , { "title" : "schedt systemon - ", "url" : "/MyBlog/golang/2020/05/17/schedt.html" } , { "title" : "mpg - ", "url" : "/MyBlog/golang/2020/05/17/mpg.html" } , { "title" : "chan - ", "url" : "/MyBlog/golang/2020/05/17/chan.html" } , { "title" : "bootstrap - ", "url" : "/MyBlog/golang/2020/05/17/bootstrap.html" } , { "title" : "Scheduler 原理解析 - ", "url" : "/MyBlog/golang/2020/05/17/Scheduler.html" } , { "title" : "slice - ", "url" : "/MyBlog/golang/2020/05/16/slice.html" } , { "title" : "race - ", "url" : "/MyBlog/golang/2020/05/16/race.html" } , { "title" : "nil - ", "url" : "/MyBlog/golang/2020/05/16/nil.html" } , { "title" : "lock chan - ", "url" : "/MyBlog/golang/2020/05/16/lock.html" } , { "title" : "apcu - ", "url" : "/MyBlog/php/2020/05/16/apcu.html" } , { "title" : "timer - ", "url" : "/MyBlog/golang/2020/05/15/timer.html" } , { "title" : "semgrep - ", "url" : "/MyBlog/golang/2020/05/15/semgrep.html" } , { "title" : "Google Kubernetes Engine上运行HA MySQL - ", "url" : "/MyBlog/k8s/2020/05/15/mysql.html" } , { "title" : "lwn - ", "url" : "/MyBlog/golang/2020/05/15/lwn.html" } , { "title" : "基于 GoLand 在 Docker 容器中调试 Go 应用程序 - ", "url" : "/MyBlog/golang/2020/05/15/goland.html" } , { "title" : "escape Golang 性能优化实战 - ", "url" : "/MyBlog/golang/2020/05/15/escape.html" } , { "title" : "四种常见的POST提交数据方式对应的content-type取值 - ", "url" : "/MyBlog/web/2020/05/15/content.html" } , { "title" : "cola 微服务业务架构的探索 - ", "url" : "/MyBlog/golang/2020/05/15/cola.html" } , { "title" : "基于 Alluxio 数据缓存的大规模深度学习训练性能优化 - ", "url" : "/MyBlog/golang/2020/05/15/alluxio.html" } , { "title" : "go race 排查 protobuf Marshal Panic - ", "url" : "/MyBlog/golang/2020/05/12/race.html" } , { "title" : "调试golang的bug以及性能问题的实践方法 - ", "url" : "/MyBlog/golang/2020/05/12/debug.html" } , { "title" : "Go替代Python在生产环境中进行数据分析 - ", "url" : "/MyBlog/golang/2020/05/12/data.html" } , { "title" : "类型断言 - ", "url" : "/MyBlog/golang/2020/05/12/assert.html" } , { "title" : "服务网格与Serverless - ", "url" : "/MyBlog/golang/2020/05/12/Serverless.html" } , { "title" : "Go as a Scripting Language - ", "url" : "/MyBlog/golang/2020/05/11/script.html" } , { "title" : "Digging deeper into the analysis of Go-code - ", "url" : "/MyBlog/golang/2020/05/11/dig.html" } , { "title" : "prohibiting comparisons - ", "url" : "/MyBlog/golang/2020/05/11/compare.html" } , { "title" : "Take a walk the Go AST - ", "url" : "/MyBlog/golang/2020/05/11/ast.html" } , { "title" : "写一个语言 编译器 虚拟机 - ", "url" : "/MyBlog/golang/2020/05/09/tinyscript.html" } , { "title" : "限流器 - ", "url" : "/MyBlog/golang/2020/05/09/limiter.html" } , { "title" : "为什么需要 Pod - ", "url" : "/MyBlog/golang/2020/05/08/pod.html" } , { "title" : "Etcd使用go module的灾难 - ", "url" : "/MyBlog/golang/2020/05/08/gomod.html" } , { "title" : "深入TLS/SSL协议 - ", "url" : "/MyBlog/golang/2020/05/07/thl.html" } , { "title" : "system-design-primer - ", "url" : "/MyBlog/web/2020/05/07/system-design-primer.html" } , { "title" : "Commit message 和 Change log 编写指南 - ", "url" : "/MyBlog/web/2020/05/07/git.html" } , { "title" : "context取消goroutine执行的方法 - ", "url" : "/MyBlog/golang/2020/05/07/context.html" } , { "title" : "SOFA - ", "url" : "/MyBlog/web/2020/05/07/SOFA.html" } , { "title" : "Go语言sync包的应用详解 - ", "url" : "/MyBlog/golang/2020/05/06/sync.html" } , { "title" : "profiling - ", "url" : "/MyBlog/golang/2020/05/06/profiling.html" } , { "title" : "goreplay 流量回放方案 - ", "url" : "/MyBlog/golang/2020/05/06/goreplay.html" } , { "title" : "dubbo-go - ", "url" : "/MyBlog/golang/2020/05/06/dubbo-go-D-D.html" } , { "title" : "Golang Context 原理与实战 - ", "url" : "/MyBlog/golang/2020/05/06/context.html" } , { "title" : "Goroutine的创建与销毁 - ", "url" : "/MyBlog/golang/2020/05/06/Goroutine.html" } , { "title" : "benchmark - ", "url" : "/MyBlog/golang/2020/04/30/benchmark.html" } , { "title" : "gomod - ", "url" : "/MyBlog/golang/2020/04/29/gomod.html" } , { "title" : "GraphQL - ", "url" : "/MyBlog/golang/2020/04/29/GraphQL.html" } , { "title" : "json - ", "url" : "/MyBlog/golang/2020/04/28/json.html" } , { "title" : "etcd3 数据不一致 bug 分析 - ", "url" : "/MyBlog/storage/2020/04/28/etcd.html" } , { "title" : "go服务内存管理 - ", "url" : "/MyBlog/golang/2020/04/28/MADV_FREE.html" } , { "title" : "Go Search Extension - ", "url" : "/MyBlog/golang/2020/04/26/search.html" } , { "title" : "Go 协作与抢占 - ", "url" : "/MyBlog/golang/2020/04/26/schdule.html" } , { "title" : "middleWare - ", "url" : "/MyBlog/algorithm/2020/04/26/middleWare.html" } , { "title" : "Istio 分层架构 - ", "url" : "/MyBlog/golang/2020/04/26/lstio.html" } , { "title" : "Inlining optimisations in Go - ", "url" : "/MyBlog/golang/2020/04/26/inline.html" } , { "title" : "kubernetes网络 - ", "url" : "/MyBlog/k8s/2020/04/26/epbf.html" } , { "title" : "dubbo-go 中如何实现路由策略功能 - ", "url" : "/MyBlog/golang/2020/04/26/dubbo.html" } , { "title" : "淘宝云梯分布式计算平台架构 - ", "url" : "/MyBlog/golang/2020/04/26/dbsync.html" } , { "title" : "Golang context源码阅读与分析 - ", "url" : "/MyBlog/golang/2020/04/26/context.html" } , { "title" : "Colly外的又一Go爬虫框架 — Goribot - ", "url" : "/MyBlog/golang/2020/04/26/Goribot.html" } , { "title" : "How to Manage Database Timeouts and Cancellations in Go - ", "url" : "/MyBlog/golang/2020/04/26/Cancellations.html" } , { "title" : "binlog - ", "url" : "/MyBlog/storage/2020/04/24/binlog.html" } , { "title" : "Parquet - ", "url" : "/MyBlog/storage/2020/04/24/Parquet.html" } , { "title" : "argo - ", "url" : "/MyBlog/golang/2020/04/23/argo.html" } , { "title" : "apitest - ", "url" : "/MyBlog/golang/2020/04/23/apitest.html" } , { "title" : "pprof分析变量逃逸过程 - ", "url" : "/MyBlog/golang/2020/04/22/escape.html" } , { "title" : "sqlStmt的使用以及坑 - ", "url" : "/MyBlog/storage/2020/04/21/sql.html" } , { "title" : "切片 - ", "url" : "/MyBlog/golang/2020/04/21/slice.html" } , { "title" : "PHP SPL(PHP 标准库) - ", "url" : "/MyBlog/php/2020/04/21/getArrayCopy.html" } , { "title" : "DDL平台服务 - ", "url" : "/MyBlog/architect/2020/04/21/ddl.html" } , { "title" : "autocommit - ", "url" : "/MyBlog/storage/2020/04/21/autocommit.html" } , { "title" : "MyRocks - ", "url" : "/MyBlog/storage/2020/04/21/MyRocks.html" } , { "title" : "HTTP3 - ", "url" : "/MyBlog/web/2020/04/21/HTTP3.html" } , { "title" : "Using Go as a scripting language in Linux - ", "url" : "/MyBlog/golang/2020/04/20/script.html" } , { "title" : "OPA 进阶-分布式利器 Bundle - ", "url" : "/MyBlog/golang/2020/04/20/opa.html" } , { "title" : "从graphql-go转换到gqlgen - ", "url" : "/MyBlog/golang/2020/04/20/gqlgen.html" } , { "title" : "eda 事件驱动架构 - ", "url" : "/MyBlog/architect/2020/04/20/eda.html" } , { "title" : "binlog - ", "url" : "/MyBlog/storage/2020/04/20/binlog.html" } , { "title" : "linux下使用binfmt_misc设定不同二进制的打开程序 - ", "url" : "/MyBlog/linux/2020/04/20/binfmt_misc.html" } , { "title" : "云原生大型分布式监控系统 Thanos 部署与实践 - ", "url" : "/MyBlog/golang/2020/04/20/Thanos.html" } , { "title" : "GTID - ", "url" : "/MyBlog/storage/2020/04/20/GTID.html" } , { "title" : "DomainEvents - ", "url" : "/MyBlog/architect/2020/04/20/DomainEvents.html" } , { "title" : "二进制表示 - ", "url" : "/MyBlog/golang/2020/04/19/uint.html" } , { "title" : "Local vs Global Runnable Queue - ", "url" : "/MyBlog/golang/2020/04/19/runqueue.html" } , { "title" : "gc 3色标记算法 - ", "url" : "/MyBlog/golang/2020/04/19/gc.html" } , { "title" : "为什么DNS使用UDP而不是TCP - ", "url" : "/MyBlog/web/2020/04/18/%E4%B8%BA%E4%BB%80%E4%B9%88DNS%E4%BD%BF%E7%94%A8UDP%E8%80%8C%E4%B8%8D%E6%98%AFTCP.html" } , { "title" : "如何做权限管理系统设计 - ", "url" : "/MyBlog/architect/2020/04/18/right.html" } , { "title" : "pt-online-schema-change - ", "url" : "/MyBlog/storage/2020/04/18/pt-online-schema-change.html" } , { "title" : "局部敏感哈希(Locality Sensitive Hashing)和MinHash - ", "url" : "/MyBlog/algorithm/2020/04/18/lsh.html" } , { "title" : "协程与线程的区别 - ", "url" : "/MyBlog/golang/2020/04/18/goroutine.html" } , { "title" : "InnoDB与MyISAM 聚集索引与非聚集索引 - ", "url" : "/MyBlog/storage/2020/04/18/Index.html" } , { "title" : "DNS原理和智能DNS及CDN - ", "url" : "/MyBlog/web/2020/04/17/dns.html" } , { "title" : "WebRTC Gaming as a Service - ", "url" : "/MyBlog/web/2020/04/17/WebRTC.html" } , { "title" : "severless - ", "url" : "/MyBlog/web/2020/04/16/severless.html" } , { "title" : "Java各种规则引擎 - ", "url" : "/MyBlog/web/2020/04/16/ruleEngine.html" } , { "title" : "分布式系统频次限制实现 - ", "url" : "/MyBlog/algorithm/2020/04/16/rate.html" } , { "title" : "工作流与BPM - ", "url" : "/MyBlog/web/2020/04/16/NPM.html" } , { "title" : "EDA事件驱动架构 - ", "url" : "/MyBlog/web/2020/04/16/EDA.html" } , { "title" : "Aviator java的表达式引擎化框架 - ", "url" : "/MyBlog/web/2020/04/16/Aviator.html" } , { "title" : "字典 - ", "url" : "/MyBlog/algorithm/2020/04/15/set.html" } , { "title" : "线程数与QPS计算 - ", "url" : "/MyBlog/web/2020/04/15/qps.html" } , { "title" : "减小Docker镜像的简单技巧 - ", "url" : "/MyBlog/docker/2020/04/15/image.html" } , { "title" : "HashTable - ", "url" : "/MyBlog/algorithm/2020/04/15/hashmap.html" } , { "title" : "Goimports explained - ", "url" : "/MyBlog/golang/2020/04/15/goimports-s.html" } , { "title" : "writing a SQL database from scratch in Go - ", "url" : "/MyBlog/golang/2020/04/15/database.html" } , { "title" : "craw - ", "url" : "/MyBlog/golang/2020/04/15/craw.html" } , { "title" : "close_wait - ", "url" : "/MyBlog/golang/2020/04/15/close_wait.html" } , { "title" : "Libcsp - ", "url" : "/MyBlog/golang/2020/04/15/Libcsp.html" } , { "title" : "GO111MODULE - ", "url" : "/MyBlog/golang/2020/04/15/GO111MODULE.html" } , { "title" : "Handling Errors in Your HTTP Handlers - ", "url" : "/MyBlog/golang/2020/04/15/Errors.html" } , { "title" : "查找算法-2-3-4树和普通红黑树 - ", "url" : "/MyBlog/algorithm/2020/04/15/234.html" } , { "title" : "vet - ", "url" : "/MyBlog/golang/2020/04/14/vet.html" } , { "title" : "轻量级 Kubernetes k3s 初探 - ", "url" : "/MyBlog/k8s/2020/04/14/k3s.html" } , { "title" : "graphql-code-generator 生成graphql - ", "url" : "/MyBlog/golang/2020/04/14/graphql.html" } , { "title" : "Debug实现原理 - ", "url" : "/MyBlog/linux/2020/04/14/debug.html" } , { "title" : "品类管理 - ", "url" : "/MyBlog/architect/2020/04/14/category.html" } , { "title" : "Reflections on 2 Years of Golang - ", "url" : "/MyBlog/golang/2020/04/14/Golang.html" } , { "title" : "自动换肤系统设计 - ", "url" : "/MyBlog/architect/2020/04/14/ChangeSkin.html" } , { "title" : "statically - ", "url" : "/MyBlog/golang/2020/04/13/statically.html" } , { "title" : "TinyGo - ", "url" : "/MyBlog/golang/2020/04/13/TinyGo.html" } , { "title" : "reflect - ", "url" : "/MyBlog/golang/2020/04/11/reflect.html" } , { "title" : "dubbo-go 与 gRPC - ", "url" : "/MyBlog/golang/2020/04/11/gorpc.html" } , { "title" : "delve - ", "url" : "/MyBlog/golang/2020/04/10/delve.html" } , { "title" : "反向二进制迭代(Reverse Binary Iteration)算法 - ", "url" : "/MyBlog/algorithm/2020/04/09/rbi.html" } , { "title" : "raft - ", "url" : "/MyBlog/golang/2020/04/09/raft.html" } , { "title" : "goland 安装破解 - ", "url" : "/MyBlog/golang/2020/04/09/goland.html" } , { "title" : "go 远程调试 - ", "url" : "/MyBlog/golang/2020/04/09/godebug.html" } , { "title" : "TreeMap和HashMap的区别 - ", "url" : "/MyBlog/algorithm/2020/04/09/TreeMap.html" } , { "title" : "TCP协议中的疑难杂症 - ", "url" : "/MyBlog/linux/2020/04/08/tcp.html" } , { "title" : "composer - ", "url" : "/MyBlog/php/2020/04/08/composer.html" } , { "title" : "xa mysql xid - ", "url" : "/MyBlog/storage/2020/04/07/xa.html" } , { "title" : "go 类型转换 - ", "url" : "/MyBlog/golang/2020/04/07/type.html" } , { "title" : "ticker 导致cpu泄漏 - ", "url" : "/MyBlog/golang/2020/04/07/ticker.html" } , { "title" : "并发模型汇总 - ", "url" : "/MyBlog/golang/2020/04/07/socket.html" } , { "title" : "分布式ID生成方案 - ", "url" : "/MyBlog/algorithm/2020/04/07/snowflake.html" } , { "title" : "pprof 时间点对比 - ", "url" : "/MyBlog/golang/2020/04/07/pprof.html" } , { "title" : "lru - ", "url" : "/MyBlog/storage/2020/04/07/lru.html" } , { "title" : "IO 多路复用 - ", "url" : "/MyBlog/golang/2020/04/07/io.html" } , { "title" : "Epoll的本质 内部实现原理 - ", "url" : "/MyBlog/linux/2020/04/07/epoll.html" } , { "title" : "kubernetes 控制器 Deployment 核心机制 - ", "url" : "/MyBlog/k8s/2020/04/07/deployment.html" } , { "title" : "csp actor 并发与并行 - ", "url" : "/MyBlog/golang/2020/04/07/csp.html" } , { "title" : "codereview - ", "url" : "/MyBlog/golang/2020/04/07/codereview.html" } , { "title" : "socket 的 connect、listen、accept 和全连接队列、半连接队列的原理 - ", "url" : "/MyBlog/linux/2020/04/07/accept.html" } , { "title" : "Slice 实现原理分析 - ", "url" : "/MyBlog/golang/2020/04/07/Slice.html" } , { "title" : "stream_set_timeout - ", "url" : "/MyBlog/php/2020/04/03/stream_set_timeout.html" } , { "title" : "__destruct与register_shutdown_function执行的先后顺序 - ", "url" : "/MyBlog/php/2020/04/03/register_shutdown_function.html" } , { "title" : "Generating Go code in Kubebuilder style - ", "url" : "/MyBlog/golang/2020/04/03/generation.html" } , { "title" : "enable_file_override - ", "url" : "/MyBlog/php/2020/04/03/enable_file_override.html" } , { "title" : "untyped - ", "url" : "/MyBlog/golang/2020/04/02/untyped.html" } , { "title" : "Go实现Raft:命令和日志复制 - ", "url" : "/MyBlog/golang/2020/04/02/raft.html" } , { "title" : "nebula 图数据库 - ", "url" : "/MyBlog/storage/2020/04/02/nebula.html" } , { "title" : "标准化和集中化处理Golang日志的一些建议 - ", "url" : "/MyBlog/golang/2020/04/02/logrus.html" } , { "title" : "look-aside cache - ", "url" : "/MyBlog/storage/2020/04/02/cache.html" } , { "title" : "Scheduler - ", "url" : "/MyBlog/golang/2020/04/02/Scheduler.html" } , { "title" : "新版 Protobuf API - ", "url" : "/MyBlog/golang/2020/04/02/Protobuf.html" } , { "title" : "CGO_ENABLED - ", "url" : "/MyBlog/golang/2020/04/02/CGO_ENABLED.html" } , { "title" : "redis rehash - ", "url" : "/MyBlog/storage/2020/04/01/rehash.html" } , { "title" : "pagecache 预读 - ", "url" : "/MyBlog/linux/2020/04/01/pagecache.html" } , { "title" : "Golang HTTP服务平滑重启及升级 - ", "url" : "/MyBlog/golang/2020/04/01/grace.html" } , { "title" : "goadmin 极速搭建golang应用管理后台 - ", "url" : "/MyBlog/golang/2020/04/01/goadmin.html" } , { "title" : "B+Tree索引树高度如何计算 - ", "url" : "/MyBlog/storage/2020/04/01/btree.html" } , { "title" : "tight loop - ", "url" : "/MyBlog/golang/2020/03/31/tight.html" } , { "title" : "scan - ", "url" : "/MyBlog/storage/2020/03/31/scan.html" } , { "title" : "Linux如何实现共享内存 - ", "url" : "/MyBlog/linux/2020/03/31/mmap.html" } , { "title" : "cgroup - ", "url" : "/MyBlog/linux/2020/03/31/cgroup.html" } , { "title" : "编写可测试 Go 代码的一种模式 - ", "url" : "/MyBlog/golang/2020/03/30/ut.html" } , { "title" : "tcp - ", "url" : "/MyBlog/linux/2020/03/30/tcp.html" } , { "title" : "Go语言如何实现stop the world - ", "url" : "/MyBlog/golang/2020/03/30/stop.html" } , { "title" : "gRPC 的重试策略 - ", "url" : "/MyBlog/algorithm/2020/03/30/retry.html" } , { "title" : "自定义Go Json的序列化方法 - ", "url" : "/MyBlog/golang/2020/03/30/go.html" } , { "title" : "dubbo-go - ", "url" : "/MyBlog/golang/2020/03/30/dubbo-go.html" } , { "title" : "爬虫系统设计 - ", "url" : "/MyBlog/architect/2020/03/30/crawler.html" } , { "title" : "分布式从 ACID、CAP、BASE 的理论推进 - ", "url" : "/MyBlog/storage/2020/03/30/base.html" } , { "title" : "SO_REUSEPORT 端口复用 - ", "url" : "/MyBlog/linux/2020/03/30/SO_REUSEPORT.html" } , { "title" : "go Compilers - ", "url" : "/MyBlog/golang/2020/03/30/Compilers.html" } , { "title" : "淘宝架构演进背后——零售业务中台架构设计探讨及实践 - ", "url" : "/MyBlog/architect/2020/03/27/taobao.html" } , { "title" : "selectgo - ", "url" : "/MyBlog/golang/2020/03/27/selectgo.html" } , { "title" : "pprof unrecognized profile format - ", "url" : "/MyBlog/golang/2020/03/27/pprof.html" } , { "title" : "expvar - ", "url" : "/MyBlog/golang/2020/03/27/expvar.html" } , { "title" : "runtime debug - ", "url" : "/MyBlog/golang/2020/03/27/debug.html" } , { "title" : "MemStats - ", "url" : "/MyBlog/golang/2020/03/27/MemStats.html" } , { "title" : "提高Go的GOGC变量能提升性能 - ", "url" : "/MyBlog/golang/2020/03/27/GOGC.html" } , { "title" : "Go项目简单接入travis ci - ", "url" : "/MyBlog/golang/2020/03/26/travis.html" } , { "title" : "Debugging performance issues in Go programs - ", "url" : "/MyBlog/golang/2020/03/26/profile.html" } , { "title" : "pprof 原理 - ", "url" : "/MyBlog/golang/2020/03/26/prof.html" } , { "title" : "golang pprof访问debug/pprof报404 page not found的解决办法 - ", "url" : "/MyBlog/golang/2020/03/26/pprof.html" } , { "title" : "两个进程同时监听同一个端口 - ", "url" : "/MyBlog/linux/2020/03/26/port.html" } , { "title" : "X-Content-Type-Options nosniff - ", "url" : "/MyBlog/web/2020/03/26/nosniff.html" } , { "title" : "微服务设计模式 - ", "url" : "/MyBlog/architect/2020/03/26/micro.html" } , { "title" : "结构体转成map string interface - ", "url" : "/MyBlog/golang/2020/03/26/map.html" } , { "title" : "gperftools 定位CPU热点函数 - ", "url" : "/MyBlog/golang/2020/03/26/gperftools.html" } , { "title" : "flat cum sum pprof文本输出的含义 - ", "url" : "/MyBlog/golang/2020/03/26/cum.html" } , { "title" : "wrk - ", "url" : "/MyBlog/golang/2020/03/25/wrk.html" } , { "title" : "go tool trace - ", "url" : "/MyBlog/golang/2020/03/25/trace.html" } , { "title" : "pprof - ", "url" : "/MyBlog/golang/2020/03/25/pprof.html" } , { "title" : "git clone mirror bare - ", "url" : "/MyBlog/golang/2020/03/25/mirror.html" } , { "title" : "httptrace - ", "url" : "/MyBlog/golang/2020/03/25/httptrace.html" } , { "title" : "defer - ", "url" : "/MyBlog/golang/2020/03/25/defer.html" } , { "title" : "brew install 慢的解决方法 - ", "url" : "/MyBlog/web/2020/03/25/brew.html" } , { "title" : "Nebula - ", "url" : "/MyBlog/storage/2020/03/25/Nebula.html" } , { "title" : "FlameGraph - ", "url" : "/MyBlog/golang/2020/03/25/FlameGraph.html" } , { "title" : "composer source 和 dist。 - ", "url" : "/MyBlog/php/2020/03/24/source.html" } , { "title" : "schedule - ", "url" : "/MyBlog/golang/2020/03/24/schedule.html" } , { "title" : "MacOS 下使用 PHPStorm 打开隐藏文件夹 - ", "url" : "/MyBlog/web/2020/03/24/phpstorm.html" } , { "title" : "goimports - ", "url" : "/MyBlog/golang/2020/03/24/goimports.html" } , { "title" : "composer - ", "url" : "/MyBlog/php/2020/03/24/composer.html" } , { "title" : "c10k - ", "url" : "/MyBlog/linux/2020/03/24/c10k.html" } , { "title" : "COMPOSER_HOME 环境变量 - ", "url" : "/MyBlog/web/2020/03/24/COMPOSER_HOME.html" } , { "title" : "Golang三种方式实现超时退出 - ", "url" : "/MyBlog/golang/2020/03/23/timeout.html" } , { "title" : "Go进程的HeapReleased上升但是RSS不下降造成内存泄漏 - ", "url" : "/MyBlog/golang/2020/03/23/rss.html" } , { "title" : "prestissimo Composer 加速 - ", "url" : "/MyBlog/php/2020/03/23/prestissimo.html" } , { "title" : "Golang连接池的几种实现 - ", "url" : "/MyBlog/golang/2020/03/23/pool.html" } , { "title" : "packagist composer - ", "url" : "/MyBlog/php/2020/03/23/packagist.html" } , { "title" : "OPA 重新定义规则引擎 - ", "url" : "/MyBlog/golang/2020/03/23/opa.html" } , { "title" : "log - ", "url" : "/MyBlog/golang/2020/03/23/log.html" } , { "title" : "IO 多路复用 - ", "url" : "/MyBlog/linux/2020/03/23/io.html" } , { "title" : "go 语言是如何运行的-内存分配 - ", "url" : "/MyBlog/golang/2020/03/23/TCMalloc.html" } , { "title" : "滴滴内部监控系统 Nightingale 开源啦 - ", "url" : "/MyBlog/golang/2020/03/23/Nightingale.html" } , { "title" : "用Go编写Web中间件 - ", "url" : "/MyBlog/golang/2020/03/23/Middleware.html" } , { "title" : "Raft - ", "url" : "/MyBlog/golang/2020/03/20/Raft.html" } , { "title" : "Kong入口控制器和服务网格Kubernetes设置入口到Istio - ", "url" : "/MyBlog/k8s/2020/03/20/Istio.html" } , { "title" : "gnet一个轻量级且高性能的 Golang 网络库 - ", "url" : "/MyBlog/golang/2020/03/18/gnet.html" } , { "title" : "Golang -CPU 性能、内存分析调试方法汇总 - ", "url" : "/MyBlog/golang/2020/03/18/gc.html" } , { "title" : "evio - ", "url" : "/MyBlog/golang/2020/03/18/evio.html" } , { "title" : "golang调用原生epoll引起event loop阻塞问题 - ", "url" : "/MyBlog/golang/2020/03/18/epoll.html" } , { "title" : "websocket - ", "url" : "/MyBlog/golang/2020/03/17/websocket.html" } , { "title" : "linux的wc -l 命令统计文件少一行 - ", "url" : "/MyBlog/linux/2020/03/17/wcl.html" } , { "title" : "Understand unsafe in GoLang - ", "url" : "/MyBlog/golang/2020/03/17/unsafe.html" } , { "title" : "slice - ", "url" : "/MyBlog/golang/2020/03/17/slice.html" } , { "title" : "怎么面对“写业务代码”这件事 - ", "url" : "/MyBlog/architect/2020/03/17/code.html" } , { "title" : "Redis 安全配置 - ", "url" : "/MyBlog/storage/2020/03/17/Redis.html" } , { "title" : "go中的引用类型 - ", "url" : "/MyBlog/golang/2020/03/16/pointer.html" } , { "title" : "go-cache - ", "url" : "/MyBlog/golang/2020/03/16/go-cache.html" } , { "title" : "race - ", "url" : "/MyBlog/golang/2020/03/14/rece.html" } , { "title" : "k8s log - ", "url" : "/MyBlog/k8s/2020/03/14/k8s.html" } , { "title" : "goroutine 切换代价为啥这么小 - ", "url" : "/MyBlog/algorithm/2020/03/14/go.html" } , { "title" : "gctrace Go的GC打印出来的信息 - ", "url" : "/MyBlog/golang/2020/03/14/gctrace.html" } , { "title" : "GODEBUG - ", "url" : "/MyBlog/golang/2020/03/14/GODEBUG.html" } , { "title" : "event_scheduler - ", "url" : "/MyBlog/storage/2020/03/13/event_scheduler.html" } , { "title" : "Go实现Raft - ", "url" : "/MyBlog/golang/2020/03/12/raft.html" } , { "title" : "moesi CPU缓存知识 - ", "url" : "/MyBlog/linux/2020/03/12/moesi.html" } , { "title" : "memory - ", "url" : "/MyBlog/golang/2020/03/12/memory.html" } , { "title" : "JSON Schema - ", "url" : "/MyBlog/web/2020/03/12/json.html" } , { "title" : "错误使用 go-cache 导致出现的线上问题 - ", "url" : "/MyBlog/golang/2020/03/12/gocache.html" } , { "title" : "Go 垃圾回收 - ", "url" : "/MyBlog/golang/2020/03/12/gc.html" } , { "title" : "TCP 协议有粘包问题 - ", "url" : "/MyBlog/linux/2020/03/12/frame.html" } , { "title" : "书籍 - ", "url" : "/MyBlog/golang/2020/03/12/book.html" } , { "title" : "API网关和服务网格的区别 - ", "url" : "/MyBlog/algorithm/2020/03/12/apim.html" } , { "title" : "代码执行的效率 - ", "url" : "/MyBlog/linux/2020/03/12/Hotspot.html" } , { "title" : "Go防缓存击穿 - ", "url" : "/MyBlog/golang/2020/03/10/singleflight.html" } , { "title" : "go-mir v2.0.0 发布 用 Go 结构体标签定义 handler 路由信息的辅助库 - ", "url" : "/MyBlog/golang/2020/03/10/mirr.html" } , { "title" : "go 1.14变化 - ", "url" : "/MyBlog/golang/2020/03/10/go.html" } , { "title" : "Cookie数据的安全传输 - ", "url" : "/MyBlog/golang/2020/03/10/cookie.html" } , { "title" : "Go STL 查询 DB 引发的内存泄露 - ", "url" : "/MyBlog/golang/2020/03/08/mem_leak.html" } , { "title" : "Go语言inline内联的策略与限制 - ", "url" : "/MyBlog/golang/2020/03/08/inline.html" } , { "title" : "kubernetes 中的事件机制 - ", "url" : "/MyBlog/k8s/2020/03/08/events.html" } , { "title" : "terraform - ", "url" : "/MyBlog/golang/2020/03/06/terraform.html" } , { "title" : "获取map[interface{}]interface{}的value - ", "url" : "/MyBlog/golang/2020/03/06/interface.html" } , { "title" : "Go 语言中下划线的用法分析总结 - ", "url" : "/MyBlog/golang/2020/03/06/go.html" } , { "title" : "Go的方法集详解 - ", "url" : "/MyBlog/golang/2020/03/06/func.html" } , { "title" : "Bounds Check Elimination In Go - ", "url" : "/MyBlog/golang/2020/03/06/bce.html" } , { "title" : "GOSSAFUNC Dig101-Go 之 interface 调用的一个优化点 - ", "url" : "/MyBlog/golang/2020/03/06/GOSSAFUNC.html" } , { "title" : "underlay overlay - ", "url" : "/MyBlog/linux/2020/03/05/underlay.html" } , { "title" : "fpm slowlog - ", "url" : "/MyBlog/php/2020/03/05/slowlog.html" } , { "title" : "go vs code - ", "url" : "/MyBlog/golang/2020/03/05/gocode.html" } , { "title" : "Kubernetes 网络模型进阶 - ", "url" : "/MyBlog/golang/2020/03/05/Kubernetes.html" } , { "title" : "Iaas Paas Saas - ", "url" : "/MyBlog/web/2020/03/05/Iaas.html" } , { "title" : "watermill - ", "url" : "/MyBlog/golang/2020/03/04/watermill.html" } , { "title" : "sync.WaitGroup 实现逻辑和源码解析 - ", "url" : "/MyBlog/golang/2020/03/04/waitGroup.html" } , { "title" : "sync.Pool 的设计与实现 - ", "url" : "/MyBlog/golang/2020/03/04/syncpool.html" } , { "title" : "regexp - ", "url" : "/MyBlog/golang/2020/03/04/regexp.html" } , { "title" : "Optimizing a Golang service to reduce over 40% CPU - ", "url" : "/MyBlog/golang/2020/03/04/pprof.html" } , { "title" : "httptest - ", "url" : "/MyBlog/golang/2020/03/04/httptest.html" } , { "title" : "go 的坑 - ", "url" : "/MyBlog/golang/2020/03/04/go.html" } , { "title" : "Golang 中字典的 Comma Ok 是如何实现的 - ", "url" : "/MyBlog/golang/2020/03/04/comma.html" } , { "title" : "VSCode 调试 Golang - ", "url" : "/MyBlog/golang/2020/03/04/VSCode.html" } , { "title" : "Singleflight - ", "url" : "/MyBlog/golang/2020/03/04/Singleflight.html" } , { "title" : "Git Flow - ", "url" : "/MyBlog/web/2020/03/03/gitflow.html" } , { "title" : "gts - ", "url" : "/MyBlog/architect/2020/03/02/gts.html" } , { "title" : "vuls - ", "url" : "/MyBlog/golang/2020/03/01/vuls.html" } , { "title" : "Golang连接池 mysql redis - ", "url" : "/MyBlog/golang/2020/03/01/pool.html" } , { "title" : "可扩展的限流算法 - ", "url" : "/MyBlog/golang/2020/03/01/limiter.html" } , { "title" : "php execute_ex - ", "url" : "/MyBlog/php/2020/03/01/execute_ex.html" } , { "title" : "Modules - ", "url" : "/MyBlog/golang/2020/03/01/Modules.html" } , { "title" : "micro - ", "url" : "/MyBlog/architect/2020/02/29/micro.html" } , { "title" : "epoll - ", "url" : "/MyBlog/golang/2020/02/29/epoll.html" } , { "title" : "dubbo-go - ", "url" : "/MyBlog/golang/2020/02/29/dubbo.html" } , { "title" : "golang的简单分布式延时队列服务 - ", "url" : "/MyBlog/golang/2020/02/29/delay.html" } , { "title" : "channel - ", "url" : "/MyBlog/golang/2020/02/29/channel.html" } , { "title" : "zen of go - ", "url" : "/MyBlog/golang/2020/02/27/zen.html" } , { "title" : "go1.14基于netpoll优化timer定时器实现原理 - ", "url" : "/MyBlog/golang/2020/02/27/timer.html" } , { "title" : "go1.14 基于信号的抢占式调度实现原理 - ", "url" : "/MyBlog/golang/2020/02/27/sigurg.html" } , { "title" : "go 理解 Lock-Free - ", "url" : "/MyBlog/golang/2020/02/27/lock.html" } , { "title" : "为什么流媒体直播的延迟很高 - ", "url" : "/MyBlog/web/2020/02/27/live.html" } , { "title" : "gojsonq - ", "url" : "/MyBlog/golang/2020/02/27/gojsonq.html" } , { "title" : "goim - ", "url" : "/MyBlog/golang/2020/02/27/goim.html" } , { "title" : "Go 高级并发 - ", "url" : "/MyBlog/golang/2020/02/27/go.html" } , { "title" : "error - ", "url" : "/MyBlog/golang/2020/02/27/error.html" } , { "title" : "epoll 在 Go 中的使用 - ", "url" : "/MyBlog/golang/2020/02/27/epoll.html" } , { "title" : "Sentinel - ", "url" : "/MyBlog/golang/2020/02/27/Sentinel.html" } , { "title" : "HTTPS - ", "url" : "/MyBlog/golang/2020/02/27/HTTPS.html" } , { "title" : "Go lessons learnt by refactoring - ", "url" : "/MyBlog/golang/2020/02/26/refactoring.html" } , { "title" : "mpg - ", "url" : "/MyBlog/algorithm/2020/02/26/mpg.html" } , { "title" : "Go系统可能遇到的锁问题 - ", "url" : "/MyBlog/golang/2020/02/26/lock.html" } , { "title" : "docker image - ", "url" : "/MyBlog/docker/2020/02/26/image.html" } , { "title" : "go.dev - ", "url" : "/MyBlog/golang/2020/02/26/dev.html" } , { "title" : "dci 四色模型结合 - ", "url" : "/MyBlog/architect/2020/02/26/dci.html" } , { "title" : "golang net/http输出context引起的map panic - ", "url" : "/MyBlog/golang/2020/02/26/context.html" } , { "title" : "Introducing Sqreen for Go the first Runtime Application Self-Protection for Go - ", "url" : "/MyBlog/golang/2020/02/26/RASP.html" } , { "title" : "LimitReader - ", "url" : "/MyBlog/golang/2020/02/26/LimitReader.html" } , { "title" : "GOSSAFUNC 查看 Go 的代码优化过程 - ", "url" : "/MyBlog/golang/2020/02/26/GOSSAFUNC.html" } , { "title" : "GitHub Actions 自动化构建 Golang 应用 - ", "url" : "/MyBlog/golang/2020/02/26/Actions.html" } , { "title" : "role DDD、DCI之间的关系 - ", "url" : "/MyBlog/algorithm/2020/02/25/role.html" } , { "title" : "resolver - ", "url" : "/MyBlog/architect/2020/02/25/resolver.html" } , { "title" : "插件化 - ", "url" : "/MyBlog/architect/2020/02/25/plugin.html" } , { "title" : "业务配置化 - ", "url" : "/MyBlog/architect/2020/02/25/config.html" } , { "title" : "组件化 组件化业务模型(CBM) - ", "url" : "/MyBlog/architect/2020/02/25/component.html" } , { "title" : "四色原型总结 - ", "url" : "/MyBlog/architect/2020/02/25/color.html" } , { "title" : "RTTI - ", "url" : "/MyBlog/lang/2020/02/25/RTTI.html" } , { "title" : "DB2 NoSQL JSON - ", "url" : "/MyBlog/web/2020/02/25/NoSQL.html" } , { "title" : "Gflag - ", "url" : "/MyBlog/web/2020/02/25/Gflag.html" } , { "title" : "从领域、对象、角色、职责、对象交互、场景等方面去分析和设计领域模型 - ", "url" : "/MyBlog/architect/2020/02/25/DCI.html" } , { "title" : "μJavaActors - ", "url" : "/MyBlog/algorithm/2020/02/24/%CE%BCJavaActors.html" } , { "title" : "mixin trait 多继承 - ", "url" : "/MyBlog/lang/2020/02/24/mixin_trait.html" } , { "title" : "并发之痛 Thread,Goroutine,Actor - ", "url" : "/MyBlog/golang/2020/02/24/goroutine.html" } , { "title" : "golang Trait - ", "url" : "/MyBlog/golang/2020/02/24/goTrait.html" } , { "title" : "callback hell - ", "url" : "/MyBlog/golang/2020/02/24/callback.html" } , { "title" : "c++ Traits - ", "url" : "/MyBlog/web/2020/02/24/cTraits.html" } , { "title" : "为什么actors没有堆栈 - ", "url" : "/MyBlog/lang/2020/02/24/actors.html" } , { "title" : "php Traits - ", "url" : "/MyBlog/php/2020/02/24/Traits.html" } , { "title" : "Mixin - ", "url" : "/MyBlog/lang/2020/02/24/Mixin.html" } , { "title" : "Docker容器内部使用gdb进行debug - ", "url" : "/MyBlog/docker/2020/02/21/seccomp_docker.html" } , { "title" : "seccomp - ", "url" : "/MyBlog/linux/2020/02/21/seccomp.html" } , { "title" : "gdb - ", "url" : "/MyBlog/golang/2020/02/21/gdb.html" } , { "title" : "gcBgMarkWorker - ", "url" : "/MyBlog/golang/2020/02/21/gcBgMarkWorker.html" } , { "title" : "exec - ", "url" : "/MyBlog/golang/2020/02/21/exec.html" } , { "title" : "debugger 学go - ", "url" : "/MyBlog/golang/2020/02/21/debugger.html" } , { "title" : "dci - ", "url" : "/MyBlog/algorithm/2020/02/21/dci.html" } , { "title" : "UseNumber - ", "url" : "/MyBlog/golang/2020/02/21/UseNumber.html" } , { "title" : "ParseInt 的坑 - ", "url" : "/MyBlog/golang/2020/02/21/ParseInt.html" } , { "title" : "Concurrency - ", "url" : "/MyBlog/golang/2020/02/21/Concurrency.html" } , { "title" : "Testing in Go Clean Tests Using t Cleanup - ", "url" : "/MyBlog/golang/2020/02/20/test.html" } , { "title" : "Go 编程语言规范 - ", "url" : "/MyBlog/golang/2020/02/20/golang_spec.html" } , { "title" : "golang 编译链接 - ", "url" : "/MyBlog/golang/2020/02/20/compile.html" } , { "title" : "斗鱼配置管理中心 Minerva 的设计与实现 - ", "url" : "/MyBlog/golang/2020/02/20/Minerva.html" } , { "title" : "ssh +trap 实现跳板机 - ", "url" : "/MyBlog/linux/2020/02/18/trap.html" } , { "title" : "进程ID、父进程ID、进程组ID、会话和控制终端 - ", "url" : "/MyBlog/linux/2020/02/18/pty.html" } , { "title" : "ps ef 和 -ef 区别 - ", "url" : "/MyBlog/linux/2020/02/18/ps.html" } , { "title" : "信号的生命周期 - ", "url" : "/MyBlog/linux/2020/02/18/SIGXXX.html" } , { "title" : "linux 的nohup & 和daemon 总结 - ", "url" : "/MyBlog/linux/2020/02/18/Daemon.html" } , { "title" : "gulp webpack grunt requirejs - ", "url" : "/MyBlog/web/2020/02/17/webpack.html" } , { "title" : "rollup - ", "url" : "/MyBlog/web/2020/02/17/rollup.html" } , { "title" : "Node.js RESTful API - ", "url" : "/MyBlog/web/2020/02/17/restful.html" } , { "title" : "Node.js GET POST请求 - ", "url" : "/MyBlog/web/2020/02/17/post.html" } , { "title" : "node - ", "url" : "/MyBlog/web/2020/02/17/node.html" } , { "title" : "grunt - ", "url" : "/MyBlog/web/2020/02/17/gulp.html" } , { "title" : "Node.js Express 框架 - ", "url" : "/MyBlog/web/2020/02/17/express.html" } , { "title" : "exports - ", "url" : "/MyBlog/web/2020/02/17/exports.html" } , { "title" : "electron nodejs源码打包为可执行程序 - ", "url" : "/MyBlog/web/2020/02/17/electron.html" } , { "title" : "npm 和 cnpm - ", "url" : "/MyBlog/web/2020/02/17/cnpm.html" } , { "title" : "使用Browserify解决浏览器加载require没有被定义 - ", "url" : "/MyBlog/web/2020/02/17/browserify.html" } , { "title" : "babelify - ", "url" : "/MyBlog/web/2020/02/17/babelify.html" } , { "title" : "babel - ", "url" : "/MyBlog/web/2020/02/17/babel.html" } , { "title" : "ES6 - ", "url" : "/MyBlog/web/2020/02/17/ES6.html" } , { "title" : "thriftpy - ", "url" : "/MyBlog/golang/2020/02/15/thriftpy.html" } , { "title" : "pprof - ", "url" : "/MyBlog/golang/2020/02/15/pprof.html" } , { "title" : "php-Parser - ", "url" : "/MyBlog/php/2020/02/15/Parser.html" } , { "title" : "slice作为函数参数是值传递 - ", "url" : "/MyBlog/algorithm/2020/02/14/slice.html" } , { "title" : "PhpStorm Xdebug远程调试环境搭建原理分析 - ", "url" : "/MyBlog/php/2020/02/14/Xdebug.html" } , { "title" : "Delve - ", "url" : "/MyBlog/golang/2020/02/14/Delve.html" } , { "title" : "分布式系统的基本盘 - ", "url" : "/MyBlog/storage/2020/02/13/distri.html" } , { "title" : "redis-cli pipe模式 - ", "url" : "/MyBlog/storage/2020/02/12/redis.html" } , { "title" : "netpoller - ", "url" : "/MyBlog/golang/2020/02/12/netpoller.html" } , { "title" : "HTTP缓存机制详解 - ", "url" : "/MyBlog/storage/2020/02/12/cache.html" } , { "title" : "不能使用简短声明来设置字段的值 - ", "url" : "/MyBlog/golang/2020/02/12/assign.html" } , { "title" : "logrus - ", "url" : "/MyBlog/golang/2020/02/11/logrus.html" } , { "title" : "router - ", "url" : "/MyBlog/linux/2020/02/10/router.html" } , { "title" : "webassembly go 学习资料 - ", "url" : "/MyBlog/golang/2020/02/08/webassemblygo.html" } , { "title" : "webassembly syscall js - ", "url" : "/MyBlog/golang/2020/02/08/webassembly.html" } , { "title" : "tinygo - ", "url" : "/MyBlog/golang/2020/02/08/tinygo.html" } , { "title" : "shed 调度 - ", "url" : "/MyBlog/golang/2020/02/07/shed.html" } , { "title" : "gc - ", "url" : "/MyBlog/golang/2020/02/07/gc.html" } , { "title" : "WebAssembly Go - ", "url" : "/MyBlog/golang/2020/02/07/WebAssemblyGo.html" } , { "title" : "WebAssembly - ", "url" : "/MyBlog/golang/2020/02/07/WebAssembly.html" } , { "title" : "abi - ", "url" : "/MyBlog/linux/2020/02/06/abi.html" } , { "title" : "调度器设计 golang linux k8s - ", "url" : "/MyBlog/golang/2020/02/05/scheduler.html" } , { "title" : "map - ", "url" : "/MyBlog/golang/2020/02/05/map.html" } , { "title" : "graphql - ", "url" : "/MyBlog/golang/2020/02/05/graphql.html" } , { "title" : "fx - ", "url" : "/MyBlog/golang/2020/02/05/fx.html" } , { "title" : "逃逸分析 - ", "url" : "/MyBlog/golang/2020/02/05/escape.html" } , { "title" : "Go1.14为time.Timer定时器带来巨幅性能提升 - ", "url" : "/MyBlog/golang/2020/02/05/Timer.html" } , { "title" : "Kubernetes 服务发现 - ", "url" : "/MyBlog/golang/2020/02/05/Kubernetes.html" } , { "title" : "uintptr - ", "url" : "/MyBlog/golang/2020/02/03/uintptr.html" } , { "title" : "50 Shades of Go Traps, Gotchas, and Common Mistakes for New Golang Devs - ", "url" : "/MyBlog/golang/2020/02/03/traps.html" } , { "title" : "sqlc - ", "url" : "/MyBlog/algorithm/2020/02/03/sqlc.html" } , { "title" : "slice - ", "url" : "/MyBlog/golang/2020/02/03/slice.html" } , { "title" : "rabbitmq - ", "url" : "/MyBlog/storage/2020/02/03/rabbitmq.html" } , { "title" : "pprof & trace - ", "url" : "/MyBlog/golang/2020/02/03/pprof.html" } , { "title" : "orm - ", "url" : "/MyBlog/golang/2020/02/03/orm.html" } , { "title" : "map 有序 json - ", "url" : "/MyBlog/golang/2020/02/03/map.html" } , { "title" : "lockedSource - ", "url" : "/MyBlog/golang/2020/02/03/lockedSource.html" } , { "title" : "inline defer - ", "url" : "/MyBlog/golang/2020/02/03/inline.html" } , { "title" : "net/http包 - ", "url" : "/MyBlog/golang/2020/02/03/http.html" } , { "title" : "golang map转json的顺序问题 - ", "url" : "/MyBlog/golang/2020/02/03/gson.html" } , { "title" : "go bnf - ", "url" : "/MyBlog/golang/2020/02/03/gobnf.html" } , { "title" : "为什么 Go 语言没有泛型 - ", "url" : "/MyBlog/golang/2020/02/03/generics.html" } , { "title" : "file sever - ", "url" : "/MyBlog/golang/2020/02/03/fsever.html" } , { "title" : "Why are my Go executable files so large - ", "url" : "/MyBlog/golang/2020/02/03/executable.html" } , { "title" : "ddd - ", "url" : "/MyBlog/architect/2020/02/03/ddd.html" } , { "title" : "为什么数据库会丢失数据 - ", "url" : "/MyBlog/storage/2020/02/03/data.html" } , { "title" : "close_wait - ", "url" : "/MyBlog/golang/2020/02/03/close_wait.html" } , { "title" : "Go 语言标准库中 atomic.Value - ", "url" : "/MyBlog/golang/2020/02/03/automic.html" } , { "title" : "ScheduleAlgorithm - ", "url" : "/MyBlog/golang/2020/02/03/ScheduleAlgorithm.html" } , { "title" : "Profefe - ", "url" : "/MyBlog/golang/2020/02/03/Profefe.html" } , { "title" : "BitTorrent - ", "url" : "/MyBlog/golang/2020/02/03/BitTorrent.html" } , { "title" : "dsl json - ", "url" : "/MyBlog/lang/2020/01/15/dsl_json.html" } , { "title" : "DelayQueue 延迟队列实现原理 - ", "url" : "/MyBlog/web/2020/01/15/DelayQueue.html" } , { "title" : "延迟队列设计 - ", "url" : "/MyBlog/web/2020/01/15/DelayQue.html" } , { "title" : "Range sync.Map - ", "url" : "/MyBlog/golang/2020/01/14/Range.html" } , { "title" : "Charles不能捕获localhost请求 - ", "url" : "/MyBlog/web/2020/01/13/localhost.html" } , { "title" : "源码剖析:fmt 标准库 - ", "url" : "/MyBlog/golang/2020/01/13/fmt.html" } , { "title" : "file_get_contents - ", "url" : "/MyBlog/php/2020/01/10/file_get_contents.html" } , { "title" : "线程池 - ", "url" : "/MyBlog/linux/2020/01/09/threadpool.html" } , { "title" : "多线程模式下全局变量竞争 - ", "url" : "/MyBlog/linux/2020/01/09/thread.html" } , { "title" : "no debugging symbols found - ", "url" : "/MyBlog/golang/2020/01/09/symbols.html" } , { "title" : "runtime-gdb.py - ", "url" : "/MyBlog/golang/2020/01/09/runtime-gdb.py.html" } , { "title" : "流水线冒险及解决方法 - ", "url" : "/MyBlog/linux/2020/01/09/pipleline.html" } , { "title" : "服务自动发现 - ", "url" : "/MyBlog/k8s/2020/01/09/discovery.html" } , { "title" : "连接池 - ", "url" : "/MyBlog/linux/2020/01/09/connectpool.html" } , { "title" : "Mutex/Semaphore/Spinlock - ", "url" : "/MyBlog/linux/2020/01/09/Semaphore.html" } , { "title" : "IPC Inter-Process Communication,进程间通信 - ", "url" : "/MyBlog/linux/2020/01/09/IPC.html" } , { "title" : "zend_parse_paramenters - ", "url" : "/MyBlog/lang/2020/01/08/zend_parse_paramenters.html" } , { "title" : "php 扩展加载顺序 - ", "url" : "/MyBlog/lang/2020/01/08/zend_module_entry.html" } , { "title" : "如何理解PHP虚拟机 - ", "url" : "/MyBlog/lang/2020/01/08/vm.html" } , { "title" : "内存屏障原理分析 - ", "url" : "/MyBlog/linux/2020/01/08/valotile.html" } , { "title" : "linux最大进程数、最大打开文件数 - ", "url" : "/MyBlog/linux/2020/01/08/ulimit.html" } , { "title" : "内存池 - ", "url" : "/MyBlog/linux/2020/01/08/slab.html" } , { "title" : "rename - ", "url" : "/MyBlog/linux/2020/01/08/rename.html" } , { "title" : "post - ", "url" : "/MyBlog/algorithm/2020/01/08/post.html" } , { "title" : "pass_two - ", "url" : "/MyBlog/lang/2020/01/08/pass_two.html" } , { "title" : "mmap的原理 - ", "url" : "/MyBlog/linux/2020/01/08/mmap.html" } , { "title" : "多线程安全无锁日志系统 - ", "url" : "/MyBlog/golang/2020/01/08/log4cpp.html" } , { "title" : "log - ", "url" : "/MyBlog/linux/2020/01/08/log.html" } , { "title" : "php 函数在vm执行流程 - ", "url" : "/MyBlog/lang/2020/01/08/func.html" } , { "title" : "LD_PRELOAD和dlopen选项RTLD_DEEPBIND之间的优先级 - ", "url" : "/MyBlog/linux/2020/01/08/dlopen.html" } , { "title" : "linux 下调试coredump文件 - ", "url" : "/MyBlog/linux/2020/01/08/coredump.html" } , { "title" : "SATA硬盘和SSD硬盘性能测试对比 - ", "url" : "/MyBlog/linux/2020/01/08/SATA.html" } , { "title" : "OOM原理分析 - ", "url" : "/MyBlog/linux/2020/01/08/OOM.html" } , { "title" : "检测内存泄露 - ", "url" : "/MyBlog/linux/2020/01/08/MemoryLeaks.html" } , { "title" : "双缓冲(Double Buffer)原理和使用 - ", "url" : "/MyBlog/linux/2020/01/08/Buffer.html" } , { "title" : "phpize php-config 作用 - ", "url" : "/MyBlog/lang/2020/01/07/phpize.html" } , { "title" : "php - ", "url" : "/MyBlog/lang/2020/01/07/php.html" } , { "title" : "php map 实现 - ", "url" : "/MyBlog/lang/2020/01/07/map.html" } , { "title" : "php include和require区别 - ", "url" : "/MyBlog/lang/2020/01/07/include.html" } , { "title" : "文件锁 - ", "url" : "/MyBlog/linux/2020/01/07/flock.html" } , { "title" : "MINIT、RINIT、RSHUTDOWN、MSHUTDOWN加载顺序 - ", "url" : "/MyBlog/lang/2020/01/07/MINIT.html" } , { "title" : "dynamo - ", "url" : "/MyBlog/storage/2020/01/06/dynamo.html" } , { "title" : "强一致性、顺序一致性、弱一致性和共识 - ", "url" : "/MyBlog/storage/2020/01/06/Consistency.html" } , { "title" : "xargs - ", "url" : "/MyBlog/linux/2020/01/05/xargs.html" } , { "title" : "UNIX域套接字传递描述符的应用 - ", "url" : "/MyBlog/linux/2020/01/05/socket.html" } , { "title" : "rest - ", "url" : "/MyBlog/golang/2020/01/05/rest.html" } , { "title" : "rainbow table 彩虹表 - ", "url" : "/MyBlog/algorithm/2020/01/05/rainbow.html" } , { "title" : "pki Public Key Infrastructure - ", "url" : "/MyBlog/algorithm/2020/01/05/pki.html" } , { "title" : "mysqldump Mysql 大量数据快速导出 - ", "url" : "/MyBlog/storage/2020/01/05/mysqldump.html" } , { "title" : "mysql优化技巧 - ", "url" : "/MyBlog/storage/2020/01/05/mysql_op.html" } , { "title" : "mysql index - ", "url" : "/MyBlog/storage/2020/01/05/mysql_index.html" } , { "title" : "mysql 同库不同表索引不一样 - ", "url" : "/MyBlog/storage/2020/01/05/mysql.html" } , { "title" : "Mysql模糊查询like效率 - ", "url" : "/MyBlog/storage/2020/01/05/like.html" } , { "title" : "int(2) tinyint - ", "url" : "/MyBlog/storage/2020/01/05/int.html" } , { "title" : "index 索引 - ", "url" : "/MyBlog/storage/2020/01/05/index.html" } , { "title" : "Mysql的explain - ", "url" : "/MyBlog/storage/2020/01/05/explain.html" } , { "title" : "bgsave - ", "url" : "/MyBlog/storage/2020/01/05/bgsave.html" } , { "title" : "TIMESTAMP - ", "url" : "/MyBlog/storage/2020/01/05/TIMESTAMP.html" } , { "title" : "进程中线程同步的四种方式 - ", "url" : "/MyBlog/linux/2020/01/05/CCriticalSection.html" } , { "title" : "BCrypt 如何存储密码 - ", "url" : "/MyBlog/algorithm/2020/01/05/BCrypt.html" } , { "title" : "206 http 1.1断点续传 - ", "url" : "/MyBlog/linux/2020/01/05/206.html" } , { "title" : "uniq - ", "url" : "/MyBlog/linux/2020/01/04/uniq.html" } , { "title" : "sort - ", "url" : "/MyBlog/linux/2020/01/04/sort.html" } , { "title" : "nginx 日志访问量统计 - ", "url" : "/MyBlog/linux/2020/01/04/log.html" } , { "title" : "httpCache - ", "url" : "/MyBlog/linux/2020/01/04/httpCache.html" } , { "title" : "tcp errno - ", "url" : "/MyBlog/linux/2020/01/03/tcp.html" } , { "title" : "如何运行多进程Docker容器 - ", "url" : "/MyBlog/docker/2020/01/03/sysvinit.html" } , { "title" : "systemctl init.d - ", "url" : "/MyBlog/linux/2020/01/03/systemctl.html" } , { "title" : "Connect reset by peer - ", "url" : "/MyBlog/linux/2020/01/03/reset.html" } , { "title" : "Connection refused - ", "url" : "/MyBlog/linux/2020/01/03/refused.html" } , { "title" : "prune - ", "url" : "/MyBlog/docker/2020/01/03/prune.html" } , { "title" : "pause - ", "url" : "/MyBlog/docker/2020/01/03/pause.html" } , { "title" : "list-watch - ", "url" : "/MyBlog/docker/2020/01/03/list-watch.html" } , { "title" : "gc - ", "url" : "/MyBlog/docker/2020/01/03/gc.html" } , { "title" : "etcd - ", "url" : "/MyBlog/docker/2020/01/03/etcd.html" } , { "title" : "Failed to get D-Bus connection - ", "url" : "/MyBlog/linux/2020/01/03/dbus_connection.html" } , { "title" : "dbus - ", "url" : "/MyBlog/linux/2020/01/03/dbus.html" } , { "title" : "dapper - ", "url" : "/MyBlog/linux/2020/01/03/dapper.html" } , { "title" : "Broken Pipe - ", "url" : "/MyBlog/linux/2020/01/03/broken.html" } , { "title" : "Kubernetes 中如何保证优雅地停止 Pod - ", "url" : "/MyBlog/docker/2020/01/03/PreStop.html" } , { "title" : "Kubernetes - ", "url" : "/MyBlog/algorithm/2020/01/03/Kubernetes.html" } , { "title" : "Abort trap 6 - ", "url" : "/MyBlog/web/2020/01/02/trap.html" } , { "title" : "rst - ", "url" : "/MyBlog/linux/2020/01/02/rst.html" } , { "title" : "golang 升级安装 - ", "url" : "/MyBlog/golang/2020/01/01/update.html" } , { "title" : "govendor - ", "url" : "/MyBlog/golang/2020/01/01/govendor.html" } , { "title" : "goproxy - ", "url" : "/MyBlog/golang/2020/01/01/goproxy.html" } , { "title" : "etcd 编译 - ", "url" : "/MyBlog/golang/2020/01/01/etcd.html" } , { "title" : "golang 自动下载所有依赖包 - ", "url" : "/MyBlog/golang/2020/01/01/depend.html" } , { "title" : "sync.Pool - ", "url" : "/MyBlog/golang/2019/12/30/pool.html" } , { "title" : "sync.Map - ", "url" : "/MyBlog/golang/2019/12/30/map.html" } , { "title" : "DCL双检查锁机制 - ", "url" : "/MyBlog/golang/2019/12/30/dcl.html" } , { "title" : "CACHE的一些基本概念 - ", "url" : "/MyBlog/golang/2019/12/30/CACHE.html" } , { "title" : "为什么要用npm scripts替代gulp - ", "url" : "/MyBlog/web/2019/12/29/npm.html" } , { "title" : "gulp - ", "url" : "/MyBlog/web/2019/12/29/gulp.html" } , { "title" : "BloomFilter golang实现 - ", "url" : "/MyBlog/golang/2019/12/29/BloomFilter.html" } , { "title" : "upstream - ", "url" : "/MyBlog/web/2019/12/28/upstream.html" } , { "title" : "panic defer 顺序 - ", "url" : "/MyBlog/golang/2019/12/28/panic.html" } , { "title" : "网关中间件 - ", "url" : "/MyBlog/web/2019/12/28/gateway.html" } , { "title" : "full nat Session的Hash表 - ", "url" : "/MyBlog/linux/2019/12/28/fullnat.html" } , { "title" : "kmp tire树 ac自动机 - ", "url" : "/MyBlog/algorithm/2019/12/28/ac.html" } , { "title" : "OmniPlan 项目排期管理工具 - ", "url" : "/MyBlog/web/2019/12/28/OmniPlan.html" } , { "title" : "MySQL_backup - ", "url" : "/MyBlog/storage/2019/12/28/MySQL_backup.html" } , { "title" : "事务ACID、2PC、3PC、2PL - ", "url" : "/MyBlog/storage/2019/12/28/2pl.html" } , { "title" : "kmp 实现strstr - ", "url" : "/MyBlog/algorithm/2019/12/26/kmp.html" } , { "title" : "float 的表示和进度转换 - ", "url" : "/MyBlog/golang/2019/12/26/float.html" } , { "title" : "memory barrier 内存屏障 - ", "url" : "/MyBlog/golang/2019/12/26/barrier.html" } , { "title" : "AC自动机 - ", "url" : "/MyBlog/algorithm/2019/12/26/ac.html" } , { "title" : "MOVSD - ", "url" : "/MyBlog/golang/2019/12/26/MOVSD.html" } , { "title" : "物化视图 material view - ", "url" : "/MyBlog/storage/2019/12/22/snapshot.html" } , { "title" : "skiplist - ", "url" : "/MyBlog/golang/2019/12/22/skiplist.html" } , { "title" : "innobackupex - ", "url" : "/MyBlog/storage/2019/12/22/innobackupex.html" } , { "title" : "Semisynchronous mysql半同步复制 - ", "url" : "/MyBlog/storage/2019/12/22/Semisynchronous.html" } , { "title" : "template - ", "url" : "/MyBlog/golang/2019/12/21/template.html" } , { "title" : "golang 和php float 计算结果不一致的坑 - ", "url" : "/MyBlog/golang/2019/12/20/float.html" } , { "title" : "echarts - ", "url" : "/MyBlog/golang/2019/12/20/echarts.html" } , { "title" : "levenshtein - ", "url" : "/MyBlog/web/2019/12/19/levenshtein.html" } , { "title" : "go json 实践中遇到的坑 - ", "url" : "/MyBlog/golang/2019/12/19/json.html" } , { "title" : "pull - ", "url" : "/MyBlog/web/2019/12/18/pull.html" } , { "title" : "Uber 设计 - ", "url" : "/MyBlog/architect/2019/12/18/Uber.html" } , { "title" : "Uber Project Lead揭秘 在科技巨头如何从0到1,主导项目 - ", "url" : "/MyBlog/architect/2019/12/17/uber.html" } , { "title" : "Facebook面试真题:如何设计Payment System - ", "url" : "/MyBlog/architect/2019/12/17/Payment.html" } , { "title" : "设计Netflix - ", "url" : "/MyBlog/architect/2019/12/17/Netflix.html" } , { "title" : "thrift optional 字段一般都是指针的原因 - ", "url" : "/MyBlog/golang/2019/12/16/thrift.html" } , { "title" : "feed 流 - ", "url" : "/MyBlog/architect/2019/12/16/feed.html" } , { "title" : "如何设计Twitter - ", "url" : "/MyBlog/architect/2019/12/16/Twitter.html" } , { "title" : "SWRR 算法 - ", "url" : "/MyBlog/linux/2019/12/16/SWRR.html" } , { "title" : "LVS - ", "url" : "/MyBlog/linux/2019/12/16/LVS.html" } , { "title" : "tcp-no-delay - ", "url" : "/MyBlog/golang/2019/12/15/tcp-no-delay.html" } , { "title" : "ratelimit - ", "url" : "/MyBlog/golang/2019/12/15/ratelimit.html" } , { "title" : "mail 实现ssl - ", "url" : "/MyBlog/golang/2019/12/15/mail.html" } , { "title" : "kubernetes 网络 - ", "url" : "/MyBlog/docker/2019/12/15/kubernetes.html" } , { "title" : "gracehttp - ", "url" : "/MyBlog/golang/2019/12/15/gracehttp.html" } , { "title" : "go-restful - ", "url" : "/MyBlog/golang/2019/12/15/go-restful.html" } , { "title" : "go-reflector - ", "url" : "/MyBlog/golang/2019/12/15/go-reflector.html" } , { "title" : "ConnContext Go1.13 标准库的 http 内存泄漏 - ", "url" : "/MyBlog/golang/2019/12/14/ConnContext.html" } , { "title" : "tcp_tw_reuse - ", "url" : "/MyBlog/linux/2019/12/13/tcp_tw_reuse.html" } , { "title" : "tcp_tw_recycle - ", "url" : "/MyBlog/linux/2019/12/13/tcp_tw_recycle.html" } , { "title" : "tcp_retries - ", "url" : "/MyBlog/linux/2019/12/13/tcp_retries.html" } , { "title" : "MTU、MSS、MSL、RTT、TTL、RTO - ", "url" : "/MyBlog/linux/2019/12/13/rto.html" } , { "title" : "chrome 无法打开https 网站问题解决 - ", "url" : "/MyBlog/web/2019/12/13/chrome.html" } , { "title" : "gateway - ", "url" : "/MyBlog/linux/2019/12/12/gateway.html" } , { "title" : "cni cnm - ", "url" : "/MyBlog/docker/2019/12/12/cni_cnm.html" } , { "title" : "ip netns - ", "url" : "/MyBlog/linux/2019/12/10/netns.html" } , { "title" : "netfilter iptables - ", "url" : "/MyBlog/linux/2019/12/10/netfilter.html" } , { "title" : "12306 抢票,极限并发带来的思考 - ", "url" : "/MyBlog/architect/2019/12/10/12306.html" } , { "title" : "tcp - ", "url" : "/MyBlog/linux/2019/12/09/tcp.html" } , { "title" : "redis ssh 漏洞 - ", "url" : "/MyBlog/storage/2019/12/09/ssh.html" } , { "title" : "redis config - ", "url" : "/MyBlog/storage/2019/12/09/redis.html" } , { "title" : "skydns - ", "url" : "/MyBlog/docker/2019/12/08/skydns.html" } , { "title" : "resolv.conf - ", "url" : "/MyBlog/linux/2019/12/08/resolv.html" } , { "title" : "itoa - ", "url" : "/MyBlog/golang/2019/12/02/itoa.html" } , { "title" : "interceptor - ", "url" : "/MyBlog/golang/2019/12/02/interceptor.html" } , { "title" : "grpc http2 - ", "url" : "/MyBlog/golang/2019/12/02/http2.html" } , { "title" : "gRPC vs Thrift - ", "url" : "/MyBlog/golang/2019/12/02/gRPC.html" } , { "title" : "gRPC ProtoBuf - ", "url" : "/MyBlog/golang/2019/12/02/ProtoBuf.html" } , { "title" : "runtime.Caller runtime.FuncForPC - ", "url" : "/MyBlog/golang/2019/12/02/Caller.html" } , { "title" : "scp - ", "url" : "/MyBlog/web/2019/12/01/scp.html" } , { "title" : "Replication Controller、Replica Set - ", "url" : "/MyBlog/golang/2019/12/01/rc.html" } , { "title" : "kubernetes - ", "url" : "/MyBlog/golang/2019/12/01/kubernetes.html" } , { "title" : "cli - ", "url" : "/MyBlog/golang/2019/12/01/cli.html" } , { "title" : "borg - ", "url" : "/MyBlog/golang/2019/12/01/borg.html" } , { "title" : "Sidecar - ", "url" : "/MyBlog/golang/2019/11/30/Sidecar.html" } , { "title" : "SOFA-MOSN - ", "url" : "/MyBlog/golang/2019/11/30/SOFA-MOSN.html" } , { "title" : "injector - ", "url" : "/MyBlog/golang/2019/11/29/injector.html" } , { "title" : "Martini - ", "url" : "/MyBlog/golang/2019/11/29/Martini.html" } , { "title" : "hijack - ", "url" : "/MyBlog/golang/2019/11/28/hijack.html" } , { "title" : "gometalinter - ", "url" : "/MyBlog/golang/2019/11/28/gometalinter.html" } , { "title" : "HandleFunc - ", "url" : "/MyBlog/golang/2019/11/28/HandleFunc.html" } , { "title" : "pkgconfig - ", "url" : "/MyBlog/linux/2019/11/27/pkgconfig.html" } , { "title" : "Go内存原理详解 - ", "url" : "/MyBlog/golang/2019/11/27/mcache.html" } , { "title" : "hijack - ", "url" : "/MyBlog/golang/2019/11/27/hijack.html" } , { "title" : "heap - ", "url" : "/MyBlog/golang/2019/11/27/heap.html" } , { "title" : "gracefull - ", "url" : "/MyBlog/golang/2019/11/27/graceful.html" } , { "title" : "cgo - ", "url" : "/MyBlog/golang/2019/11/27/cgo.html" } , { "title" : "ast rewrite - ", "url" : "/MyBlog/golang/2019/11/27/ast.html" } , { "title" : "Pkg-Config cgo - ", "url" : "/MyBlog/golang/2019/11/27/Pkg-Config.html" } , { "title" : "Deadline - ", "url" : "/MyBlog/golang/2019/11/27/Deadline.html" } , { "title" : "CFLAGS - ", "url" : "/MyBlog/golang/2019/11/27/CFLAGS.html" } , { "title" : "Deadline - ", "url" : "/MyBlog/golang/2019/11/26/Deadline.html" } , { "title" : "CFLAGS - ", "url" : "/MyBlog/golang/2019/11/26/CFLAGS.html" } , { "title" : "tags - ", "url" : "/MyBlog/golang/2019/11/25/tags.html" } , { "title" : "Go写的程序需不需要glibc - ", "url" : "/MyBlog/golang/2019/11/24/libc.html" } , { "title" : "hook glibc - ", "url" : "/MyBlog/linux/2019/11/24/glibc.html" } , { "title" : "实现一个 Golang 调试器 - ", "url" : "/MyBlog/golang/2019/11/24/gdb.html" } , { "title" : "dlsym - ", "url" : "/MyBlog/linux/2019/11/24/dlsym.html" } , { "title" : "Golang生成动态库及调用 - ", "url" : "/MyBlog/golang/2019/11/24/dll.html" } , { "title" : "cgo 原理 - ", "url" : "/MyBlog/golang/2019/11/24/cgo.html" } , { "title" : "golang 实现 LD_PRELOAD 拦截 libc - ", "url" : "/MyBlog/golang/2019/11/24/LD_PRELOAD.html" } , { "title" : "DYLD_INTERPOSE - ", "url" : "/MyBlog/linux/2019/11/24/DYLD_INTERPOSE.html" } , { "title" : "DYLD_FORCE_FLAT_NAMESPACE - ", "url" : "/MyBlog/linux/2019/11/24/DYLD_FORCE_FLAT_NAMESPACE.html" } , { "title" : "LD_LIBRARY_PATH - ", "url" : "/MyBlog/linux/2019/11/24/.html" } , { "title" : "tcmalloc - ", "url" : "/MyBlog/golang/2019/11/23/%E5%B9%B6%E5%8F%91%E8%AE%BF%E9%97%AE.html" } , { "title" : "set - ", "url" : "/MyBlog/linux/2019/11/23/set.html" } , { "title" : "select - ", "url" : "/MyBlog/golang/2019/11/23/select.html" } , { "title" : "Kubernetes Pod 的实现原理 - ", "url" : "/MyBlog/golang/2019/11/23/pod.html" } , { "title" : "k3s - ", "url" : "/MyBlog/golang/2019/11/23/k3s.html" } , { "title" : "flutter - ", "url" : "/MyBlog/web/2019/11/23/flutter.html" } , { "title" : "dubbo-go - ", "url" : "/MyBlog/golang/2019/11/23/dubbo-go.html" } , { "title" : "build go src - ", "url" : "/MyBlog/golang/2019/11/23/buildgo.html" } , { "title" : "bfe - ", "url" : "/MyBlog/golang/2019/11/23/bfe.html" } , { "title" : "BigCache - ", "url" : "/MyBlog/golang/2019/11/23/BigCache.html" } , { "title" : "docker - ", "url" : "/MyBlog/docker/2019/11/20/docker.html" } , { "title" : "git Patch - ", "url" : "/MyBlog/web/2019/11/20/Patch.html" } , { "title" : "build - ", "url" : "/MyBlog/golang/2019/11/19/build.html" } , { "title" : "gometalinter - ", "url" : "/MyBlog/golang/2019/11/17/gometalinter.html" } , { "title" : "uintptr 临时变量gc风险 - ", "url" : "/MyBlog/golang/2019/11/16/uintptr.html" } , { "title" : "sysmon - ", "url" : "/MyBlog/golang/2019/11/16/sysmon.html" } , { "title" : "scheduler - ", "url" : "/MyBlog/golang/2019/11/16/scheduler.html" } , { "title" : "time/rate - ", "url" : "/MyBlog/golang/2019/11/16/rate.html" } , { "title" : "pprof - ", "url" : "/MyBlog/golang/2019/11/16/pprof.html" } , { "title" : "netpoll - ", "url" : "/MyBlog/golang/2019/11/16/netpoll.html" } , { "title" : "ldflags - ", "url" : "/MyBlog/golang/2019/11/16/ldflags.html" } , { "title" : "gc - ", "url" : "/MyBlog/golang/2019/11/16/gc.html" } , { "title" : "bitset - ", "url" : "/MyBlog/golang/2019/11/16/bitset.html" } , { "title" : "automaxprocs - ", "url" : "/MyBlog/golang/2019/11/16/automaxprocs.html" } , { "title" : "Token - ", "url" : "/MyBlog/golang/2019/11/16/Token.html" } , { "title" : "Go实现简单TCP扫描器 - ", "url" : "/MyBlog/golang/2019/11/16/TCP.html" } , { "title" : "Staticcheck - ", "url" : "/MyBlog/golang/2019/11/16/Staticcheck.html" } , { "title" : "Panic/Recover Mechanism - ", "url" : "/MyBlog/golang/2019/11/16/Recover.html" } , { "title" : "Balancers - ", "url" : "/MyBlog/golang/2019/11/16/Balancers.html" } , { "title" : "微服务架构下的分布式事务问题 - ", "url" : "/MyBlog/web/2019/11/14/tcc_cap.html" } , { "title" : "tcc - ", "url" : "/MyBlog/architect/2019/11/14/tcc.html" } , { "title" : "perf - ", "url" : "/MyBlog/linux/2019/11/14/perf.html" } , { "title" : "GTS - ", "url" : "/MyBlog/architect/2019/11/14/GTS.html" } , { "title" : "pstree - ", "url" : "/MyBlog/linux/2019/11/13/pstree.html" } , { "title" : "pid namespace - ", "url" : "/MyBlog/docker/2019/11/13/pid.html" } , { "title" : "chroot - ", "url" : "/MyBlog/linux/2019/11/13/chroot.html" } , { "title" : "Namespaces - ", "url" : "/MyBlog/docker/2019/11/13/Namespaces.html" } , { "title" : "Namespace - ", "url" : "/MyBlog/docker/2019/11/13/Namespace.html" } , { "title" : "分布式任务队列 - ", "url" : "/MyBlog/golang/2019/11/12/jobexecuter.html" } , { "title" : "etcd compaction - ", "url" : "/MyBlog/golang/2019/11/12/compaction.html" } , { "title" : "Quartz - ", "url" : "/MyBlog/golang/2019/11/12/Quartz.html" } , { "title" : "netns - ", "url" : "/MyBlog/linux/2019/11/11/netns.html" } , { "title" : "gzencode、gzdeflate和gzcompress的区别 - ", "url" : "/MyBlog/lang/2019/11/11/deflate.html" } , { "title" : "virtual(虚函数) vtbl(虚函数表)与vptr(虚函数表指针) - ", "url" : "/MyBlog/linux/2019/11/10/votr.html" } , { "title" : "sbrk brk break linux-malloc底层实现原理 - ", "url" : "/MyBlog/linux/2019/11/10/sbrk.html" } , { "title" : "文件描述符与文件指针的区别 - ", "url" : "/MyBlog/linux/2019/11/10/file.html" } , { "title" : "malloc()与 alloc()区别 - ", "url" : "/MyBlog/linux/2019/11/10/calloc.html" } , { "title" : "alloca - ", "url" : "/MyBlog/linux/2019/11/10/alloca.html" } , { "title" : "类型系统 - ", "url" : "/MyBlog/lang/2019/11/09/type.html" } , { "title" : "go 类型系统 - ", "url" : "/MyBlog/golang/2019/11/09/gotype.html" } , { "title" : "从机器语言到高级语言的原理 - ", "url" : "/MyBlog/lang/2019/11/09/01100001.html" } , { "title" : "内存分析 - ", "url" : "/MyBlog/golang/2019/11/08/%E5%86%85%E5%AD%98%E5%88%86%E6%9E%90.html" } , { "title" : "tcmalloc原理剖析 - ", "url" : "/MyBlog/linux/2019/11/08/tcmalloc%E5%8E%9F%E7%90%86%E5%89%96%E6%9E%90.html" } , { "title" : "malloc - ", "url" : "/MyBlog/linux/2019/11/08/malloc.html" } , { "title" : "expvar - ", "url" : "/MyBlog/golang/2019/11/08/expvar.html" } , { "title" : "slab/slob/slub的区别 - ", "url" : "/MyBlog/linux/2019/11/07/slab.html" } , { "title" : "进程的页表 - ", "url" : "/MyBlog/linux/2019/11/07/pcb.html" } , { "title" : "map 如何进行删除 - ", "url" : "/MyBlog/golang/2019/11/07/map.html" } , { "title" : "TCMalloc - ", "url" : "/MyBlog/linux/2019/11/07/TCMalloc.html" } , { "title" : "MemStats 查询度量内存和GC使用 - ", "url" : "/MyBlog/golang/2019/11/07/MemStats.html" } , { "title" : "Go语言的实时GC - ", "url" : "/MyBlog/golang/2019/11/07/Go%E8%AF%AD%E8%A8%80%E7%9A%84%E5%AE%9E%E6%97%B6GC.html" } , { "title" : "GCStats - ", "url" : "/MyBlog/golang/2019/11/07/GCStats.html" } , { "title" : "page - ", "url" : "/MyBlog/linux/2019/11/06/page.html" } , { "title" : "c语言内存管理 - ", "url" : "/MyBlog/linux/2019/11/06/c.html" } , { "title" : "automaxprocs - ", "url" : "/MyBlog/golang/2019/11/06/automaxprocs.html" } , { "title" : "mt.Sprint(e) 死循环 - ", "url" : "/MyBlog/golang/2019/11/05/sprintf.html" } , { "title" : "memory 内存管理机制 - ", "url" : "/MyBlog/linux/2019/11/05/memory.html" } , { "title" : "crontab - ", "url" : "/MyBlog/linux/2019/11/05/crontab.html" } , { "title" : "字符串高效拼接 - ", "url" : "/MyBlog/golang/2019/11/04/string.html" } , { "title" : "time/rate - ", "url" : "/MyBlog/golang/2019/11/03/rate.html" } , { "title" : "endless - ", "url" : "/MyBlog/golang/2019/11/03/endless.html" } , { "title" : "Redis - ", "url" : "/MyBlog/storage/2019/11/03/Redis.html" } , { "title" : "net/url - ", "url" : "/MyBlog/golang/2019/11/02/url.html" } , { "title" : "tcmalloc - ", "url" : "/MyBlog/golang/2019/11/02/tcmalloc.html" } , { "title" : "percona-toolkit - ", "url" : "/MyBlog/storage/2019/11/02/percona-toolkit.html" } , { "title" : "golangci-lint - ", "url" : "/MyBlog/golang/2019/11/02/golangci-lint.html" } , { "title" : "ginkgo BDD - ", "url" : "/MyBlog/golang/2019/11/02/ginkgo.html" } , { "title" : "fmt - ", "url" : "/MyBlog/algorithm/2019/11/02/fmt.html" } , { "title" : "Service Mesh - ", "url" : "/MyBlog/golang/2019/11/02/Mesh.html" } , { "title" : "如何写出高质量代码 - ", "url" : "/MyBlog/golang/2019/11/02/CodeReviewComments.html" } , { "title" : "victim cache - ", "url" : "/MyBlog/golang/2019/10/31/victim.html" } , { "title" : "ast - ", "url" : "/MyBlog/golang/2019/10/31/ast.html" } , { "title" : "HTTP - ", "url" : "/MyBlog/web/2019/10/31/HTTP.html" } , { "title" : "Gourtines - ", "url" : "/MyBlog/golang/2019/10/31/Gourtines.html" } , { "title" : "Debugging - ", "url" : "/MyBlog/golang/2019/10/31/Debugging.html" } , { "title" : "Exactly Once语义与事务机制 - ", "url" : "/MyBlog/storage/2019/10/28/Exactly.html" } , { "title" : "kafka EOS - ", "url" : "/MyBlog/storage/2019/10/28/EOS.html" } , { "title" : "workerpool - ", "url" : "/MyBlog/golang/2019/10/27/workerpool.html" } , { "title" : "WaitGroup - ", "url" : "/MyBlog/golang/2019/10/27/WaitGroup.html" } , { "title" : "Cond - ", "url" : "/MyBlog/golang/2019/10/27/Cond.html" } , { "title" : "微信小程序底层原理 - ", "url" : "/MyBlog/web/2019/10/26/wx.html" } , { "title" : "Pessimistic Lock - ", "url" : "/MyBlog/storage/2019/10/26/storage.html" } , { "title" : "livenessProbe - ", "url" : "/MyBlog/linux/2019/10/26/livenessProbe.html" } , { "title" : "单列索引和联合索引区别 - ", "url" : "/MyBlog/storage/2019/10/26/index_merge.html" } , { "title" : "回表查询 - ", "url" : "/MyBlog/storage/2019/10/26/index.html" } , { "title" : "http2 - ", "url" : "/MyBlog/web/2019/10/26/http2.html" } , { "title" : "PHP7数组的有序性 - ", "url" : "/MyBlog/lang/2019/10/26/array.html" } , { "title" : "DNS 劫持 - ", "url" : "/MyBlog/web/2019/10/26/DNS.html" } , { "title" : "Kafka的ACK含义 - ", "url" : "/MyBlog/storage/2019/10/26/ACK.html" } , { "title" : "mysql 最左前缀原则 - ", "url" : "/MyBlog/storage/2019/10/25/mysql.html" } , { "title" : "lock - ", "url" : "/MyBlog/linux/2019/10/25/lock.html" } , { "title" : "ssh tty - ", "url" : "/MyBlog/linux/2019/10/24/ssh.html" } , { "title" : "js - ", "url" : "/MyBlog/lang/2019/10/24/js.html" } , { "title" : "tty - ", "url" : "/MyBlog/linux/2019/10/23/tty.html" } , { "title" : "session - ", "url" : "/MyBlog/linux/2019/10/23/session.html" } , { "title" : "ptmx - ", "url" : "/MyBlog/linux/2019/10/23/ptmx.html" } , { "title" : "Cmd.start, Cmd.Wait - ", "url" : "/MyBlog/golang/2019/10/22/wait.html" } , { "title" : "命令行界面 (CLI)、终端 (Terminal)、Shell、TTY的区别 - ", "url" : "/MyBlog/linux/2019/10/22/tty.html" } , { "title" : "setns - ", "url" : "/MyBlog/docker/2019/10/22/setns.html" } , { "title" : "runC - ", "url" : "/MyBlog/docker/2019/10/22/runC.html" } , { "title" : "docker exec 进入容器原理 - ", "url" : "/MyBlog/docker/2019/10/22/exec.html" } , { "title" : "如何进入Docker容器 - ", "url" : "/MyBlog/docker/2019/10/22/attach.html" } , { "title" : "artifactory - ", "url" : "/MyBlog/web/2019/10/22/artifactory.html" } , { "title" : "Namespace - ", "url" : "/MyBlog/docker/2019/10/22/Namespace.html" } , { "title" : "HTTPS - ", "url" : "/MyBlog/web/2019/10/22/HTTPS.html" } , { "title" : "zval 弱类型实现 - ", "url" : "/MyBlog/lang/2019/10/20/zval.html" } , { "title" : "top、free、uptime、htop - ", "url" : "/MyBlog/linux/2019/10/20/top.html" } , { "title" : "request_slowlog_timeout - ", "url" : "/MyBlog/lang/2019/10/20/request_slowlog_timeout.html" } , { "title" : "mysql - ", "url" : "/MyBlog/storage/2019/10/20/mysql.html" } , { "title" : "mt_rand rand - ", "url" : "/MyBlog/lang/2019/10/20/mt_rand.html" } , { "title" : "dvwa - ", "url" : "/MyBlog/lang/2019/10/20/dvwa.html" } , { "title" : "autoload - ", "url" : "/MyBlog/lang/2019/10/20/autoload.html" } , { "title" : "array_map 与array_walk的用法与区别 - ", "url" : "/MyBlog/lang/2019/10/20/array_map.html" } , { "title" : "FPM 多进程模型 - ", "url" : "/MyBlog/lang/2019/10/20/FPM.html" } , { "title" : "php Coroutine - ", "url" : "/MyBlog/lang/2019/10/20/Coroutine.html" } , { "title" : "CSRF、XSS、sql注入、DDOS流量攻击 - ", "url" : "/MyBlog/web/2019/10/20/CSRF.html" } , { "title" : "composer update - ", "url" : "/MyBlog/lang/2019/10/19/update.html" } , { "title" : "spl_auto_register - ", "url" : "/MyBlog/lang/2019/10/19/spl_auto_register.html" } , { "title" : "satis composer - ", "url" : "/MyBlog/lang/2019/10/19/satis.html" } , { "title" : "perl POSIX 正则 - ", "url" : "/MyBlog/lang/2019/10/19/perl.html" } , { "title" : "php fig psr - ", "url" : "/MyBlog/lang/2019/10/19/fig.html" } , { "title" : "Packagist - ", "url" : "/MyBlog/lang/2019/10/19/Packagist.html" } , { "title" : "HTTP_X_FORWARDED_FOR - ", "url" : "/MyBlog/web/2019/10/19/HTTP_X_FORWARDED_FOR.html" } , { "title" : "Defer recover - ", "url" : "/MyBlog/golang/2019/10/19/Defer.html" } , { "title" : "Composer - ", "url" : "/MyBlog/lang/2019/10/19/Composer.html" } , { "title" : "recover - ", "url" : "/MyBlog/golang/2019/10/18/recover.html" } , { "title" : "println - ", "url" : "/MyBlog/golang/2019/10/18/println.html" } , { "title" : "ArrayObject getArrayCopy - ", "url" : "/MyBlog/lang/2019/10/18/getArrayCopy.html" } , { "title" : "thrift t_generator_registry map初始化 - ", "url" : "/MyBlog/lang/2019/10/17/thrift.html" } , { "title" : "magic - ", "url" : "/MyBlog/lang/2019/10/17/magic.html" } , { "title" : "__call call_user_func_array - ", "url" : "/MyBlog/lang/2019/10/17/__call.html" } , { "title" : "php Reflection - ", "url" : "/MyBlog/lang/2019/10/17/Reflection.html" } , { "title" : "c++ 前向声明(forward declaration) - ", "url" : "/MyBlog/lang/2019/10/16/declaration.html" } , { "title" : "Thrift 源码 - ", "url" : "/MyBlog/golang/2019/10/16/Thrift.html" } , { "title" : "thrift annotation - ", "url" : "/MyBlog/golang/2019/10/15/annotation.html" } , { "title" : "Dapper - ", "url" : "/MyBlog/web/2019/10/15/Dapper.html" } , { "title" : "Istio - ", "url" : "/MyBlog/algorithm/2019/10/14/Istio.html" } , { "title" : "bytes.Buffer - ", "url" : "/MyBlog/golang/2019/10/14/Buffer.html" } , { "title" : "load - ", "url" : "/MyBlog/linux/2019/10/13/load.html" } , { "title" : "缓存穿透,缓存击穿,缓存雪崩 - ", "url" : "/MyBlog/storage/2019/10/13/cache.html" } , { "title" : "内存屏障 - ", "url" : "/MyBlog/linux/2019/10/13/barrier.html" } , { "title" : "atomic 原理 - ", "url" : "/MyBlog/golang/2019/10/13/atomic.html" } , { "title" : "孤儿进程、僵尸进程和守护进程 - ", "url" : "/MyBlog/linux/2019/10/13/PCB.html" } , { "title" : "Mutex - ", "url" : "/MyBlog/golang/2019/10/13/Mutex.html" } , { "title" : "Jaeger - ", "url" : "/MyBlog/golang/2019/10/13/Jaeger.html" } , { "title" : "GC - ", "url" : "/MyBlog/golang/2019/10/13/GC.html" } , { "title" : "Channel - ", "url" : "/MyBlog/golang/2019/10/13/Channel.html" } , { "title" : "select for update - ", "url" : "/MyBlog/storage/2019/10/12/update.html" } , { "title" : "statsd - ", "url" : "/MyBlog/golang/2019/10/12/statsd.html" } , { "title" : "runtime matrics - ", "url" : "/MyBlog/golang/2019/10/12/runtimematrics.html" } , { "title" : "nowait - ", "url" : "/MyBlog/storage/2019/10/12/nowait.html" } , { "title" : "matrix - ", "url" : "/MyBlog/web/2019/10/12/matrix.html" } , { "title" : "gomatrix - ", "url" : "/MyBlog/golang/2019/10/12/gomatrix.html" } , { "title" : "open-falcon - ", "url" : "/MyBlog/golang/2019/10/12/falcon.html" } , { "title" : "coordtransform - ", "url" : "/MyBlog/algorithm/2019/10/12/coordtransform.html" } , { "title" : "golang atomic包 - ", "url" : "/MyBlog/golang/2019/10/12/atomic.html" } , { "title" : "Lockless - ", "url" : "/MyBlog/web/2019/10/12/Lockless.html" } , { "title" : "HEXAGON 六边形 - ", "url" : "/MyBlog/algorithm/2019/10/12/HEXAGON.html" } , { "title" : "高效的多维空间点索引算法 — Geohash 和 Google S2 - ", "url" : "/MyBlog/algorithm/2019/10/11/s2.html" } , { "title" : "redis-cell - ", "url" : "/MyBlog/storage/2019/10/11/redis-cell.html" } , { "title" : "ratelimit - ", "url" : "/MyBlog/golang/2019/10/11/ratelimit.html" } , { "title" : "php heredoc - ", "url" : "/MyBlog/php/2019/10/11/heredoc.html" } , { "title" : "evalsha - ", "url" : "/MyBlog/storage/2019/10/11/evalsha.html" } , { "title" : "分布式限流 - ", "url" : "/MyBlog/web/2019/10/11/dratelimit.html" } , { "title" : "地理索引 uber s3 - ", "url" : "/MyBlog/algorithm/2019/10/11/PHXIS.html" } , { "title" : "uber H3 - ", "url" : "/MyBlog/algorithm/2019/10/11/H3.html" } , { "title" : "select - ", "url" : "/MyBlog/golang/2019/10/10/select.html" } , { "title" : "runtime - ", "url" : "/MyBlog/golang/2019/10/10/runtime.html" } , { "title" : "rpc - ", "url" : "/MyBlog/golang/2019/10/10/rpc.html" } , { "title" : "HTTP路由 - ", "url" : "/MyBlog/golang/2019/10/10/router.html" } , { "title" : "radix tire - ", "url" : "/MyBlog/algorithm/2019/10/10/radix_tire.html" } , { "title" : "radix tree router - ", "url" : "/MyBlog/golang/2019/10/10/radix_router.html" } , { "title" : "radix 基数树 - ", "url" : "/MyBlog/linux/2019/10/10/radix.html" } , { "title" : "netstack - ", "url" : "/MyBlog/golang/2019/10/10/netstack.html" } , { "title" : "gops - ", "url" : "/MyBlog/golang/2019/10/10/gops.html" } , { "title" : "go_radix - ", "url" : "/MyBlog/golang/2019/10/10/go_radix.html" } , { "title" : "gRpc - ", "url" : "/MyBlog/golang/2019/10/10/gRpc.html" } , { "title" : "expvar - ", "url" : "/MyBlog/golang/2019/10/10/expvar.html" } , { "title" : "gobreaker - ", "url" : "/MyBlog/golang/2019/10/09/gobreaker.html" } , { "title" : "go-kit - ", "url" : "/MyBlog/golang/2019/10/09/go-kit.html" } , { "title" : "Prometheus - ", "url" : "/MyBlog/golang/2019/10/09/Prometheus.html" } , { "title" : "sed - ", "url" : "/MyBlog/linux/2019/10/08/sed.html" } , { "title" : "heatbeat - ", "url" : "/MyBlog/golang/2019/09/28/heatbeat.html" } , { "title" : "etcd - ", "url" : "/MyBlog/golang/2019/09/28/etcd.html" } , { "title" : "slot map redis 槽映射 - ", "url" : "/MyBlog/golang/2019/09/27/slot.html" } , { "title" : "hystrix - ", "url" : "/MyBlog/golang/2019/09/27/hystrix.html" } , { "title" : "一致性hash golang 实现 - ", "url" : "/MyBlog/golang/2019/09/27/hash.html" } , { "title" : "gomacro - ", "url" : "/MyBlog/golang/2019/09/27/gomacro.html" } , { "title" : "Go-kit 熔断器 - ", "url" : "/MyBlog/golang/2019/09/27/gokit.html" } , { "title" : "如何设计一个亿级网关 - ", "url" : "/MyBlog/golang/2019/09/27/gateway.html" } , { "title" : "etcd实现服务发现机制 - ", "url" : "/MyBlog/golang/2019/09/27/etcd.html" } , { "title" : "/dev/udp - ", "url" : "/MyBlog/linux/2019/09/27/dev.html" } , { "title" : "Consul - ", "url" : "/MyBlog/golang/2019/09/27/Consul.html" } , { "title" : "xdebug - ", "url" : "/MyBlog/php/2019/09/26/xdebug.html" } , { "title" : "spf13-vim - ", "url" : "/MyBlog/golang/2019/09/26/spf13-vim.html" } , { "title" : "jsoniter - ", "url" : "/MyBlog/golang/2019/09/26/jsoniter.html" } , { "title" : "hugo - ", "url" : "/MyBlog/golang/2019/09/26/hugo.html" } , { "title" : "pflag flag - ", "url" : "/MyBlog/golang/2019/09/26/flag.html" } , { "title" : "ffjson - ", "url" : "/MyBlog/golang/2019/09/26/ffjson.html" } , { "title" : "cobra detail - ", "url" : "/MyBlog/golang/2019/09/26/cobra_detail.html" } , { "title" : "cobra - ", "url" : "/MyBlog/golang/2019/09/26/cobra.html" } , { "title" : "Modules - ", "url" : "/MyBlog/golang/2019/09/26/Modules.html" } , { "title" : "json - ", "url" : "/MyBlog/golang/2019/09/25/json.html" } , { "title" : "dwarf - ", "url" : "/MyBlog/golang/2019/09/25/dwarf.html" } , { "title" : "https - ", "url" : "/MyBlog/golang/2019/09/23/https.html" } , { "title" : "sso - ", "url" : "/MyBlog/web/2019/09/22/sso.html" } , { "title" : "rsa - ", "url" : "/MyBlog/algorithm/2019/09/22/rsa.html" } , { "title" : "rand 随机数 - ", "url" : "/MyBlog/golang/2019/09/22/rand.html" } , { "title" : "签名和加密的区别 - ", "url" : "/MyBlog/algorithm/2019/09/22/openssl.html" } , { "title" : "sso oauth - ", "url" : "/MyBlog/web/2019/09/22/oauth.html" } , { "title" : "cors - ", "url" : "/MyBlog/web/2019/09/22/cors.html" } , { "title" : "tengine - ", "url" : "/MyBlog/web/2019/09/21/tengine.html" } , { "title" : "stream - ", "url" : "/MyBlog/storage/2019/09/21/stream.html" } , { "title" : "id 生成器 - ", "url" : "/MyBlog/web/2019/09/21/snowflake.html" } , { "title" : "shortUrl - ", "url" : "/MyBlog/web/2019/09/21/shortUrl.html" } , { "title" : "redis 4 特性 - ", "url" : "/MyBlog/storage/2019/09/21/redis4.html" } , { "title" : "redis 5 新特性 - ", "url" : "/MyBlog/storage/2019/09/21/redis.html" } , { "title" : "php7 - ", "url" : "/MyBlog/php/2019/09/21/php.html" } , { "title" : "openretry - ", "url" : "/MyBlog/web/2019/09/21/openretry.html" } , { "title" : "nginx - ", "url" : "/MyBlog/web/2019/09/21/nginx.html" } , { "title" : "md5 - ", "url" : "/MyBlog/algorithm/2019/09/21/md5.html" } , { "title" : "linux 5.3 - ", "url" : "/MyBlog/linux/2019/09/21/linux.html" } , { "title" : "kafka - ", "url" : "/MyBlog/storage/2019/09/21/kafka.html" } , { "title" : "golang 1.13 - ", "url" : "/MyBlog/golang/2019/09/21/golang.html" } , { "title" : "docker - ", "url" : "/MyBlog/docker/2019/09/21/docker.html" } , { "title" : "CentOS - ", "url" : "/MyBlog/linux/2019/09/21/CentOS.html" } , { "title" : "xa - ", "url" : "/MyBlog/storage/2019/09/19/xa.html" } , { "title" : "mariadb - ", "url" : "/MyBlog/storage/2019/09/19/mariadb.html" } , { "title" : "system call table - ", "url" : "/MyBlog/linux/2019/09/18/systemcalltab.html" } , { "title" : "函数调用帧栈 - ", "url" : "/MyBlog/linux/2019/09/18/stackFrame.html" } , { "title" : "C语言的异常机制 setjump longjump函数 - ", "url" : "/MyBlog/linux/2019/09/18/setjump.html" } , { "title" : "rtld_fini - ", "url" : "/MyBlog/linux/2019/09/18/rtld_fini.html" } , { "title" : "main - ", "url" : "/MyBlog/linux/2019/09/18/main.html" } , { "title" : "heap 内存管理之堆和栈 - ", "url" : "/MyBlog/linux/2019/09/18/heap.html" } , { "title" : "dumpbin - ", "url" : "/MyBlog/linux/2019/09/18/dumpbin.html" } , { "title" : "c++filt - ", "url" : "/MyBlog/linux/2019/09/18/c++filt.html" } , { "title" : "Linux进程分配内存的两种方式--brk() 和mmap() - ", "url" : "/MyBlog/linux/2019/09/18/brk.html" } , { "title" : "atexit - ", "url" : "/MyBlog/linux/2019/09/18/atexit_linux.html" } , { "title" : "atexit - ", "url" : "/MyBlog/linux/2019/09/18/atexit.html" } , { "title" : "0x80 0x21 软中断 - ", "url" : "/MyBlog/linux/2019/09/18/0x80.html" } , { "title" : "readelf - ", "url" : "/MyBlog/linux/2019/09/16/readelf.html" } , { "title" : "ar - ", "url" : "/MyBlog/linux/2019/09/16/ar.html" } , { "title" : "压栈的工作原理 - ", "url" : "/MyBlog/linux/2019/09/15/statck.html" } , { "title" : "Go 函数调用━栈和寄存器视角 - ", "url" : "/MyBlog/golang/2019/09/15/req.html" } , { "title" : "图的连通性 - ", "url" : "/MyBlog/algorithm/2019/09/15/graph.html" } , { "title" : "clang - ", "url" : "/MyBlog/web/2019/09/15/clang.html" } , { "title" : "golang 函数调用汇编 - ", "url" : "/MyBlog/golang/2019/09/15/call.html" } , { "title" : "setxx setnx - ", "url" : "/MyBlog/storage/2019/09/14/setxx.html" } , { "title" : "p2p 打洞 - ", "url" : "/MyBlog/web/2019/09/14/p2p.html" } , { "title" : "max_execution_time fpm - ", "url" : "/MyBlog/php/2019/09/14/max_execution_time.html" } , { "title" : "interface - ", "url" : "/MyBlog/golang/2019/09/14/interface.html" } , { "title" : "gimple - ", "url" : "/MyBlog/algorithm/2019/09/14/gimple.html" } , { "title" : "go test Build 缓存 - ", "url" : "/MyBlog/golang/2019/09/12/test.html" } , { "title" : "Go 语言运行时环境变量 - ", "url" : "/MyBlog/golang/2019/09/12/env.html" } , { "title" : "reflect性能 - ", "url" : "/MyBlog/golang/2019/09/11/reflect_json.html" } , { "title" : "reflect - ", "url" : "/MyBlog/golang/2019/09/11/reflect.html" } , { "title" : "go 语言内存布局 - ", "url" : "/MyBlog/golang/2019/09/11/Header.html" } , { "title" : "Assertion - ", "url" : "/MyBlog/golang/2019/09/11/Assertion.html" } , { "title" : "unsafe - ", "url" : "/MyBlog/golang/2019/09/10/unsafe.html" } , { "title" : "godoc - ", "url" : "/MyBlog/golang/2019/09/10/godoc.html" } , { "title" : "builtin - ", "url" : "/MyBlog/golang/2019/09/10/builtin.html" } , { "title" : "Reflection - ", "url" : "/MyBlog/golang/2019/09/10/Reflection.html" } , { "title" : "Interfaces - ", "url" : "/MyBlog/golang/2019/09/10/Interfaces.html" } , { "title" : "upx - ", "url" : "/MyBlog/golang/2019/09/08/upx.html" } , { "title" : "tcpproxy - ", "url" : "/MyBlog/golang/2019/09/08/tcpproxy.html" } , { "title" : "swagger php - ", "url" : "/MyBlog/php/2019/09/08/swaggerphp.html" } , { "title" : "reflect 为啥慢 - ", "url" : "/MyBlog/golang/2019/09/08/reflect.html" } , { "title" : "Swagger与postman使用 - ", "url" : "/MyBlog/golang/2019/09/08/postman.html" } , { "title" : "openfalcon - ", "url" : "/MyBlog/golang/2019/09/08/openfalcon.html" } , { "title" : "json - ", "url" : "/MyBlog/golang/2019/09/08/json.html" } , { "title" : "golang 编译压缩体积 - ", "url" : "/MyBlog/golang/2019/09/08/goupx.html" } , { "title" : "goconvey - ", "url" : "/MyBlog/golang/2019/09/08/goconvey.html" } , { "title" : "go-swagger - ", "url" : "/MyBlog/golang/2019/09/08/go-swagger.html" } , { "title" : "easy-mock - ", "url" : "/MyBlog/golang/2019/09/08/easy-mock.html" } , { "title" : "Swagger - ", "url" : "/MyBlog/golang/2019/09/08/Swagger.html" } , { "title" : "simplejson json.Decoder vs json.Unmarshal - ", "url" : "/MyBlog/golang/2019/09/04/simplejson.html" } , { "title" : "travis ci - ", "url" : "/MyBlog/web/2019/09/03/travis.html" } , { "title" : "json - ", "url" : "/MyBlog/golang/2019/09/03/json.html" } , { "title" : "pprof 火焰图 实践 - ", "url" : "/MyBlog/golang/2019/08/25/torch.html" } , { "title" : "pprof - ", "url" : "/MyBlog/golang/2019/08/25/pprof.html" } , { "title" : "perf pprof - ", "url" : "/MyBlog/linux/2019/08/25/perf.html" } , { "title" : "gprof 原理 - ", "url" : "/MyBlog/linux/2019/08/25/gprof.html" } , { "title" : "go tool trace - ", "url" : "/MyBlog/golang/2019/08/25/gotrace.html" } , { "title" : "go-callvis 生成golang调用图 - ", "url" : "/MyBlog/golang/2019/08/25/go-callvis.html" } , { "title" : "flamegraph - ", "url" : "/MyBlog/linux/2019/08/25/flamegraph.html" } , { "title" : "空间索引 - ", "url" : "/MyBlog/web/2019/08/22/geoindex.html" } , { "title" : "wrk - ", "url" : "/MyBlog/golang/2019/08/18/wrk.html" } , { "title" : "race - ", "url" : "/MyBlog/golang/2019/08/18/race.html" } , { "title" : "make new 的区别 - ", "url" : "/MyBlog/golang/2019/08/18/make.html" } , { "title" : "interface - ", "url" : "/MyBlog/golang/2019/08/18/interface.html" } , { "title" : "flame graph - ", "url" : "/MyBlog/golang/2019/08/18/flamegraph.html" } , { "title" : "defer - ", "url" : "/MyBlog/golang/2019/08/18/defer.html" } , { "title" : "http状态码413 - ", "url" : "/MyBlog/php/2019/08/15/413.html" } , { "title" : "mark and sweep - ", "url" : "/MyBlog/golang/2019/08/09/sweep.html" } , { "title" : "phpgc - ", "url" : "/MyBlog/php/2019/08/09/phpgc.html" } , { "title" : "gc 发展 - ", "url" : "/MyBlog/golang/2019/08/09/gc.html" } , { "title" : "fpm_scoreboard - ", "url" : "/MyBlog/php/2019/08/09/fpm_scoreboard.html" } , { "title" : "sync.pool - ", "url" : "/MyBlog/golang/2019/08/08/pool.html" } , { "title" : "MVCC 、CAS 和CopyOnWrite - ", "url" : "/MyBlog/storage/2019/08/08/mvcc.html" } , { "title" : "mutex - ", "url" : "/MyBlog/golang/2019/08/08/mutex.html" } , { "title" : "fasthttp - ", "url" : "/MyBlog/golang/2019/08/08/fasthttp.html" } , { "title" : "Treap - ", "url" : "/MyBlog/algorithm/2019/08/08/Treap.html" } , { "title" : "load average - ", "url" : "/MyBlog/linux/2019/08/07/load.html" } , { "title" : "fasthttp - ", "url" : "/MyBlog/golang/2019/08/04/fasthttp.html" } , { "title" : "channel - ", "url" : "/MyBlog/golang/2019/08/04/channel.html" } , { "title" : "opentracing - ", "url" : "/MyBlog/golang/2019/08/03/opentracing.html" } , { "title" : "httptrace - ", "url" : "/MyBlog/golang/2019/08/03/httptrace.html" } , { "title" : "Memory Allocator Trace - ", "url" : "/MyBlog/golang/2019/07/28/trace.html" } , { "title" : "系统调度 - ", "url" : "/MyBlog/golang/2019/07/28/scheduler.html" } , { "title" : "hey - ", "url" : "/MyBlog/golang/2019/07/28/hey.html" } , { "title" : "gostub - ", "url" : "/MyBlog/golang/2019/07/28/gostub.html" } , { "title" : "goMonkey - ", "url" : "/MyBlog/golang/2019/07/28/goMonkey.html" } , { "title" : "GoConvey - ", "url" : "/MyBlog/golang/2019/07/28/GoConvey.html" } , { "title" : "mock - ", "url" : "/MyBlog/golang/2019/07/27/mock.html" } , { "title" : "tty stdin stdout stderr - ", "url" : "/MyBlog/linux/2019/07/21/tty.html" } , { "title" : "tiny compiler - ", "url" : "/MyBlog/golang/2019/07/21/tiny.html" } , { "title" : "compile link - ", "url" : "/MyBlog/golang/2019/07/21/link.html" } , { "title" : "elf - ", "url" : "/MyBlog/linux/2019/07/21/elf.html" } , { "title" : "tscan - ", "url" : "/MyBlog/golang/2019/07/20/tscan.html" } , { "title" : "race - ", "url" : "/MyBlog/golang/2019/07/20/race.html" } , { "title" : "Memory Sanitizer - ", "url" : "/MyBlog/golang/2019/07/20/goroutine.html" } , { "title" : "go 编译器指示 - ", "url" : "/MyBlog/golang/2019/07/20/go.html" } , { "title" : "编译优化 - ", "url" : "/MyBlog/golang/2019/07/20/gc.html" } , { "title" : "调试golang编译器,增加自定义声明 - ", "url" : "/MyBlog/golang/2019/07/20/compile.html" } , { "title" : "语法树与抽象语法树(parse tree & abstract syntax tree) - ", "url" : "/MyBlog/golang/2019/07/20/ast.html" } , { "title" : "静态单赋值(SSA,Static Single-Assignment) - ", "url" : "/MyBlog/golang/2019/07/19/ssa.html" } , { "title" : "502 504 - ", "url" : "/MyBlog/web/2019/07/18/502.html" } , { "title" : "slice - ", "url" : "/MyBlog/golang/2019/07/16/slice.html" } , { "title" : "plan9 - ", "url" : "/MyBlog/golang/2019/07/16/plan9.html" } , { "title" : "goasm - ", "url" : "/MyBlog/golang/2019/07/16/goasm.html" } , { "title" : "asm - ", "url" : "/MyBlog/golang/2019/07/16/asm.html" } , { "title" : "binaryen - ", "url" : "/MyBlog/golang/2019/07/15/binaryen.html" } , { "title" : "WebAssembly - ", "url" : "/MyBlog/golang/2019/07/15/WebAssembly.html" } , { "title" : "tty 及其在远程登录(SSH,telnet等)中的应用 - ", "url" : "/MyBlog/linux/2019/07/14/tty.html" } , { "title" : "go tool trace - ", "url" : "/MyBlog/golang/2019/07/14/trace.html" } , { "title" : "ssl ssh - ", "url" : "/MyBlog/web/2019/07/14/ssl.html" } , { "title" : "ssh 原理 - ", "url" : "/MyBlog/linux/2019/07/14/ssh_keygen.html" } , { "title" : "Linux中tty、pty、pts的概念区别 - ", "url" : "/MyBlog/linux/2019/07/14/pty.html" } , { "title" : "cAdvisor - ", "url" : "/MyBlog/docker/2019/07/14/cAdvisor.html" } , { "title" : "SSH - ", "url" : "/MyBlog/linux/2019/07/14/SSH.html" } , { "title" : "Quagga - ", "url" : "/MyBlog/linux/2019/07/14/Quagga.html" } , { "title" : "Pipework、Weave、Flannel - ", "url" : "/MyBlog/docker/2019/07/14/Pipework.html" } , { "title" : "Flannel - ", "url" : "/MyBlog/2019/07/14/Flannel.html" } , { "title" : "sdn - ", "url" : "/MyBlog/docker/2019/07/11/sdn.html" } , { "title" : "php - ", "url" : "/MyBlog/php/2019/07/11/php.html" } , { "title" : "Macvlan与ipvlan - ", "url" : "/MyBlog/docker/2019/07/11/ipvlan.html" } , { "title" : "hypervisor - ", "url" : "/MyBlog/docker/2019/07/11/hypervisor.html" } , { "title" : "go get go install - ", "url" : "/MyBlog/golang/2019/07/11/goget.html" } , { "title" : "Docker与Hypervisor - ", "url" : "/MyBlog/docker/2019/07/11/docker.html" } , { "title" : "cobra - ", "url" : "/MyBlog/golang/2019/07/11/cobra.html" } , { "title" : "prctl - ", "url" : "/MyBlog/linux/2019/07/09/prctl.html" } , { "title" : "type aliases - ", "url" : "/MyBlog/golang/2019/07/09/alias.html" } , { "title" : "union mount - ", "url" : "/MyBlog/docker/2019/07/07/union.html" } , { "title" : "Linux内核namespace机制 - ", "url" : "/MyBlog/docker/2019/07/07/namespace.html" } , { "title" : "Namespace 资源隔离 - ", "url" : "/MyBlog/linux/2019/07/07/linux_ns.html" } , { "title" : "ioctl 网桥管理 - ", "url" : "/MyBlog/linux/2019/07/07/ioctl.html" } , { "title" : "clone - ", "url" : "/MyBlog/linux/2019/07/07/clone.html" } , { "title" : "cidr - ", "url" : "/MyBlog/linux/2019/07/07/cidr.html" } , { "title" : "Libcontainer - ", "url" : "/MyBlog/docker/2019/07/07/Libcontainer.html" } , { "title" : "AppArmor - ", "url" : "/MyBlog/docker/2019/07/07/AppArmor.html" } , { "title" : "namespace - ", "url" : "/MyBlog/docker/2019/07/06/namespace.html" } , { "title" : "lxc - ", "url" : "/MyBlog/docker/2019/07/06/lxc.html" } , { "title" : "lxc-start 源码分析 - ", "url" : "/MyBlog/docker/2019/07/06/lxc-start.html" } , { "title" : "hijack - ", "url" : "/MyBlog/golang/2019/07/05/hijack.html" } , { "title" : "gotty 把你的 Linux 终端放到浏览器里面 - ", "url" : "/MyBlog/golang/2019/07/05/gotty.html" } , { "title" : "fcgi - ", "url" : "/MyBlog/golang/2019/07/04/fcgi.html" } , { "title" : "fastcgi_client - ", "url" : "/MyBlog/php/2019/07/04/fastcgi_client.html" } , { "title" : "RequestID fastcgi - ", "url" : "/MyBlog/php/2019/07/04/RequestID.html" } , { "title" : "FastCGI MIT 文档 - ", "url" : "/MyBlog/web/2019/07/04/FastCGI.html" } , { "title" : "setfacl - ", "url" : "/MyBlog/linux/2019/07/03/setfacl.html" } , { "title" : "go-web + go-cgi + go-cgi-script - ", "url" : "/MyBlog/golang/2019/07/03/gocgi.html" } , { "title" : "aufs、Btrfs、Device mapper、OverlayFS、ZFS - ", "url" : "/MyBlog/docker/2019/07/03/aufs.html" } , { "title" : "netListener.File - ", "url" : "/MyBlog/golang/2019/07/02/netListener.html" } , { "title" : "lantern mac编译 Proxy SwitchyOmega - ", "url" : "/MyBlog/golang/2019/06/30/lantern.html" } , { "title" : "shell $(( ))、$( )、``与${ }的区别 - ", "url" : "/MyBlog/linux/2019/06/29/shell.html" } , { "title" : "shutdown 源码分析 - ", "url" : "/MyBlog/golang/2019/06/29/graceful.html" } , { "title" : "git彻底删除提交历史 - ", "url" : "/MyBlog/web/2019/06/29/git.html" } , { "title" : "fpm graceful - ", "url" : "/MyBlog/web/2019/06/29/fpm.html" } , { "title" : "graceful Shutdown - ", "url" : "/MyBlog/golang/2019/06/29/Shutdown.html" } , { "title" : "interface 和nil - ", "url" : "/MyBlog/golang/2019/06/28/nil.html" } , { "title" : "martini inject - ", "url" : "/MyBlog/golang/2019/06/28/invoke.html" } , { "title" : "Martini之inject源码 - ", "url" : "/MyBlog/golang/2019/06/28/inject.html" } , { "title" : "gcflags - ", "url" : "/MyBlog/golang/2019/06/28/gcflags.html" } , { "title" : "Martini - ", "url" : "/MyBlog/golang/2019/06/28/Martini.html" } , { "title" : "vmnetd - ", "url" : "/MyBlog/docker/2019/06/27/vmnetd.html" } , { "title" : "godoc doc.go - ", "url" : "/MyBlog/golang/2019/06/27/godoc.html" } , { "title" : "docker for mac k8s - ", "url" : "/MyBlog/docker/2019/06/26/dockerformak.html" } , { "title" : "ssh端口转发 - ", "url" : "/MyBlog/docker/2019/06/25/ssh.html" } , { "title" : "docker for mac k8s - ", "url" : "/MyBlog/docker/2019/06/25/dockerformack8s.html" } , { "title" : "docker for mac - ", "url" : "/MyBlog/docker/2019/06/25/dockerformac.html" } , { "title" : "boot2docker - ", "url" : "/MyBlog/docker/2019/06/25/boot2docker.html" } , { "title" : "VBoxManage - ", "url" : "/MyBlog/docker/2019/06/25/VBoxManage.html" } , { "title" : "Docker Machine - ", "url" : "/MyBlog/docker/2019/06/25/Machine.html" } , { "title" : "Borg - ", "url" : "/MyBlog/docker/2019/06/25/Borg.html" } , { "title" : "validator - ", "url" : "/MyBlog/golang/2019/06/19/validator.html" } , { "title" : "Redis 源码阅读顺序 - ", "url" : "/MyBlog/storage/2019/06/19/redis.html" } , { "title" : "ptmalloc、tcmalloc和jemalloc - ", "url" : "/MyBlog/storage/2019/06/19/ptmalloc.html" } , { "title" : "SystemTap - ", "url" : "/MyBlog/linux/2019/06/19/SystemTap.html" } , { "title" : "phpcs phpcbf PHP_CodeSniffer - ", "url" : "/MyBlog/php/2019/06/17/phpcs.html" } , { "title" : "goroutine 状态机扭转 - ", "url" : "/MyBlog/golang/2019/06/17/goroutine.html" } , { "title" : "m p g schedt sudog - ", "url" : "/MyBlog/golang/2019/06/16/mpg.html" } , { "title" : "sync.Pool 设计思路与原理 - ", "url" : "/MyBlog/golang/2019/06/15/sync.Pool.html" } , { "title" : "sync.Map - ", "url" : "/MyBlog/golang/2019/06/15/sync.Map.html" } , { "title" : "xargs - ", "url" : "/MyBlog/linux/2019/06/14/xargs.html" } , { "title" : "rwmutex - ", "url" : "/MyBlog/golang/2019/06/14/rwmutex.html" } , { "title" : "onece - ", "url" : "/MyBlog/golang/2019/06/14/onece.html" } , { "title" : "mutex - ", "url" : "/MyBlog/golang/2019/06/14/mutex.html" } , { "title" : "awk完成两个文件的关联Join 高级用法 - ", "url" : "/MyBlog/linux/2019/06/14/awk.html" } , { "title" : "thrift transport - ", "url" : "/MyBlog/web/2019/06/12/transport.html" } , { "title" : "TProtocol 协议和编解码 - ", "url" : "/MyBlog/web/2019/06/12/Tprotocal.html" } , { "title" : "thrift 源码 - ", "url" : "/MyBlog/web/2019/06/12/IDL.html" } , { "title" : "pollfd - ", "url" : "/MyBlog/linux/2019/06/11/pollfd.html" } , { "title" : "libevent 编译安装 - ", "url" : "/MyBlog/linux/2019/06/11/libevent.html" } , { "title" : "fd_set - ", "url" : "/MyBlog/linux/2019/06/11/fd_set.html" } , { "title" : "epoll_event - ", "url" : "/MyBlog/linux/2019/06/11/epoll_event.html" } , { "title" : "configure.ac - ", "url" : "/MyBlog/linux/2019/06/11/configure.ac.html" } , { "title" : "Makefile/Makefile.am/Makefile.in三者关系 - ", "url" : "/MyBlog/linux/2019/06/11/Makefile.html" } , { "title" : "Golang网络库中socket阻塞调度源码剖析 - ", "url" : "/MyBlog/golang/2019/06/10/socket_go.html" } , { "title" : "gopark goready - ", "url" : "/MyBlog/golang/2019/06/10/gopark.html" } , { "title" : "eagain accept - ", "url" : "/MyBlog/linux/2019/06/10/eagain.html" } , { "title" : "Socket 源码 - ", "url" : "/MyBlog/linux/2019/06/10/Socket.html" } , { "title" : "SIGIO - ", "url" : "/MyBlog/linux/2019/06/10/SIGIO.html" } , { "title" : "golang syscall原理 - ", "url" : "/MyBlog/golang/2019/06/09/SYSCALL.html" } , { "title" : "gdb_codesign - ", "url" : "/MyBlog/linux/2019/06/08/gdb_codesign.html" } , { "title" : "fcntl函数设置阻塞与非阻塞 - ", "url" : "/MyBlog/linux/2019/06/08/fcntl.html" } , { "title" : "swoole - ", "url" : "/MyBlog/linux/2019/06/07/swoole.html" } , { "title" : "进程池,线程池 - ", "url" : "/MyBlog/linux/2019/06/07/pool.html" } , { "title" : "getuid、geteuid和setuid函数 - ", "url" : "/MyBlog/linux/2019/06/07/geteuid.html" } , { "title" : "fpm 源码阅读 - ", "url" : "/MyBlog/linux/2019/06/07/fpm.html" } , { "title" : "socketpair nginx 通信机制 - ", "url" : "/MyBlog/php/2019/06/06/socketpair.html" } , { "title" : "goroutine 泄露 - ", "url" : "/MyBlog/golang/2019/06/04/goroutine.html" } , { "title" : "umask umask(0) - ", "url" : "/MyBlog/linux/2019/06/02/umask.html" } , { "title" : "sigsuspend 进程阻塞 与 pause 区别 - ", "url" : "/MyBlog/linux/2019/06/02/sigsuspend.html" } , { "title" : "sigaction - ", "url" : "/MyBlog/linux/2019/06/02/sigaction.html" } , { "title" : "信号(sigaction,sigaddset,sigprocmask) - ", "url" : "/MyBlog/linux/2019/06/02/sig.html" } , { "title" : "三种时间结构及定时器setitimer() - ", "url" : "/MyBlog/linux/2019/06/02/settimer.html" } , { "title" : "setsid & 后台进程 - ", "url" : "/MyBlog/linux/2019/06/02/setsid.html" } , { "title" : "getsockname getpeername - ", "url" : "/MyBlog/linux/2019/06/02/getsockname.html" } , { "title" : "yaf - ", "url" : "/MyBlog/php/2019/06/01/yaf.html" } , { "title" : "waitpid wait - ", "url" : "/MyBlog/linux/2019/05/31/waitpid.html" } , { "title" : "socketpair popen - ", "url" : "/MyBlog/linux/2019/05/31/socketpair.html" } , { "title" : "ngx_cycle_s - ", "url" : "/MyBlog/php/2019/05/31/ngx_cycle_s.html" } , { "title" : "linux 信号系统调用 - ", "url" : "/MyBlog/linux/2019/05/31/kill.html" } , { "title" : "fpm worker 进程的生命周期 - ", "url" : "/MyBlog/php/2019/05/31/fpm.html" } , { "title" : "ext_skel php-x php扩展开发工具 - ", "url" : "/MyBlog/php/2019/05/31/ext_skel.html" } , { "title" : "sockt编程中的文件句柄 select poll epoll - ", "url" : "/MyBlog/linux/2019/05/30/sockfd.html" } , { "title" : "clion 支持跳转配置 - ", "url" : "/MyBlog/web/2019/05/30/clion.html" } , { "title" : "How TCP Sockets Work - ", "url" : "/MyBlog/linux/2019/05/29/o.html" } , { "title" : "io 模型 - ", "url" : "/MyBlog/linux/2019/05/29/io.html" } , { "title" : "SO_REUSEPORT 惊群 - ", "url" : "/MyBlog/linux/2019/05/29/SO_REUSEPORT.html" } , { "title" : "pprof - ", "url" : "/MyBlog/golang/2019/05/28/pprof.html" } , { "title" : "kedis - ", "url" : "/MyBlog/storage/2019/05/28/kedis.html" } , { "title" : "php-fpm - ", "url" : "/MyBlog/php/2019/05/28/fpm.html" } , { "title" : "codis - ", "url" : "/MyBlog/storage/2019/05/28/codis.html" } , { "title" : "SO_REUSEPORT 多个server进程同时监听一个unix socket文件 - ", "url" : "/MyBlog/linux/2019/05/28/SO_REUSEPORT.html" } , { "title" : "多个进程绑定相同端口的实现分析[Google Patch] - ", "url" : "/MyBlog/linux/2019/05/28/REUSEPORT.html" } , { "title" : "PrintStack - ", "url" : "/MyBlog/golang/2019/05/28/PrintStack.html" } , { "title" : "redis HashTags - ", "url" : "/MyBlog/storage/2019/05/28/HashTags.html" } , { "title" : "GEODNS GeoIP - ", "url" : "/MyBlog/web/2019/05/28/GEODNS.html" } , { "title" : "Benchmark - ", "url" : "/MyBlog/golang/2019/05/27/Benchmark.html" } , { "title" : "TCP_CORK tcp_push TCP_NODELAY 和 TCP_NOPUSH - ", "url" : "/MyBlog/linux/2019/05/26/tcp.html" } , { "title" : "pid 文件作用 - ", "url" : "/MyBlog/linux/2019/05/26/pid.html" } , { "title" : "limit_rate_after nginx限速配置 - ", "url" : "/MyBlog/php/2019/05/26/limit_rate_after.html" } , { "title" : "libevent - ", "url" : "/MyBlog/linux/2019/05/26/libevent.html" } , { "title" : "爱拉托逊斯筛选法 - ", "url" : "/MyBlog/algorithm/2019/05/26/Eratosthees.html" } , { "title" : "thread local storage Goroutine Local Storage - ", "url" : "/MyBlog/golang/2019/05/24/tls.html" } , { "title" : "获取 goroutine id - ", "url" : "/MyBlog/golang/2019/05/24/getg.html" } , { "title" : "backlog - ", "url" : "/MyBlog/linux/2019/05/24/backlog.html" } , { "title" : "method 接收者 - ", "url" : "/MyBlog/golang/2019/05/23/method.html" } , { "title" : "SYN-Cookie - ", "url" : "/MyBlog/linux/2019/05/23/SYN-Cookie.html" } , { "title" : "SO_REUSEADDR SO_REUSEPORT - ", "url" : "/MyBlog/linux/2019/05/23/SO_REUSEADDR.html" } , { "title" : "lsof netstat - ", "url" : "/MyBlog/linux/2019/05/22/lsof.html" } , { "title" : "nginx request_time - ", "url" : "/MyBlog/php/2019/05/21/request_time.html" } , { "title" : "mysql instant add colum - ", "url" : "/MyBlog/storage/2019/05/21/instantaddcolum.html" } , { "title" : "mysql ddl-ghost - ", "url" : "/MyBlog/storage/2019/05/21/ddl-ghost.html" } , { "title" : "TIME_WAIT和CLOSE_WAIT - ", "url" : "/MyBlog/golang/2019/05/09/time_wait.html" } , { "title" : "netpoller - ", "url" : "/MyBlog/golang/2019/05/09/netpoller.html" } , { "title" : "TCP序列号欺骗 - ", "url" : "/MyBlog/linux/2019/05/09/isns.html" } , { "title" : "gopsutil - ", "url" : "/MyBlog/golang/2019/05/09/gopsutil.html" } , { "title" : "goprof - ", "url" : "/MyBlog/golang/2019/04/26/goprof.html" } , { "title" : "CAS:Compare and Swap - ", "url" : "/MyBlog/algorithm/2019/04/26/cas.html" } , { "title" : "Context - ", "url" : "/MyBlog/golang/2019/04/26/Context.html" } , { "title" : "tideways + xhgui(+toolkit) php 性能分析 - ", "url" : "/MyBlog/php/2019/04/24/tideways.html" } , { "title" : "aqs - ", "url" : "/MyBlog/algorithm/2019/04/24/aqs.html" } , { "title" : "treemap HashMap和LinkedHashMap的区别 - ", "url" : "/MyBlog/algorithm/2019/04/23/treemap.html" } , { "title" : "gctrace - ", "url" : "/MyBlog/golang/2019/04/23/gctrace.html" } , { "title" : "BitTorrent协议分析 - ", "url" : "/MyBlog/web/2019/04/23/BitTorrent%E5%8D%8F%E8%AE%AE%E5%88%86%E6%9E%90%E4%B8%80.html" } , { "title" : "mutex - ", "url" : "/MyBlog/golang/2019/04/22/mutex.html" } , { "title" : "WaitGroup - ", "url" : "/MyBlog/golang/2019/04/22/WaitGroup.html" } , { "title" : "TCMalloc - ", "url" : "/MyBlog/golang/2019/04/22/TCMalloc.html" } , { "title" : "SESSION 保存在服务器的哪里 - ", "url" : "/MyBlog/php/2019/04/21/SESSION.html" } , { "title" : "go schedule - ", "url" : "/MyBlog/golang/2019/04/20/schedule.html" } , { "title" : "gc - ", "url" : "/MyBlog/golang/2019/04/20/gc.html" } , { "title" : "channel - ", "url" : "/MyBlog/golang/2019/04/20/channel.html" } , { "title" : "lldb - ", "url" : "/MyBlog/golang/2019/04/18/lldb.html" } , { "title" : "goroutine实现原理 - ", "url" : "/MyBlog/golang/2019/04/18/goroutine.html" } , { "title" : "go Vet - ", "url" : "/MyBlog/golang/2019/04/18/Vet.html" } , { "title" : "runtime - ", "url" : "/MyBlog/golang/2019/04/17/runtime.html" } , { "title" : "go:linkname go:nosplit - ", "url" : "/MyBlog/golang/2019/04/17/linkname.html" } , { "title" : "Go 语言编译指示 - ", "url" : "/MyBlog/golang/2019/04/17/go.html" } , { "title" : "Cond - ", "url" : "/MyBlog/golang/2019/04/17/Cond.html" } , { "title" : "reflection - ", "url" : "/MyBlog/golang/2019/04/14/reflection.html" } , { "title" : "Tcp Keepalive和HTTP Keep-alive - ", "url" : "/MyBlog/linux/2019/04/13/tcphttp.html" } , { "title" : "keepalive 连接池 - ", "url" : "/MyBlog/linux/2019/04/13/keepalive.html" } , { "title" : "发送接收缓冲区滑动窗口 - ", "url" : "/MyBlog/linux/2019/04/13/cwnd.html" } , { "title" : "dnsmasq - ", "url" : "/MyBlog/algorithm/2019/04/12/dnsmasq.html" } , { "title" : "Zabbix 监控组件及流程 - ", "url" : "/MyBlog/web/2019/04/12/Zabbix.html" } , { "title" : "FULLTEXT 全文索引 - ", "url" : "/MyBlog/storage/2019/04/12/FULLTEXT.html" } , { "title" : "vrrp keepalived - ", "url" : "/MyBlog/web/2019/04/09/vrrp.html" } , { "title" : "lvs - ", "url" : "/MyBlog/algorithm/2019/04/09/lvs.html" } , { "title" : "dig - ", "url" : "/MyBlog/web/2019/04/09/dig.html" } , { "title" : "高qps接入层方案 - ", "url" : "/MyBlog/web/2019/04/08/qps.html" } , { "title" : "for update - ", "url" : "/MyBlog/storage/2019/04/08/forupdate.html" } , { "title" : "inode 与文件块 block 对应关系 - ", "url" : "/MyBlog/linux/2019/04/07/inode.html" } , { "title" : "socket 虚拟文件系统 - ", "url" : "/MyBlog/linux/2019/04/06/socket.html" } , { "title" : "screen nohup session - ", "url" : "/MyBlog/linux/2019/04/06/screen.html" } , { "title" : "Golang服务器的网络层实现--总结对比常用epoll模型 - ", "url" : "/MyBlog/golang/2019/04/06/net.html" } , { "title" : "堆组织表(HOT)和索引组织表(IOT) - ", "url" : "/MyBlog/storage/2019/04/06/iot.html" } , { "title" : "fork cahe - ", "url" : "/MyBlog/linux/2019/04/06/fork_cahe.html" } , { "title" : "文件锁 - ", "url" : "/MyBlog/linux/2019/04/06/file_lock.html" } , { "title" : "fd 文件描述符 - ", "url" : "/MyBlog/linux/2019/04/06/fd.html" } , { "title" : "fork() execve() - ", "url" : "/MyBlog/linux/2019/04/06/exec.html" } , { "title" : "snowflake - ", "url" : "/MyBlog/algorithm/2019/03/31/snowflake.html" } , { "title" : "Consul vs Zookeeper vs Etcd vs Eureka - ", "url" : "/MyBlog/algorithm/2019/03/31/eureka.html" } , { "title" : "maxmemory - ", "url" : "/MyBlog/algorithm/2019/03/27/maxmemory.html" } , { "title" : "页、磁盘块与扇区 - ", "url" : "/MyBlog/linux/2019/03/27/disk.html" } , { "title" : "GeoHash - ", "url" : "/MyBlog/algorithm/2019/03/27/GeoHash.html" } , { "title" : "SkipList跳表基本原理 - ", "url" : "/MyBlog/algorithm/2019/03/26/skip_table.html" } , { "title" : "Bash 带有特殊含义的退出码 - ", "url" : "/MyBlog/linux/2019/03/25/exit.html" } , { "title" : "FUNCNAME - ", "url" : "/MyBlog/linux/2019/03/25/FUNCNAME.html" } , { "title" : "乐观锁悲观锁 - ", "url" : "/MyBlog/linux/2019/03/24/lock.html" } , { "title" : "redis zset 延迟队列 - ", "url" : "/MyBlog/storage/2019/03/23/zset.html" } , { "title" : "redis keys scan - ", "url" : "/MyBlog/storage/2019/03/23/scan.html" } , { "title" : "lru - ", "url" : "/MyBlog/storage/2019/03/23/lru.html" } , { "title" : "lfu - ", "url" : "/MyBlog/storage/2019/03/23/lfu.html" } , { "title" : "Codis Twemproxy redis集群 - ", "url" : "/MyBlog/storage/2019/03/23/codis.html" } , { "title" : "gap Lock 间隙锁 - ", "url" : "/MyBlog/storage/2019/03/19/gapLock.html" } , { "title" : "strace - ", "url" : "/MyBlog/linux/2019/03/17/strace.html" } , { "title" : "pstack 原理 - ", "url" : "/MyBlog/linux/2019/03/17/pstack.html" } , { "title" : "Linux进程间通信-消息队列(mqueue) - ", "url" : "/MyBlog/linux/2019/03/17/mqueue.html" } , { "title" : "kill - ", "url" : "/MyBlog/linux/2019/03/17/kill.html" } , { "title" : "interface - ", "url" : "/MyBlog/golang/2019/03/17/interface.html" } , { "title" : "gc - ", "url" : "/MyBlog/golang/2019/03/17/gc.html" } , { "title" : "火焰图(flame graph) - ", "url" : "/MyBlog/linux/2019/03/17/flame.html" } , { "title" : "escape 逃逸分析 - ", "url" : "/MyBlog/golang/2019/03/17/escape.html" } , { "title" : "core dump - ", "url" : "/MyBlog/linux/2019/03/17/core.html" } , { "title" : "thread apply all bt - ", "url" : "/MyBlog/linux/2019/03/17/bt.html" } , { "title" : "尾递归、尾调用 - ", "url" : "/MyBlog/lang/2019/03/10/tail.html" } , { "title" : "golang slice append 陷阱 - ", "url" : "/MyBlog/golang/2019/03/10/slice.html" } , { "title" : "函数式编程、闭包 - ", "url" : "/MyBlog/lang/2019/03/10/functional.html" } , { "title" : "通配符与正则表达式 - ", "url" : "/MyBlog/linux/2019/03/09/regx.html" } , { "title" : "awk 用法总结 - ", "url" : "/MyBlog/linux/2019/03/03/awk.html" } , { "title" : "线程技术(Hyper-Threading Technology) - ", "url" : "/MyBlog/web/2019/03/02/ht.html" } , { "title" : "ConcurrentHashMap 分段锁 - ", "url" : "/MyBlog/algorithm/2019/03/02/ConcurrentHashMap.html" } , { "title" : "锁 - ", "url" : "/MyBlog/web/2019/02/27/lock.html" } , { "title" : "futex 快速用户空间互斥体 - ", "url" : "/MyBlog/linux/2019/02/27/futex.html" } , { "title" : "Test And Set Lock - ", "url" : "/MyBlog/linux/2019/02/27/Test_And_Set_Lock.html" } , { "title" : "分布式事务 xa/tcc - ", "url" : "/MyBlog/storage/2019/02/26/xa.html" } , { "title" : "分布式缓存redis - ", "url" : "/MyBlog/storage/2019/02/26/redis.html" } , { "title" : "elasticsearch - ", "url" : "/MyBlog/elasticsearch/2019/02/26/elasticsearch.html" } , { "title" : "异地多活 - ", "url" : "/MyBlog/algorithm/2019/02/26/cap.html" } , { "title" : "go语言sync包的学习(Mutex、WaitGroup、Cond) - ", "url" : "/MyBlog/golang/2019/02/24/sync.html" } , { "title" : "golang 的栈 - ", "url" : "/MyBlog/golang/2019/02/24/stack.html" } , { "title" : "Go语言汇编 - ", "url" : "/MyBlog/golang/2019/02/24/goasm.html" } , { "title" : "Actor模型和CSP模型的区别 - ", "url" : "/MyBlog/golang/2019/02/24/csp_actor.html" } , { "title" : "CSP(Communicating Sequential Processes)模型 - ", "url" : "/MyBlog/golang/2019/02/24/csp.html" } , { "title" : "application binary interface - ", "url" : "/MyBlog/web/2019/02/24/abi.html" } , { "title" : "Context - ", "url" : "/MyBlog/golang/2019/02/24/Context.html" } , { "title" : "Go unsafe Pointer - ", "url" : "/MyBlog/golang/2019/02/23/unsafepointer.html" } , { "title" : "ilp 整数线性规划 - ", "url" : "/MyBlog/algorithm/2019/02/22/ilp.html" } , { "title" : "php json_encode 的坑 - ", "url" : "/MyBlog/php/2019/01/28/json_encode.html" } , { "title" : "traps - ", "url" : "/MyBlog/golang/2019/01/26/traps.html" } , { "title" : "golang 内存分配 - ", "url" : "/MyBlog/golang/2019/01/26/stack.html" } , { "title" : "Server Name Indication - ", "url" : "/MyBlog/web/2019/01/26/sni.html" } , { "title" : "golang nil 总结 - ", "url" : "/MyBlog/golang/2019/01/26/nil.html" } , { "title" : "checkstyle - ", "url" : "/MyBlog/web/2019/01/16/checkstyle.html" } , { "title" : "timer - ", "url" : "/MyBlog/linux/2019/01/15/timer.html" } , { "title" : "timekeeper - ", "url" : "/MyBlog/linux/2019/01/15/timekeeper.html" } , { "title" : "jiffies - ", "url" : "/MyBlog/linux/2019/01/15/jiffies.html" } , { "title" : "clock_event_device - ", "url" : "/MyBlog/linux/2019/01/15/clock_event_device.html" } , { "title" : "时间轮算法 - ", "url" : "/MyBlog/linux/2019/01/15/callout.html" } , { "title" : "ddd - ", "url" : "/MyBlog/architect/2019/01/13/ddd.html" } , { "title" : "4色图 - ", "url" : "/MyBlog/architect/2019/01/13/4color.html" } , { "title" : "www-authenticate - ", "url" : "/MyBlog/web/2019/01/12/www-authenticate.html" } , { "title" : "rstp - ", "url" : "/MyBlog/web/2019/01/12/rstp.html" } , { "title" : "WebDAV - ", "url" : "/MyBlog/web/2019/01/12/WebDAV.html" } , { "title" : "TCP_NODELAY - ", "url" : "/MyBlog/web/2019/01/12/TCP_NODELAY.html" } , { "title" : "reflect golang 反射 - ", "url" : "/MyBlog/golang/2019/01/04/reflect.html" } , { "title" : "llvm - ", "url" : "/MyBlog/lang/2019/01/02/llvm.html" } , { "title" : "recover panic defer - ", "url" : "/MyBlog/golang/2018/12/29/recover.html" } , { "title" : "golang debug dlv - ", "url" : "/MyBlog/golang/2018/12/25/godebug.html" } , { "title" : "gdb dlv 对比 - ", "url" : "/MyBlog/golang/2018/12/25/gdbdlv.html" } , { "title" : "gdb 工作原理和内核实现 - ", "url" : "/MyBlog/golang/2018/12/25/gdb_.html" } , { "title" : "gdb 调试golang - ", "url" : "/MyBlog/golang/2018/12/25/gdb.html" } , { "title" : "go-bindata Go 语言打包静态文件 - ", "url" : "/MyBlog/golang/2018/12/24/go-bindata.html" } , { "title" : "esc - ", "url" : "/MyBlog/golang/2018/12/24/esc.html" } , { "title" : "go Generate - ", "url" : "/MyBlog/golang/2018/12/24/Generate.html" } , { "title" : "subline text3 插件编写 - ", "url" : "/MyBlog/web/2018/12/23/subline.html" } , { "title" : "bom - ", "url" : "/MyBlog/web/2018/12/23/bom.html" } , { "title" : "newSQL - ", "url" : "/MyBlog/storage/2018/12/22/newSQL.html" } , { "title" : "subline text3 自动生成测试代码 - ", "url" : "/MyBlog/golang/2018/12/22/gotest_subline.html" } , { "title" : "ghost - ", "url" : "/MyBlog/storage/2018/12/22/ghost.html" } , { "title" : "go test - ", "url" : "/MyBlog/golang/2018/12/21/gotest.html" } , { "title" : "golang strcut 初始化 - ", "url" : "/MyBlog/golang/2018/12/20/strcut.html" } , { "title" : "docker mac 镜像清理 - ", "url" : "/MyBlog/docker/2018/12/18/docker_clean.html" } , { "title" : "golang 传值传引用 - ", "url" : "/MyBlog/golang/2018/12/14/reference.html" } , { "title" : "ntp 网络时间协议 - ", "url" : "/MyBlog/algorithm/2018/12/13/ntp.html" } , { "title" : "hive 表与hdfs关系 - ", "url" : "/MyBlog/storage/2018/12/08/hive.html" } , { "title" : "Shell 脚本中调用另一个 Shell 脚本 - ", "url" : "/MyBlog/linux/2018/11/28/shell.html" } , { "title" : "Multipart File Upload - ", "url" : "/MyBlog/golang/2018/11/26/postfile.html" } , { "title" : "golang 的坑 - ", "url" : "/MyBlog/golang/2018/11/26/float64.html" } , { "title" : "http basic authentication - ", "url" : "/MyBlog/golang/2018/11/26/authentication.html" } , { "title" : "索引原理分析 - ", "url" : "/MyBlog/elasticsearch/2018/11/18/stor.html" } , { "title" : "正排索引vs倒排索引 - ", "url" : "/MyBlog/elasticsearch/2018/11/18/index.html" } , { "title" : "hive 和 elasticsearch 的整合 - ", "url" : "/MyBlog/elasticsearch/2018/11/18/hive.html" } , { "title" : "elasticsearch 文件的存储 - ", "url" : "/MyBlog/elasticsearch/2018/11/18/elasticsearch.html" } , { "title" : "curl get 发送post数据 - ", "url" : "/MyBlog/web/2018/11/16/curl.html" } , { "title" : "地理坐标的六边形编码(PHXIS) - ", "url" : "/MyBlog/algorithm/2018/11/15/PHXIS.html" } , { "title" : "大数据系统的Lambda架构 - ", "url" : "/MyBlog/storage/2018/11/11/lambda.html" } , { "title" : "B树、B-树、B+树、B*树介绍 - ", "url" : "/MyBlog/storage/2018/11/11/b.html" } , { "title" : "Phoenix - ", "url" : "/MyBlog/storage/2018/11/11/Phoenix.html" } , { "title" : "MHA的搭建 - ", "url" : "/MyBlog/storage/2018/11/09/mha_setup.html" } , { "title" : "Xtrabackup - ", "url" : "/MyBlog/storage/2018/11/09/Xtrabackup.html" } , { "title" : "R_tree - ", "url" : "/MyBlog/algorithm/2018/11/09/R_tree.html" } , { "title" : "MySql GIS 空间数据库使用体验 - ", "url" : "/MyBlog/storage/2018/11/09/MySql.html" } , { "title" : "MySQL高可用架构之MHA - ", "url" : "/MyBlog/storage/2018/11/09/MHA.html" } , { "title" : "ArcSDE 是ArcGIS的空间数据引擎 - ", "url" : "/MyBlog/storage/2018/11/09/ArcSDE.html" } , { "title" : "kafka shell - ", "url" : "/MyBlog/storage/2018/11/07/kafka.html" } , { "title" : "presto - ", "url" : "/MyBlog/storage/2018/11/02/presto.html" } , { "title" : "alibaba Druid - ", "url" : "/MyBlog/storage/2018/11/02/Druid.html" } , { "title" : "Calcite - ", "url" : "/MyBlog/storage/2018/11/02/Calcite.html" } , { "title" : "binlog同步kafka方案 - ", "url" : "/MyBlog/storage/2018/10/31/binlog_kafka.html" } , { "title" : "maxwell+kafka+Spark Streaming构建MySQL Binlog日志采集实时处理方案 - ", "url" : "/MyBlog/storage/2018/10/29/maxwell.html" } , { "title" : "samza - ", "url" : "/MyBlog/algorithm/2018/10/28/smaza.html" } , { "title" : "flume - ", "url" : "/MyBlog/storage/2018/10/28/flume.html" } , { "title" : "csrf token - ", "url" : "/MyBlog/web/2018/10/28/csrftoken.html" } , { "title" : "show processlist - ", "url" : "/MyBlog/storage/2018/10/22/processlist.html" } , { "title" : "ptmalloc、tcmalloc和jemalloc - ", "url" : "/MyBlog/storage/2018/10/21/tcmalloc.html" } , { "title" : "列式存储 - ", "url" : "/MyBlog/storage/2018/10/21/rowstorage.html" } , { "title" : "mysql-proxy-lua - ", "url" : "/MyBlog/storage/2018/10/21/mysql-proxy-lua.html" } , { "title" : "mvcc - ", "url" : "/MyBlog/storage/2018/10/21/mvcc.html" } , { "title" : "LSM树由来、设计思想 - ", "url" : "/MyBlog/storage/2018/10/21/lsmwal.html" } , { "title" : "文件读取流程 - ", "url" : "/MyBlog/linux/2018/10/21/fileread.html" } , { "title" : "zookeeper在hadoop和hbase中的作用 - ", "url" : "/MyBlog/zookeeper/2018/10/18/zk_hdfs_hbase.html" } , { "title" : "ssh config - ", "url" : "/MyBlog/web/2018/10/18/sshconfig.html" } , { "title" : "google authenticator 工作原理 - ", "url" : "/MyBlog/web/2018/10/12/authenticator.html" } , { "title" : "Zookeeper 在 Kafka 中的作用 - ", "url" : "/MyBlog/zookeeper/2018/10/11/zkkafka.html" } , { "title" : "redis-lua 事物 - ", "url" : "/MyBlog/storage/2018/10/10/redis-lua.html" } , { "title" : "explain mysql 执行计划 - ", "url" : "/MyBlog/storage/2018/10/10/explain.html" } , { "title" : "mysql的隐式类型转换 - ", "url" : "/MyBlog/storage/2018/10/09/type.html" } , { "title" : "zookeeper 实现配置同步 服务发现 - ", "url" : "/MyBlog/zookeeper/2018/10/08/zkconf.html" } , { "title" : "zk 实现分布式锁 - ", "url" : "/MyBlog/zookeeper/2018/09/29/zklock.html" } , { "title" : "基于数据库的分布式锁 - ", "url" : "/MyBlog/storage/2018/09/29/dblock.html" } , { "title" : "mysqlbinlog 格式解析 - ", "url" : "/MyBlog/storage/2018/09/28/mysqlbinlog.html" } , { "title" : "sublime for mac 实现 ctrl+左键 跳转函数 - ", "url" : "/MyBlog/web/2018/09/27/subline.html" } , { "title" : "sql-parser - ", "url" : "/MyBlog/storage/2018/09/27/sql-parser.html" } , { "title" : "Redis分布式锁 - ", "url" : "/MyBlog/algorithm/2018/09/27/redis-lock.html" } , { "title" : "go 原子操作 - ", "url" : "/MyBlog/golang/2018/09/27/goautomic.html" } , { "title" : "cmakelist - ", "url" : "/MyBlog/algorithm/2018/09/27/cmakelist.html" } , { "title" : "mac mysql 开启binlog - ", "url" : "/MyBlog/storage/2018/09/27/binlog.html" } , { "title" : "autoconf和automake - ", "url" : "/MyBlog/linux/2018/09/27/automake.html" } , { "title" : "bash 2>&1 - ", "url" : "/MyBlog/linux/2018/09/26/bash.html" } , { "title" : "uninterruptible D 状态 - ", "url" : "/MyBlog/linux/2018/09/23/uninterruptible.html" } , { "title" : "LSF、BPF、eBPF - ", "url" : "/MyBlog/linux/2018/09/23/bpf.html" } , { "title" : "UNIX Domain Socket - ", "url" : "/MyBlog/linux/2018/09/21/unix_socket.html" } , { "title" : "ptrace - ", "url" : "/MyBlog/linux/2018/09/21/ptrace.html" } , { "title" : "LD_PRELOAD/DYLD_INSERT_LIBRARIES libc hook - ", "url" : "/MyBlog/linux/2018/09/21/LD_PRELOAD.html" } , { "title" : "nginx php-fpm unix-socket - ", "url" : "/MyBlog/php/2018/09/20/php-fpm-unix-socket.html" } , { "title" : "cachetool 非php环境操作apcu - ", "url" : "/MyBlog/php/2018/09/20/cachetool.html" } , { "title" : "git rebase - ", "url" : "/MyBlog/web/2018/09/19/rebase.html" } , { "title" : "futex - ", "url" : "/MyBlog/linux/2018/09/15/futex.html" } , { "title" : "strace 原理 - ", "url" : "/MyBlog/linux/2018/09/14/strace.html" } , { "title" : "libiop - ", "url" : "/MyBlog/web/2018/09/14/libiop.html" } , { "title" : "libevent - ", "url" : "/MyBlog/linux/2018/09/14/libevent.html" } , { "title" : "dbpool 数据库连接池 - ", "url" : "/MyBlog/algorithm/2018/09/14/dbpool.html" } , { "title" : "c-ares dns 异步请求库 - ", "url" : "/MyBlog/linux/2018/09/14/c-ares.html" } , { "title" : "HttpClient - ", "url" : "/MyBlog/web/2018/09/14/HttpClient.html" } , { "title" : "Eureka 服务发现 - ", "url" : "/MyBlog/algorithm/2018/09/14/Eureka.html" } , { "title" : "makefile 及其工作原理 - ", "url" : "/MyBlog/linux/2018/09/13/makefile.html" } , { "title" : "php 内置的 web 服务器 - ", "url" : "/MyBlog/php/2018/09/11/oho.html" } , { "title" : "php 的定界符 <<<eof - ", "url" : "/MyBlog/php/2018/09/10/php.html" } , { "title" : "http_proxy - ", "url" : "/MyBlog/web/2018/09/10/http_proxy.html" } , { "title" : "thrift_golang - ", "url" : "/MyBlog/golang/2018/09/09/thrift_golang.html" } , { "title" : "thrift 遇到的坑 - ", "url" : "/MyBlog/web/2018/09/09/thrift.html" } , { "title" : "spinlock 自旋锁 - ", "url" : "/MyBlog/linux/2018/09/08/spinlock.html" } , { "title" : "异步io - ", "url" : "/MyBlog/linux/2018/09/05/aio.html" } , { "title" : "thrift - ", "url" : "/MyBlog/web/2018/09/03/thrift.html" } , { "title" : "popen - ", "url" : "/MyBlog/linux/2018/09/03/popen.html" } , { "title" : "零拷贝之splice( )函数和tee( )函数 - ", "url" : "/MyBlog/linux/2018/09/02/tee.html" } , { "title" : "splice_sendfile - ", "url" : "/MyBlog/linux/2018/09/02/splice_sendfile.html" } , { "title" : "splice - ", "url" : "/MyBlog/linux/2018/09/02/splice.html" } , { "title" : "MySQL协议分析 - ", "url" : "/MyBlog/storage/2018/09/02/mysql.html" } , { "title" : "Nginx/LVS/HAProxy负载均衡软件的优缺点 - ", "url" : "/MyBlog/web/2018/09/02/lvs.html" } , { "title" : "haproxy_exp - ", "url" : "/MyBlog/web/2018/09/02/haproxy_exp.html" } , { "title" : "haproxy - ", "url" : "/MyBlog/web/2018/09/02/haproxy.html" } , { "title" : "haproxy+keepalived实现高可用集群搭建 - ", "url" : "/MyBlog/web/2018/09/02/Keepalived.html" } , { "title" : "expect 100 continue - ", "url" : "/MyBlog/web/2018/09/02/100_continue.html" } , { "title" : "Jenkins和SonarQube集成 - ", "url" : "/MyBlog/web/2018/08/31/sonarQubeJenkins.html" } , { "title" : "sonarQube之平台搭建及sonar-scanner扫描 - ", "url" : "/MyBlog/web/2018/08/31/sonarQube.html" } , { "title" : "sendfile - ", "url" : "/MyBlog/linux/2018/08/30/sendfile.html" } , { "title" : "php流Streams、包装器wrapper - ", "url" : "/MyBlog/php/2018/08/30/phpwrapper.html" } , { "title" : "phar - ", "url" : "/MyBlog/php/2018/08/30/phar.html" } , { "title" : "httpdns - ", "url" : "/MyBlog/algorithm/2018/08/30/httpdns.html" } , { "title" : "PHP 资源大全 - ", "url" : "/MyBlog/algorithm/slug/2018/08/30/.html" } , { "title" : "oneProxy - ", "url" : "/MyBlog/storage/2018/08/28/oneProxy.html" } , { "title" : "自适应hash - ", "url" : "/MyBlog/algorithm/2018/08/28/hash.html" } , { "title" : "cgroup - ", "url" : "/MyBlog/linux/2018/08/28/cgroup.html" } , { "title" : "Php-fpm运行原理 - ", "url" : "/MyBlog/php/2018/08/27/fpm.html" } , { "title" : "sds - ", "url" : "/MyBlog/algorithm/2018/08/23/sds.html" } , { "title" : "SkipList - ", "url" : "/MyBlog/algorithm/2018/08/23/SkipList.html" } , { "title" : "MurmurHash - ", "url" : "/MyBlog/algorithm/2018/08/23/MurmurHash.html" } , { "title" : "PHP的Realpath Cache - ", "url" : "/MyBlog/php/2018/08/22/realpath.html" } , { "title" : "SQL Hints (SQL 优化器) - ", "url" : "/MyBlog/storage/2018/08/22/php_mysql.html" } , { "title" : "percona-toolkit Maatkit - ", "url" : "/MyBlog/storage/2018/08/22/percona-toolkit.html" } , { "title" : "oracle_hint - ", "url" : "/MyBlog/storage/2018/08/22/oracle_hint.html" } , { "title" : "读写分离导致主库从库数据不一致问题 - ", "url" : "/MyBlog/storage/2018/08/22/master_slave_diff.html" } , { "title" : "主从一致性架构优化4种方法 - ", "url" : "/MyBlog/storage/2018/08/22/constency.html" } , { "title" : "opcache缓存的操作小工具cachetool - ", "url" : "/MyBlog/algorithm/2018/08/22/cachetool.html" } , { "title" : "Linux系统调用--access - ", "url" : "/MyBlog/linux/2018/08/22/access.html" } , { "title" : "Mysqlnd 主从复制和负载均衡插件 mysqlnd_qc - ", "url" : "/MyBlog/storage/2018/08/22/Mysqlnd.html" } , { "title" : "Dapper - ", "url" : "/MyBlog/algorithm/2018/08/22/Dapper.html" } , { "title" : "mysql-proxy - ", "url" : "/MyBlog/storage/2018/08/20/mysql-proxy.html" } , { "title" : "influxdb - ", "url" : "/MyBlog/algorithm/2018/08/20/influxdb.html" } , { "title" : "hint - ", "url" : "/MyBlog/storage/2018/08/20/hint.html" } , { "title" : "ifconfig - ", "url" : "/MyBlog/linux/2018/08/14/ifconfig.html" } , { "title" : "launchctl - ", "url" : "/MyBlog/web/2018/08/13/launchctl.html" } , { "title" : "time_wait - ", "url" : "/MyBlog/linux/2018/08/11/time_wait.html" } , { "title" : "OpenStack - ", "url" : "/MyBlog/algorithm/2018/08/11/OpenStack.html" } , { "title" : "μJavaActors - ", "url" : "/MyBlog/algorithm/2018/08/10/%CE%BCJavaActors.html" } , { "title" : "ceph的CRUSH数据分布算法 - ", "url" : "/MyBlog/algorithm/2018/08/10/crush.html" } , { "title" : "Akka 和 μJavaActors - ", "url" : "/MyBlog/algorithm/2018/08/10/akka.html" } , { "title" : "gossip 应用 - ", "url" : "/MyBlog/algorithm/2018/07/30/gossip_application.html" } , { "title" : "Gossip协议 - ", "url" : "/MyBlog/algorithm/2018/07/30/gossip.html" } , { "title" : "分布式系统常用思想和技术总结 - ", "url" : "/MyBlog/algorithm/2018/07/30/consitency.html" } , { "title" : "Gossip_zap_raft_paxos 对比 - ", "url" : "/MyBlog/algorithm/2018/07/30/Gossip_zap_raft_paxos.html" } , { "title" : "dht 一致性hash算法 - ", "url" : "/MyBlog/algorithm/2018/07/28/dht.html" } , { "title" : "Kademlia 原理 - ", "url" : "/MyBlog/algorithm/2018/07/28/Kademlia.html" } , { "title" : "sampling 采样 - ", "url" : "/MyBlog/algorithm/2018/07/27/sampling.html" } , { "title" : "rocksdb - ", "url" : "/MyBlog/storage/2018/07/26/rocksdb.html" } , { "title" : "Tachyon - ", "url" : "/MyBlog/spark/2018/07/26/Tachyon.html" } , { "title" : "tcc 分布式事务 - ", "url" : "/MyBlog/web/2018/07/22/tcc.html" } , { "title" : "KNN与K-Means的区别 - ", "url" : "/MyBlog/algorithm/2018/07/16/knn.html" } , { "title" : "yarn - ", "url" : "/MyBlog/hadoop/2018/07/12/yarn.html" } , { "title" : "余弦夹角 和 欧氏距离 Jaccard相似系数和皮尔逊相关系数 - ", "url" : "/MyBlog/algorithm/2018/07/12/jacard.html" } , { "title" : "MapReduce - ", "url" : "/MyBlog/hadoop/2018/07/12/MapReduce.html" } , { "title" : "php_kafka - ", "url" : "/MyBlog/php/2018/07/11/php_kafka.html" } , { "title" : "KM算法 - ", "url" : "/MyBlog/algorithm/2018/07/10/km.html" } , { "title" : "Hall匹配定理 - ", "url" : "/MyBlog/algorithm/2018/07/10/hall.html" } , { "title" : "gossip 算法 redis - ", "url" : "/MyBlog/algorithm/2018/07/10/gossip.html" } , { "title" : "bipartite_graph_match - ", "url" : "/MyBlog/algorithm/2018/07/10/bipartite_graph_match.html" } , { "title" : "bipartite_graph 二分图 - ", "url" : "/MyBlog/algorithm/2018/07/10/bipartite_graph.html" } , { "title" : "agumenting_path - ", "url" : "/MyBlog/algorithm/2018/07/10/agumenting_path.html" } , { "title" : "KM(Kuhn and Munkres)算法 - ", "url" : "/MyBlog/algorithm/2018/07/10/Kuhn_and_Munkres.html" } , { "title" : "Hungarian_algorithm 匈牙利算法 - ", "url" : "/MyBlog/algorithm/2018/07/10/Hungarian_algorithm.html" } , { "title" : "Edmond-Karp 算法 网络流 增广路 - ", "url" : "/MyBlog/algorithm/2018/07/10/Edmond-Karp.html" } , { "title" : "git - ", "url" : "/MyBlog/web/2018/07/06/git.html" } , { "title" : "composer dump-atoload namespace dir - ", "url" : "/MyBlog/php/2018/07/06/composer.html" } , { "title" : "golang list jsonMarshal之后一个为null一个为[ ]问题 - ", "url" : "/MyBlog/golang/2018/07/04/golang_list.html" } , { "title" : "xterm.js tty.js 基于浏览器的终端模拟器 - ", "url" : "/MyBlog/web/2018/07/03/xterm.js_tty.js.html" } , { "title" : "mac安装gradle - ", "url" : "/MyBlog/java/2018/07/03/mac_gradle.html" } , { "title" : "gradle_eclipse - ", "url" : "/MyBlog/java/2018/07/03/gradle_eclipse.html" } , { "title" : "build.gradle - ", "url" : "/MyBlog/java/2018/07/03/gradle_build.html" } , { "title" : "Gradle - ", "url" : "/MyBlog/java/2018/07/03/Gradle.html" } , { "title" : "mysql、zookeeper、redis和elasticsearch主从同步机制 - ", "url" : "/MyBlog/storage/2018/06/30/slave.html" } , { "title" : "redis slow log - ", "url" : "/MyBlog/storage/2018/06/30/redis_slow_log.html" } , { "title" : "redis主从复制 - ", "url" : "/MyBlog/storage/2018/06/30/redis_slave.html" } , { "title" : "redis主从复制原理、断点续传、无磁盘化复制、过期key处理 - ", "url" : "/MyBlog/storage/2018/06/30/redis_replication.html" } , { "title" : "redis_mysql - ", "url" : "/MyBlog/storage/2018/06/30/redis_mysql.html" } , { "title" : "redis_memcache - ", "url" : "/MyBlog/storage/2018/06/30/redis_memcache.html" } , { "title" : "Redis原理及使用 - ", "url" : "/MyBlog/storage/2018/06/30/redis.html" } , { "title" : "nginx_redis 高并发 - ", "url" : "/MyBlog/linux/2018/06/30/nginx_redis.html" } , { "title" : "mysql slow log - ", "url" : "/MyBlog/storage/2018/06/30/mysql_slow_log.html" } , { "title" : "multiplexing IO多路复用 - ", "url" : "/MyBlog/linux/2018/06/30/multiplexing.html" } , { "title" : "select,poll,epoll,kqueue模型 - ", "url" : "/MyBlog/linux/2018/06/30/kqueue.html" } , { "title" : "grok - ", "url" : "/MyBlog/elasticsearch/2018/06/30/grok.html" } , { "title" : "epoll_server 服务端代码 - ", "url" : "/MyBlog/linux/2018/06/30/epoll_server.html" } , { "title" : "epoll - ", "url" : "/MyBlog/linux/2018/06/30/epoll.html" } , { "title" : "Sentinel - ", "url" : "/MyBlog/storage/2018/06/30/Sentinel.html" } , { "title" : "Pipeline - ", "url" : "/MyBlog/storage/2018/06/30/Pipeline.html" } , { "title" : "Logagent 日志组件对比 - ", "url" : "/MyBlog/elasticsearch/2018/06/30/Logagent.html" } , { "title" : "test - ", "url" : "/MyBlog/elasticsearch/2018/06/29/test.html" } , { "title" : "map 映射 - ", "url" : "/MyBlog/elasticsearch/2018/06/29/map.html" } , { "title" : "logstash输出到elasticsearch - ", "url" : "/MyBlog/elasticsearch/2018/06/29/logstash_elasticsearch.html" } , { "title" : "kibana - ", "url" : "/MyBlog/elasticsearch/2018/06/29/kibana.html" } , { "title" : "index - ", "url" : "/MyBlog/elasticsearch/2018/06/29/index.html" } , { "title" : "ik - ", "url" : "/MyBlog/elasticsearch/2018/06/29/ik.html" } , { "title" : "head - ", "url" : "/MyBlog/elasticsearch/2018/06/29/head.html" } , { "title" : "elasticsearch - ", "url" : "/MyBlog/elasticsearch/2018/06/29/elasticsearch.html" } , { "title" : "dsl - ", "url" : "/MyBlog/elasticsearch/2018/06/29/dsl.html" } , { "title" : "config - ", "url" : "/MyBlog/elasticsearch/2018/06/29/config.html" } , { "title" : "aggregations - ", "url" : "/MyBlog/elasticsearch/2018/06/29/aggregations.html" } , { "title" : "_search - ", "url" : "/MyBlog/elasticsearch/2018/06/29/_search.html" } , { "title" : "Logstash_example - ", "url" : "/MyBlog/elasticsearch/2018/06/29/Logstash_example.html" } , { "title" : "Logstash_elk - ", "url" : "/MyBlog/elasticsearch/2018/06/29/Logstash_elk.html" } , { "title" : "Logstash - ", "url" : "/MyBlog/elasticsearch/2018/06/29/Logstash.html" } , { "title" : "elk mac 安装 - ", "url" : "/MyBlog/elasticsearch/2018/06/28/elk.html" } , { "title" : "sysfs - ", "url" : "/MyBlog/linux/2018/06/27/sysfs.html" } , { "title" : "proc文件系统 - ", "url" : "/MyBlog/linux/2018/06/27/proc.html" } , { "title" : "lkm 可加载内核模块 - ", "url" : "/MyBlog/linux/2018/06/27/lkm.html" } , { "title" : "kobject - ", "url" : "/MyBlog/linux/2018/06/27/kobject.html" } , { "title" : "Linux各目录及每个目录的详细介绍 - ", "url" : "/MyBlog/linux/2018/06/27/dir.html" } , { "title" : "devfs sysfs - ", "url" : "/MyBlog/linux/2018/06/27/devfs.html" } , { "title" : "pool - ", "url" : "/MyBlog/golang/2018/06/26/pool.html" } , { "title" : "Linux中pam模块 - ", "url" : "/MyBlog/linux/2018/06/26/pam.html" } , { "title" : "issue 设置linux登录前后的欢迎信息 - ", "url" : "/MyBlog/linux/2018/06/26/issue.html" } , { "title" : "bash_profile等几个文件的执行过程 - ", "url" : "/MyBlog/linux/2018/06/26/bash_profile.html" } , { "title" : "gorpc - ", "url" : "/MyBlog/web/2018/06/24/gorpc.html" } , { "title" : "HAProxy - ", "url" : "/MyBlog/web/2018/06/24/HAProxy.html" } , { "title" : "Nutch - ", "url" : "/MyBlog/web/2018/06/23/Nutch.html" } , { "title" : "lsm - ", "url" : "/MyBlog/storage/2018/06/16/lsm.html" } , { "title" : "logstash 日志收集 - ", "url" : "/MyBlog/elasticsearch/2018/06/16/logstash.html" } , { "title" : "ldap 轻量目录访问协议 - ", "url" : "/MyBlog/web/2018/06/16/ldap.html" } , { "title" : "查看某行代码的git修改历史 - ", "url" : "/MyBlog/web/2018/06/16/gitEditHistory.html" } , { "title" : "python中os.system、os.popen、subprocess.popen的区别 - ", "url" : "/MyBlog/linux/2018/06/12/subprocess.html" } , { "title" : "sshpass - ", "url" : "/MyBlog/linux/2018/06/12/sshpass.html" } , { "title" : "samba - ", "url" : "/MyBlog/linux/2018/06/12/samb.html" } , { "title" : "pyopen Python subprocess - ", "url" : "/MyBlog/linux/2018/06/12/pyopen.html" } , { "title" : "dns - ", "url" : "/MyBlog/linux/2018/06/12/dns.html" } , { "title" : "bind - ", "url" : "/MyBlog/linux/2018/06/12/bind.html" } , { "title" : "supervisor - ", "url" : "/MyBlog/linux/2018/06/10/supervisor.html" } , { "title" : "Paxos、Raft、Zab和VR - ", "url" : "/MyBlog/zookeeper/2018/06/10/raft.html" } , { "title" : "quorum - ", "url" : "/MyBlog/zookeeper/2018/06/10/quorum.html" } , { "title" : "Paxos和Quorum - ", "url" : "/MyBlog/zookeeper/2018/06/10/paxos_quorum.html" } , { "title" : "lucence elasticsearch - ", "url" : "/MyBlog/elasticsearch/2018/06/10/lucence.html" } , { "title" : "jndi - ", "url" : "/MyBlog/zookeeper/2018/06/10/jndi.html" } , { "title" : "guava - ", "url" : "/MyBlog/zookeeper/2018/06/10/gava.html" } , { "title" : "fluent 编程风格 - ", "url" : "/MyBlog/zookeeper/2018/06/10/fluent.html" } , { "title" : "Curator - ", "url" : "/MyBlog/zookeeper/2018/06/10/Curator.html" } , { "title" : "ZooKeeper实现配置同步 - ", "url" : "/MyBlog/spark/2018/06/03/zk_conf.html" } , { "title" : "nginx_header - ", "url" : "/MyBlog/php/2018/06/03/nginx_header.html" } , { "title" : "dtrace - ", "url" : "/MyBlog/linux/2018/06/03/dtrace.html" } , { "title" : "zebra - ", "url" : "/MyBlog/linux/2018/05/30/zebra.html" } , { "title" : "rawip - ", "url" : "/MyBlog/linux/2018/05/30/rawip.html" } , { "title" : "ospf - ", "url" : "/MyBlog/linux/2018/05/30/ospf.html" } , { "title" : "邻居子系统 - ", "url" : "/MyBlog/linux/2018/05/30/nabour.html" } , { "title" : "General Purpose Input Output - ", "url" : "/MyBlog/linux/2018/05/30/gpio.html" } , { "title" : "流量控制 - ", "url" : "/MyBlog/linux/2018/05/30/Traffic_ctl.html" } , { "title" : "透明网桥 - ", "url" : "/MyBlog/linux/2018/05/28/transparent.html" } , { "title" : "tcpdump - ", "url" : "/MyBlog/linux/2018/05/28/tcpdump.html" } , { "title" : "stp 生成树协议 - ", "url" : "/MyBlog/linux/2018/05/28/stp.html" } , { "title" : "NAPI 技术在 Linux 网络驱动上的应用 - ", "url" : "/MyBlog/linux/2018/05/28/napi.html" } , { "title" : "ethereal - ", "url" : "/MyBlog/linux/2018/05/28/ethereal.html" } , { "title" : "inotify 监控 Linux 文件系统事件 - ", "url" : "/MyBlog/linux/2018/05/24/inotify.html" } , { "title" : "golang fsnotify - ", "url" : "/MyBlog/golang/2018/05/24/fsnotify_go.html" } , { "title" : "fsnotify - ", "url" : "/MyBlog/linux/2018/05/24/fsnotify.html" } , { "title" : "PostForm - ", "url" : "/MyBlog/golang/2018/05/18/PostForm.html" } , { "title" : "template - ", "url" : "/MyBlog/golang/2018/05/17/template.html" } , { "title" : "mergely_CodeMirror_DiffMatchPatch前端文本diff - ", "url" : "/MyBlog/web/2018/05/12/mergeLy.html" } , { "title" : "pipework 为docker容器配置独立IP - ", "url" : "/MyBlog/docker/2018/05/09/pipework.html" } , { "title" : "调用namespace的API - ", "url" : "/MyBlog/docker/2018/05/09/namespace.html" } , { "title" : "ifconfig - ", "url" : "/MyBlog/web/2018/05/08/ifconfig.html" } , { "title" : "subnet_mask 子网掩码 - ", "url" : "/MyBlog/web/2018/05/06/subnet_mask.html" } , { "title" : "iptables - ", "url" : "/MyBlog/linux/2018/05/06/iptables.html" } , { "title" : "gateway - ", "url" : "/MyBlog/web/2018/05/06/gateway.html" } , { "title" : "docker_bridge 容器桥接到物理网络 - ", "url" : "/MyBlog/docker/2018/05/06/docker_bridge.html" } , { "title" : "default_gateway 默认网关 - ", "url" : "/MyBlog/web/2018/05/06/default_gateway.html" } , { "title" : "bridge 网桥 Linux下的虚拟网桥 - ", "url" : "/MyBlog/web/2018/05/06/bridge.html" } , { "title" : "wins - ", "url" : "/MyBlog/web/2018/05/05/wins.html" } , { "title" : "routing_table 路由表 - ", "url" : "/MyBlog/web/2018/05/05/routing_table.html" } , { "title" : "routing_protocol 路由协议 - ", "url" : "/MyBlog/web/2018/05/05/routing_protocol.html" } , { "title" : "router 路由协议 - ", "url" : "/MyBlog/web/2018/05/05/router.html" } , { "title" : "rip 路由信息协议 - ", "url" : "/MyBlog/web/2018/05/05/rip.html" } , { "title" : "netbios - ", "url" : "/MyBlog/web/2018/05/05/netbios.html" } , { "title" : "lmhosts - ", "url" : "/MyBlog/web/2018/05/05/lmhosts.html" } , { "title" : "dhcp - ", "url" : "/MyBlog/web/2018/05/05/dhcp.html" } , { "title" : "arc phabricator 结合 arcanist 使用 - ", "url" : "/MyBlog/web/2018/05/04/arc.html" } , { "title" : "aufs Union File System - ", "url" : "/MyBlog/docker/2018/05/03/aufs.html" } , { "title" : "veth - ", "url" : "/MyBlog/linux/2018/04/29/veth.html" } , { "title" : "linux namespace - ", "url" : "/MyBlog/linux/2018/04/29/namespace.html" } , { "title" : "docker_net - ", "url" : "/MyBlog/docker/2018/04/29/docker_net.html" } , { "title" : "Docker容器通过独立IP暴露给局域网的方法 - ", "url" : "/MyBlog/docker/2018/04/29/docker_ip.html" } , { "title" : "linux cgroup - ", "url" : "/MyBlog/linux/2018/04/29/cgroup.html" } , { "title" : "bridge - ", "url" : "/MyBlog/linux/2018/04/29/bridge.html" } , { "title" : "flag - ", "url" : "/MyBlog/golang/2018/04/24/flag.html" } , { "title" : "expect - ", "url" : "/MyBlog/linux/2018/04/22/expect.html" } , { "title" : "站群 - ", "url" : "/MyBlog/web/2018/04/21/zq.html" } , { "title" : "urlencode - ", "url" : "/MyBlog/cryptology/2018/04/20/urlencode.html" } , { "title" : "shell 运行原理 & unix 缺陷 - ", "url" : "/MyBlog/jekyll/2018/04/20/shell.html" } , { "title" : "Linux下的shell工作原理 - ", "url" : "/MyBlog/linux/2018/04/20/linux_shell.html" } , { "title" : "base64 - ", "url" : "/MyBlog/cryptology/2018/04/20/base64.html" } , { "title" : "aes 的工作模式(ECB、CBC、CFB、OFB) - ", "url" : "/MyBlog/cryptology/2018/04/19/aes.html" } , { "title" : "json - ", "url" : "/MyBlog/golang/2018/04/16/json.html" } , { "title" : "dup dup2 - ", "url" : "/MyBlog/linux/2018/04/16/dup.html" } , { "title" : "Reactor and Proactor - ", "url" : "/MyBlog/web/2018/04/15/proactor.html" } , { "title" : "fsnotify bee 热编译 - ", "url" : "/MyBlog/golang/2018/04/15/fsnotify.html" } , { "title" : "Git内部原理 blob tree commit - ", "url" : "/MyBlog/web/2018/04/12/git.html" } , { "title" : "rsync - ", "url" : "/MyBlog/linux/2018/03/27/rsync.html" } , { "title" : "intellij 配置 - ", "url" : "/MyBlog/golang/2018/03/27/intellij.html" } , { "title" : "context - ", "url" : "/MyBlog/golang/2018/03/27/context.html" } , { "title" : "golang热编译工具 - ", "url" : "/MyBlog/golang/2018/03/23/online_build.html" } , { "title" : "glide 包依赖管理 - ", "url" : "/MyBlog/golang/2018/03/23/glide.html" } , { "title" : "utxo 比特币查询原理 - ", "url" : "/MyBlog/cryptology/2018/03/18/utxo.html" } , { "title" : "数字时间戳 - ", "url" : "/MyBlog/cryptology/2018/03/18/timestamp.html" } , { "title" : "stratum协议原理 - ", "url" : "/MyBlog/cryptology/2018/03/18/stratum.html" } , { "title" : "区块链共识机制 Pow、Pos、DPos、Pool - ", "url" : "/MyBlog/cryptology/2018/03/18/pow.html" } , { "title" : "PBFT(实用拜占庭容错)、PAXOS、RAFT - ", "url" : "/MyBlog/cryptology/2018/03/18/pbft.html" } , { "title" : "hamming 码校验 汉明距离 - ", "url" : "/MyBlog/cryptology/2018/03/18/hamming_code.html" } , { "title" : "block chain 区块链 - ", "url" : "/MyBlog/cryptology/2018/03/18/block_chain.html" } , { "title" : "unsafe cgo - ", "url" : "/MyBlog/golang/2018/03/17/unsafe.html" } , { "title" : "数字签名及应用 - ", "url" : "/MyBlog/cryptology/2018/03/17/signature.html" } , { "title" : "reflect - ", "url" : "/MyBlog/golang/2018/03/17/reflect.html" } , { "title" : "go package - ", "url" : "/MyBlog/golang/2018/03/17/package.html" } , { "title" : "goroutine - ", "url" : "/MyBlog/golang/2018/03/17/goroutine.html" } , { "title" : "go test - ", "url" : "/MyBlog/golang/2018/03/17/go_test.html" } , { "title" : "进程和线程、协程的区别 - ", "url" : "/MyBlog/golang/2018/03/17/coroutine.html" } , { "title" : "golang 返回函数的匿名函数 vs 接收器的方法 - ", "url" : "/MyBlog/golang/2018/03/16/go_func.html" } , { "title" : "go-tour 安装 - ", "url" : "/MyBlog/golang/2018/03/16/go-tour.html" } , { "title" : "git默认不区分文件夹大小写 - ", "url" : "/MyBlog/web/2018/03/16/git.html" } , { "title" : "栈与活动记录 - ", "url" : "/MyBlog/lang/2018/03/15/active_record.html" } , { "title" : "Lambda演算的类型 - ", "url" : "/MyBlog/lang/2018/03/14/lambda_type.html" } , { "title" : "lambda 演算中的数字 - ", "url" : "/MyBlog/lang/2018/03/14/lambda_num.html" } , { "title" : "Lambda演算建模 - ", "url" : "/MyBlog/lang/2018/03/14/lambda_model.html" } , { "title" : "lambda 演算中的布尔值和选择 - ", "url" : "/MyBlog/lang/2018/03/14/lambda_bool.html" } , { "title" : "lambda Y组合子(y-combinator) - ", "url" : "/MyBlog/lang/2018/03/14/lambda_Y.html" } , { "title" : "lambda_Evaluation - ", "url" : "/MyBlog/lang/2018/03/14/lambda_Evaluation.html" } , { "title" : "从Lambda演算到组合子演算 - ", "url" : "/MyBlog/lang/2018/03/14/lambda_Combinator.html" } , { "title" : "Lambda 演算 - ", "url" : "/MyBlog/lang/2018/03/14/Lambda.html" } , { "title" : "系统调用 - ", "url" : "/MyBlog/linux/2018/03/13/system_call.html" } , { "title" : "mysql 分页 - ", "url" : "/MyBlog/web/2018/03/13/page.html" } , { "title" : "尾递归优化 - ", "url" : "/MyBlog/lang/2018/03/12/tco.html" } , { "title" : "三地址代码 - ", "url" : "/MyBlog/lang/2018/03/09/three-address-code.html" } , { "title" : "栈机 - ", "url" : "/MyBlog/lang/2018/03/09/Stack_machine.html" } , { "title" : "下推自动机 - ", "url" : "/MyBlog/lang/2018/03/08/pda.html" } , { "title" : "LR分析法 - ", "url" : "/MyBlog/lang/2018/03/08/lr.html" } , { "title" : "LL(1)文法判别之First集合、Follow集合、Select集合求法 - ", "url" : "/MyBlog/lang/2018/03/07/first_follow_select.html" } , { "title" : "thrift - ", "url" : "/MyBlog/lang/2018/03/02/thrift.html" } , { "title" : "thrift 低版本安装 - ", "url" : "/MyBlog/web/2018/03/01/thrift_low.html" } , { "title" : "jekyll paginate 分页失败原因 - ", "url" : "/MyBlog/jekyll/2018/03/01/paginate.html" } , { "title" : "git add 删除文件问题 - ", "url" : "/MyBlog/web/2018/03/01/git.html" } , { "title" : "symbol_table - ", "url" : "/MyBlog/lang/2018/02/28/symbol_table.html" } , { "title" : "re2c - ", "url" : "/MyBlog/lang/2018/02/28/re2c.html" } , { "title" : "Jekyll目录结构和运行机理 - ", "url" : "/MyBlog/jekyll/2018/02/28/jekyll_inside.html" } , { "title" : "CollectingCycles - ", "url" : "/MyBlog/lang/2018/02/28/CollectingCycles.html" } , { "title" : "type_hinting - ", "url" : "/MyBlog/php/2018/02/26/type_hinting.html" } , { "title" : "tsrm - ", "url" : "/MyBlog/php/2018/02/26/tsrm.html" } , { "title" : "create_function - ", "url" : "/MyBlog/php/2018/02/26/create_function.html" } , { "title" : "Xdebug - ", "url" : "/MyBlog/php/2018/02/26/Xdebug.html" } , { "title" : "Closure - ", "url" : "/MyBlog/lang/2018/02/26/Closure.html" } , { "title" : "lex - ", "url" : "/MyBlog/lang/2018/02/13/lex.html" } , { "title" : "vld_dot_graphviz - ", "url" : "/MyBlog/php/2018/02/12/vld_dot_graphviz.html" } , { "title" : "phpvld - ", "url" : "/MyBlog/php/2018/02/12/phpvld.html" } , { "title" : "phpize - ", "url" : "/MyBlog/php/2018/02/12/phpize.html" } , { "title" : "PHP 调试利器之 PHPDBG - ", "url" : "/MyBlog/php/2018/02/12/phpdbg.html" } , { "title" : "dot - ", "url" : "/MyBlog/web/2018/02/12/dot.html" } , { "title" : "netty - ", "url" : "/MyBlog/web/2018/02/10/netty.html" } , { "title" : "Tachyon - ", "url" : "/MyBlog/spark/2018/02/10/Tachyon.html" } , { "title" : "crlf 攻击 - ", "url" : "/MyBlog/web/2018/02/06/crlf.html" } , { "title" : "iputils - ", "url" : "/MyBlog/linux/2018/02/05/iputils.html" } , { "title" : "cscope - ", "url" : "/MyBlog/web/2018/02/05/cscope.html" } , { "title" : "sklearn - ", "url" : "/MyBlog/spark/2018/02/03/sklearn.html" } , { "title" : "mathlatex - ", "url" : "/MyBlog/web/2018/02/02/mathlatex.html" } , { "title" : "二项逻辑斯蒂回归模型 - ", "url" : "/MyBlog/spark/2018/02/02/logistic.html" } , { "title" : "Duck typing - ", "url" : "/MyBlog/golang/2018/02/02/Duck_typing.html" } , { "title" : "导入第三方依赖到shell - ", "url" : "/MyBlog/spark/2018/01/27/spark_jar.html" } , { "title" : "zero copy - ", "url" : "/MyBlog/linux/2018/01/26/zero_copy.html" } , { "title" : "进程在后台运行原理 - ", "url" : "/MyBlog/linux/2018/01/24/nohup.html" } , { "title" : "mongodb - ", "url" : "/MyBlog/storage/2018/01/24/mongodb.html" } , { "title" : "倒排索引 - ", "url" : "/MyBlog/storage/2018/01/24/inverted_file.html" } , { "title" : "npm registry - ", "url" : "/MyBlog/web/2018/01/16/npm.html" } , { "title" : "制作地图 - ", "url" : "/MyBlog/web/2018/01/16/map.html" } , { "title" : "Linux、Mac上面ln命令使用说明 - ", "url" : "/MyBlog/linux/2018/01/16/ln.html" } , { "title" : "spark on hive - ", "url" : "/MyBlog/spark/2018/01/13/spark_hive.html" } , { "title" : "scala maven 版本冲突问题解决 - ", "url" : "/MyBlog/spark/2018/01/12/scala_version.html" } , { "title" : "Eclipse中操作Hive、HDFS、spark时的jar包列表 - ", "url" : "/MyBlog/spark/2018/01/12/hive.html" } , { "title" : "Eclipse+maven+scala+spark环境搭建 - ", "url" : "/MyBlog/spark/2018/01/11/maven_scala_eclipse.html" } , { "title" : "maven - ", "url" : "/MyBlog/spark/2018/01/11/maven.html" } , { "title" : "随机森林 - ", "url" : "/MyBlog/spark/2018/01/09/random_foreast.html" } , { "title" : "svm - ", "url" : "/MyBlog/spark/2018/01/08/svm.html" } , { "title" : "virtualenv - ", "url" : "/MyBlog/web/2018/01/07/virtualenv.html" } , { "title" : "pip - ", "url" : "/MyBlog/web/2018/01/07/pip.html" } , { "title" : "信息熵 - ", "url" : "/MyBlog/spark/2018/01/05/shang.html" } , { "title" : "Zookeeper与Paxos - ", "url" : "/MyBlog/spark/2018/01/04/zookeeper.html" } , { "title" : "安全散列算法SHA256 - ", "url" : "/MyBlog/cryptology/2018/01/04/sha.html" } , { "title" : "raft - ", "url" : "/MyBlog/storage/2018/01/04/raft.html" } , { "title" : "比较raft ,basic paxos以及multi-paxos - ", "url" : "/MyBlog/spark/2018/01/04/paxos_raft.html" } , { "title" : "p2p - ", "url" : "/MyBlog/web/2018/01/04/p2p.html" } , { "title" : "nat - ", "url" : "/MyBlog/web/2018/01/04/nat.html" } , { "title" : "Chubby与Paxos - ", "url" : "/MyBlog/spark/2018/01/04/chubby.html" } , { "title" : "Paxos - ", "url" : "/MyBlog/spark/2018/01/04/Paxos.html" } , { "title" : "rsa 非对称加密原理 - ", "url" : "/MyBlog/cryptology/2018/01/03/rsa.html" } , { "title" : "Merkle Patricia Tree - ", "url" : "/MyBlog/cryptology/2018/01/03/merkle_tree.html" } , { "title" : "ecc 椭圆曲线加密 - ", "url" : "/MyBlog/cryptology/2018/01/03/ecc.html" } , { "title" : "单播、多播和广播 - ", "url" : "/MyBlog/linux/2017/12/30/broad_cast.html" } , { "title" : "arp - ", "url" : "/MyBlog/linux/2017/12/30/arp.html" } , { "title" : "json_shell - ", "url" : "/MyBlog/web/2017/12/27/json_shell.html" } , { "title" : "ioctl - ", "url" : "/MyBlog/linux/2017/12/27/ioctl.html" } , { "title" : "inetd - ", "url" : "/MyBlog/linux/2017/12/27/inetd.html" } , { "title" : "Django_nginx_uwsgi - ", "url" : "/MyBlog/web/2017/12/27/Django_nginx_uwsgi.html" } , { "title" : "UNIX下的5种IO模型 - ", "url" : "/MyBlog/linux/2017/12/24/unix_io5.html" } , { "title" : "用户空间实现线程 内核实现线程 线程的调度 - ", "url" : "/MyBlog/linux/2017/12/24/thread_namespace.html" } , { "title" : "进程切换 - ", "url" : "/MyBlog/linux/2017/12/24/thread.html" } , { "title" : "IO多路复用之select、poll、epoll - ", "url" : "/MyBlog/linux/2017/12/24/select_poll.html" } , { "title" : "goroutine - ", "url" : "/MyBlog/golang/2017/12/24/goroutine.html" } , { "title" : "goclipse eclipse go 开发环境搭建+跳转支持 - ", "url" : "/MyBlog/web/2017/12/24/goclipse.html" } , { "title" : "tcp_flag - ", "url" : "/MyBlog/web/2017/12/22/tcp_flag.html" } , { "title" : "url短链 - ", "url" : "/MyBlog/web/2017/12/22/short_url.html" } , { "title" : "ID为0和ID为1的进程 - ", "url" : "/MyBlog/linux/2017/12/22/pid_0_1.html" } , { "title" : "Shell脚本经典之Fork炸弹 - ", "url" : "/MyBlog/linux/2017/12/22/fork_b.html" } , { "title" : "fork - ", "url" : "/MyBlog/linux/2017/12/22/fork.html" } , { "title" : "Linux进程控制——exec函数族 - ", "url" : "/MyBlog/linux/2017/12/22/exec.html" } , { "title" : "各种树的应用场景 - ", "url" : "/MyBlog/storage/2017/12/13/tree.html" } , { "title" : "sbt - ", "url" : "/MyBlog/spark/2017/12/13/sbt.html" } , { "title" : "radix tree - ", "url" : "/MyBlog/linux/2017/12/13/radix_tree.html" } , { "title" : "maven 安装 - ", "url" : "/MyBlog/spark/2017/12/13/maven.html" } , { "title" : "figaro mac 安装 - ", "url" : "/MyBlog/spark/2017/12/13/figaro.html" } , { "title" : "大端小端 - ", "url" : "/MyBlog/web/2017/12/13/bigEnd.html" } , { "title" : "truss、strace或ltrace - ", "url" : "/MyBlog/linux/2017/12/10/strace.html" } , { "title" : "netlink - ", "url" : "/MyBlog/linux/2017/12/10/netlink.html" } , { "title" : "linux sysfs - ", "url" : "/MyBlog/linux/2017/12/09/sysfs.html" } , { "title" : "proc文件系统 - ", "url" : "/MyBlog/linux/2017/12/09/proc.html" } , { "title" : "netfliter - ", "url" : "/MyBlog/linux/2017/12/09/netfliter.html" } , { "title" : "namespace - ", "url" : "/MyBlog/linux/2017/12/08/namespace.html" } , { "title" : "vfs - ", "url" : "/MyBlog/linux/2017/12/07/vfs.html" } , { "title" : "mysql_index - ", "url" : "/MyBlog/storage/2017/12/07/mysql_index.html" } , { "title" : "linux_rcu - ", "url" : "/MyBlog/linux/2017/12/06/linux_rcu.html" } , { "title" : "Linux的mmap内存映射机制 - ", "url" : "/MyBlog/linux/2017/12/06/linux_mmap.html" } , { "title" : "linux_lock - ", "url" : "/MyBlog/linux/2017/12/06/linux_lock.html" } , { "title" : "linux_elf - ", "url" : "/MyBlog/linux/2017/12/06/linux_elf.html" } , { "title" : "linux_cow - ", "url" : "/MyBlog/linux/2017/12/06/linux_cow.html" } , { "title" : "Kibana - ", "url" : "/MyBlog/spark/2017/12/06/Kibana.html" } , { "title" : "linux_memory - ", "url" : "/MyBlog/linux/2017/12/05/linux_memory.html" } , { "title" : "server格式 - ", "url" : "/MyBlog/web/2017/12/02/server_tyrp.html" } , { "title" : "nginx_ssi - ", "url" : "/MyBlog/web/2017/12/02/nginx_ssi.html" } , { "title" : "go升级遇到问题及解决方案 - ", "url" : "/MyBlog/web/2017/11/29/go_update.html" } , { "title" : "go_pprof - ", "url" : "/MyBlog/golang/2017/11/29/go_pprof.html" } , { "title" : "go_vs_code - ", "url" : "/MyBlog/web/2017/11/28/go_vs_code.html" } , { "title" : "scala tuple - ", "url" : "/MyBlog/spark/2017/11/19/scala_tuple.html" } , { "title" : "redis协议 - ", "url" : "/MyBlog/storage/2017/11/18/redis_protocal.html" } , { "title" : "jupyter 数学公式 - ", "url" : "/MyBlog/spark/2017/11/18/jupyter_math.html" } , { "title" : "jupyter 数学公式 - ", "url" : "/MyBlog/spark/2017/11/18/jupyter_latex.html" } , { "title" : "Jupyter Notebook 添加目录 - ", "url" : "/MyBlog/spark/2017/11/18/jupyter_index.html" } , { "title" : "文字特征提取算法 - ", "url" : "/MyBlog/spark/2017/11/17/word_feature.html" } , { "title" : "sparl_ml_pipline - ", "url" : "/MyBlog/spark/2017/11/16/sparl_ml_pipline.html" } , { "title" : "mysql 的排序 - ", "url" : "/MyBlog/storage/2017/11/16/mysql_sort.html" } , { "title" : "mysql_maneager - ", "url" : "/MyBlog/storage/2017/11/16/mysql_maneager.html" } , { "title" : "mysql_index - ", "url" : "/MyBlog/storage/2017/11/16/mysql_index.html" } , { "title" : "MySQL的表类型的(存储引擎) - ", "url" : "/MyBlog/storage/2017/11/16/mysql_engine.html" } , { "title" : "mysql 原理 - ", "url" : "/MyBlog/storage/2017/11/16/mysql.html" } , { "title" : "spark_memory - ", "url" : "/MyBlog/spark/2017/11/15/spark_memory.html" } , { "title" : "redis 持久化 - ", "url" : "/MyBlog/storage/2017/11/15/redis_forever.html" } , { "title" : "spark toDF 失败原因总结 - ", "url" : "/MyBlog/spark/2017/11/14/spark_toDF.html" } , { "title" : "spark_start问题原因及解决办法 - ", "url" : "/MyBlog/spark/2017/11/14/spark_start.html" } , { "title" : "spark_rdd创建转换 - ", "url" : "/MyBlog/spark/2017/11/14/spark_rdd.html" } , { "title" : "spark的ML和MLLib两个包区别和联系 - ", "url" : "/MyBlog/spark/2017/11/14/spark_ml_mllib.html" } , { "title" : "RDD/Dataset/DataFrame互转 - ", "url" : "/MyBlog/spark/2017/11/14/rdd_dataset_dataframe.html" } , { "title" : "dataSet和dataFrame的创建方法 - ", "url" : "/MyBlog/spark/2017/11/14/dataSet_dataFrame.html" } , { "title" : "php_session - ", "url" : "/MyBlog/php/2017/11/09/php_session.html" } , { "title" : "jupyter_matplotlib - ", "url" : "/MyBlog/web/2017/11/09/jupyter_matplotlib.html" } , { "title" : "Jupyter_slides - ", "url" : "/MyBlog/web/2017/11/09/Jupyter_slides.html" } , { "title" : "composer - ", "url" : "/MyBlog/php/2017/11/03/composer.html" } , { "title" : "scala_partion_function - ", "url" : "/MyBlog/spark/2017/10/24/scala_partion_function.html" } , { "title" : "partion_function - ", "url" : "/MyBlog/web/2017/10/24/partion_function.html" } , { "title" : "高阶函数函数加里化(Currying)和偏函数应用(Partial Application)的比较 - ", "url" : "/MyBlog/web/2017/10/24/function.html" } , { "title" : "使用Phabricator做为Code Review工具 - ", "url" : "/MyBlog/web/2017/10/24/Phabricator.html" } , { "title" : "cut - ", "url" : "/MyBlog/spark/2017/10/23/cut.html" } , { "title" : "akka_sbt_eclipse - ", "url" : "/MyBlog/spark/2017/10/18/akka_sbt_eclipse.html" } , { "title" : "FunSuite - ", "url" : "/MyBlog/spark/2017/10/18/FunSuite.html" } , { "title" : "spark基本概念 - ", "url" : "/MyBlog/spark/2017/10/13/spark_concepts.html" } , { "title" : "Actor模型原理 - ", "url" : "/MyBlog/spark/2017/10/13/actor_intro.html" } , { "title" : "Actor系统的实体 - ", "url" : "/MyBlog/spark/2017/10/13/actor_detail.html" } , { "title" : "Actor模型和CSP模型的区别 - ", "url" : "/MyBlog/spark/2017/10/13/actor_csp.html" } , { "title" : "java_scala - ", "url" : "/MyBlog/spark/2017/10/12/java_scala.html" } , { "title" : "Scala_collection - ", "url" : "/MyBlog/spark/2017/10/12/Scala_collection.html" } , { "title" : "scala_list - ", "url" : "/MyBlog/spark/2017/10/11/scala_list.html" } , { "title" : "spark-session-context - ", "url" : "/MyBlog/spark/2017/10/06/spark-session-context.html" } , { "title" : "scala_main_class - ", "url" : "/MyBlog/spark/2017/09/29/scala_main_class.html" } , { "title" : "alibaba_fast_json - ", "url" : "/MyBlog/spark/2017/09/29/alibaba_fast_json.html" } , { "title" : "gorpc - ", "url" : "/MyBlog/jekyll/2017/09/25/gorpc.html" } , { "title" : "spark-kafka - ", "url" : "/MyBlog/spark/2017/09/22/spark-kafka.html" } , { "title" : "mysqldump - ", "url" : "/MyBlog/storage/2017/09/20/mysqldump.html" } , { "title" : "mysql-time - ", "url" : "/MyBlog/storage/2017/09/20/mysql-time.html" } , { "title" : "mac 安装 sshfs - ", "url" : "/MyBlog/jekyll/2017/09/18/sshfs.html" } , { "title" : "jupyter - ", "url" : "/MyBlog/deep_learning/2017/09/17/jupyter.html" } , { "title" : "deep_learning - ", "url" : "/MyBlog/deep_learning/2017/09/17/deep_learning.html" } , { "title" : "spark-rdd - spark", "url" : "/MyBlog/spark/2017/09/15/spark-rdd.html" } , { "title" : "netcat - ", "url" : "/MyBlog/web/2017/09/15/netcat.html" } , { "title" : "markdown-table - ", "url" : "/MyBlog/jekyll/2017/09/15/markdown-table.html" } , { "title" : "books-sites - ", "url" : "/MyBlog/jekyll/2017/09/15/books-sites.html" } , { "title" : "脚本输出带颜色文字 - ", "url" : "/MyBlog/linux/2017/09/14/%E8%84%9A%E6%9C%AC%E8%BE%93%E5%87%BA%E5%B8%A6%E9%A2%9C%E8%89%B2%E6%96%87%E5%AD%97.html" } , { "title" : "常见SSL证书格式转换 - ", "url" : "/MyBlog/jekyll/2017/09/13/%E5%B8%B8%E8%A7%81SSL%E8%AF%81%E4%B9%A6%E6%A0%BC%E5%BC%8F%E8%BD%AC%E6%8D%A2.html" } , { "title" : "php-curl-ext - ", "url" : "/MyBlog/php/2017/09/13/php-curl-ext.html" } , { "title" : "curl-https-php - ", "url" : "/MyBlog/php/2017/09/13/curl-https-php.html" } , { "title" : "php-spider - ", "url" : "/MyBlog/php/2017/09/12/php-spider.html" } , { "title" : "php怎么判断函数,类,类方法是不是存在 - ", "url" : "/MyBlog/php/2017/09/12/php-function.html" } , { "title" : "composer-source - ", "url" : "/MyBlog/php/2017/09/12/composer-source.html" } , { "title" : "php-doc - ", "url" : "/MyBlog/php/2017/09/11/php-doc.html" } , { "title" : "oauth-github-api - ", "url" : "/MyBlog/jekyll/2017/09/10/oauth-github-api.html" } , { "title" : "http-head 四种常见的 POST 提交数据方式 - ", "url" : "/MyBlog/web/2017/09/10/http-head.html" } , { "title" : "javascript 实现客户端访问次数统计 - ", "url" : "/MyBlog/jekyll/2017/09/09/statics.html" } , { "title" : "JavaScript实现模糊匹配搜索 - ", "url" : "/MyBlog/jekyll/2017/09/09/search_match.html" } , { "title" : "search - ", "url" : "/MyBlog/jekyll/2017/09/09/search.html" } , { "title" : "robots - ", "url" : "/MyBlog/jekyll/2017/09/09/robots.html" } , { "title" : "oauth-github - ", "url" : "/MyBlog/jekyll/2017/09/09/oauth-github.html" } , { "title" : "github-openapi - ", "url" : "/MyBlog/jekyll/2017/09/09/github-openapi.html" } , { "title" : "github-api - ", "url" : "/MyBlog/jekyll/2017/09/09/github-api.html" } , { "title" : "Authorization-ajax - ", "url" : "/MyBlog/jekyll/2017/09/09/Authorization-ajax.html" } , { "title" : "自动化替换网站引用资源到本地工具 - ", "url" : "/MyBlog/jekyll/2017/09/08/replace-url.html" } , { "title" : "pygments - ", "url" : "/MyBlog/jekyll/2017/09/08/pygments.html" } , { "title" : "markdown - ", "url" : "/MyBlog/jekyll/2017/09/07/markdown.html" } , { "title" : "mac-sed - ", "url" : "/MyBlog/jekyll/2017/09/07/mac-sed.html" } , { "title" : "jekyll config - ", "url" : "/MyBlog/jekyll/2017/09/07/jeky-env.html" } , { "title" : "comment - ", "url" : "/MyBlog/jekyll/2017/09/07/comment.html" } , { "title" : "Welcome to xiazemin's blog! - ", "url" : "/MyBlog/jekyll/2017/09/05/welcome-to-jekyll.html" } , { "title" : "nginx lua - octopress_jekyll", "url" : "/MyBlog/web/2017/08/05/nginx-lua.html" } , { "title" : "jekyll layout - octopress_jekyll", "url" : "/MyBlog/jekyll/2017/08/05/jekyll-layout.html" } , { "title" : "jekyll dir - octopress_jekyll", "url" : "/MyBlog/jekyll/2017/08/05/jekyll-dir.html" } , { "title" : "jekyll macdown使用 - octopress_jekyll", "url" : "/MyBlog/jekyll/2017/08/05/jekyll-usage.html" } , { "title" : "jekyll 分页 - octopress_jekyll", "url" : "/MyBlog/jekyll/2017/08/05/jekyll-page.html" } , { "title" : "jekyll mac 安装 - octopress_jekyll", "url" : "/MyBlog/jekyll/2017/08/05/jekyll-mac-install.html" } , { "title" : "Eleventh post - css_html", "url" : "/MyBlog/technology/2016/02/11/eleventh.html" } , { "title" : "Tenth post - css_html", "url" : "/MyBlog/technology/2016/02/09/tenth.html" } , { "title" : "second post - holiday", "url" : "/MyBlog/jekyll/web/2016/02/02/second-post.html" } , { "title" : "first post - css_html_hosting_openshift_wordpress", "url" : "/MyBlog/jekyll/web/2016/02/01/first-post.html" } ] }; function handle(){ var word = document.getElementById('txt').value; var value = ""; var data=searchIndex.data; for(var i = 0;i < data.length;i++){ if(word!="" && data[i].title.match(".*"+word+".*") != null){ value += "<a onclick=add('"+ data[i].title +"') href='"+ data[i]. url +"'>" + data[i].title + "</a><br/>"; } } document.getElementById('msg').innerHTML=value; if(typeof(document.getElementById('msg').children[0])!="undefined"){ document.getElementById('cse-search-box').action=document.getElementById('msg').children[0].href; } } function add(city){ document.getElementById('txt').value=city; } //firefox下检测状态改变只能用oninput,且需要用addEventListener来注册事件。 if(/msie/i.test(navigator.userAgent)) //ie浏览器 {document.getElementById('txt').onpropertychange=handle } else{//非ie浏览器,比如Firefox document.getElementById('txt').addEventListener("input",handle,false); } </script> </div> </form> <!--script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script--> </div> </div> <!-- time --> <div id="myTime" class="well"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="/MyBlog/flash/swflash.cab" style="margin: 0;padding: 0;height: auto;width:auto;"> <param name="allowScriptAccess" value="always"> <param name="movie" value="/MyBlog/flash/honehone_clock_wh.swf"> <param name="quality" value="high"> <param name="bgcolor" value="transparent"> <param name="wmode" value="transparent"> <embed wmode="transparent" src="/MyBlog/flash/honehone_clock_wh.swf" quality="high" name="honehoneclock" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="" style="margin: 0;padding: 0;border: 0 ;height: auto;width:100%;"> </object> </div> <!--calendar--> <div id="calendar" class="well"> <script type="text/javascript"> calender.init("calendar",null); </script> </div> <!--赞--> <div id="container" class="well"> <div class="row"> <div class="col-lg-6"> <img src="https://xiazemin.github.io/MyBlog/img/webwxgetmsgimg.jpeg" height="300" width="auto" /> </div> </div> </div> <!-- Blog Categories --> <div class="well"> <h4>Blog Categories</h4> <div class="row"> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/jekyll"> jekyll (35) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/web"> web (317) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/technology"> technology (2) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/php"> php (201) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/linux"> linux (401) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/spark"> spark (51) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/deep-learning"> deep_learning (2) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/storage"> storage (281) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/golang"> golang (1061) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/cryptology"> cryptology (15) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/lang"> lang (74) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/docker"> docker (97) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/zookeeper"> zookeeper (11) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/elasticsearch"> elasticsearch (62) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/java"> java (5) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/algorithm"> algorithm (127) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/hadoop"> hadoop (2) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/slug"> slug (1) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/architect"> architect (43) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/k8s"> k8s (90) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/python"> python (18) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/node"> node (62) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/mysql"> mysql (26) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/rust"> rust (4) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/elasticsearch"> elasticSearch (1) </a> </div> <div class="col-lg-6"> <a class="bold" href="/MyBlog/category/arch"> arch (1) </a> </div> <div class="col-lg-6"> </div> </div> <!-- /.row --> </div> <!-- end --> <!-- Blog Categories all sidebar --> <div class="well"> <h4>Popular posts</h4> <script type='text/javascript' src='/MyBlog/js/sidebar/jquery.js'></script> <script type='text/javascript' src='/MyBlog/js/sidebar/jquery-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var CrayonSyntaxSettings = {"version":"_2.7.2_beta","is_admin":"0","ajaxurl":"https:\/\/blog.yiz96.com\/wp-admin\/admin-ajax.php","prefix":"crayon-","setting":"crayon-setting","selected":"crayon-setting-selected","changed":"crayon-setting-changed","special":"crayon-setting-special","orig_value":"data-orig-value","debug":""}; var CrayonSyntaxStrings = {"copy":"\u4f7f\u7528 %s \u590d\u5236\uff0c\u4f7f\u7528 %s \u7c98\u8d34\u3002","minimize":"\u70b9\u51fb\u5c55\u5f00\u4ee3\u7801"}; /* ]]> */ </script> <script type='text/javascript' src='/MyBlog/js/sidebar/crayon.min.js'></script> <script type='text/javascript' src='/MyBlog/js/sidebar/jquery.tagcanvas.min.js'></script> <script type="text/javascript"> $j = jQuery.noConflict(); $j(document).ready(function() { if(!$j('#myCanvas').tagcanvas({ textColour: '#333333', outlineColour: '#ffffff', reverse: true, depth: 0.8, textFont: null, weight: true, maxSpeed: 0.05 },'tags')) { $j('#myCanvasContainer').hide(); } }); </script> <div id="myCanvasContainer" style="background-color:#ffffff;"> <canvas height="250" id="myCanvas"> <p>Anything in here will be replaced on browsers that support the canvas element</p> </canvas> </div> <div id="tags"> <ul style="display:none;width:250px;height:250px;"> <li> <a href="/MyBlog/web/2022/03/06/stun.html" style="font-size:40px;"> stun nat类型及打洞原理</a> </li> <li> <a href="/MyBlog/algorithm/2022/03/05/work.html" style="font-size:40px;"> work 多 Module 工作区模式</a> </li> <li> <a href="/MyBlog/mysql/2022/03/05/transaction.html" style="font-size:40px;"> transaction事务的隔离级别</a> </li> <li> <a href="/MyBlog/storage/2022/03/05/timestamp.html" style="font-size:40px;"> timestamp</a> </li> <li> <a href="/MyBlog/elasticsearch/2022/03/05/script.html" style="font-size:40px;"> script</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/rpcx.html" style="font-size:40px;"> rpcx</a> </li> <li> <a href="/MyBlog/web/2022/03/05/router.html" style="font-size:40px;"> 路由器抓包</a> </li> <li> <a href="/MyBlog/elasticsearch/2022/03/05/reindex.html" style="font-size:40px;"> reindex</a> </li> <li> <a href="/MyBlog/web/2022/03/05/rc.html" style="font-size:40px;"> rc</a> </li> <li> <a href="/MyBlog/node/2022/03/05/prototype.html" style="font-size:40px;"> prototype</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/playground.html" style="font-size:40px;"> nginx playground</a> </li> <li> <a href="/MyBlog/elasticsearch/2022/03/05/page.html" style="font-size:40px;"> Elasticsearch 分页查询</a> </li> <li> <a href="/MyBlog/web/2022/03/05/oauth2.html" style="font-size:40px;"> oauth2</a> </li> <li> <a href="/MyBlog/linux/2022/03/05/nf_conntrack.html" style="font-size:40px;"> nf_conntrack</a> </li> <li> <a href="/MyBlog/k8s/2022/03/05/k0s.html" style="font-size:40px;"> k0s</a> </li> <li> <a href="/MyBlog/k8s/2022/03/05/istio.html" style="font-size:40px;"> istio</a> </li> <li> <a href="/MyBlog/web/2022/03/05/hsts.html" style="font-size:40px;"> hsts</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/gvm.html" style="font-size:40px;"> gvm</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/gopack.html" style="font-size:40px;"> gopack</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/go1.18.html" style="font-size:40px;"> go1.18</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/go1.17.html" style="font-size:40px;"> go1.17</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/go-spew.html" style="font-size:40px;"> go-spew</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/generic.html" style="font-size:40px;"> 范型</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/fuzzing.html" style="font-size:40px;"> fuzzing</a> </li> <li> <a href="/MyBlog/python/2022/03/05/folium.html" style="font-size:40px;"> folium</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/ent.html" style="font-size:40px;"> ent</a> </li> <li> <a href="/MyBlog/elasticsearch/2022/03/05/empty.html" style="font-size:40px;"> es过滤空字符串</a> </li> <li> <a href="/MyBlog/k8s/2022/03/05/dumb-init.html" style="font-size:40px;"> dumb-init</a> </li> <li> <a href="/MyBlog/k8s/2022/03/05/dockertest.html" style="font-size:40px;"> dockertest</a> </li> <li> <a href="/MyBlog/elasticsearch/2022/03/05/compare.html" style="font-size:40px;"> 实现字段之间进行比对</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/code-server.html" style="font-size:40px;"> code-server</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/bild.html" style="font-size:40px;"> bild</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/apollo.html" style="font-size:40px;"> apollo</a> </li> <li> <a href="/MyBlog/k8s/2022/03/05/allow_any.html" style="font-size:40px;"> istio allow_any</a> </li> <li> <a href="/MyBlog/node/2022/03/05/WebTorrent.html" style="font-size:40px;"> WebTorrent</a> </li> <li> <a href="/MyBlog/web/2022/03/05/WebDAV.html" style="font-size:40px;"> WebDAV</a> </li> <li> <a href="/MyBlog/storage/2022/03/05/Superset.html" style="font-size:40px;"> Superset</a> </li> <li> <a href="/MyBlog/web/2022/03/05/OpenIM.html" style="font-size:40px;"> OpenIM</a> </li> <li> <a href="/MyBlog/k8s/2022/03/05/KubeSphere.html" style="font-size:40px;"> KubeSphere</a> </li> <li> <a href="/MyBlog/golang/2022/03/05/ElasticSearch.html" style="font-size:40px;"> ElasticSearch</a> </li> </ul> </div> </div> <!-- end --> <!-- Recents post --> <div class="well"> <h4>Recent posts</h4> <ul class="posts" span="recent"> <li> <span>06 Mar 2022</span> <a href="/MyBlog/web/2022/03/06/stun.html"> stun nat类型及打洞原理</a> </li> <li> <span>05 Mar 2022</span> <a href="/MyBlog/algorithm/2022/03/05/work.html"> work 多 Module 工作区模式</a> </li> <li> <span>05 Mar 2022</span> <a href="/MyBlog/mysql/2022/03/05/transaction.html"> transaction事务的隔离级别</a> </li> <li> <span>05 Mar 2022</span> <a href="/MyBlog/storage/2022/03/05/timestamp.html"> timestamp</a> </li> <li> <span>05 Mar 2022</span> <a href="/MyBlog/elasticsearch/2022/03/05/script.html"> script</a> </li> </ul> </div> <!-- tags widget --> <div class="well"> <h4>Tags</h4> <ul> <a class="tag-label bold" href="/MyBlog/tag/css"> css (3) </a> <a class="tag-label bold" href="/MyBlog/tag/html"> html (3) </a> <a class="tag-label bold" href="/MyBlog/tag/hosting"> hosting (1) </a> <a class="tag-label bold" href="/MyBlog/tag/openshift"> openshift (1) </a> <a class="tag-label bold" href="/MyBlog/tag/wordpress"> wordpress (1) </a> <a class="tag-label bold" href="/MyBlog/tag/holiday"> holiday (1) </a> <a class="tag-label bold" href="/MyBlog/tag/octopress"> octopress (6) </a> <a class="tag-label bold" href="/MyBlog/tag/jekyll"> jekyll (6) </a> <a class="tag-label bold" href="/MyBlog/tag/spark"> spark (1) </a> </ul> </div> <!-- 轮播图片 --> <!--div class="well"> <div id="rotator_xzm" style="height:auto;width: 100%; overflow: hidden; padding: 0; background-image: url('https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg');"></div> </div--> <!--div class="well"> <script src='https://xiazemin.github.io/MyBlog/slicebox/js/jquery.js'></script> <script src='https://xiazemin.github.io/MyBlog/slicebox/js/jquery.slicebox.js'></script> <ul id="sb-slider" class="sb-slider"> <li> <a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a> <div class="sb-description"> <h3>Creative Lifesaver</h3> </div> </li> <li> <a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image2"/></a> <div class="sb-description"> <h3>Honest Entertainer</h3> </div> </li> <li> <a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a> <div class="sb-description"> <h3>Brave Astronaut</h3> </div> </li> <li> <a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a> <div class="sb-description"> <h3>Affectionate Decision Maker</h3> </div> </li> <li> <a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a> <div class="sb-description"> <h3>Faithful Investor</h3> </div> </li> <li> <a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a> <div class="sb-description"> <h3>Groundbreaking Artist</h3> </div> </li> <li> <a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a> <div class="sb-description"> <h3>Selfless Philantropist</h3> </div> </li> </ul> <div id="shadow" class="shadow"></div> <div id="nav-arrows" class="nav-arrows"> <a href="#">Next</a> <a href="#">Previous</a> </div> <script src="https://xiazemin.github.io/MyBlog/slicebox/js/index.js"></script> <link rel='stylesheet prefetch' href='https://xiazemin.github.io/MyBlog/slicebox/css/demo.css'> <link rel="stylesheet" href="https://xiazemin.github.io/MyBlog/slicebox/css/style.css" media="screen" type="text/css" /> <script src="https://xiazemin.github.io/MyBlog/slicebox/js/modernizr.js"></script> </div--> <!-- author widget --> <div class="well"> <h4>This blog is maintained by <a href="/MyBlog">夏泽民</a></h4> <p>Get in touch with me at 465474307@qq.com</p> <ul class="list-inline"> <li> <a href="/MyBlog"> <span class="fa-stack fa-2x"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="/MyBlog"> <span class="fa-stack fa-2x"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-globe fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="mailto:airrayagroup@gmail.com"> <span class="fa-stack fa-2x"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-envelope fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="/MyBlog"> <span class="fa-stack fa-2x"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-bitbucket fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> </div> <!-- subscribe --> <div class="well"> <!-- Begin MailChimp Signup Form --> <div id="mc_embed_signup"> <form action="https://maplelearning.us1.list-manage.com/subscribe?u=47d56ac42a95b4295600c0e64&id=5f9ede27c9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <h2>Subscribe to our mailing list</h2> <div class="indicates-required"><span class="asterisk">*</span> indicates required</div> <div class="mc-field-group"> <label for="mce-EMAIL">Email Address <span class="asterisk">*</span> </label> <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"> </div> <div class="mc-field-group"> <label for="mce-FNAME">First Name </label> <input type="text" value="" name="FNAME" class="" id="mce-FNAME"> </div> <div class="mc-field-group"> <label for="mce-LNAME">Last Name </label> <input type="text" value="" name="LNAME" class="" id="mce-LNAME"> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_47d56ac42a95b4295600c0e64_5f9ede27c9" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> </div> </form> </div> <!--End mc_embed_signup--> </div> </div> </div> <!-- /.row --> <hr> <footer> <div class="container"> <a href="/MyBlog/" style="color: green; font-size: 2em; font-family: 'Schoolbell', cursive;">首页</a> <div class="row"> <div class="col-lg-6"> <p>Copyright &copy; 2017 465474307@qq.com <p> </div> <div class="col-lg-6"> <p style="float: right;">Jekyll theme by <a href="https://github.com/xiazemin/">夏泽民</a></p> </div> </div> </div> </footer> <!-- jQuery --> <script src="/MyBlog/js/jquery-1.12.0.min.js"></script> <script src="/MyBlog/js/jquery-migrate-1.2.1.min.js"></script> <!-- Latest compiled and minified JavaScript --> <script src="/MyBlog/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <!-- Menu Toggle Script --> <script> $("#menu-toggle").click(function(e) { e.preventDefault(); $("#wrapper").toggleClass("toggled"); }); </script> <script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"6","bdPos":"right","bdTop":"100"},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/MyBlog/shareapi/js/share.js?v=89860593.js?'];</script> <!-- 2d --> <script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.0.min.js"></script> <script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.min.js"></script> <script type="text/javascript"> setTimeout(()=> { /*L2Dwidget.init({"display": { "superSample": 2, "width": 200, "height": 400, "position": "right", "hOffset": 0, "vOffset": 0 } }); */ L2Dwidget .on('*', (name) => { console.log('%c EVENT ' + '%c -> ' + name, 'background: #222; color: yellow', 'background: #fff; color: #000') }) .init({ dialog: { // 开启对话框 enable: true, script: { // 每空闲 10 秒钟,显示一条一言 'every idle 10s': '$hitokoto$', // 当触摸到星星图案 'hover .star': '星星在天上而你在我心里 (*/ω\*)', // 当触摸到角色身体 'tap body': '哎呀!别碰我!', // 当触摸到角色头部 'tap face': '人家已经不是小孩子了!' } } }); }) </script> <!--html xmlns:wb="http://open.weibo.com/wb"> <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script> <wb:follow-button uid="2165491993" type="red_1" width="67" height="24" ></wb:follow-button--> <!--本文来自--> <script type="text/javascript"> /* 仅IE document.body.oncopy = function(){ setTimeout( function () { var text =window.clipboardData.getData("text"); if (text) { text = text + "/r/n本篇文章来源于 xiazemin 的 泽民博客|https://xiazemin.github.io/MyBlog/index.html 原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ) } */ //绑定在了body上,也可以绑定在其他可用元素行,但是不是所有元素都支持copy和past事件。 /* $(document.body).bind({ copy: function(event) {//copy事件 //var cpTxt = "复制的数据"; var clipboardData = window.clipboardData; //for IE if (!clipboardData) { // for chrome clipboardData = event.originalEvent.clipboardData; } if (event.clipboardData != null/false/undefined) { //ignore the incorrectness of the truncation clipboarddata = event.clipboardData; } else if (window.clipboardData != null/false/undefined) { clipboarddata = window.clipboardData; } else { //default to the last option even if it is null/false/undefined clipboarddata = event.originalEvent.clipboardData; } //e.clipboardData.getData('text');//可以获取用户选中复制的数据 //clipboardData.setData('Text', cpTxt); alert(clipboarddata.getData('text')); //$('#message').text('Copy Data : ' + cpTxt); return false;//否则设不生效 },paste: function(e) {//paste事件 var eve = e.originalEvent var cp = eve.clipboardData; var data = null; var clipboardData = window.clipboardData; // IE if (!clipboardData) { //chrome clipboardData = e.originalEvent.clipboardData } data = clipboardData.getData('Text'); //$('#message').html(data); } }); */ function addLink() { var body_element = document.getElementsByTagName('body')[0]; var selection; selection = window.getSelection(); var pagelink = "<br /><br />本文来源:xiazemin 的 泽民博客 <a href='"+document.location.href+"'>"+document.location.href+"</a>"; //+document.location.href+当前页面链接 var copy_text = selection + pagelink; console.log(copy_text); var new_div = document.createElement('div'); new_div.style.left='-99999px'; new_div.style.position='absolute'; body_element.appendChild(new_div ); new_div.innerHTML = copy_text ; selection.selectAllChildren(new_div ); window.setTimeout(function() { body_element.removeChild(new_div ); },0); } document.oncopy = addLink; </script> <!--本文来自--> </div> </body> </html>
xiazemin/MyBlog
page463/index.html
HTML
mit
574,013
<!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="./483ab9db863e62af79c43b9df62710bf200094d571d4328042ba359d0e7a73fc.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/0a74c4d87c87150b0392b9fd46831092f2ef579b318ee3b41fbdfbe61686a34b.html
HTML
mit
550
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - A Pen by Cheryl Bolton</title> <link rel="stylesheet" href="css/style.css"> </head> <body> <!DOCTYPE html> <head> <title>Cheryl Bolton's Notes</title> </head> <body> <h1>Cheryl Bolton's Notes</h1> <h2>Lesson One: Basics of the Web</h2> <div class="contents"> <br>--The Web <br>--HTML <br>--URLs <br>--HTTP <br>--Web Applications </div> <div class="Quiz"> <p> <b>Quiz Question: What is the main type of documents on the Web?</b><br> Answer: HTML- Hyper Text Markup Language<br> e.g. Name - Content - Name </p> </div> <div class="think"> <p> <b>Five Types of Thinking</b> <br>--Procedural <br>--Abstract <br>--Systematic(Debugging, Problem,Possible Causes) <br>--Technological Empathy <br>--Systems </p> </div> <p> <em>Tools of choice:<br>Codepen & Scratchpad (playground)</em> </p> <div class="tags"> <p> <b>HTML Tags to start with; remember to put the greater sign before the word and the less than sign after:</b> <br>Bold <br>Emphasis <br>Images <br>Line Break <br>Paragraph <br>Anchors;which are links<br> </p> </div> <p> <b>HTML ATTRIBUES</b> <br>--href--is an attribute name<br>Example would be: This website is<a href="www.udacity.com"> my favorite</a>which will look like this on the website:This website is <a href="www.udacity.com">my favorite</a> </p> <div class="Quiz"> <p> <b>Quiz Question: </b>What happens when we forget to close the "em" tag?<br><b>Answer:</b> Everything after "em" is italialized </p> </div> <div class="more tags"> <p> Inline Vs Block Tags:<br> <b> Examples of in-Line Tags: Remember, greater sign before the word and less than sign after the word</b> <br> strong / a / span<br>br / img<br> <b>Examples of Block Tags are:<br></b> p and div<br> </p> </div> <p> <b>Note: </b>Container Elements: Elements that do nothing but contain stuff inside themselves. </p> <p> HTML Documents consist of: Doctype HTML, Opening HTML, Head,Body,content, body, closing HTML. </p> <h2>Lesson Two: Creating a Structured document with HTML</h2> <p>Think of it like a house. <b>HTML</B>=structure, <b>CSS</b>=style and <b>Java Script</b>=interactive components. </p> <div class="Quiz"> <p> <b>Quiz Question:</b> Observing Wikipedia's Page by Structure, which of the following are true? <p>--All elements are visible<br>--All elements are Rectangular <b>X</b><br>--You can read the same text as on the page.<b>X</b> </div> <div> <p><b>Tree like Structure</b> <p>Using multiple elements "tags" like div, h2 etc, you can see how each one nests in the previous one.</p> <p> <b>HTML</b> and <b>CSS</b> are languages--syntax & Rules. From HTML Language you get "Tag"--elements in the tree, which make up the <b>DOM</b><em> Document Object model</em> </p> </div> <p> <b>Boxes Everywhere</b> </p> By unchecking the <em> Border Radius</em> the circle became a square.<br>By clicking on the shape,right clicking and selecting <em>"inspect element"</em> the <b>element box</b> and <b>style</b> box appear where you can make changes. <p> <b>Boxes to HTML</b> </p> Transfer a webpage to HTML using "div" tags <p> <h2> Lesson 3: Adding CSS Style and HTML Structure</h2> <div> <p> CSS stands for <em>Cascading Style Sheets.</em> An Important idea is known as: <br><b><em>Inheritance </em></b> and understanding it requires abstract thinking. <p>There are many selections for CSS Selectors; using the Mozilla CSS Reference. <br>--H1 is a selector and by using curly braces after and at the bottom, everything inbetween is the "rule." <br> The line of code that says <b>background-color : black;</b> is a <em>declaration.</em> background-color is a <em>property</em> and black is the value of that property. </p> <p> Box Sizing: <br >There are four main points about box sizing. <br> --HTML elements are boxes and each box has 4 components. <br> --There are so many components to each box, it can be hard to get the size of a box right. <br> --There are two techniques to help deal with sizing issues. <br> --Different browsers work differently. So,different browsers can display the same code differently. </p> <p> Box positioning: <br>Adding the rule "display: flex; to the right CSS will let the "divs" appear next to each other. </p> <p>CODE, TEST, REFINE <br>The structure of the page needs to be right. Look for Natural boxes <br>If it needs to be a heading, make it so, then the size of the boxes. Look for repeated styles and semantic elements. </p> </div> </body> </html>
cb2656/make-a-web-page
index.html
HTML
mit
4,903
<!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 Fri Dec 23 12:54:56 EST 2005 --> <TITLE> TaxProcessor (ATG Java API) </TITLE> <META NAME="keywords" CONTENT="atg.payment.tax.TaxProcessor interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="TaxProcessor (ATG Java API)"; } </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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../atg/payment/tax/TaxableItem.html" title="interface in atg.payment.tax"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../atg/payment/tax/TaxRequestInfo.html" title="interface in atg.payment.tax"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TaxProcessor.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> atg.payment.tax</FONT> <BR> Interface TaxProcessor</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../atg/integrations/cybersource/CyberSourceTax.html" title="class in atg.integrations.cybersource">CyberSourceTax</A>, <A HREF="../../../atg/commerce/payment/DummyTaxProcessor.html" title="class in atg.commerce.payment">DummyTaxProcessor</A>, <A HREF="../../../atg/integrations/taxware/TaxWareCalculateTax.html" title="class in atg.integrations.taxware">TaxWareCalculateTax</A></DD> </DL> <HR> <DL> <DT>public interface <B>TaxProcessor</B></DL> <P> <p>This class defines an interface for tax calculation processing over different tax payment systems such as CyberCash, CyberSource, Taxware. <P> <P> <DL> </DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/payment/tax/TaxProcessor.html#CLASS_VERSION">CLASS_VERSION</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../atg/payment/tax/TaxStatus.html" title="interface in atg.payment.tax">TaxStatus</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/payment/tax/TaxProcessor.html#calculateTax(atg.payment.tax.TaxRequestInfo)">calculateTax</A></B>(<A HREF="../../../atg/payment/tax/TaxRequestInfo.html" title="interface in atg.payment.tax">TaxRequestInfo</A>&nbsp;pTaxInfo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calculate tax on the information specified in TaxRequestInfo</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../atg/payment/tax/TaxStatus.html" title="interface in atg.payment.tax">TaxStatus</A>[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/payment/tax/TaxProcessor.html#calculateTaxByShipping(atg.payment.tax.TaxRequestInfo)">calculateTaxByShipping</A></B>(<A HREF="../../../atg/payment/tax/TaxRequestInfo.html" title="interface in atg.payment.tax">TaxRequestInfo</A>&nbsp;pTaxInfo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calculate tax on the information specified in TaxRequestInfo.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Field Detail</B></FONT></TD> </TR> </TABLE> <A NAME="CLASS_VERSION"><!-- --></A><H3> CLASS_VERSION</H3> <PRE> public static final java.lang.String <B>CLASS_VERSION</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#atg.payment.tax.TaxProcessor.CLASS_VERSION">Constant Field Values</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="calculateTax(atg.payment.tax.TaxRequestInfo)"><!-- --></A><H3> calculateTax</H3> <PRE> public <A HREF="../../../atg/payment/tax/TaxStatus.html" title="interface in atg.payment.tax">TaxStatus</A> <B>calculateTax</B>(<A HREF="../../../atg/payment/tax/TaxRequestInfo.html" title="interface in atg.payment.tax">TaxRequestInfo</A>&nbsp;pTaxInfo)</PRE> <DL> <DD>Calculate tax on the information specified in TaxRequestInfo <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>pTaxInfo</CODE> - the TaxInfo reference which contains all the tax calculation data <DT><B>Returns:</B><DD>a TaxStatus object detailing the results of the tax calculation</DL> </DD> </DL> <HR> <A NAME="calculateTaxByShipping(atg.payment.tax.TaxRequestInfo)"><!-- --></A><H3> calculateTaxByShipping</H3> <PRE> public <A HREF="../../../atg/payment/tax/TaxStatus.html" title="interface in atg.payment.tax">TaxStatus</A>[] <B>calculateTaxByShipping</B>(<A HREF="../../../atg/payment/tax/TaxRequestInfo.html" title="interface in atg.payment.tax">TaxRequestInfo</A>&nbsp;pTaxInfo)</PRE> <DL> <DD>Calculate tax on the information specified in TaxRequestInfo. Unlike calculateTax, however, this method returns tax information on a per-shipping group basis. That is to say, it returns tax information for items grouped around their shipping address. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>pTaxInfo</CODE> - the TaxInfo reference which contains all the tax calculation data <DT><B>Returns:</B><DD>an array of TaxStatus objects detailing the results of the tax calculation</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=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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../atg/payment/tax/TaxableItem.html" title="interface in atg.payment.tax"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../atg/payment/tax/TaxRequestInfo.html" title="interface in atg.payment.tax"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TaxProcessor.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
Smolations/more-dash-docsets
docsets/ATG 2007.1.docset/Contents/Resources/Documents/atg/payment/tax/TaxProcessor.html
HTML
mit
11,887
--- redirect_from: /docs/1.0.16/classes/vanilla.memorylocationservice.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>MemoryLocationService | @uirouter/angularjs</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/angularjs</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">@uirouter/angularjs</a> </li> <li> <a href="../modules/vanilla.html">vanilla</a> </li> <li> <a href="vanilla.memorylocationservice.html">MemoryLocationService</a> </li> </ul> <h1>Class MemoryLocationService</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A <code>LocationServices</code> that gets/sets the current location from an in-memory object</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <a href="vanilla.baselocationservices.html" class="tsd-signature-type">BaseLocationServices</a> <ul class="tsd-hierarchy"> <li> <span class="target">MemoryLocationService</span> </li> </ul> </li> </ul> </section> <section class="tsd-panel"> <h3>Implements</h3> <ul class="tsd-hierarchy"> <li><a href="../interfaces/common.locationservices.html" class="tsd-signature-type">LocationServices</a></li> <li><a href="../interfaces/core.disposable.html" class="tsd-signature-type">Disposable</a></li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-external"> <h3>Constructors</h3> <ul class="tsd-index-list"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="vanilla.memorylocationservice.html#constructor" class="tsd-kind-icon">constructor</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#_history" class="tsd-kind-icon">_history</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#_location" class="tsd-kind-icon">_location</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="vanilla.memorylocationservice.html#_url" class="tsd-kind-icon">_url</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#fireafterupdate" class="tsd-kind-icon">fire<wbr>After<wbr>Update</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external"> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="vanilla.memorylocationservice.html#_get" class="tsd-kind-icon">_get</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#_listener" class="tsd-kind-icon">_listener</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="vanilla.memorylocationservice.html#_set" class="tsd-kind-icon">_set</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#dispose" class="tsd-kind-icon">dispose</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#hash" class="tsd-kind-icon">hash</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#onchange" class="tsd-kind-icon">on<wbr>Change</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#path" class="tsd-kind-icon">path</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#search" class="tsd-kind-icon">search</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="vanilla.memorylocationservice.html#url" class="tsd-kind-icon">url</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Constructors</h2> <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="constructor" class="tsd-anchor"></a> <!-- <h3>constructor</h3> --> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">new <wbr>Memory<wbr>Location<wbr>Service<span class="tsd-signature-symbol">(</span>router<span class="tsd-signature-symbol">: </span><a href="core.uirouter.html" class="tsd-signature-type">UIRouter</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="vanilla.memorylocationservice.html" class="tsd-signature-type">MemoryLocationService</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>router <a href="core.uirouter.html" class="tsd-signature-type">UIRouter</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="vanilla.memorylocationservice.html" class="tsd-signature-type">MemoryLocationService</a></h4> </div> <hr> <aside class="tsd-sources"> <p>Overwrites <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#constructor">constructor</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/memoryLocationService.ts#L11">ui-router-core/src/vanilla/memoryLocationService.ts:11</a></li> </ul> </aside> </li> </ul> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_history" class="tsd-anchor"></a> <!-- <h3>_history</h3> --> <div class="tsd-signature tsd-kind-icon">_history<span class="tsd-signature-symbol">:</span> <a href="../interfaces/vanilla.historylike.html" class="tsd-signature-type">HistoryLike</a></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#_history">_history</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L16">ui-router-core/src/vanilla/baseLocationService.ts:16</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_location" class="tsd-anchor"></a> <!-- <h3>_location</h3> --> <div class="tsd-signature tsd-kind-icon">_location<span class="tsd-signature-symbol">:</span> <a href="../interfaces/vanilla.locationlike.html" class="tsd-signature-type">LocationLike</a></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#_location">_location</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L15">ui-router-core/src/vanilla/baseLocationService.ts:15</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"> <a name="_url" class="tsd-anchor"></a> <!-- <h3>_url</h3> --> <div class="tsd-signature tsd-kind-icon">_url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/memoryLocationService.ts#L11">ui-router-core/src/vanilla/memoryLocationService.ts:11</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="fireafterupdate" class="tsd-anchor"></a> <!-- <h3>fire<wbr>After<wbr>Update</h3> --> <div class="tsd-signature tsd-kind-icon">fire<wbr>After<wbr>Update<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#fireafterupdate">fireAfterUpdate</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L20">ui-router-core/src/vanilla/baseLocationService.ts:20</a></li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="_get" class="tsd-anchor"></a> <!-- <h3>_get</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">_get<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Overwrites <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#_get">_get</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/memoryLocationService.ts#L17">ui-router-core/src/vanilla/memoryLocationService.ts:17</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_listener" class="tsd-anchor"></a> <!-- <h3>_listener</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">_listener<span class="tsd-signature-symbol">(</span>evt<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>evt <span class="tsd-signature-type">any</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#_listener">_listener</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L18">ui-router-core/src/vanilla/baseLocationService.ts:18</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="_set" class="tsd-anchor"></a> <!-- <h3>_set</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">_set<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, title<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, replace<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <span class="tsd-signature-type">any</span></h5> </li> <li> <h5>title <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>url <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>replace <span class="tsd-signature-type">boolean</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Overwrites <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#_set">_set</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/memoryLocationService.ts#L21">ui-router-core/src/vanilla/memoryLocationService.ts:21</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="dispose" class="tsd-anchor"></a> <!-- <h3>dispose</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span>router<span class="tsd-signature-symbol">: </span><a href="core.uirouter.html" class="tsd-signature-type">UIRouter</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>router <a href="core.uirouter.html" class="tsd-signature-type">UIRouter</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/core.disposable.html">Disposable</a>.<a href="../interfaces/core.disposable.html#dispose">dispose</a></p> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#dispose">dispose</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L73">ui-router-core/src/vanilla/baseLocationService.ts:73</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="hash" class="tsd-anchor"></a> <!-- <h3>hash</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">hash<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/common.locationservices.html">LocationServices</a>.<a href="../interfaces/common.locationservices.html#hash">hash</a></p> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#hash">hash</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L52">ui-router-core/src/vanilla/baseLocationService.ts:52</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="onchange" class="tsd-anchor"></a> <!-- <h3>on<wbr>Change</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">on<wbr>Change<span class="tsd-signature-symbol">(</span>cb<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventListener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">(Anonymous function)</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>cb <span class="tsd-signature-type">EventListener</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">(Anonymous function)</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/common.locationservices.html">LocationServices</a>.<a href="../interfaces/common.locationservices.html#onchange">onChange</a></p> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#onchange">onChange</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L68">ui-router-core/src/vanilla/baseLocationService.ts:68</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="path" class="tsd-anchor"></a> <!-- <h3>path</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/common.locationservices.html">LocationServices</a>.<a href="../interfaces/common.locationservices.html#path">path</a></p> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#path">path</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L53">ui-router-core/src/vanilla/baseLocationService.ts:53</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="search" class="tsd-anchor"></a> <!-- <h3>search</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/common.locationservices.html">LocationServices</a>.<a href="../interfaces/common.locationservices.html#search">search</a></p> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#search">search</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L54">ui-router-core/src/vanilla/baseLocationService.ts:54</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="url" class="tsd-anchor"></a> <!-- <h3>url</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, replace<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>url: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>replace: <span class="tsd-flag ts-flagDefault value">Default value</span>&nbsp; <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;true</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Inherited from <a href="vanilla.baselocationservices.html">BaseLocationServices</a>.<a href="vanilla.baselocationservices.html#url">url</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/9bb7287/src/vanilla/baseLocationService.ts#L56">ui-router-core/src/vanilla/baseLocationService.ts:56</a></li> </ul> </aside> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>@uirouter/angularjs</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="../modules/core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/injectables.html">injectables</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1.html">ng1</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/params.html">params</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/transition.html">transition</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common.html">common</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/directives.html">directives</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/state.html">state</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/trace.html">trace</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/url.html">url</a> </li> <li class="current tsd-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html">vanilla</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/view.html">view</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="vanilla.baselocationservices.html" class="tsd-kind-icon">Base<wbr>Location<wbr>Services</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="vanilla.browserlocationconfig.html" class="tsd-kind-icon">Browser<wbr>Location<wbr>Config</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="vanilla.hashlocationservice.html" class="tsd-kind-icon">Hash<wbr>Location<wbr>Service</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="vanilla.memorylocationconfig.html" class="tsd-kind-icon">Memory<wbr>Location<wbr>Config</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="vanilla.memorylocationservice.html" class="tsd-kind-icon">Memory<wbr>Location<wbr>Service</a> <ul> <li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="vanilla.memorylocationservice.html#constructor" class="tsd-kind-icon">constructor</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#_history" class="tsd-kind-icon">_history</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#_location" class="tsd-kind-icon">_location</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external"> <a href="vanilla.memorylocationservice.html#_url" class="tsd-kind-icon">_url</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#fireafterupdate" class="tsd-kind-icon">fire<wbr>After<wbr>Update</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="vanilla.memorylocationservice.html#_get" class="tsd-kind-icon">_get</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#_listener" class="tsd-kind-icon">_listener</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="vanilla.memorylocationservice.html#_set" class="tsd-kind-icon">_set</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#dispose" class="tsd-kind-icon">dispose</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#hash" class="tsd-kind-icon">hash</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#onchange" class="tsd-kind-icon">on<wbr>Change</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#path" class="tsd-kind-icon">path</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#search" class="tsd-kind-icon">search</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="vanilla.memorylocationservice.html#url" class="tsd-kind-icon">url</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="vanilla.pushstatelocationservice.html" class="tsd-kind-icon">Push<wbr>State<wbr>Location<wbr>Service</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/vanilla.historylike.html" class="tsd-kind-icon">History<wbr>Like</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/vanilla.locationlike.html" class="tsd-kind-icon">Location<wbr>Like</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/vanilla.locationplugin.html" class="tsd-kind-icon">Location<wbr>Plugin</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/vanilla.servicesplugin.html" class="tsd-kind-icon">Services<wbr>Plugin</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#_injector" class="tsd-kind-icon">$injector</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#_q" class="tsd-kind-icon">$q</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/vanilla.html#argument_names" class="tsd-kind-icon">ARGUMENT_<wbr>NAMES</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/vanilla.html#strip_comments" class="tsd-kind-icon">STRIP_<wbr>COMMENTS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/vanilla.html#globals" class="tsd-kind-icon">globals</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#hashlocationplugin" class="tsd-kind-icon">hash<wbr>Location<wbr>Plugin</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#memorylocationplugin" class="tsd-kind-icon">memory<wbr>Location<wbr>Plugin</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#pushstatelocationplugin" class="tsd-kind-icon">push<wbr>State<wbr>Location<wbr>Plugin</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#buildurl" class="tsd-kind-icon">build<wbr>Url</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#getparams" class="tsd-kind-icon">get<wbr>Params</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#keyvalstoobjectr" class="tsd-kind-icon">key<wbr>Vals<wbr>ToObjectR</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#locationpluginfactory" class="tsd-kind-icon">location<wbr>Plugin<wbr>Factory</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#parseurl" class="tsd-kind-icon">parse<wbr>Url</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html#servicesplugin-1" class="tsd-kind-icon">services<wbr>Plugin</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ui-router/ui-router.github.io
_ng1_docs/1.0.16/classes/vanilla.memorylocationservice.html
HTML
mit
42,568
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Plato - lib\model\OauthTokens.js</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href="../../assets/css/vendor/morris.css" rel="stylesheet"> <link href="../../assets/css/vendor/bootstrap.css" rel="stylesheet"> <link href="../../assets/css/vendor/font-awesome.css" rel="stylesheet"> <link href="../../assets/css/vendor/codemirror.css" rel="stylesheet"> <link href="../../assets/css/plato.css" rel="stylesheet"> <link href="../../assets/css/plato-file.css" rel="stylesheet"> </head> <body> <div class="navbar navbar-fixed-top"> <div class="container"> <a class="navbar-brand" href="http://github.com/es-analysis/plato">Plato on Github</a> <ul class="nav navbar-nav"> <li> <a href="../../index.html">Report Home</a> </li> </ul> </div> </div> <div class="jumbotron"> <div class="container"> <h1>lib\model\OauthTokens.js</h1> </div> </div> <div class="container aggregate-stats"> <div class="row"> <div class="col-md-6"> <h2 class="header">Maintainability <a href="http://blogs.msdn.com/b/codeanalysis/archive/2007/11/20/maintainability-index-range-and-meaning.aspx"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="A value between 0 and 100 that represents the relative ease of maintaining the code. A high value means better maintainability." data-original-title="Maintainability Index" data-container="body"></i></a></h2> <p class="stat">83.63</p> </div> <div class="col-md-6"> <h2 class="header">Lines of code <i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Source Lines of Code / Logical Lines of Code" data-original-title="SLOC/LSLOC" data-container="body"></i></h2> <p class="stat">121</p> </div> </div> <div class="row historical"> <div class="col-md-6"> <p id="chart_historical_maint" class="chart"></p> </div> <div class="col-md-6"> <p id="chart_historical_sloc" class="chart"></p> </div> </div> <div class="row"> <div class="col-md-6"> <h2 class="header">Difficulty <a href="http://en.wikipedia.org/wiki/Halstead_complexity_measures"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="The difficulty measure is related to the difficulty of the program to write or understand." data-original-title="Difficulty" data-container="body"></i></a></h2> <p class="stat">7.29</p> </div> <div class="col-md-6"> <h2 class="header">Estimated Errors <a href="http://en.wikipedia.org/wiki/Halstead_complexity_measures"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Halstead's delivered bugs is an estimate for the number of errors in the implementation." data-original-title="Delivered Bugs" data-container="body"></i></a></h2> <p class="stat">0.17</p> </div> </div> </div> <div class="container charts"> <div class="row"> <h2 class="header">Function weight</h2> </div> <div class="row"> <div class="col-md-6"> <h3 class="chart-header">By Complexity <a href="http://en.wikipedia.org/wiki/Cyclomatic_complexity"><i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="This metric counts the number of distinct paths through a block of code. Lower values are better." data-original-title="Cyclomatic Complexity" data-container="body"></i></a></h3> <div id="fn-by-complexity" class="stat"></div> </div> <div class="col-md-6"> <h3 class="chart-header">By SLOC <i class="icon icon-info-sign" rel="popover" data-placement="top" data-trigger="hover" data-content="Source Lines of Code / Logical Lines of Code" data-original-title="SLOC/LSLOC" data-container="body"></i></h3> <div id="fn-by-sloc" class="stat"></div> </div> </div> </div> <div class="container"> <div class="row"> <textarea id="file-source" class="col-md-12">/** * @ngdoc service * @name predicsis.jsSDK.models.OauthTokens * @requires Restangular * @description * &lt;table&gt; * &lt;tr&gt; * &lt;td&gt;&lt;span class=&quot;badge post&quot;&gt;post&lt;/span&gt; &lt;kbd&gt;/settings/tokens&lt;/kbd&gt;&lt;/td&gt; * &lt;td&gt;&lt;kbd&gt;{@link predicsis.jsSDK.models.OauthTokens#methods_create OauthTokens.create()}&lt;/kbd&gt;&lt;/td&gt; * &lt;td&gt;&lt;/td&gt; * &lt;/tr&gt; * &lt;tr&gt; * &lt;td&gt;&lt;span class=&quot;badge get&quot;&gt;get&lt;/span&gt; &lt;kbd&gt;/settings/tokens&lt;/kbd&gt;&lt;/td&gt; * &lt;td&gt;&lt;kbd&gt;{@link predicsis.jsSDK.models.OauthTokens#methods_all OauthTokens.all()}&lt;/kbd&gt;&lt;/td&gt; * &lt;td&gt;&lt;/td&gt; * &lt;/tr&gt; * &lt;tr&gt; * &lt;td&gt;&lt;span class=&quot;badge get&quot;&gt;get&lt;/span&gt; &lt;kbd&gt;/settings/tokens/:token_id&lt;/kbd&gt;&lt;/td&gt; * &lt;td&gt;&lt;kbd&gt;{@link predicsis.jsSDK.models.OauthTokens#methods_get OauthTokens.get()}&lt;/kbd&gt;&lt;/td&gt; * &lt;td&gt;&lt;/td&gt; * &lt;/tr&gt; * &lt;tr&gt; * &lt;td&gt;&lt;span class=&quot;badge delete&quot;&gt;delete&lt;/span&gt; &lt;kbd&gt;/settings/tokens/:token_id&lt;/kbd&gt;&lt;/td&gt; * &lt;td&gt;&lt;kbd&gt;{@link predicsis.jsSDK.models.OauthTokens#methods_delete OauthTokens.delete()}&lt;/kbd&gt;&lt;/td&gt; * &lt;td&gt;&lt;/td&gt; * &lt;/tr&gt; * &lt;tfoot&gt; * &lt;tr&gt;&lt;td colspan=&quot;3&quot;&gt;Official documentation is available at: * &lt;ul&gt; * &lt;li&gt;https://developer.predicsis.com/doc/v1/overview/acces_tokens/&lt;/li&gt; * &lt;/td&gt;&lt;/tr&gt; * &lt;/tfoot&gt; * &lt;/table&gt; */ angular .module(&#039;predicsis.jsSDK.models&#039;) .service(&#039;OauthTokens&#039;, function(Restangular) { &#039;use strict&#039;; function settings() { return Restangular.all(&#039;settings&#039;); } function tokens() { return settings().all(&#039;tokens&#039;); } // ----------------------------------------------------------------------------------------------------------------- /** * @ngdoc function * @name create * @methodOf predicsis.jsSDK.models.OauthTokens * @description Create a new personal token. * * There are 2 things important to know about these tokens: * &lt;ul&gt; * &lt;li&gt;They have no expiration date, thus you should avoid keeping an API token that is not used and try change them as often as possible.&lt;/li&gt; * &lt;li&gt;This creation request is the only one which displays the token&lt;/li&gt; * &lt;/ul&gt; * * JSON response for creating new tokens is a bit different from reteive action. It&#039;s mainly due to the fact that we * give real token only in this function. * * &lt;pre&gt; * { * access_tokens: { * id: &quot;55353df361707000013c0300&quot;, * token: &quot;072ac0f1ced442f8c7ec4225e4546819bf8c9c2b8a77c8aebc057748d4ae7a64&quot;, * name: &quot;Token for my personal application over Predicsis API&quot;, * created_at: &quot;2015-04-20T17:57:07.976Z&quot;, * updated_at: &quot;2015-04-20T17:57:07.976Z&quot; * } * } * &lt;/pre&gt; * * Right after your token creation, you can use it by setting the Authorization header like: * &lt;pre&gt;Authorization: Bearer ${new_token}&lt;/pre&gt; * * @param {String} name Give an explicit name for your token * @return {Object} Be aware that you can&#039;t get your token again. */ this.create = function(name) { return tokens().post({token: {name: name}}); }; /** * @ngdoc function * @name all * @methodOf predicsis.jsSDK.models.OauthTokens * @description Get the list of created and valid tokens * * Please note that tokens don&#039;t appears. They are only available after their creation. * * @return {Object} * &lt;pre&gt; * { * tokens: [ * { * id: &quot;5409cc5f69702d0007180000&quot;, * created_at: &quot;2014-09-05T14:44:47.172Z&quot;, * updated_at: &quot;2014-09-05T14:44:47.172Z&quot; * }, * { * id: &quot;55353df361707000013c0300&quot;, * created_at: &quot;2015-04-20T17:57:07.976Z&quot;, * updated_at: &quot;2015-04-20T17:57:07.976Z&quot; * }, * { * id: &quot;55353e3761707000013d0300&quot;, * created_at: &quot;2015-04-20T17:58:15.454Z&quot;, * updated_at: &quot;2015-04-20T17:58:15.454Z&quot; * } * ] * } * &lt;/pre&gt; */ this.all = function() { return tokens().getList(); }; /** * @ngdoc function * @name get * @methodOf predicsis.jsSDK.models.OauthTokens * @description Return a single token object. Be aware that this function&#039;s result doesn&#039;t contain the token. * @param {String} tokenId Token unique identifier * @return {Object} * &lt;pre&gt; * { * access_tokens: { * id: &quot;5409cc5f69702d0007180000&quot;, * created_at: &quot;2014-09-05T14:44:47.172Z&quot;, * updated_at: &quot;2014-09-05T14:44:47.172Z&quot; * } * } * &lt;/pre&gt; */ this.get = function(tokenId) { return settings().one(&#039;tokens&#039;, tokenId).get(); }; /** * @ngdoc function * @name delete * @methodOf predicsis.jsSDK.models.OauthTokens * @description Revoke a personal token * * By sending this request, we remove this token from our database which means that all request sent with its will * get a 401 Unauthorized HTTP status. * * This request will result a 204 No-Content status code, except if the token can&#039;t be found (in this case, you will get a 404 Not-Found error). * * @param {String} tokenId Token unique identifier */ this.delete = function(tokenId) { return settings().one(&#039;tokens&#039;, tokenId).remove(); }; });</textarea> </div> </div> <footer class="footer"> <div class="container"> <p>.</p> </div> </footer> <script type="text/html" id="complexity-popover-template"> <div class="complexity-notice"> Complexity : {{ complexity.cyclomatic }} <br> Length : {{ complexity.halstead.length }} <br> Difficulty : {{ complexity.halstead.difficulty.toFixed(2) }} <br> Est # bugs : {{ complexity.halstead.bugs.toFixed(2) }}<br> </div> </script> <script type="text/javascript" src="../../assets/scripts/bundles/core-bundle.js"></script> <script type="text/javascript" src="../../assets/scripts/bundles/codemirror.js"></script> <script type="text/javascript" src="../../assets/scripts/codemirror.markpopovertext.js"></script> <script type="text/javascript" src="report.js"></script> <script type="text/javascript" src="report.history.js"></script> <script type="text/javascript" src="../../assets/scripts/plato-file.js"></script> </body> </html>
yllieth/predicsis_ml_sdk-javascript
docs/plato/files/lib_model_OauthTokens_js/index.html
HTML
mit
11,378
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: 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.5.0 / ext-lib - 0.11.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ext-lib <small> 0.11.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-08 16:59:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-08 16:59:48 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 2 Virtual package relying on perl coq 8.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/coq-community/coq-ext-lib&quot; dev-repo: &quot;git+https://github.com/coq-community/coq-ext-lib.git&quot; bug-reports: &quot;https://github.com/coq-community/coq-ext-lib/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD-2-Clause-FreeBSD&quot; build: [ [make &quot;-j%{jobs}%&quot; &quot;theories&quot;] ] run-test: [ [make &quot;-j%{jobs}%&quot; &quot;examples&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &lt; &quot;8.14~&quot;} ] synopsis: &quot;A library of Coq definitions, theorems, and tactics&quot; description: &quot;&quot;&quot; A collection of theories and plugins that may be useful in other Coq developments.&quot;&quot;&quot; tags: [ &quot;logpath:ExtLib&quot; ] url { src: &quot;https://github.com/coq-community/coq-ext-lib/archive/v0.11.3.tar.gz&quot; checksum: &quot;sha512=02b9a10c7691861d0448a96532b0262cbb33925ca970398bd816d721ed30851004386d6fabb9947caab4d146474f1733e4a9b301bdd45eabf5bf0902be4560b3&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-ext-lib.0.11.3 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0). The following dependencies couldn&#39;t be met: - coq-ext-lib -&gt; coq &gt;= 8.8 -&gt; ocaml &gt;= 4.05.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-ext-lib.0.11.3</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.02.3-2.0.6/released/8.5.0/ext-lib/0.11.3.html
HTML
mit
7,037
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zfc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / zfc - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> zfc <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-09 10:04:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-09 10:04:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/zfc&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/ZFC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: Zermelo-Fraenkel&quot; &quot;keyword: Calculus of Inductive Constructions&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Benjamin Werner&quot; ] bug-reports: &quot;https://github.com/coq-contribs/zfc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/zfc.git&quot; synopsis: &quot;An encoding of Zermelo-Fraenkel Set Theory in Coq&quot; description: &quot;&quot;&quot; The encoding of Zermelo-Fraenkel Set Theory is largely inspired by Peter Aczel&#39;s work dating back to the eighties. A type Ens is defined, which represents sets. Two predicates IN and EQ stand for membership and extensional equality between sets. The axioms of ZFC are then proved and thus appear as theorems in the development. A main motivation for this work is the comparison of the respective expressive power of Coq and ZFC. A non-computational type-theoretical axiom of choice is necessary to prove the replacement schemata and the set-theoretical AC. The main difference between this work and Peter Aczel&#39;s is that propositions are defined on the impredicative level Prop. Since the definition of Ens is, however, still unchanged, I also added most of Peter Aczel&#39;s definition. The main advantage of Aczel&#39;s approach is a more constructive vision of the existential quantifier (which gives the set-theoretical axiom of choice for free).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zfc/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=df3d5e558ec4b88676252dfb41500683&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-zfc.8.7.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-zfc -&gt; coq &lt; 8.8~ -&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-zfc.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> 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.15.0/zfc/8.7.0.html
HTML
mit
7,835
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>aac-tactics: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.1 / aac-tactics - 8.13.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> aac-tactics <small> 8.13.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-29 02:51:29 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 02:51:29 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/aac-tactics&quot; dev-repo: &quot;git+https://github.com/coq-community/aac-tactics.git&quot; bug-reports: &quot;https://github.com/coq-community/aac-tactics/issues&quot; license: &quot;LGPL-3.0-or-later&quot; synopsis: &quot;Coq plugin providing tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators&quot; description: &quot;&quot;&quot; This Coq plugin provides tactics for rewriting universally quantified equations, modulo associativity and commutativity of some operator. The tactics can be applied for custom operators by registering the operators and their properties as type class instances. Many common operator instances, such as for Z binary arithmetic and booleans, are provided with the plugin.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot; &amp; &lt; &quot;4.12&quot;} &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;keyword:reflexive tactic&quot; &quot;keyword:rewriting&quot; &quot;keyword:rewriting modulo associativity and commutativity&quot; &quot;keyword:rewriting modulo ac&quot; &quot;keyword:decision procedure&quot; &quot;logpath:AAC_tactics&quot; &quot;date:2020-12-16&quot; ] authors: [ &quot;Thomas Braibant&quot; &quot;Damien Pous&quot; &quot;Fabian Kunze&quot; ] url { src: &quot;https://github.com/coq-community/aac-tactics/archive/v8.13.0.tar.gz&quot; checksum: &quot;sha512=8d34c04a4d28e44a5d831bddc1907fc23b0f3ef61335b9b8206518060bb545e7983f63bdcf9808d43e4557acebb4b1031785a11772e239bb8b1193b87c086260&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-aac-tactics.8.13.0 coq.8.14.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.14.1). The following dependencies couldn&#39;t be met: - coq-aac-tactics -&gt; coq &lt; 8.14~ -&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-aac-tactics.8.13.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.06.1-2.0.5/released/8.14.1/aac-tactics/8.13.0.html
HTML
mit
8,017
<!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 v6.0.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v6.0.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="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_1Locker.html">Locker</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Locker Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Locker.html">v8::Locker</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Locker.html#a19d2b640f2f9b3dd0ec3a6c09a0442ed">IsActive</a>()</td><td class="entry"><a class="el" href="classv8_1_1Locker.html">v8::Locker</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Locker.html#a3ae563ffdd9e8b5a0100f0ae756b3a6a">IsLocked</a>(Isolate *isolate)</td><td class="entry"><a class="el" href="classv8_1_1Locker.html">v8::Locker</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Locker.html#a9f41151c92493a27d6724676fc774b51">Locker</a>(Isolate *isolate)</td><td class="entry"><a class="el" href="classv8_1_1Locker.html">v8::Locker</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~Locker</b>() (defined in <a class="el" href="classv8_1_1Locker.html">v8::Locker</a>)</td><td class="entry"><a class="el" href="classv8_1_1Locker.html">v8::Locker</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.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
c1729b0/html/classv8_1_1Locker-members.html
HTML
mit
5,484
<html> <head> <title>OGRE: OgreParticleScriptCompiler.h File Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&nbsp;List</span></a></li> <li><a href="globals.html"><span>File&nbsp;Members</span></a></li> </ul> </div> <div class="navpath"> <ul> <li><a class="el" href="dir_f24eb002d0386a1c1cc03445e1dc571e.html">OgreMain</a> </li> <li><a class="el" href="dir_7eb530b13320eef74004905b156ed280.html">include</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <h1>OgreParticleScriptCompiler.h File Reference</h1> </div> </div> <div class="contents"> <code>#include &quot;<a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>&quot;</code><br/> <p><a href="OgreParticleScriptCompiler_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="nested-classes"></a> Classes</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1ParticleScriptCompilerListener.html">Ogre::ParticleScriptCompilerListener</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This is the specific listener for the particle script compiler. <a href="classOgre_1_1ParticleScriptCompilerListener.html#_details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1ParticleScriptCompiler.html">Ogre::ParticleScriptCompiler</a></td></tr> <tr><td colspan="2"><h2><a name="namespaces"></a> Namespaces</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceOgre.html">Ogre</a></td></tr> </table> </div> <hr> <p> Copyright &copy; 2008 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Wed Nov 3 2010 19:24:52 </p> </body> </html>
ttair/TuxSinbad
Docs/api/html/OgreParticleScriptCompiler_8h.html
HTML
mit
4,253
<h1 id="code-comments">Code Comments</h1> <hr> <p>Lucy can only escape each floor after collecting the <img src="/lucy/dev/game/assets/tiles/tileKey.png" alt="&quot;Floor Key&quot;"> FLOOR KEY.</p> <p>Collecting all the <img src="/lucy/dev/game/assets/tiles/tileDIAMOND.png" alt="&quot;Diamond&quot;"> DIAMONDS is <strong>optional</strong> but will give you more points!</p> <p>Have you noticed that Lucy ignores lines that start with the <code>#</code> symbol?</p> <pre><code class="lang-python"># moveForward(1) --&gt; IGNORED! moveForward(1) # --&gt; Now she moves </code></pre> <p>Try it out now!</p> <p>Execute the code once and then remove the <code>#</code> from the lines!</p>
edgarjcfn/lucy-spy
lucy/dev/game/assets/levels/Level 03/help.html
HTML
mit
685
<div class="container flscontainer"> <h1 translate="LOST_PASSWORD"></h1> <div> <fls-message-bar ng-show="!busy"></fls-message-bar> <fls-busy-indicator busy="ctrl.busy" error="ctrl.error"> <div ng-show="!ctrl.success"> <p class="col-xs-12 col-sm-12 col-md-6 col-lg-6" translate="LOST_PASSWORD_FORM_EXPLANATION"></p> <form role="form" ng-submit="ctrl.lostPassword(usernameOrNotificationEmail)" class="col-xs-12 col-sm-12 col-md-6 col-lg-6" name="lostPasswordForm"> <div class="form-group"> <label for="username"><span translate="USERNAME_OR_EMAIL"></span>:</label> <input type="text" class="form-control" id="username" ng-model="usernameOrNotificationEmail"> </div> <div> <button type="submit" class="btn btn-default pull-right" translate="GENERATE_NEW_PASSWORD" ng-disabled="lostPasswordForm.$pristine"> </button> </div> </form> </div> <div ng-show="ctrl.success" class="col-xs-12 col-sm-12 col-md-6 col-lg-6"> <p translate="GENERATE_NEW_PASSWORD_SUCCEEDED"></p> </div> </fls-busy-indicator> </div> </div>
flightlog/flsweb
src/lostpassword/lostpassword.html
HTML
mit
1,648
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v2.5.0: deps/v8/include/v8.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v2.5.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><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="files.html"><span>File&#160;List</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="dir_94a36784afa54c0b50996002372b429e.html">deps</a></li><li class="navelem"><a class="el" href="dir_7edecdc49f3d0e5b35ff20670f3bf33e.html">v8</a></li><li class="navelem"><a class="el" href="dir_3debe4bd29323c1699f247c91661804b.html">include</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8.h</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2012 the V8 project authors. All rights reserved.</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Use of this source code is governed by a BSD-style license that can be</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// found in the LICENSE file.</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#ifndef V8_H_</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#define V8_H_</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &lt;stddef.h&gt;</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &lt;stdint.h&gt;</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &lt;stdio.h&gt;</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &quot;v8-version.h&quot;</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &quot;v8config.h&quot;</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment">// We reserve the V8_* prefix for macros defined in V8 public API and</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment">// assume there are no name conflicts with the embedder&#39;s code.</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#ifdef V8_OS_WIN</span></div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="comment">// Setup for Windows DLL export/import. When building the V8 DLL the</span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="comment">// BUILDING_V8_SHARED needs to be defined. When building a program which uses</span></div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="comment">// the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8</span></div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="comment">// static library or building a program which uses the V8 static library neither</span></div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="comment">// BUILDING_V8_SHARED nor USING_V8_SHARED should be defined.</span></div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#if defined(BUILDING_V8_SHARED) &amp;&amp; defined(USING_V8_SHARED)</span></div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\</span></div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor"> build configuration to ensure that at most one of these is set</span></div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#ifdef BUILDING_V8_SHARED</span></div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor"># define V8_EXPORT __declspec(dllexport)</span></div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#elif USING_V8_SHARED</span></div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor"># define V8_EXPORT __declspec(dllimport)</span></div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#else</span></div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor"># define V8_EXPORT</span></div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#endif // BUILDING_V8_SHARED</span></div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#else // V8_OS_WIN</span></div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="comment">// Setup for Linux shared library export.</span></div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#if V8_HAS_ATTRIBUTE_VISIBILITY &amp;&amp; defined(V8_SHARED)</span></div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor"># ifdef BUILDING_V8_SHARED</span></div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor"># define V8_EXPORT __attribute__ ((visibility(&quot;default&quot;)))</span></div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor"># else</span></div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor"># define V8_EXPORT</span></div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor"># endif</span></div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#else</span></div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor"># define V8_EXPORT</span></div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#endif // V8_OS_WIN</span></div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacev8.html">v8</a> {</div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;</div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="keyword">class </span>AccessorSignature;</div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="keyword">class </span>Array;</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="keyword">class </span>Boolean;</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="keyword">class </span>BooleanObject;</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="keyword">class </span>Context;</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="keyword">class </span>CpuProfiler;</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="keyword">class </span>Data;</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="keyword">class </span>Date;</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="keyword">class </span>External;</div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="keyword">class </span>Function;</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="keyword">class </span>FunctionTemplate;</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="keyword">class </span>HeapProfiler;</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="keyword">class </span>ImplementationUtilities;</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="keyword">class </span>Int32;</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="keyword">class </span>Integer;</div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="keyword">class </span>Isolate;</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="keyword">class </span>Name;</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="keyword">class </span>Number;</div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="keyword">class </span>NumberObject;</div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="keyword">class </span>Object;</div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="keyword">class </span>ObjectOperationDescriptor;</div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="keyword">class </span>ObjectTemplate;</div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="keyword">class </span>Platform;</div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="keyword">class </span>Primitive;</div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="keyword">class </span>Promise;</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="keyword">class </span>RawOperationDescriptor;</div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;<span class="keyword">class </span>Script;</div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;<span class="keyword">class </span>Signature;</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="keyword">class </span>StackFrame;</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="keyword">class </span>StackTrace;</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="keyword">class </span>String;</div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="keyword">class </span>StringObject;</div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="keyword">class </span>Symbol;</div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="keyword">class </span>SymbolObject;</div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="keyword">class </span>Private;</div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="keyword">class </span>Uint32;</div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="keyword">class </span>Utils;</div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="keyword">class </span>Value;</div> <div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html"> 106</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_handle.html">Handle</a>;</div> <div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classv8_1_1_local.html"> 107</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_local.html">Local</a>;</div> <div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classv8_1_1_eternal.html"> 108</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_eternal.html">Eternal</a>;</div> <div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="classv8_1_1_non_copyable_persistent_traits.html"> 109</a></span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_non_copyable_persistent_traits.html">NonCopyablePersistentTraits</a>;</div> <div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_base.html"> 110</a></span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>;</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class </span>T,</div> <div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html"> 112</a></span>&#160; <span class="keyword">class </span>M = <a class="code" href="classv8_1_1_non_copyable_persistent_traits.html">NonCopyablePersistentTraits&lt;T&gt;</a> &gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent.html">Persistent</a>;</div> <div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_persistent.html"> 113</a></span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_unique_persistent.html">UniquePersistent</a>;</div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> K, <span class="keyword">class</span> V, <span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent_value_map.html">PersistentValueMap</a>;</div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> K, <span class="keyword">class</span> V, <span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_persistent_value_map_base.html">PersistentValueMapBase</a>;</div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> K, <span class="keyword">class</span> V, <span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_phantom_persistent_value_map.html">PhantomPersistentValueMap</a>;</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> V, <span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent_value_vector.html">PersistentValueVector</a>;</div> <div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="classv8_1_1_weak_callback_object.html"> 120</a></span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T, <span class="keyword">class</span> P&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_weak_callback_object.html">WeakCallbackObject</a>;</div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a>;</div> <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a>;</div> <div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_data.html">Data</a>;</div> <div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="classv8_1_1_function_callback_info.html"> 124</a></span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_function_callback_info.html">FunctionCallbackInfo</a>;</div> <div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classv8_1_1_property_callback_info.html"> 125</a></span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo</a>;</div> <div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_stack_trace.html">StackTrace</a>;</div> <div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_stack_frame.html">StackFrame</a>;</div> <div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_isolate.html">Isolate</a>;</div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="keyword">class </span>CallHandlerHelper;</div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_escapable_handle_scope.html">EscapableHandleScope</a>;</div> <div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="classv8_1_1_return_value.html"> 131</a></span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_return_value.html">ReturnValue</a>;</div> <div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;</div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;<span class="keyword">namespace </span>internal {</div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="keyword">class </span>Arguments;</div> <div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="keyword">class </span>Heap;</div> <div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;<span class="keyword">class </span>HeapObject;</div> <div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_isolate.html">Isolate</a>;</div> <div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_object.html">Object</a>;</div> <div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<span class="keyword">struct </span>StreamedSource;</div> <div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classv8_1_1internal_1_1_custom_arguments.html"> 140</a></span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1internal_1_1_custom_arguments.html">CustomArguments</a>;</div> <div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<span class="keyword">class </span>PropertyCallbackArguments;</div> <div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="keyword">class </span>FunctionCallbackArguments;</div> <div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="keyword">class </span>GlobalHandles;</div> <div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;</div> <div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classv8_1_1internal_1_1_callback_data.html"> 146</a></span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1internal_1_1_callback_data.html">CallbackData</a> {</div> <div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* GetIsolate()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> isolate_; }</div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;</div> <div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classv8_1_1internal_1_1_callback_data.html">CallbackData</a>(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate, T* parameter)</div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; : isolate_(isolate), parameter_(parameter) {}</div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; V8_INLINE T* GetParameter()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> parameter_; }</div> <div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;</div> <div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; <a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate_;</div> <div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; T* parameter_;</div> <div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;};</div> <div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;}</div> <div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;</div> <div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;</div> <div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_id.html"> 164</a></span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_unique_id.html">UniqueId</a> {</div> <div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_unique_id.html">UniqueId</a>(intptr_t data)</div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; : data_(data) {}</div> <div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;</div> <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; <span class="keywordtype">bool</span> operator==(<span class="keyword">const</span> <a class="code" href="classv8_1_1_unique_id.html">UniqueId</a>&amp; other)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <span class="keywordflow">return</span> data_ == other.data_;</div> <div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; }</div> <div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160;</div> <div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; <span class="keywordtype">bool</span> operator!=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_unique_id.html">UniqueId</a>&amp; other)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; <span class="keywordflow">return</span> data_ != other.data_;</div> <div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; }</div> <div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;</div> <div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; <span class="keywordtype">bool</span> operator&lt;(<span class="keyword">const</span> <a class="code" href="classv8_1_1_unique_id.html">UniqueId</a>&amp; other)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; <span class="keywordflow">return</span> data_ &lt; other.data_;</div> <div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; }</div> <div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;</div> <div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; intptr_t data_;</div> <div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;};</div> <div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;</div> <div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="comment">// --- Handles ---</span></div> <div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;</div> <div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;<span class="preprocessor">#define TYPE_CHECK(T, S) \</span></div> <div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;<span class="preprocessor"> while (false) { \</span></div> <div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;<span class="preprocessor"> *(static_cast&lt;T* volatile*&gt;(0)) = static_cast&lt;S*&gt;(0); \</span></div> <div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<span class="preprocessor"> }</span></div> <div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;</div> <div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;</div> <div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_handle.html">Handle</a> {</div> <div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#a38d25e9394afb08cf0aa088549dad810"> 223</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html#a38d25e9394afb08cf0aa088549dad810">Handle</a>() : val_(0) {}</div> <div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160;</div> <div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#a9ef27868379876db37322856edeafca7"> 235</a></span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <a class="code" href="classv8_1_1_handle.html#a9ef27868379876db37322856edeafca7">Handle</a>(<a class="code" href="classv8_1_1_handle.html">Handle&lt;S&gt;</a> that)</div> <div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; : val_(reinterpret_cast&lt;T*&gt;(*that)) {</div> <div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; }</div> <div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160;</div> <div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#a9e58ac49e3f1a029c2c6e217a61c8419"> 248</a></span>&#160; V8_INLINE <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_handle.html#a9e58ac49e3f1a029c2c6e217a61c8419">IsEmpty</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> val_ == 0; }</div> <div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160;</div> <div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#a8d20b7afe6afd613b2c026c6bc863d68"> 253</a></span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_handle.html#a8d20b7afe6afd613b2c026c6bc863d68">Clear</a>() { val_ = 0; }</div> <div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;</div> <div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; V8_INLINE T* operator-&gt;()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> val_; }</div> <div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160;</div> <div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; V8_INLINE T* operator*()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> val_; }</div> <div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160;</div> <div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#abdacd07b9678b4545e5dcf6a030ccad5"> 265</a></span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_handle.html#abdacd07b9678b4545e5dcf6a030ccad5">operator==</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_handle.html">Handle&lt;S&gt;</a>&amp; that)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; internal::Object** a = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(this-&gt;val_);</div> <div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; internal::Object** b = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(that.val_);</div> <div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; <span class="keywordflow">if</span> (a == 0) <span class="keywordflow">return</span> b == 0;</div> <div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; <span class="keywordflow">if</span> (b == 0) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; <span class="keywordflow">return</span> *a == *b;</div> <div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160; }</div> <div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160;</div> <div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_handle.html#abdacd07b9678b4545e5dcf6a030ccad5">operator==</a>(</div> <div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase&lt;S&gt;</a>&amp; that)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160; internal::Object** a = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(this-&gt;val_);</div> <div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160; internal::Object** b = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(that.val_);</div> <div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160; <span class="keywordflow">if</span> (a == 0) <span class="keywordflow">return</span> b == 0;</div> <div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; <span class="keywordflow">if</span> (b == 0) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160; <span class="keywordflow">return</span> *a == *b;</div> <div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160; }</div> <div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160;</div> <div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="classv8_1_1_handle.html#a69c7348626e4c4d9788189b4efbac2f0"> 288</a></span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_handle.html#a69c7348626e4c4d9788189b4efbac2f0">operator!=</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_handle.html">Handle&lt;S&gt;</a>&amp; that)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; <span class="keywordflow">return</span> !<a class="code" href="classv8_1_1_handle.html#abdacd07b9678b4545e5dcf6a030ccad5">operator==</a>(that);</div> <div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; }</div> <div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160;</div> <div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_handle.html#a69c7348626e4c4d9788189b4efbac2f0">operator!=</a>(</div> <div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;S&gt;</a>&amp; that)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; <span class="keywordflow">return</span> !<a class="code" href="classv8_1_1_handle.html#abdacd07b9678b4545e5dcf6a030ccad5">operator==</a>(that);</div> <div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; }</div> <div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160;</div> <div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keyword">static</span> Handle&lt;T&gt; Cast(Handle&lt;S&gt; that) {</div> <div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160; <span class="comment">// If we&#39;re going to perform the type check then we have to check</span></div> <div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; <span class="comment">// that the handle isn&#39;t empty before doing the checked cast.</span></div> <div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160; <span class="keywordflow">if</span> (that.IsEmpty()) <span class="keywordflow">return</span> Handle&lt;T&gt;();</div> <div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160; <span class="keywordflow">return</span> Handle&lt;T&gt;(T::Cast(*that));</div> <div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160; }</div> <div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160;</div> <div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE Handle&lt;S&gt; As() {</div> <div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; <span class="keywordflow">return</span> Handle&lt;S&gt;::Cast(*<span class="keyword">this</span>);</div> <div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; }</div> <div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160;</div> <div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160; V8_INLINE <span class="keyword">static</span> Handle&lt;T&gt; New(Isolate* isolate, Handle&lt;T&gt; that) {</div> <div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; <span class="keywordflow">return</span> New(isolate, that.val_);</div> <div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160; }</div> <div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; V8_INLINE <span class="keyword">static</span> Handle&lt;T&gt; New(Isolate* isolate,</div> <div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; <span class="keyword">const</span> PersistentBase&lt;T&gt;&amp; that) {</div> <div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; <span class="keywordflow">return</span> New(isolate, that.val_);</div> <div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160; }</div> <div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160;</div> <div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Utils;</div> <div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F, <span class="keyword">class</span> M&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Persistent;</div> <div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>PersistentBase;</div> <div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_handle.html#a38d25e9394afb08cf0aa088549dad810">Handle</a>;</div> <div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Local;</div> <div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>FunctionCallbackInfo;</div> <div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>PropertyCallbackInfo;</div> <div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>internal::CustomArguments;</div> <div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; <span class="keyword">friend</span> Handle&lt;Primitive&gt; Undefined(Isolate* isolate);</div> <div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160; <span class="keyword">friend</span> Handle&lt;Primitive&gt; Null(Isolate* isolate);</div> <div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keyword">friend</span> Handle&lt;Boolean&gt; True(Isolate* isolate);</div> <div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; <span class="keyword">friend</span> Handle&lt;Boolean&gt; False(Isolate* isolate);</div> <div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Context;</div> <div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>HandleScope;</div> <div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Object;</div> <div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Private;</div> <div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160;</div> <div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160; V8_INLINE <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_handle.html#a38d25e9394afb08cf0aa088549dad810">Handle</a>(T* val) : val_(val) {}</div> <div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160;</div> <div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160; V8_INLINE <span class="keyword">static</span> Handle&lt;T&gt; New(Isolate* isolate, T* that);</div> <div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160;</div> <div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160; T* val_;</div> <div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160;};</div> <div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160;</div> <div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;</div> <div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span>Local : <span class="keyword">public</span> Handle&lt;T&gt; {</div> <div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160; V8_INLINE Local();</div> <div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="classv8_1_1_local.html#a18d761713c1062a38f58a568fffe8f80"> 357</a></span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <a class="code" href="classv8_1_1_local.html#a18d761713c1062a38f58a568fffe8f80">Local</a>(<a class="code" href="classv8_1_1_local.html">Local&lt;S&gt;</a> that)</div> <div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160; : <a class="code" href="classv8_1_1_handle.html">Handle</a>&lt;T&gt;(reinterpret_cast&lt;T*&gt;(*that)) {</div> <div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; }</div> <div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160;</div> <div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160;</div> <div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a> Cast(<a class="code" href="classv8_1_1_local.html">Local&lt;S&gt;</a> that) {</div> <div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160; <span class="comment">// If we&#39;re going to perform the type check then we have to check</span></div> <div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160; <span class="comment">// that the handle isn&#39;t empty before doing the checked cast.</span></div> <div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160; <span class="keywordflow">if</span> (that.IsEmpty()) <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a>();</div> <div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a>(T::Cast(*that));</div> <div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160; }</div> <div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE Local(Handle&lt;S&gt; that)</div> <div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160; : <a class="code" href="classv8_1_1_handle.html#a38d25e9394afb08cf0aa088549dad810">Handle</a>&lt;T&gt;(reinterpret_cast&lt;T*&gt;(*that)) {</div> <div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160; }</div> <div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160;</div> <div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE Local&lt;S&gt; As() {</div> <div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160; <span class="keywordflow">return</span> Local&lt;S&gt;::Cast(*<span class="keyword">this</span>);</div> <div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160; }</div> <div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160;</div> <div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160; V8_INLINE <span class="keyword">static</span> Local&lt;T&gt; <a class="code" href="classv8_1_1_local.html#ae718dd5d42264bfaa2b5a42616b6673e">New</a>(Isolate* isolate, Handle&lt;T&gt; that);</div> <div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160; V8_INLINE <span class="keyword">static</span> Local&lt;T&gt; <a class="code" href="classv8_1_1_local.html#ae718dd5d42264bfaa2b5a42616b6673e">New</a>(Isolate* isolate,</div> <div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160; <span class="keyword">const</span> PersistentBase&lt;T&gt;&amp; that);</div> <div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160;</div> <div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Utils;</div> <div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Eternal;</div> <div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>PersistentBase;</div> <div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F, <span class="keyword">class</span> M&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Persistent;</div> <div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_handle.html#a38d25e9394afb08cf0aa088549dad810">Handle</a>;</div> <div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Local;</div> <div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>FunctionCallbackInfo;</div> <div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>PropertyCallbackInfo;</div> <div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>String;</div> <div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Object;</div> <div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Context;</div> <div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>internal::CustomArguments;</div> <div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>HandleScope;</div> <div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>EscapableHandleScope;</div> <div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> F1, <span class="keyword">class</span> F2, <span class="keyword">class</span> F3&gt;</div> <div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>PersistentValueMapBase;</div> <div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F1, <span class="keyword">class</span> F2&gt; <span class="keyword">friend</span> <span class="keyword">class </span>PersistentValueVector;</div> <div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;</div> <div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE Local(S* that) : <a class="code" href="classv8_1_1_handle.html#a38d25e9394afb08cf0aa088549dad810">Handle</a>&lt;T&gt;(that) { }</div> <div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; V8_INLINE <span class="keyword">static</span> Local&lt;T&gt; <a class="code" href="classv8_1_1_local.html#ae718dd5d42264bfaa2b5a42616b6673e">New</a>(Isolate* isolate, T* that);</div> <div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;};</div> <div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160;</div> <div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160;</div> <div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160;<span class="comment">// Eternal handles are set-once handles that live for the life of the isolate.</span></div> <div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span>Eternal {</div> <div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160; V8_INLINE Eternal() : index_(kInitialValue) { }</div> <div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160; V8_INLINE Eternal(Isolate* isolate, Local&lt;S&gt; handle) : index_(kInitialValue) {</div> <div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160; Set(isolate, handle);</div> <div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160; }</div> <div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160; <span class="comment">// Can only be safely called if already set.</span></div> <div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160; V8_INLINE Local&lt;T&gt; Get(Isolate* isolate);</div> <div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160; V8_INLINE <span class="keywordtype">bool</span> IsEmpty() { <span class="keywordflow">return</span> index_ == kInitialValue; }</div> <div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keywordtype">void</span> Set(Isolate* isolate, Local&lt;S&gt; handle);</div> <div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160;</div> <div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kInitialValue = -1;</div> <div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160; <span class="keywordtype">int</span> index_;</div> <div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160;};</div> <div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160;</div> <div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160;</div> <div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l00438"></a><span class="lineno"><a class="line" href="classv8_1_1_phantom_callback_data.html"> 438</a></span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_phantom_callback_data.html">PhantomCallbackData</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1internal_1_1_callback_data.html">internal::CallbackData</a>&lt;T&gt; {</div> <div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160; <span class="keyword">typedef</span> void (*Callback)(<span class="keyword">const</span> <a class="code" href="classv8_1_1_phantom_callback_data.html">PhantomCallbackData&lt;T&gt;</a>&amp; data);</div> <div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160;</div> <div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160; V8_INLINE <span class="keywordtype">void</span>* GetInternalField1()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> internal_field1_; }</div> <div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160; V8_INLINE <span class="keywordtype">void</span>* GetInternalField2()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> internal_field2_; }</div> <div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160;</div> <div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160; <a class="code" href="classv8_1_1_phantom_callback_data.html">PhantomCallbackData</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, T* parameter, <span class="keywordtype">void</span>* internal_field1,</div> <div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160; <span class="keywordtype">void</span>* internal_field2)</div> <div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160; : <a class="code" href="classv8_1_1internal_1_1_callback_data.html">internal::CallbackData&lt;T&gt;</a>(isolate, parameter),</div> <div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160; internal_field1_(internal_field1),</div> <div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160; internal_field2_(internal_field2) {}</div> <div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160;</div> <div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160; <span class="keywordtype">void</span>* internal_field1_;</div> <div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160; <span class="keywordtype">void</span>* internal_field2_;</div> <div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160;};</div> <div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160;</div> <div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160;</div> <div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T, <span class="keyword">class</span> P&gt;</div> <div class="line"><a name="l00458"></a><span class="lineno"><a class="line" href="classv8_1_1_weak_callback_data.html"> 458</a></span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_weak_callback_data.html">WeakCallbackData</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1internal_1_1_callback_data.html">internal::CallbackData</a>&lt;P&gt; {</div> <div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160; <span class="keyword">typedef</span> void (*Callback)(<span class="keyword">const</span> <a class="code" href="classv8_1_1_weak_callback_data.html">WeakCallbackData&lt;T, P&gt;</a>&amp; data);</div> <div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160;</div> <div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a> GetValue()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> handle_; }</div> <div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160;</div> <div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00465"></a><span class="lineno"> 465</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>internal::GlobalHandles;</div> <div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160; <a class="code" href="classv8_1_1_weak_callback_data.html">WeakCallbackData</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, P* parameter, <a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a> handle)</div> <div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160; : <a class="code" href="classv8_1_1internal_1_1_callback_data.html">internal::CallbackData&lt;P&gt;</a>(isolate, parameter), handle_(handle) {}</div> <div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a> handle_;</div> <div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160;};</div> <div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160;</div> <div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160;</div> <div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;<span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNoInternalFieldIndex = -1;</div> <div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160;</div> <div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160;</div> <div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a> {</div> <div class="line"><a name="l00489"></a><span class="lineno"> 489</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00494"></a><span class="lineno"> 494</span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a>();</div> <div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keyword">const</span> <a class="code" href="classv8_1_1_handle.html">Handle&lt;S&gt;</a>&amp; other);</div> <div class="line"><a name="l00501"></a><span class="lineno"> 501</span>&#160;</div> <div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase&lt;S&gt;</a>&amp; other);</div> <div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160;</div> <div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160; V8_INLINE <span class="keywordtype">bool</span> IsEmpty()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> val_ == NULL; }</div> <div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160; V8_INLINE <span class="keywordtype">void</span> Empty() { val_ = 0; }</div> <div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160;</div> <div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160; V8_INLINE <span class="keywordtype">bool</span> operator==(<span class="keyword">const</span> PersistentBase&lt;S&gt;&amp; that)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160; internal::Object** a = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(this-&gt;val_);</div> <div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160; internal::Object** b = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(that.val_);</div> <div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160; <span class="keywordflow">if</span> (a == NULL) <span class="keywordflow">return</span> b == NULL;</div> <div class="line"><a name="l00517"></a><span class="lineno"> 517</span>&#160; <span class="keywordflow">if</span> (b == NULL) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160; <span class="keywordflow">return</span> *a == *b;</div> <div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160; }</div> <div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160;</div> <div class="line"><a name="l00521"></a><span class="lineno"> 521</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keywordtype">bool</span> operator==(<span class="keyword">const</span> Handle&lt;S&gt;&amp; that)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160; internal::Object** a = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(this-&gt;val_);</div> <div class="line"><a name="l00523"></a><span class="lineno"> 523</span>&#160; internal::Object** b = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(that.val_);</div> <div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160; <span class="keywordflow">if</span> (a == NULL) <span class="keywordflow">return</span> b == NULL;</div> <div class="line"><a name="l00525"></a><span class="lineno"> 525</span>&#160; <span class="keywordflow">if</span> (b == NULL) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160; <span class="keywordflow">return</span> *a == *b;</div> <div class="line"><a name="l00527"></a><span class="lineno"> 527</span>&#160; }</div> <div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160;</div> <div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160; V8_INLINE <span class="keywordtype">bool</span> operator!=(<span class="keyword">const</span> PersistentBase&lt;S&gt;&amp; that)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00531"></a><span class="lineno"> 531</span>&#160; <span class="keywordflow">return</span> !operator==(that);</div> <div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160; }</div> <div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160;</div> <div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <span class="keywordtype">bool</span> operator!=(<span class="keyword">const</span> Handle&lt;S&gt;&amp; that)<span class="keyword"> const </span>{</div> <div class="line"><a name="l00535"></a><span class="lineno"> 535</span>&#160; <span class="keywordflow">return</span> !operator==(that);</div> <div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160; }</div> <div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160;</div> <div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> P&gt;</div> <div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a1fb3293eff7a66068de13d152f73f308">SetWeak</a>(</div> <div class="line"><a name="l00547"></a><span class="lineno"> 547</span>&#160; P* parameter,</div> <div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160; <span class="keyword">typename</span> WeakCallbackData&lt;T, P&gt;::Callback callback);</div> <div class="line"><a name="l00549"></a><span class="lineno"> 549</span>&#160;</div> <div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> S, <span class="keyword">typename</span> P&gt;</div> <div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a1fb3293eff7a66068de13d152f73f308">SetWeak</a>(</div> <div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160; P* parameter,</div> <div class="line"><a name="l00553"></a><span class="lineno"> 553</span>&#160; <span class="keyword">typename</span> WeakCallbackData&lt;S, P&gt;::Callback callback);</div> <div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160;</div> <div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160; <span class="comment">// Phantom persistents work like weak persistents, except that the pointer to</span></div> <div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160; <span class="comment">// the object being collected is not available in the finalization callback.</span></div> <div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160; <span class="comment">// This enables the garbage collector to collect the object and any objects</span></div> <div class="line"><a name="l00558"></a><span class="lineno"> 558</span>&#160; <span class="comment">// it references transitively in one GC cycle. At the moment you can either</span></div> <div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160; <span class="comment">// specify a parameter for the callback or the location of two internal</span></div> <div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160; <span class="comment">// fields in the dying object.</span></div> <div class="line"><a name="l00561"></a><span class="lineno"> 561</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> P&gt;</div> <div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160; V8_INLINE <span class="keywordtype">void</span> SetPhantom(P* parameter,</div> <div class="line"><a name="l00563"></a><span class="lineno"> 563</span>&#160; <span class="keyword">typename</span> PhantomCallbackData&lt;P&gt;::Callback callback,</div> <div class="line"><a name="l00564"></a><span class="lineno"> 564</span>&#160; <span class="keywordtype">int</span> internal_field_index1 = kNoInternalFieldIndex,</div> <div class="line"><a name="l00565"></a><span class="lineno"> 565</span>&#160; <span class="keywordtype">int</span> internal_field_index2 = kNoInternalFieldIndex);</div> <div class="line"><a name="l00566"></a><span class="lineno"> 566</span>&#160;</div> <div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> P&gt;</div> <div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160; V8_INLINE P* ClearWeak();</div> <div class="line"><a name="l00569"></a><span class="lineno"> 569</span>&#160;</div> <div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160; <span class="comment">// TODO(dcarney): remove this.</span></div> <div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160; V8_INLINE <span class="keywordtype">void</span> ClearWeak() { ClearWeak&lt;void&gt;(); }</div> <div class="line"><a name="l00572"></a><span class="lineno"> 572</span>&#160;</div> <div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#aed12b0a54bc5ade1fb44e3bdb3a1fe74">MarkIndependent</a>();</div> <div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160;</div> <div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a4a876d30dda0dfb812e82bb240e4686e">MarkPartiallyDependent</a>();</div> <div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160;</div> <div class="line"><a name="l00591"></a><span class="lineno"> 591</span>&#160; V8_INLINE <span class="keywordtype">bool</span> IsIndependent() <span class="keyword">const</span>;</div> <div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160;</div> <div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160; V8_INLINE <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_persistent_base.html#a4a64c26d91ed6a276aa8a7ca4bb7683a">IsNearDeath</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160;</div> <div class="line"><a name="l00597"></a><span class="lineno"> 597</span>&#160; V8_INLINE <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_persistent_base.html#a714b7794149df483837a2c6b09d52396">IsWeak</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160;</div> <div class="line"><a name="l00603"></a><span class="lineno"> 603</span>&#160; V8_INLINE <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#ac4c979164b3ed4dc92319e6f5a108d3d">SetWrapperClassId</a>(uint16_t class_id);</div> <div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160;</div> <div class="line"><a name="l00609"></a><span class="lineno"> 609</span>&#160; V8_INLINE uint16_t <a class="code" href="classv8_1_1_persistent_base.html#a01a46bf4e69ed9a837639702ee234643">WrapperClassId</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l00610"></a><span class="lineno"> 610</span>&#160;</div> <div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Isolate;</div> <div class="line"><a name="l00613"></a><span class="lineno"> 613</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Utils;</div> <div class="line"><a name="l00614"></a><span class="lineno"> 614</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Handle;</div> <div class="line"><a name="l00615"></a><span class="lineno"> 615</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Local;</div> <div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F1, <span class="keyword">class</span> F2&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Persistent;</div> <div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>UniquePersistent;</div> <div class="line"><a name="l00618"></a><span class="lineno"> 618</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>PersistentBase;</div> <div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>ReturnValue;</div> <div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> F1, <span class="keyword">class</span> F2, <span class="keyword">class</span> F3&gt;</div> <div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>PersistentValueMapBase;</div> <div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F1, <span class="keyword">class</span> F2&gt; <span class="keyword">friend</span> <span class="keyword">class </span>PersistentValueVector;</div> <div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Object;</div> <div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160;</div> <div class="line"><a name="l00625"></a><span class="lineno"> 625</span>&#160; <span class="keyword">explicit</span> V8_INLINE PersistentBase(T* val) : val_(val) {}</div> <div class="line"><a name="l00626"></a><span class="lineno"> 626</span>&#160; PersistentBase(PersistentBase&amp; other); <span class="comment">// NOLINT</span></div> <div class="line"><a name="l00627"></a><span class="lineno"> 627</span>&#160; <span class="keywordtype">void</span> operator=(PersistentBase&amp;);</div> <div class="line"><a name="l00628"></a><span class="lineno"> 628</span>&#160; V8_INLINE <span class="keyword">static</span> T* New(Isolate* isolate, T* that);</div> <div class="line"><a name="l00629"></a><span class="lineno"> 629</span>&#160;</div> <div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160; T* val_;</div> <div class="line"><a name="l00631"></a><span class="lineno"> 631</span>&#160;};</div> <div class="line"><a name="l00632"></a><span class="lineno"> 632</span>&#160;</div> <div class="line"><a name="l00633"></a><span class="lineno"> 633</span>&#160;</div> <div class="line"><a name="l00640"></a><span class="lineno"> 640</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l00641"></a><span class="lineno"> 641</span>&#160;<span class="keyword">class </span>NonCopyablePersistentTraits {</div> <div class="line"><a name="l00642"></a><span class="lineno"> 642</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00643"></a><span class="lineno"> 643</span>&#160; <span class="keyword">typedef</span> Persistent&lt;T, NonCopyablePersistentTraits&lt;T&gt; &gt; NonCopyablePersistent;</div> <div class="line"><a name="l00644"></a><span class="lineno"> 644</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> kResetInDestructor = <span class="keyword">false</span>;</div> <div class="line"><a name="l00645"></a><span class="lineno"> 645</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> S, <span class="keyword">class</span> M&gt;</div> <div class="line"><a name="l00646"></a><span class="lineno"> 646</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> Copy(<span class="keyword">const</span> Persistent&lt;S, M&gt;&amp; source,</div> <div class="line"><a name="l00647"></a><span class="lineno"> 647</span>&#160; NonCopyablePersistent* dest) {</div> <div class="line"><a name="l00648"></a><span class="lineno"> 648</span>&#160; Uncompilable&lt;Object&gt;();</div> <div class="line"><a name="l00649"></a><span class="lineno"> 649</span>&#160; }</div> <div class="line"><a name="l00650"></a><span class="lineno"> 650</span>&#160; <span class="comment">// TODO(dcarney): come up with a good compile error here.</span></div> <div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> O&gt; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> Uncompilable() {</div> <div class="line"><a name="l00652"></a><span class="lineno"> 652</span>&#160; TYPE_CHECK(O, Primitive);</div> <div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160; }</div> <div class="line"><a name="l00654"></a><span class="lineno"> 654</span>&#160;};</div> <div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160;</div> <div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160;</div> <div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l00662"></a><span class="lineno"><a class="line" href="structv8_1_1_copyable_persistent_traits.html"> 662</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structv8_1_1_copyable_persistent_traits.html">CopyablePersistentTraits</a> {</div> <div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T, CopyablePersistentTraits&lt;T&gt;</a> &gt; <a class="code" href="classv8_1_1_persistent.html">CopyablePersistent</a>;</div> <div class="line"><a name="l00664"></a><span class="lineno"> 664</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> kResetInDestructor = <span class="keyword">true</span>;</div> <div class="line"><a name="l00665"></a><span class="lineno"> 665</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> S, <span class="keyword">class</span> M&gt;</div> <div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160; <span class="keyword">static</span> V8_INLINE <span class="keywordtype">void</span> Copy(<span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;S, M&gt;</a>&amp; source,</div> <div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160; CopyablePersistent* dest) {</div> <div class="line"><a name="l00668"></a><span class="lineno"> 668</span>&#160; <span class="comment">// do nothing, just allow copy</span></div> <div class="line"><a name="l00669"></a><span class="lineno"> 669</span>&#160; }</div> <div class="line"><a name="l00670"></a><span class="lineno"> 670</span>&#160;};</div> <div class="line"><a name="l00671"></a><span class="lineno"> 671</span>&#160;</div> <div class="line"><a name="l00672"></a><span class="lineno"> 672</span>&#160;</div> <div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T, <span class="keyword">class</span> M&gt; <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent.html">Persistent</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt; {</div> <div class="line"><a name="l00682"></a><span class="lineno"> 682</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00686"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d"> 686</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d">Persistent</a>() : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(0) { }</div> <div class="line"><a name="l00692"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a37ec0a2c08eea4b397272a1a0fe0138c"> 692</a></span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#a37ec0a2c08eea4b397272a1a0fe0138c">Persistent</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <a class="code" href="classv8_1_1_handle.html">Handle&lt;S&gt;</a> that)</div> <div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160; : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(<a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;::New(isolate, *that)) {</div> <div class="line"><a name="l00694"></a><span class="lineno"> 694</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l00695"></a><span class="lineno"> 695</span>&#160; }</div> <div class="line"><a name="l00701"></a><span class="lineno"> 701</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S, <span class="keyword">class</span> M2&gt;</div> <div class="line"><a name="l00702"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#aaf9eb7c4e6d0ef2c81a2c08238653578"> 702</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#aaf9eb7c4e6d0ef2c81a2c08238653578">Persistent</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;S, M2&gt;</a>&amp; that)</div> <div class="line"><a name="l00703"></a><span class="lineno"> 703</span>&#160; : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(<a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;::New(isolate, *that)) {</div> <div class="line"><a name="l00704"></a><span class="lineno"> 704</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l00705"></a><span class="lineno"> 705</span>&#160; }</div> <div class="line"><a name="l00712"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a22331e91572784cd5ed5519739bb50c7"> 712</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#a22331e91572784cd5ed5519739bb50c7">Persistent</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent</a>&amp; that) : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(0) {</div> <div class="line"><a name="l00713"></a><span class="lineno"> 713</span>&#160; Copy(that);</div> <div class="line"><a name="l00714"></a><span class="lineno"> 714</span>&#160; }</div> <div class="line"><a name="l00715"></a><span class="lineno"> 715</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S, <span class="keyword">class</span> M2&gt;</div> <div class="line"><a name="l00716"></a><span class="lineno"> 716</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d">Persistent</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;S, M2&gt;</a>&amp; that) : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(0) {</div> <div class="line"><a name="l00717"></a><span class="lineno"> 717</span>&#160; Copy(that);</div> <div class="line"><a name="l00718"></a><span class="lineno"> 718</span>&#160; }</div> <div class="line"><a name="l00719"></a><span class="lineno"> 719</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d">Persistent</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d">Persistent</a>&amp; that) { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l00720"></a><span class="lineno"> 720</span>&#160; Copy(that);</div> <div class="line"><a name="l00721"></a><span class="lineno"> 721</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div> <div class="line"><a name="l00722"></a><span class="lineno"> 722</span>&#160; }</div> <div class="line"><a name="l00723"></a><span class="lineno"> 723</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S, <span class="keyword">class</span> M2&gt;</div> <div class="line"><a name="l00724"></a><span class="lineno"> 724</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d">Persistent</a>&amp; operator=(<span class="keyword">const</span> Persistent&lt;S, M2&gt;&amp; that) { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l00725"></a><span class="lineno"> 725</span>&#160; Copy(that);</div> <div class="line"><a name="l00726"></a><span class="lineno"> 726</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div> <div class="line"><a name="l00727"></a><span class="lineno"> 727</span>&#160; }</div> <div class="line"><a name="l00733"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent.html#a7d4d2bebfe3919e447e22adc15464e25"> 733</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#a7d4d2bebfe3919e447e22adc15464e25">~Persistent</a>() {</div> <div class="line"><a name="l00734"></a><span class="lineno"> 734</span>&#160; <span class="keywordflow">if</span> (M::kResetInDestructor) this-&gt;<a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a>();</div> <div class="line"><a name="l00735"></a><span class="lineno"> 735</span>&#160; }</div> <div class="line"><a name="l00736"></a><span class="lineno"> 736</span>&#160;</div> <div class="line"><a name="l00737"></a><span class="lineno"> 737</span>&#160; <span class="comment">// TODO(dcarney): this is pretty useless, fix or remove</span></div> <div class="line"><a name="l00738"></a><span class="lineno"> 738</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00739"></a><span class="lineno"> 739</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T&gt;</a>&amp; Cast(<a class="code" href="classv8_1_1_persistent.html">Persistent&lt;S&gt;</a>&amp; that) { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l00740"></a><span class="lineno"> 740</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l00741"></a><span class="lineno"> 741</span>&#160; <span class="comment">// If we&#39;re going to perform the type check then we have to check</span></div> <div class="line"><a name="l00742"></a><span class="lineno"> 742</span>&#160; <span class="comment">// that the handle isn&#39;t empty before doing the checked cast.</span></div> <div class="line"><a name="l00743"></a><span class="lineno"> 743</span>&#160; <span class="keywordflow">if</span> (!that.IsEmpty()) T::Cast(*that);</div> <div class="line"><a name="l00744"></a><span class="lineno"> 744</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00745"></a><span class="lineno"> 745</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T&gt;</a>&amp;<span class="keyword">&gt;</span>(that);</div> <div class="line"><a name="l00746"></a><span class="lineno"> 746</span>&#160; }</div> <div class="line"><a name="l00747"></a><span class="lineno"> 747</span>&#160;</div> <div class="line"><a name="l00748"></a><span class="lineno"> 748</span>&#160; <span class="comment">// TODO(dcarney): this is pretty useless, fix or remove</span></div> <div class="line"><a name="l00749"></a><span class="lineno"> 749</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE Persistent&lt;S&gt;&amp; As() { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l00750"></a><span class="lineno"> 750</span>&#160; <span class="keywordflow">return</span> Persistent&lt;S&gt;::Cast(*<span class="keyword">this</span>);</div> <div class="line"><a name="l00751"></a><span class="lineno"> 751</span>&#160; }</div> <div class="line"><a name="l00752"></a><span class="lineno"> 752</span>&#160;</div> <div class="line"><a name="l00753"></a><span class="lineno"> 753</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00754"></a><span class="lineno"> 754</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Isolate;</div> <div class="line"><a name="l00755"></a><span class="lineno"> 755</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Utils;</div> <div class="line"><a name="l00756"></a><span class="lineno"> 756</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Handle;</div> <div class="line"><a name="l00757"></a><span class="lineno"> 757</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>Local;</div> <div class="line"><a name="l00758"></a><span class="lineno"> 758</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F1, <span class="keyword">class</span> F2&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d">Persistent</a>;</div> <div class="line"><a name="l00759"></a><span class="lineno"> 759</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>ReturnValue;</div> <div class="line"><a name="l00760"></a><span class="lineno"> 760</span>&#160;</div> <div class="line"><a name="l00761"></a><span class="lineno"> 761</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <a class="code" href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d">Persistent</a>(S* that) : PersistentBase&lt;T&gt;(that) { }</div> <div class="line"><a name="l00762"></a><span class="lineno"> 762</span>&#160; V8_INLINE T* operator*()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> this-&gt;val_; }</div> <div class="line"><a name="l00763"></a><span class="lineno"> 763</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> S, <span class="keyword">class</span> M2&gt;</div> <div class="line"><a name="l00764"></a><span class="lineno"> 764</span>&#160; V8_INLINE <span class="keywordtype">void</span> Copy(<span class="keyword">const</span> Persistent&lt;S, M2&gt;&amp; that);</div> <div class="line"><a name="l00765"></a><span class="lineno"> 765</span>&#160;};</div> <div class="line"><a name="l00766"></a><span class="lineno"> 766</span>&#160;</div> <div class="line"><a name="l00767"></a><span class="lineno"> 767</span>&#160;</div> <div class="line"><a name="l00773"></a><span class="lineno"> 773</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l00774"></a><span class="lineno"> 774</span>&#160;<span class="keyword">class </span>UniquePersistent : <span class="keyword">public</span> PersistentBase&lt;T&gt; {</div> <div class="line"><a name="l00775"></a><span class="lineno"> 775</span>&#160; <span class="keyword">struct </span>RValue {</div> <div class="line"><a name="l00776"></a><span class="lineno"> 776</span>&#160; V8_INLINE <span class="keyword">explicit</span> RValue(<a class="code" href="classv8_1_1_unique_persistent.html#adab1460f2350842ea97e9ac63b3b3692">UniquePersistent</a>* obj) : object(obj) {}</div> <div class="line"><a name="l00777"></a><span class="lineno"> 777</span>&#160; <a class="code" href="classv8_1_1_unique_persistent.html#adab1460f2350842ea97e9ac63b3b3692">UniquePersistent</a>* object;</div> <div class="line"><a name="l00778"></a><span class="lineno"> 778</span>&#160; };</div> <div class="line"><a name="l00779"></a><span class="lineno"> 779</span>&#160;</div> <div class="line"><a name="l00780"></a><span class="lineno"> 780</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00784"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_persistent.html#adab1460f2350842ea97e9ac63b3b3692"> 784</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_unique_persistent.html#adab1460f2350842ea97e9ac63b3b3692">UniquePersistent</a>() : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(0) { }</div> <div class="line"><a name="l00790"></a><span class="lineno"> 790</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00791"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_persistent.html#af7dbba9e4b73104d0a1950c215426a57"> 791</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_unique_persistent.html#af7dbba9e4b73104d0a1950c215426a57">UniquePersistent</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <a class="code" href="classv8_1_1_handle.html">Handle&lt;S&gt;</a> that)</div> <div class="line"><a name="l00792"></a><span class="lineno"> 792</span>&#160; : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(<a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;::New(isolate, *that)) {</div> <div class="line"><a name="l00793"></a><span class="lineno"> 793</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l00794"></a><span class="lineno"> 794</span>&#160; }</div> <div class="line"><a name="l00800"></a><span class="lineno"> 800</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00801"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_persistent.html#a795e5299871d11469dc2e1c637eb76fa"> 801</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_unique_persistent.html#a795e5299871d11469dc2e1c637eb76fa">UniquePersistent</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase&lt;S&gt;</a>&amp; that)</div> <div class="line"><a name="l00802"></a><span class="lineno"> 802</span>&#160; : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(<a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;::New(isolate, that.val_)) {</div> <div class="line"><a name="l00803"></a><span class="lineno"> 803</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l00804"></a><span class="lineno"> 804</span>&#160; }</div> <div class="line"><a name="l00808"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_persistent.html#a73c1edaf902755a71c1236f91388ef5a"> 808</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_unique_persistent.html#a73c1edaf902755a71c1236f91388ef5a">UniquePersistent</a>(RValue rvalue)</div> <div class="line"><a name="l00809"></a><span class="lineno"> 809</span>&#160; : <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>&lt;T&gt;(rvalue.object-&gt;val_) {</div> <div class="line"><a name="l00810"></a><span class="lineno"> 810</span>&#160; rvalue.object-&gt;val_ = 0;</div> <div class="line"><a name="l00811"></a><span class="lineno"> 811</span>&#160; }</div> <div class="line"><a name="l00812"></a><span class="lineno"> 812</span>&#160; V8_INLINE ~<a class="code" href="classv8_1_1_unique_persistent.html">UniquePersistent</a>() { this-&gt;<a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a>(); }</div> <div class="line"><a name="l00816"></a><span class="lineno"> 816</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l00817"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_persistent.html#aa533c3aff16091f332a0f892a658e70c"> 817</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_unique_persistent.html">UniquePersistent</a>&amp; <a class="code" href="classv8_1_1_unique_persistent.html#aa533c3aff16091f332a0f892a658e70c">operator=</a>(<a class="code" href="classv8_1_1_unique_persistent.html">UniquePersistent&lt;S&gt;</a> rhs) {</div> <div class="line"><a name="l00818"></a><span class="lineno"> 818</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l00819"></a><span class="lineno"> 819</span>&#160; this-&gt;<a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a>();</div> <div class="line"><a name="l00820"></a><span class="lineno"> 820</span>&#160; this-&gt;val_ = rhs.val_;</div> <div class="line"><a name="l00821"></a><span class="lineno"> 821</span>&#160; rhs.val_ = 0;</div> <div class="line"><a name="l00822"></a><span class="lineno"> 822</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div> <div class="line"><a name="l00823"></a><span class="lineno"> 823</span>&#160; }</div> <div class="line"><a name="l00827"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_persistent.html#a06e8c1c5be0b982a02e48e81df0b9794"> 827</a></span>&#160; V8_INLINE <span class="keyword">operator</span> RValue() { <span class="keywordflow">return</span> RValue(<span class="keyword">this</span>); }</div> <div class="line"><a name="l00831"></a><span class="lineno"><a class="line" href="classv8_1_1_unique_persistent.html#ace8f7fa76e5d36afd3ae8ee94acff00f"> 831</a></span>&#160; <a class="code" href="classv8_1_1_unique_persistent.html">UniquePersistent</a> <a class="code" href="classv8_1_1_unique_persistent.html#ace8f7fa76e5d36afd3ae8ee94acff00f">Pass</a>() { <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_unique_persistent.html#adab1460f2350842ea97e9ac63b3b3692">UniquePersistent</a>(RValue(<span class="keyword">this</span>)); }</div> <div class="line"><a name="l00832"></a><span class="lineno"> 832</span>&#160;</div> <div class="line"><a name="l00833"></a><span class="lineno"> 833</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00834"></a><span class="lineno"> 834</span>&#160; <a class="code" href="classv8_1_1_unique_persistent.html#adab1460f2350842ea97e9ac63b3b3692">UniquePersistent</a>(<a class="code" href="classv8_1_1_unique_persistent.html">UniquePersistent</a>&amp;);</div> <div class="line"><a name="l00835"></a><span class="lineno"> 835</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_unique_persistent.html#aa533c3aff16091f332a0f892a658e70c">operator=</a>(<a class="code" href="classv8_1_1_unique_persistent.html">UniquePersistent</a>&amp;);</div> <div class="line"><a name="l00836"></a><span class="lineno"> 836</span>&#160;};</div> <div class="line"><a name="l00837"></a><span class="lineno"> 837</span>&#160;</div> <div class="line"><a name="l00838"></a><span class="lineno"> 838</span>&#160;</div> <div class="line"><a name="l00853"></a><span class="lineno"><a class="line" href="classv8_1_1_handle_scope.html"> 853</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a> {</div> <div class="line"><a name="l00854"></a><span class="lineno"> 854</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00855"></a><span class="lineno"> 855</span>&#160; <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l00856"></a><span class="lineno"> 856</span>&#160;</div> <div class="line"><a name="l00857"></a><span class="lineno"> 857</span>&#160; ~<a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>();</div> <div class="line"><a name="l00858"></a><span class="lineno"> 858</span>&#160;</div> <div class="line"><a name="l00862"></a><span class="lineno"> 862</span>&#160; <span class="keyword">static</span> <span class="keywordtype">int</span> NumberOfHandles(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l00863"></a><span class="lineno"> 863</span>&#160;</div> <div class="line"><a name="l00864"></a><span class="lineno"> 864</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* GetIsolate()<span class="keyword"> const </span>{</div> <div class="line"><a name="l00865"></a><span class="lineno"> 865</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><a class="code" href="classv8_1_1_isolate.html">Isolate</a>*<span class="keyword">&gt;</span>(isolate_);</div> <div class="line"><a name="l00866"></a><span class="lineno"> 866</span>&#160; }</div> <div class="line"><a name="l00867"></a><span class="lineno"> 867</span>&#160;</div> <div class="line"><a name="l00868"></a><span class="lineno"> 868</span>&#160; <span class="keyword">protected</span>:</div> <div class="line"><a name="l00869"></a><span class="lineno"> 869</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>() {}</div> <div class="line"><a name="l00870"></a><span class="lineno"> 870</span>&#160;</div> <div class="line"><a name="l00871"></a><span class="lineno"> 871</span>&#160; <span class="keywordtype">void</span> Initialize(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l00872"></a><span class="lineno"> 872</span>&#160;</div> <div class="line"><a name="l00873"></a><span class="lineno"> 873</span>&#160; <span class="keyword">static</span> internal::Object** CreateHandle(internal::Isolate* isolate,</div> <div class="line"><a name="l00874"></a><span class="lineno"> 874</span>&#160; internal::Object* value);</div> <div class="line"><a name="l00875"></a><span class="lineno"> 875</span>&#160;</div> <div class="line"><a name="l00876"></a><span class="lineno"> 876</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00877"></a><span class="lineno"> 877</span>&#160; <span class="comment">// Uses heap_object to obtain the current Isolate.</span></div> <div class="line"><a name="l00878"></a><span class="lineno"> 878</span>&#160; <span class="keyword">static</span> internal::Object** CreateHandle(internal::HeapObject* heap_object,</div> <div class="line"><a name="l00879"></a><span class="lineno"> 879</span>&#160; internal::Object* value);</div> <div class="line"><a name="l00880"></a><span class="lineno"> 880</span>&#160;</div> <div class="line"><a name="l00881"></a><span class="lineno"> 881</span>&#160; <span class="comment">// Make it hard to create heap-allocated or illegal handle scopes by</span></div> <div class="line"><a name="l00882"></a><span class="lineno"> 882</span>&#160; <span class="comment">// disallowing certain operations.</span></div> <div class="line"><a name="l00883"></a><span class="lineno"> 883</span>&#160; <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>&amp;);</div> <div class="line"><a name="l00884"></a><span class="lineno"> 884</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a>&amp;);</div> <div class="line"><a name="l00885"></a><span class="lineno"> 885</span>&#160; <span class="keywordtype">void</span>* <span class="keyword">operator</span> <span class="keyword">new</span>(<span class="keywordtype">size_t</span> size);</div> <div class="line"><a name="l00886"></a><span class="lineno"> 886</span>&#160; <span class="keywordtype">void</span> <span class="keyword">operator</span> <span class="keyword">delete</span>(<span class="keywordtype">void</span>*, size_t);</div> <div class="line"><a name="l00887"></a><span class="lineno"> 887</span>&#160;</div> <div class="line"><a name="l00888"></a><span class="lineno"> 888</span>&#160; internal::Isolate* isolate_;</div> <div class="line"><a name="l00889"></a><span class="lineno"> 889</span>&#160; internal::Object** prev_next_;</div> <div class="line"><a name="l00890"></a><span class="lineno"> 890</span>&#160; internal::Object** prev_limit_;</div> <div class="line"><a name="l00891"></a><span class="lineno"> 891</span>&#160;</div> <div class="line"><a name="l00892"></a><span class="lineno"> 892</span>&#160; <span class="comment">// Local::New uses CreateHandle with an Isolate* parameter.</span></div> <div class="line"><a name="l00893"></a><span class="lineno"> 893</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_local.html">Local</a>;</div> <div class="line"><a name="l00894"></a><span class="lineno"> 894</span>&#160;</div> <div class="line"><a name="l00895"></a><span class="lineno"> 895</span>&#160; <span class="comment">// Object::GetInternalField and Context::GetEmbedderData use CreateHandle with</span></div> <div class="line"><a name="l00896"></a><span class="lineno"> 896</span>&#160; <span class="comment">// a HeapObject* in their shortcuts.</span></div> <div class="line"><a name="l00897"></a><span class="lineno"> 897</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object.html">Object</a>;</div> <div class="line"><a name="l00898"></a><span class="lineno"> 898</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_context.html">Context</a>;</div> <div class="line"><a name="l00899"></a><span class="lineno"> 899</span>&#160;};</div> <div class="line"><a name="l00900"></a><span class="lineno"> 900</span>&#160;</div> <div class="line"><a name="l00901"></a><span class="lineno"> 901</span>&#160;</div> <div class="line"><a name="l00906"></a><span class="lineno"><a class="line" href="classv8_1_1_escapable_handle_scope.html"> 906</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_escapable_handle_scope.html">EscapableHandleScope</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_handle_scope.html">HandleScope</a> {</div> <div class="line"><a name="l00907"></a><span class="lineno"> 907</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00908"></a><span class="lineno"> 908</span>&#160; <a class="code" href="classv8_1_1_escapable_handle_scope.html">EscapableHandleScope</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l00909"></a><span class="lineno"> 909</span>&#160; V8_INLINE ~<a class="code" href="classv8_1_1_escapable_handle_scope.html">EscapableHandleScope</a>() {}</div> <div class="line"><a name="l00910"></a><span class="lineno"> 910</span>&#160;</div> <div class="line"><a name="l00915"></a><span class="lineno"> 915</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l00916"></a><span class="lineno"><a class="line" href="classv8_1_1_escapable_handle_scope.html#afdf0d3850978f65d1a827f78b3a2b6fd"> 916</a></span>&#160; V8_INLINE <a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a> <a class="code" href="classv8_1_1_escapable_handle_scope.html#afdf0d3850978f65d1a827f78b3a2b6fd">Escape</a>(<a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a> value) {</div> <div class="line"><a name="l00917"></a><span class="lineno"> 917</span>&#160; internal::Object** slot =</div> <div class="line"><a name="l00918"></a><span class="lineno"> 918</span>&#160; Escape(reinterpret_cast&lt;internal::Object**&gt;(*value));</div> <div class="line"><a name="l00919"></a><span class="lineno"> 919</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a>(<span class="keyword">reinterpret_cast&lt;</span>T*<span class="keyword">&gt;</span>(slot));</div> <div class="line"><a name="l00920"></a><span class="lineno"> 920</span>&#160; }</div> <div class="line"><a name="l00921"></a><span class="lineno"> 921</span>&#160;</div> <div class="line"><a name="l00922"></a><span class="lineno"> 922</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00923"></a><span class="lineno"> 923</span>&#160; internal::Object** Escape(internal::Object** escape_value);</div> <div class="line"><a name="l00924"></a><span class="lineno"> 924</span>&#160;</div> <div class="line"><a name="l00925"></a><span class="lineno"> 925</span>&#160; <span class="comment">// Make it hard to create heap-allocated or illegal handle scopes by</span></div> <div class="line"><a name="l00926"></a><span class="lineno"> 926</span>&#160; <span class="comment">// disallowing certain operations.</span></div> <div class="line"><a name="l00927"></a><span class="lineno"> 927</span>&#160; <a class="code" href="classv8_1_1_escapable_handle_scope.html">EscapableHandleScope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_escapable_handle_scope.html">EscapableHandleScope</a>&amp;);</div> <div class="line"><a name="l00928"></a><span class="lineno"> 928</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_escapable_handle_scope.html">EscapableHandleScope</a>&amp;);</div> <div class="line"><a name="l00929"></a><span class="lineno"> 929</span>&#160; <span class="keywordtype">void</span>* <span class="keyword">operator</span> <span class="keyword">new</span>(<span class="keywordtype">size_t</span> size);</div> <div class="line"><a name="l00930"></a><span class="lineno"> 930</span>&#160; <span class="keywordtype">void</span> <span class="keyword">operator</span> <span class="keyword">delete</span>(<span class="keywordtype">void</span>*, size_t);</div> <div class="line"><a name="l00931"></a><span class="lineno"> 931</span>&#160;</div> <div class="line"><a name="l00932"></a><span class="lineno"> 932</span>&#160; internal::Object** escape_slot_;</div> <div class="line"><a name="l00933"></a><span class="lineno"> 933</span>&#160;};</div> <div class="line"><a name="l00934"></a><span class="lineno"> 934</span>&#160;</div> <div class="line"><a name="l00935"></a><span class="lineno"><a class="line" href="classv8_1_1_seal_handle_scope.html"> 935</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_seal_handle_scope.html">SealHandleScope</a> {</div> <div class="line"><a name="l00936"></a><span class="lineno"> 936</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00937"></a><span class="lineno"> 937</span>&#160; <a class="code" href="classv8_1_1_seal_handle_scope.html">SealHandleScope</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l00938"></a><span class="lineno"> 938</span>&#160; ~<a class="code" href="classv8_1_1_seal_handle_scope.html">SealHandleScope</a>();</div> <div class="line"><a name="l00939"></a><span class="lineno"> 939</span>&#160;</div> <div class="line"><a name="l00940"></a><span class="lineno"> 940</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00941"></a><span class="lineno"> 941</span>&#160; <span class="comment">// Make it hard to create heap-allocated or illegal handle scopes by</span></div> <div class="line"><a name="l00942"></a><span class="lineno"> 942</span>&#160; <span class="comment">// disallowing certain operations.</span></div> <div class="line"><a name="l00943"></a><span class="lineno"> 943</span>&#160; <a class="code" href="classv8_1_1_seal_handle_scope.html">SealHandleScope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_seal_handle_scope.html">SealHandleScope</a>&amp;);</div> <div class="line"><a name="l00944"></a><span class="lineno"> 944</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_seal_handle_scope.html">SealHandleScope</a>&amp;);</div> <div class="line"><a name="l00945"></a><span class="lineno"> 945</span>&#160; <span class="keywordtype">void</span>* <span class="keyword">operator</span> <span class="keyword">new</span>(<span class="keywordtype">size_t</span> size);</div> <div class="line"><a name="l00946"></a><span class="lineno"> 946</span>&#160; <span class="keywordtype">void</span> <span class="keyword">operator</span> <span class="keyword">delete</span>(<span class="keywordtype">void</span>*, size_t);</div> <div class="line"><a name="l00947"></a><span class="lineno"> 947</span>&#160;</div> <div class="line"><a name="l00948"></a><span class="lineno"> 948</span>&#160; internal::Isolate* isolate_;</div> <div class="line"><a name="l00949"></a><span class="lineno"> 949</span>&#160; <span class="keywordtype">int</span> prev_level_;</div> <div class="line"><a name="l00950"></a><span class="lineno"> 950</span>&#160; internal::Object** prev_limit_;</div> <div class="line"><a name="l00951"></a><span class="lineno"> 951</span>&#160;};</div> <div class="line"><a name="l00952"></a><span class="lineno"> 952</span>&#160;</div> <div class="line"><a name="l00953"></a><span class="lineno"> 953</span>&#160;</div> <div class="line"><a name="l00958"></a><span class="lineno"> 958</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l00959"></a><span class="lineno"><a class="line" href="structv8_1_1_maybe.html"> 959</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structv8_1_1_maybe.html">Maybe</a> {</div> <div class="line"><a name="l00960"></a><span class="lineno"> 960</span>&#160; <a class="code" href="structv8_1_1_maybe.html">Maybe</a>() : has_value(<span class="keyword">false</span>) {}</div> <div class="line"><a name="l00961"></a><span class="lineno"> 961</span>&#160; <span class="keyword">explicit</span> <a class="code" href="structv8_1_1_maybe.html">Maybe</a>(T t) : has_value(<span class="keyword">true</span>), value(t) {}</div> <div class="line"><a name="l00962"></a><span class="lineno"> 962</span>&#160; <a class="code" href="structv8_1_1_maybe.html">Maybe</a>(<span class="keywordtype">bool</span> has, T t) : has_value(has), value(t) {}</div> <div class="line"><a name="l00963"></a><span class="lineno"> 963</span>&#160;</div> <div class="line"><a name="l00964"></a><span class="lineno"> 964</span>&#160; <span class="keywordtype">bool</span> has_value;</div> <div class="line"><a name="l00965"></a><span class="lineno"> 965</span>&#160; T value;</div> <div class="line"><a name="l00966"></a><span class="lineno"> 966</span>&#160;};</div> <div class="line"><a name="l00967"></a><span class="lineno"> 967</span>&#160;</div> <div class="line"><a name="l00968"></a><span class="lineno"> 968</span>&#160;</div> <div class="line"><a name="l00969"></a><span class="lineno"> 969</span>&#160;<span class="comment">// Convenience wrapper.</span></div> <div class="line"><a name="l00970"></a><span class="lineno"> 970</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l00971"></a><span class="lineno"> 971</span>&#160;<span class="keyword">inline</span> <a class="code" href="structv8_1_1_maybe.html">Maybe&lt;T&gt;</a> maybe(T t) {</div> <div class="line"><a name="l00972"></a><span class="lineno"> 972</span>&#160; <span class="keywordflow">return</span> <a class="code" href="structv8_1_1_maybe.html">Maybe&lt;T&gt;</a>(t);</div> <div class="line"><a name="l00973"></a><span class="lineno"> 973</span>&#160;}</div> <div class="line"><a name="l00974"></a><span class="lineno"> 974</span>&#160;</div> <div class="line"><a name="l00975"></a><span class="lineno"> 975</span>&#160;</div> <div class="line"><a name="l00976"></a><span class="lineno"> 976</span>&#160;<span class="comment">// --- Special objects ---</span></div> <div class="line"><a name="l00977"></a><span class="lineno"> 977</span>&#160;</div> <div class="line"><a name="l00978"></a><span class="lineno"> 978</span>&#160;</div> <div class="line"><a name="l00982"></a><span class="lineno"><a class="line" href="classv8_1_1_data.html"> 982</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_data.html">Data</a> {</div> <div class="line"><a name="l00983"></a><span class="lineno"> 983</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00984"></a><span class="lineno"> 984</span>&#160; <a class="code" href="classv8_1_1_data.html">Data</a>();</div> <div class="line"><a name="l00985"></a><span class="lineno"> 985</span>&#160;};</div> <div class="line"><a name="l00986"></a><span class="lineno"> 986</span>&#160;</div> <div class="line"><a name="l00987"></a><span class="lineno"> 987</span>&#160;</div> <div class="line"><a name="l00991"></a><span class="lineno"><a class="line" href="classv8_1_1_script_origin.html"> 991</a></span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a> {</div> <div class="line"><a name="l00992"></a><span class="lineno"> 992</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00993"></a><span class="lineno"> 993</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a>(</div> <div class="line"><a name="l00994"></a><span class="lineno"> 994</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> resource_name,</div> <div class="line"><a name="l00995"></a><span class="lineno"> 995</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> resource_line_offset = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a>(),</div> <div class="line"><a name="l00996"></a><span class="lineno"> 996</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> resource_column_offset = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a>(),</div> <div class="line"><a name="l00997"></a><span class="lineno"> 997</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> resource_is_shared_cross_origin = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a>(),</div> <div class="line"><a name="l00998"></a><span class="lineno"> 998</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> script_id = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a>(),</div> <div class="line"><a name="l00999"></a><span class="lineno"> 999</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> resource_is_embedder_debug_script = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a>())</div> <div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160; : resource_name_(resource_name),</div> <div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160; resource_line_offset_(resource_line_offset),</div> <div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160; resource_column_offset_(resource_column_offset),</div> <div class="line"><a name="l01003"></a><span class="lineno"> 1003</span>&#160; resource_is_embedder_debug_script_(resource_is_embedder_debug_script),</div> <div class="line"><a name="l01004"></a><span class="lineno"> 1004</span>&#160; resource_is_shared_cross_origin_(resource_is_shared_cross_origin),</div> <div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160; script_id_(script_id) {}</div> <div class="line"><a name="l01006"></a><span class="lineno"> 1006</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> ResourceName() <span class="keyword">const</span>;</div> <div class="line"><a name="l01007"></a><span class="lineno"> 1007</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> ResourceLineOffset() <span class="keyword">const</span>;</div> <div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> ResourceColumnOffset() <span class="keyword">const</span>;</div> <div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> <a class="code" href="classv8_1_1_script_origin.html#aa4e6fedf782dd605dc2cee4c8486a894">ResourceIsEmbedderDebugScript</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> ResourceIsSharedCrossOrigin() <span class="keyword">const</span>;</div> <div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> ScriptID() <span class="keyword">const</span>;</div> <div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;</div> <div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> resource_name_;</div> <div class="line"><a name="l01018"></a><span class="lineno"> 1018</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> resource_line_offset_;</div> <div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> resource_column_offset_;</div> <div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> resource_is_embedder_debug_script_;</div> <div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> resource_is_shared_cross_origin_;</div> <div class="line"><a name="l01022"></a><span class="lineno"> 1022</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> script_id_;</div> <div class="line"><a name="l01023"></a><span class="lineno"> 1023</span>&#160;};</div> <div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;</div> <div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;</div> <div class="line"><a name="l01029"></a><span class="lineno"><a class="line" href="classv8_1_1_unbound_script.html"> 1029</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_unbound_script.html">UnboundScript</a> {</div> <div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Script&gt;</a> BindToCurrentContext();</div> <div class="line"><a name="l01035"></a><span class="lineno"> 1035</span>&#160;</div> <div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160; <span class="keywordtype">int</span> GetId();</div> <div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetScriptName();</div> <div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;</div> <div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetSourceURL();</div> <div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetSourceMappingURL();</div> <div class="line"><a name="l01047"></a><span class="lineno"> 1047</span>&#160;</div> <div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160; <span class="keywordtype">int</span> GetLineNumber(<span class="keywordtype">int</span> code_pos);</div> <div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160;</div> <div class="line"><a name="l01054"></a><span class="lineno"> 1054</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNoScriptId = 0;</div> <div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160;};</div> <div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160;</div> <div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160;</div> <div class="line"><a name="l01062"></a><span class="lineno"><a class="line" href="classv8_1_1_script.html"> 1062</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_script.html">Script</a> {</div> <div class="line"><a name="l01063"></a><span class="lineno"> 1063</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Script&gt;</a> Compile(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> source,</div> <div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160; <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a>* origin = NULL);</div> <div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>&#160;</div> <div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160; <span class="comment">// To be decprecated, use the Compile above.</span></div> <div class="line"><a name="l01071"></a><span class="lineno"> 1071</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Script&gt;</a> Compile(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> source,</div> <div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> file_name);</div> <div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160;</div> <div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> Run();</div> <div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>&#160;</div> <div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;UnboundScript&gt;</a> GetUnboundScript();</div> <div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160;</div> <div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160; V8_DEPRECATED(<span class="stringliteral">&quot;Use GetUnboundScript()-&gt;GetId()&quot;</span>,</div> <div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160; <span class="keywordtype">int</span> GetId()) {</div> <div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160; <span class="keywordflow">return</span> GetUnboundScript()-&gt;GetId();</div> <div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160; }</div> <div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;};</div> <div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;</div> <div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160;</div> <div class="line"><a name="l01096"></a><span class="lineno"><a class="line" href="classv8_1_1_script_compiler.html"> 1096</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_script_compiler.html">ScriptCompiler</a> {</div> <div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01105"></a><span class="lineno"><a class="line" href="structv8_1_1_script_compiler_1_1_cached_data.html"> 1105</a></span>&#160; <span class="keyword">struct </span>V8_EXPORT <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a> {</div> <div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>&#160; <span class="keyword">enum</span> BufferPolicy {</div> <div class="line"><a name="l01107"></a><span class="lineno"> 1107</span>&#160; BufferNotOwned,</div> <div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>&#160; BufferOwned</div> <div class="line"><a name="l01109"></a><span class="lineno"> 1109</span>&#160; };</div> <div class="line"><a name="l01110"></a><span class="lineno"> 1110</span>&#160;</div> <div class="line"><a name="l01111"></a><span class="lineno"> 1111</span>&#160; <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>()</div> <div class="line"><a name="l01112"></a><span class="lineno"> 1112</span>&#160; : data(NULL),</div> <div class="line"><a name="l01113"></a><span class="lineno"> 1113</span>&#160; length(0),</div> <div class="line"><a name="l01114"></a><span class="lineno"> 1114</span>&#160; rejected(<span class="keyword">false</span>),</div> <div class="line"><a name="l01115"></a><span class="lineno"> 1115</span>&#160; buffer_policy(BufferNotOwned) {}</div> <div class="line"><a name="l01116"></a><span class="lineno"> 1116</span>&#160;</div> <div class="line"><a name="l01117"></a><span class="lineno"> 1117</span>&#160; <span class="comment">// If buffer_policy is BufferNotOwned, the caller keeps the ownership of</span></div> <div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160; <span class="comment">// data and guarantees that it stays alive until the CachedData object is</span></div> <div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160; <span class="comment">// destroyed. If the policy is BufferOwned, the given data will be deleted</span></div> <div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160; <span class="comment">// (with delete[]) when the CachedData object is destroyed.</span></div> <div class="line"><a name="l01121"></a><span class="lineno"> 1121</span>&#160; <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>(<span class="keyword">const</span> uint8_t* data, <span class="keywordtype">int</span> length,</div> <div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160; BufferPolicy buffer_policy = BufferNotOwned);</div> <div class="line"><a name="l01123"></a><span class="lineno"> 1123</span>&#160; ~<a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>();</div> <div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160; <span class="comment">// TODO(marja): Async compilation; add constructors which take a callback</span></div> <div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>&#160; <span class="comment">// which will be called when V8 no longer needs the data.</span></div> <div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160; <span class="keyword">const</span> uint8_t* data;</div> <div class="line"><a name="l01127"></a><span class="lineno"> 1127</span>&#160; <span class="keywordtype">int</span> length;</div> <div class="line"><a name="l01128"></a><span class="lineno"> 1128</span>&#160; <span class="keywordtype">bool</span> rejected;</div> <div class="line"><a name="l01129"></a><span class="lineno"> 1129</span>&#160; BufferPolicy buffer_policy;</div> <div class="line"><a name="l01130"></a><span class="lineno"> 1130</span>&#160;</div> <div class="line"><a name="l01131"></a><span class="lineno"> 1131</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l01132"></a><span class="lineno"> 1132</span>&#160; <span class="comment">// Prevent copying. Not implemented.</span></div> <div class="line"><a name="l01133"></a><span class="lineno"> 1133</span>&#160; <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>(<span class="keyword">const</span> <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>&amp;);</div> <div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160; <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>&amp;);</div> <div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>&#160; };</div> <div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160;</div> <div class="line"><a name="l01140"></a><span class="lineno"><a class="line" href="classv8_1_1_script_compiler_1_1_source.html"> 1140</a></span>&#160; <span class="keyword">class </span><a class="code" href="classv8_1_1_script_compiler_1_1_source.html">Source</a> {</div> <div class="line"><a name="l01141"></a><span class="lineno"> 1141</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01142"></a><span class="lineno"> 1142</span>&#160; <span class="comment">// Source takes ownership of CachedData.</span></div> <div class="line"><a name="l01143"></a><span class="lineno"> 1143</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_script_compiler_1_1_source.html">Source</a>(<a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> source_string, <span class="keyword">const</span> <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a>&amp; origin,</div> <div class="line"><a name="l01144"></a><span class="lineno"> 1144</span>&#160; <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>* cached_data = NULL);</div> <div class="line"><a name="l01145"></a><span class="lineno"> 1145</span>&#160; V8_INLINE Source(<a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> source_string,</div> <div class="line"><a name="l01146"></a><span class="lineno"> 1146</span>&#160; <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>* cached_data = NULL);</div> <div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160; V8_INLINE ~Source();</div> <div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160;</div> <div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160; <span class="comment">// Ownership of the CachedData or its buffers is *not* transferred to the</span></div> <div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160; <span class="comment">// caller. The CachedData object is alive as long as the Source object is</span></div> <div class="line"><a name="l01151"></a><span class="lineno"> 1151</span>&#160; <span class="comment">// alive.</span></div> <div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160; V8_INLINE <span class="keyword">const</span> <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>* GetCachedData() <span class="keyword">const</span>;</div> <div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160;</div> <div class="line"><a name="l01154"></a><span class="lineno"> 1154</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l01155"></a><span class="lineno"> 1155</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_script_compiler.html">ScriptCompiler</a>;</div> <div class="line"><a name="l01156"></a><span class="lineno"> 1156</span>&#160; <span class="comment">// Prevent copying. Not implemented.</span></div> <div class="line"><a name="l01157"></a><span class="lineno"> 1157</span>&#160; Source(<span class="keyword">const</span> Source&amp;);</div> <div class="line"><a name="l01158"></a><span class="lineno"> 1158</span>&#160; Source&amp; operator=(<span class="keyword">const</span> Source&amp;);</div> <div class="line"><a name="l01159"></a><span class="lineno"> 1159</span>&#160;</div> <div class="line"><a name="l01160"></a><span class="lineno"> 1160</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> source_string;</div> <div class="line"><a name="l01161"></a><span class="lineno"> 1161</span>&#160;</div> <div class="line"><a name="l01162"></a><span class="lineno"> 1162</span>&#160; <span class="comment">// Origin information</span></div> <div class="line"><a name="l01163"></a><span class="lineno"> 1163</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> resource_name;</div> <div class="line"><a name="l01164"></a><span class="lineno"> 1164</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> resource_line_offset;</div> <div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Integer&gt;</a> resource_column_offset;</div> <div class="line"><a name="l01166"></a><span class="lineno"> 1166</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> resource_is_embedder_debug_script;</div> <div class="line"><a name="l01167"></a><span class="lineno"> 1167</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> resource_is_shared_cross_origin;</div> <div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160;</div> <div class="line"><a name="l01169"></a><span class="lineno"> 1169</span>&#160; <span class="comment">// Cached data from previous compilation (if a kConsume*Cache flag is</span></div> <div class="line"><a name="l01170"></a><span class="lineno"> 1170</span>&#160; <span class="comment">// set), or hold newly generated cache data (kProduce*Cache flags) are</span></div> <div class="line"><a name="l01171"></a><span class="lineno"> 1171</span>&#160; <span class="comment">// set when calling a compile method.</span></div> <div class="line"><a name="l01172"></a><span class="lineno"> 1172</span>&#160; <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>* cached_data;</div> <div class="line"><a name="l01173"></a><span class="lineno"> 1173</span>&#160; };</div> <div class="line"><a name="l01174"></a><span class="lineno"> 1174</span>&#160;</div> <div class="line"><a name="l01179"></a><span class="lineno"><a class="line" href="classv8_1_1_script_compiler_1_1_external_source_stream.html"> 1179</a></span>&#160; <span class="keyword">class </span><a class="code" href="classv8_1_1_script_compiler_1_1_external_source_stream.html">ExternalSourceStream</a> {</div> <div class="line"><a name="l01180"></a><span class="lineno"> 1180</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_script_compiler_1_1_external_source_stream.html">ExternalSourceStream</a>() {}</div> <div class="line"><a name="l01182"></a><span class="lineno"> 1182</span>&#160;</div> <div class="line"><a name="l01200"></a><span class="lineno"> 1200</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> GetMoreData(<span class="keyword">const</span> uint8_t** src) = 0;</div> <div class="line"><a name="l01201"></a><span class="lineno"> 1201</span>&#160; };</div> <div class="line"><a name="l01202"></a><span class="lineno"> 1202</span>&#160;</div> <div class="line"><a name="l01203"></a><span class="lineno"> 1203</span>&#160;</div> <div class="line"><a name="l01210"></a><span class="lineno"><a class="line" href="classv8_1_1_script_compiler_1_1_streamed_source.html"> 1210</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_script_compiler_1_1_streamed_source.html">StreamedSource</a> {</div> <div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01212"></a><span class="lineno"> 1212</span>&#160; <span class="keyword">enum</span> Encoding { ONE_BYTE, TWO_BYTE, UTF8 };</div> <div class="line"><a name="l01213"></a><span class="lineno"> 1213</span>&#160;</div> <div class="line"><a name="l01214"></a><span class="lineno"> 1214</span>&#160; <a class="code" href="classv8_1_1_script_compiler_1_1_streamed_source.html">StreamedSource</a>(<a class="code" href="classv8_1_1_script_compiler_1_1_external_source_stream.html">ExternalSourceStream</a>* source_stream, Encoding encoding);</div> <div class="line"><a name="l01215"></a><span class="lineno"> 1215</span>&#160; ~<a class="code" href="classv8_1_1_script_compiler_1_1_streamed_source.html">StreamedSource</a>();</div> <div class="line"><a name="l01216"></a><span class="lineno"> 1216</span>&#160;</div> <div class="line"><a name="l01217"></a><span class="lineno"> 1217</span>&#160; <span class="comment">// Ownership of the CachedData or its buffers is *not* transferred to the</span></div> <div class="line"><a name="l01218"></a><span class="lineno"> 1218</span>&#160; <span class="comment">// caller. The CachedData object is alive as long as the StreamedSource</span></div> <div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160; <span class="comment">// object is alive.</span></div> <div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>&#160; <span class="keyword">const</span> <a class="code" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a>* GetCachedData() <span class="keyword">const</span>;</div> <div class="line"><a name="l01221"></a><span class="lineno"> 1221</span>&#160;</div> <div class="line"><a name="l01222"></a><span class="lineno"> 1222</span>&#160; internal::StreamedSource* impl()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> impl_; }</div> <div class="line"><a name="l01223"></a><span class="lineno"> 1223</span>&#160;</div> <div class="line"><a name="l01224"></a><span class="lineno"> 1224</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l01225"></a><span class="lineno"> 1225</span>&#160; <span class="comment">// Prevent copying. Not implemented.</span></div> <div class="line"><a name="l01226"></a><span class="lineno"> 1226</span>&#160; <a class="code" href="classv8_1_1_script_compiler_1_1_streamed_source.html">StreamedSource</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_script_compiler_1_1_streamed_source.html">StreamedSource</a>&amp;);</div> <div class="line"><a name="l01227"></a><span class="lineno"> 1227</span>&#160; <a class="code" href="classv8_1_1_script_compiler_1_1_streamed_source.html">StreamedSource</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_script_compiler_1_1_streamed_source.html">StreamedSource</a>&amp;);</div> <div class="line"><a name="l01228"></a><span class="lineno"> 1228</span>&#160;</div> <div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160; internal::StreamedSource* impl_;</div> <div class="line"><a name="l01230"></a><span class="lineno"> 1230</span>&#160; };</div> <div class="line"><a name="l01231"></a><span class="lineno"> 1231</span>&#160;</div> <div class="line"><a name="l01236"></a><span class="lineno"><a class="line" href="classv8_1_1_script_compiler_1_1_script_streaming_task.html"> 1236</a></span>&#160; <span class="keyword">class </span><a class="code" href="classv8_1_1_script_compiler_1_1_script_streaming_task.html">ScriptStreamingTask</a> {</div> <div class="line"><a name="l01237"></a><span class="lineno"> 1237</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01238"></a><span class="lineno"> 1238</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_script_compiler_1_1_script_streaming_task.html">ScriptStreamingTask</a>() {}</div> <div class="line"><a name="l01239"></a><span class="lineno"> 1239</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> Run() = 0;</div> <div class="line"><a name="l01240"></a><span class="lineno"> 1240</span>&#160; };</div> <div class="line"><a name="l01241"></a><span class="lineno"> 1241</span>&#160;</div> <div class="line"><a name="l01242"></a><span class="lineno"> 1242</span>&#160; <span class="keyword">enum</span> CompileOptions {</div> <div class="line"><a name="l01243"></a><span class="lineno"> 1243</span>&#160; kNoCompileOptions = 0,</div> <div class="line"><a name="l01244"></a><span class="lineno"> 1244</span>&#160; kProduceParserCache,</div> <div class="line"><a name="l01245"></a><span class="lineno"> 1245</span>&#160; kConsumeParserCache,</div> <div class="line"><a name="l01246"></a><span class="lineno"> 1246</span>&#160; kProduceCodeCache,</div> <div class="line"><a name="l01247"></a><span class="lineno"> 1247</span>&#160; kConsumeCodeCache,</div> <div class="line"><a name="l01248"></a><span class="lineno"> 1248</span>&#160;</div> <div class="line"><a name="l01249"></a><span class="lineno"> 1249</span>&#160; <span class="comment">// Support the previous API for a transition period.</span></div> <div class="line"><a name="l01250"></a><span class="lineno"> 1250</span>&#160; kProduceDataToCache</div> <div class="line"><a name="l01251"></a><span class="lineno"> 1251</span>&#160; };</div> <div class="line"><a name="l01252"></a><span class="lineno"> 1252</span>&#160;</div> <div class="line"><a name="l01266"></a><span class="lineno"> 1266</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;UnboundScript&gt;</a> CompileUnbound(</div> <div class="line"><a name="l01267"></a><span class="lineno"> 1267</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, Source* source,</div> <div class="line"><a name="l01268"></a><span class="lineno"> 1268</span>&#160; CompileOptions options = kNoCompileOptions);</div> <div class="line"><a name="l01269"></a><span class="lineno"> 1269</span>&#160;</div> <div class="line"><a name="l01281"></a><span class="lineno"> 1281</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Script&gt;</a> Compile(</div> <div class="line"><a name="l01282"></a><span class="lineno"> 1282</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, Source* source,</div> <div class="line"><a name="l01283"></a><span class="lineno"> 1283</span>&#160; CompileOptions options = kNoCompileOptions);</div> <div class="line"><a name="l01284"></a><span class="lineno"> 1284</span>&#160;</div> <div class="line"><a name="l01296"></a><span class="lineno"> 1296</span>&#160; <span class="keyword">static</span> ScriptStreamingTask* StartStreamingScript(</div> <div class="line"><a name="l01297"></a><span class="lineno"> 1297</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, StreamedSource* source,</div> <div class="line"><a name="l01298"></a><span class="lineno"> 1298</span>&#160; CompileOptions options = kNoCompileOptions);</div> <div class="line"><a name="l01299"></a><span class="lineno"> 1299</span>&#160;</div> <div class="line"><a name="l01307"></a><span class="lineno"> 1307</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Script&gt;</a> Compile(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, StreamedSource* source,</div> <div class="line"><a name="l01308"></a><span class="lineno"> 1308</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> full_source_string,</div> <div class="line"><a name="l01309"></a><span class="lineno"> 1309</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a>&amp; origin);</div> <div class="line"><a name="l01310"></a><span class="lineno"> 1310</span>&#160;</div> <div class="line"><a name="l01329"></a><span class="lineno"> 1329</span>&#160; <span class="keyword">static</span> uint32_t CachedDataVersionTag();</div> <div class="line"><a name="l01330"></a><span class="lineno"> 1330</span>&#160;</div> <div class="line"><a name="l01339"></a><span class="lineno"> 1339</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Script&gt;</a> CompileModule(</div> <div class="line"><a name="l01340"></a><span class="lineno"> 1340</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, Source* source,</div> <div class="line"><a name="l01341"></a><span class="lineno"> 1341</span>&#160; CompileOptions options = kNoCompileOptions);</div> <div class="line"><a name="l01342"></a><span class="lineno"> 1342</span>&#160;</div> <div class="line"><a name="l01353"></a><span class="lineno"> 1353</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Function&gt;</a> CompileFunctionInContext(</div> <div class="line"><a name="l01354"></a><span class="lineno"> 1354</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, Source* source, <a class="code" href="classv8_1_1_local.html">Local&lt;Context&gt;</a> context,</div> <div class="line"><a name="l01355"></a><span class="lineno"> 1355</span>&#160; <span class="keywordtype">size_t</span> arguments_count, <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> arguments[],</div> <div class="line"><a name="l01356"></a><span class="lineno"> 1356</span>&#160; <span class="keywordtype">size_t</span> context_extension_count, <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> context_extensions[]);</div> <div class="line"><a name="l01357"></a><span class="lineno"> 1357</span>&#160;</div> <div class="line"><a name="l01358"></a><span class="lineno"> 1358</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l01359"></a><span class="lineno"> 1359</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;UnboundScript&gt;</a> CompileUnboundInternal(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l01360"></a><span class="lineno"> 1360</span>&#160; Source* source,</div> <div class="line"><a name="l01361"></a><span class="lineno"> 1361</span>&#160; CompileOptions options,</div> <div class="line"><a name="l01362"></a><span class="lineno"> 1362</span>&#160; <span class="keywordtype">bool</span> is_module);</div> <div class="line"><a name="l01363"></a><span class="lineno"> 1363</span>&#160;};</div> <div class="line"><a name="l01364"></a><span class="lineno"> 1364</span>&#160;</div> <div class="line"><a name="l01365"></a><span class="lineno"> 1365</span>&#160;</div> <div class="line"><a name="l01369"></a><span class="lineno"><a class="line" href="classv8_1_1_message.html"> 1369</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_message.html">Message</a> {</div> <div class="line"><a name="l01370"></a><span class="lineno"> 1370</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01371"></a><span class="lineno"> 1371</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> Get() <span class="keyword">const</span>;</div> <div class="line"><a name="l01372"></a><span class="lineno"> 1372</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> GetSourceLine() <span class="keyword">const</span>;</div> <div class="line"><a name="l01373"></a><span class="lineno"> 1373</span>&#160;</div> <div class="line"><a name="l01378"></a><span class="lineno"> 1378</span>&#160; <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a> GetScriptOrigin() <span class="keyword">const</span>;</div> <div class="line"><a name="l01379"></a><span class="lineno"> 1379</span>&#160;</div> <div class="line"><a name="l01384"></a><span class="lineno"> 1384</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetScriptResourceName() <span class="keyword">const</span>;</div> <div class="line"><a name="l01385"></a><span class="lineno"> 1385</span>&#160;</div> <div class="line"><a name="l01391"></a><span class="lineno"> 1391</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;StackTrace&gt;</a> GetStackTrace() <span class="keyword">const</span>;</div> <div class="line"><a name="l01392"></a><span class="lineno"> 1392</span>&#160;</div> <div class="line"><a name="l01396"></a><span class="lineno"> 1396</span>&#160; <span class="keywordtype">int</span> GetLineNumber() <span class="keyword">const</span>;</div> <div class="line"><a name="l01397"></a><span class="lineno"> 1397</span>&#160;</div> <div class="line"><a name="l01402"></a><span class="lineno"> 1402</span>&#160; <span class="keywordtype">int</span> GetStartPosition() <span class="keyword">const</span>;</div> <div class="line"><a name="l01403"></a><span class="lineno"> 1403</span>&#160;</div> <div class="line"><a name="l01408"></a><span class="lineno"> 1408</span>&#160; <span class="keywordtype">int</span> GetEndPosition() <span class="keyword">const</span>;</div> <div class="line"><a name="l01409"></a><span class="lineno"> 1409</span>&#160;</div> <div class="line"><a name="l01414"></a><span class="lineno"> 1414</span>&#160; <span class="keywordtype">int</span> GetStartColumn() <span class="keyword">const</span>;</div> <div class="line"><a name="l01415"></a><span class="lineno"> 1415</span>&#160;</div> <div class="line"><a name="l01420"></a><span class="lineno"> 1420</span>&#160; <span class="keywordtype">int</span> GetEndColumn() <span class="keyword">const</span>;</div> <div class="line"><a name="l01421"></a><span class="lineno"> 1421</span>&#160;</div> <div class="line"><a name="l01426"></a><span class="lineno"> 1426</span>&#160; <span class="keywordtype">bool</span> IsSharedCrossOrigin() <span class="keyword">const</span>;</div> <div class="line"><a name="l01427"></a><span class="lineno"> 1427</span>&#160;</div> <div class="line"><a name="l01428"></a><span class="lineno"> 1428</span>&#160; <span class="comment">// TODO(1245381): Print to a string instead of on a FILE.</span></div> <div class="line"><a name="l01429"></a><span class="lineno"> 1429</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> PrintCurrentStackTrace(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, FILE* out);</div> <div class="line"><a name="l01430"></a><span class="lineno"> 1430</span>&#160;</div> <div class="line"><a name="l01431"></a><span class="lineno"> 1431</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNoLineNumberInfo = 0;</div> <div class="line"><a name="l01432"></a><span class="lineno"> 1432</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNoColumnInfo = 0;</div> <div class="line"><a name="l01433"></a><span class="lineno"> 1433</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNoScriptIdInfo = 0;</div> <div class="line"><a name="l01434"></a><span class="lineno"> 1434</span>&#160;};</div> <div class="line"><a name="l01435"></a><span class="lineno"> 1435</span>&#160;</div> <div class="line"><a name="l01436"></a><span class="lineno"> 1436</span>&#160;</div> <div class="line"><a name="l01442"></a><span class="lineno"><a class="line" href="classv8_1_1_stack_trace.html"> 1442</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_stack_trace.html">StackTrace</a> {</div> <div class="line"><a name="l01443"></a><span class="lineno"> 1443</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01448"></a><span class="lineno"><a class="line" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492"> 1448</a></span>&#160; <span class="keyword">enum</span> <a class="code" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTraceOptions</a> {</div> <div class="line"><a name="l01449"></a><span class="lineno"> 1449</span>&#160; kLineNumber = 1,</div> <div class="line"><a name="l01450"></a><span class="lineno"> 1450</span>&#160; kColumnOffset = 1 &lt;&lt; 1 | kLineNumber,</div> <div class="line"><a name="l01451"></a><span class="lineno"> 1451</span>&#160; kScriptName = 1 &lt;&lt; 2,</div> <div class="line"><a name="l01452"></a><span class="lineno"> 1452</span>&#160; kFunctionName = 1 &lt;&lt; 3,</div> <div class="line"><a name="l01453"></a><span class="lineno"> 1453</span>&#160; kIsEval = 1 &lt;&lt; 4,</div> <div class="line"><a name="l01454"></a><span class="lineno"> 1454</span>&#160; kIsConstructor = 1 &lt;&lt; 5,</div> <div class="line"><a name="l01455"></a><span class="lineno"> 1455</span>&#160; kScriptNameOrSourceURL = 1 &lt;&lt; 6,</div> <div class="line"><a name="l01456"></a><span class="lineno"> 1456</span>&#160; kScriptId = 1 &lt;&lt; 7,</div> <div class="line"><a name="l01457"></a><span class="lineno"> 1457</span>&#160; kExposeFramesAcrossSecurityOrigins = 1 &lt;&lt; 8,</div> <div class="line"><a name="l01458"></a><span class="lineno"> 1458</span>&#160; kOverview = kLineNumber | kColumnOffset | kScriptName | kFunctionName,</div> <div class="line"><a name="l01459"></a><span class="lineno"> 1459</span>&#160; kDetailed = kOverview | kIsEval | kIsConstructor | kScriptNameOrSourceURL</div> <div class="line"><a name="l01460"></a><span class="lineno"> 1460</span>&#160; };</div> <div class="line"><a name="l01461"></a><span class="lineno"> 1461</span>&#160;</div> <div class="line"><a name="l01465"></a><span class="lineno"> 1465</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;StackFrame&gt;</a> GetFrame(uint32_t index) <span class="keyword">const</span>;</div> <div class="line"><a name="l01466"></a><span class="lineno"> 1466</span>&#160;</div> <div class="line"><a name="l01470"></a><span class="lineno"> 1470</span>&#160; <span class="keywordtype">int</span> GetFrameCount() <span class="keyword">const</span>;</div> <div class="line"><a name="l01471"></a><span class="lineno"> 1471</span>&#160;</div> <div class="line"><a name="l01475"></a><span class="lineno"> 1475</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Array&gt;</a> AsArray();</div> <div class="line"><a name="l01476"></a><span class="lineno"> 1476</span>&#160;</div> <div class="line"><a name="l01484"></a><span class="lineno"> 1484</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;StackTrace&gt;</a> CurrentStackTrace(</div> <div class="line"><a name="l01485"></a><span class="lineno"> 1485</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l01486"></a><span class="lineno"> 1486</span>&#160; <span class="keywordtype">int</span> frame_limit,</div> <div class="line"><a name="l01487"></a><span class="lineno"> 1487</span>&#160; StackTraceOptions options = kOverview);</div> <div class="line"><a name="l01488"></a><span class="lineno"> 1488</span>&#160;};</div> <div class="line"><a name="l01489"></a><span class="lineno"> 1489</span>&#160;</div> <div class="line"><a name="l01490"></a><span class="lineno"> 1490</span>&#160;</div> <div class="line"><a name="l01494"></a><span class="lineno"><a class="line" href="classv8_1_1_stack_frame.html"> 1494</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_stack_frame.html">StackFrame</a> {</div> <div class="line"><a name="l01495"></a><span class="lineno"> 1495</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01502"></a><span class="lineno"> 1502</span>&#160; <span class="keywordtype">int</span> GetLineNumber() <span class="keyword">const</span>;</div> <div class="line"><a name="l01503"></a><span class="lineno"> 1503</span>&#160;</div> <div class="line"><a name="l01511"></a><span class="lineno"> 1511</span>&#160; <span class="keywordtype">int</span> GetColumn() <span class="keyword">const</span>;</div> <div class="line"><a name="l01512"></a><span class="lineno"> 1512</span>&#160;</div> <div class="line"><a name="l01519"></a><span class="lineno"> 1519</span>&#160; <span class="keywordtype">int</span> GetScriptId() <span class="keyword">const</span>;</div> <div class="line"><a name="l01520"></a><span class="lineno"> 1520</span>&#160;</div> <div class="line"><a name="l01525"></a><span class="lineno"> 1525</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> GetScriptName() <span class="keyword">const</span>;</div> <div class="line"><a name="l01526"></a><span class="lineno"> 1526</span>&#160;</div> <div class="line"><a name="l01533"></a><span class="lineno"> 1533</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> GetScriptNameOrSourceURL() <span class="keyword">const</span>;</div> <div class="line"><a name="l01534"></a><span class="lineno"> 1534</span>&#160;</div> <div class="line"><a name="l01538"></a><span class="lineno"> 1538</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> GetFunctionName() <span class="keyword">const</span>;</div> <div class="line"><a name="l01539"></a><span class="lineno"> 1539</span>&#160;</div> <div class="line"><a name="l01544"></a><span class="lineno"> 1544</span>&#160; <span class="keywordtype">bool</span> IsEval() <span class="keyword">const</span>;</div> <div class="line"><a name="l01545"></a><span class="lineno"> 1545</span>&#160;</div> <div class="line"><a name="l01550"></a><span class="lineno"> 1550</span>&#160; <span class="keywordtype">bool</span> IsConstructor() <span class="keyword">const</span>;</div> <div class="line"><a name="l01551"></a><span class="lineno"> 1551</span>&#160;};</div> <div class="line"><a name="l01552"></a><span class="lineno"> 1552</span>&#160;</div> <div class="line"><a name="l01553"></a><span class="lineno"> 1553</span>&#160;</div> <div class="line"><a name="l01554"></a><span class="lineno"> 1554</span>&#160;<span class="comment">// A StateTag represents a possible state of the VM.</span></div> <div class="line"><a name="l01555"></a><span class="lineno"> 1555</span>&#160;<span class="keyword">enum</span> StateTag { JS, GC, COMPILER, OTHER, EXTERNAL, IDLE };</div> <div class="line"><a name="l01556"></a><span class="lineno"> 1556</span>&#160;</div> <div class="line"><a name="l01557"></a><span class="lineno"> 1557</span>&#160;</div> <div class="line"><a name="l01558"></a><span class="lineno"> 1558</span>&#160;<span class="comment">// A RegisterState represents the current state of registers used</span></div> <div class="line"><a name="l01559"></a><span class="lineno"> 1559</span>&#160;<span class="comment">// by the sampling profiler API.</span></div> <div class="line"><a name="l01560"></a><span class="lineno"><a class="line" href="structv8_1_1_register_state.html"> 1560</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structv8_1_1_register_state.html">RegisterState</a> {</div> <div class="line"><a name="l01561"></a><span class="lineno"> 1561</span>&#160; <a class="code" href="structv8_1_1_register_state.html">RegisterState</a>() : pc(NULL), sp(NULL), fp(NULL) {}</div> <div class="line"><a name="l01562"></a><span class="lineno"> 1562</span>&#160; <span class="keywordtype">void</span>* pc; <span class="comment">// Instruction pointer.</span></div> <div class="line"><a name="l01563"></a><span class="lineno"> 1563</span>&#160; <span class="keywordtype">void</span>* sp; <span class="comment">// Stack pointer.</span></div> <div class="line"><a name="l01564"></a><span class="lineno"> 1564</span>&#160; <span class="keywordtype">void</span>* fp; <span class="comment">// Frame pointer.</span></div> <div class="line"><a name="l01565"></a><span class="lineno"> 1565</span>&#160;};</div> <div class="line"><a name="l01566"></a><span class="lineno"> 1566</span>&#160;</div> <div class="line"><a name="l01567"></a><span class="lineno"> 1567</span>&#160;</div> <div class="line"><a name="l01568"></a><span class="lineno"> 1568</span>&#160;<span class="comment">// The output structure filled up by GetStackSample API function.</span></div> <div class="line"><a name="l01569"></a><span class="lineno"><a class="line" href="structv8_1_1_sample_info.html"> 1569</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structv8_1_1_sample_info.html">SampleInfo</a> {</div> <div class="line"><a name="l01570"></a><span class="lineno"> 1570</span>&#160; <span class="keywordtype">size_t</span> frames_count;</div> <div class="line"><a name="l01571"></a><span class="lineno"> 1571</span>&#160; StateTag vm_state;</div> <div class="line"><a name="l01572"></a><span class="lineno"> 1572</span>&#160;};</div> <div class="line"><a name="l01573"></a><span class="lineno"> 1573</span>&#160;</div> <div class="line"><a name="l01574"></a><span class="lineno"> 1574</span>&#160;</div> <div class="line"><a name="l01578"></a><span class="lineno"><a class="line" href="classv8_1_1_j_s_o_n.html"> 1578</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_j_s_o_n.html">JSON</a> {</div> <div class="line"><a name="l01579"></a><span class="lineno"> 1579</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01587"></a><span class="lineno"> 1587</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> Parse(<a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> json_string);</div> <div class="line"><a name="l01588"></a><span class="lineno"> 1588</span>&#160;};</div> <div class="line"><a name="l01589"></a><span class="lineno"> 1589</span>&#160;</div> <div class="line"><a name="l01590"></a><span class="lineno"> 1590</span>&#160;</div> <div class="line"><a name="l01596"></a><span class="lineno"><a class="line" href="classv8_1_1_native_weak_map.html"> 1596</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_native_weak_map.html">NativeWeakMap</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div> <div class="line"><a name="l01597"></a><span class="lineno"> 1597</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01598"></a><span class="lineno"> 1598</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;NativeWeakMap&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l01599"></a><span class="lineno"> 1599</span>&#160; <span class="keywordtype">void</span> Set(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l01600"></a><span class="lineno"> 1600</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> Get(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key);</div> <div class="line"><a name="l01601"></a><span class="lineno"> 1601</span>&#160; <span class="keywordtype">bool</span> Has(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key);</div> <div class="line"><a name="l01602"></a><span class="lineno"> 1602</span>&#160; <span class="keywordtype">bool</span> Delete(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key);</div> <div class="line"><a name="l01603"></a><span class="lineno"> 1603</span>&#160;};</div> <div class="line"><a name="l01604"></a><span class="lineno"> 1604</span>&#160;</div> <div class="line"><a name="l01605"></a><span class="lineno"> 1605</span>&#160;</div> <div class="line"><a name="l01606"></a><span class="lineno"> 1606</span>&#160;<span class="comment">// --- Value ---</span></div> <div class="line"><a name="l01607"></a><span class="lineno"> 1607</span>&#160;</div> <div class="line"><a name="l01608"></a><span class="lineno"> 1608</span>&#160;</div> <div class="line"><a name="l01612"></a><span class="lineno"><a class="line" href="classv8_1_1_value.html"> 1612</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_value.html">Value</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div> <div class="line"><a name="l01613"></a><span class="lineno"> 1613</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01618"></a><span class="lineno"> 1618</span>&#160; V8_INLINE <span class="keywordtype">bool</span> IsUndefined() <span class="keyword">const</span>;</div> <div class="line"><a name="l01619"></a><span class="lineno"> 1619</span>&#160;</div> <div class="line"><a name="l01624"></a><span class="lineno"> 1624</span>&#160; V8_INLINE <span class="keywordtype">bool</span> IsNull() <span class="keyword">const</span>;</div> <div class="line"><a name="l01625"></a><span class="lineno"> 1625</span>&#160;</div> <div class="line"><a name="l01629"></a><span class="lineno"> 1629</span>&#160; <span class="keywordtype">bool</span> IsTrue() <span class="keyword">const</span>;</div> <div class="line"><a name="l01630"></a><span class="lineno"> 1630</span>&#160;</div> <div class="line"><a name="l01634"></a><span class="lineno"> 1634</span>&#160; <span class="keywordtype">bool</span> IsFalse() <span class="keyword">const</span>;</div> <div class="line"><a name="l01635"></a><span class="lineno"> 1635</span>&#160;</div> <div class="line"><a name="l01640"></a><span class="lineno"> 1640</span>&#160; <span class="keywordtype">bool</span> IsName() <span class="keyword">const</span>;</div> <div class="line"><a name="l01641"></a><span class="lineno"> 1641</span>&#160;</div> <div class="line"><a name="l01646"></a><span class="lineno"> 1646</span>&#160; V8_INLINE <span class="keywordtype">bool</span> IsString() <span class="keyword">const</span>;</div> <div class="line"><a name="l01647"></a><span class="lineno"> 1647</span>&#160;</div> <div class="line"><a name="l01652"></a><span class="lineno"> 1652</span>&#160; <span class="keywordtype">bool</span> IsSymbol() <span class="keyword">const</span>;</div> <div class="line"><a name="l01653"></a><span class="lineno"> 1653</span>&#160;</div> <div class="line"><a name="l01657"></a><span class="lineno"> 1657</span>&#160; <span class="keywordtype">bool</span> IsFunction() <span class="keyword">const</span>;</div> <div class="line"><a name="l01658"></a><span class="lineno"> 1658</span>&#160;</div> <div class="line"><a name="l01662"></a><span class="lineno"> 1662</span>&#160; <span class="keywordtype">bool</span> IsArray() <span class="keyword">const</span>;</div> <div class="line"><a name="l01663"></a><span class="lineno"> 1663</span>&#160;</div> <div class="line"><a name="l01667"></a><span class="lineno"> 1667</span>&#160; <span class="keywordtype">bool</span> IsObject() <span class="keyword">const</span>;</div> <div class="line"><a name="l01668"></a><span class="lineno"> 1668</span>&#160;</div> <div class="line"><a name="l01672"></a><span class="lineno"> 1672</span>&#160; <span class="keywordtype">bool</span> IsBoolean() <span class="keyword">const</span>;</div> <div class="line"><a name="l01673"></a><span class="lineno"> 1673</span>&#160;</div> <div class="line"><a name="l01677"></a><span class="lineno"> 1677</span>&#160; <span class="keywordtype">bool</span> IsNumber() <span class="keyword">const</span>;</div> <div class="line"><a name="l01678"></a><span class="lineno"> 1678</span>&#160;</div> <div class="line"><a name="l01682"></a><span class="lineno"> 1682</span>&#160; <span class="keywordtype">bool</span> IsExternal() <span class="keyword">const</span>;</div> <div class="line"><a name="l01683"></a><span class="lineno"> 1683</span>&#160;</div> <div class="line"><a name="l01687"></a><span class="lineno"> 1687</span>&#160; <span class="keywordtype">bool</span> IsInt32() <span class="keyword">const</span>;</div> <div class="line"><a name="l01688"></a><span class="lineno"> 1688</span>&#160;</div> <div class="line"><a name="l01692"></a><span class="lineno"> 1692</span>&#160; <span class="keywordtype">bool</span> IsUint32() <span class="keyword">const</span>;</div> <div class="line"><a name="l01693"></a><span class="lineno"> 1693</span>&#160;</div> <div class="line"><a name="l01697"></a><span class="lineno"> 1697</span>&#160; <span class="keywordtype">bool</span> IsDate() <span class="keyword">const</span>;</div> <div class="line"><a name="l01698"></a><span class="lineno"> 1698</span>&#160;</div> <div class="line"><a name="l01702"></a><span class="lineno"> 1702</span>&#160; <span class="keywordtype">bool</span> IsArgumentsObject() <span class="keyword">const</span>;</div> <div class="line"><a name="l01703"></a><span class="lineno"> 1703</span>&#160;</div> <div class="line"><a name="l01707"></a><span class="lineno"> 1707</span>&#160; <span class="keywordtype">bool</span> IsBooleanObject() <span class="keyword">const</span>;</div> <div class="line"><a name="l01708"></a><span class="lineno"> 1708</span>&#160;</div> <div class="line"><a name="l01712"></a><span class="lineno"> 1712</span>&#160; <span class="keywordtype">bool</span> IsNumberObject() <span class="keyword">const</span>;</div> <div class="line"><a name="l01713"></a><span class="lineno"> 1713</span>&#160;</div> <div class="line"><a name="l01717"></a><span class="lineno"> 1717</span>&#160; <span class="keywordtype">bool</span> IsStringObject() <span class="keyword">const</span>;</div> <div class="line"><a name="l01718"></a><span class="lineno"> 1718</span>&#160;</div> <div class="line"><a name="l01723"></a><span class="lineno"> 1723</span>&#160; <span class="keywordtype">bool</span> IsSymbolObject() <span class="keyword">const</span>;</div> <div class="line"><a name="l01724"></a><span class="lineno"> 1724</span>&#160;</div> <div class="line"><a name="l01728"></a><span class="lineno"> 1728</span>&#160; <span class="keywordtype">bool</span> IsNativeError() <span class="keyword">const</span>;</div> <div class="line"><a name="l01729"></a><span class="lineno"> 1729</span>&#160;</div> <div class="line"><a name="l01733"></a><span class="lineno"> 1733</span>&#160; <span class="keywordtype">bool</span> IsRegExp() <span class="keyword">const</span>;</div> <div class="line"><a name="l01734"></a><span class="lineno"> 1734</span>&#160;</div> <div class="line"><a name="l01739"></a><span class="lineno"> 1739</span>&#160; <span class="keywordtype">bool</span> IsGeneratorFunction() <span class="keyword">const</span>;</div> <div class="line"><a name="l01740"></a><span class="lineno"> 1740</span>&#160;</div> <div class="line"><a name="l01745"></a><span class="lineno"> 1745</span>&#160; <span class="keywordtype">bool</span> IsGeneratorObject() <span class="keyword">const</span>;</div> <div class="line"><a name="l01746"></a><span class="lineno"> 1746</span>&#160;</div> <div class="line"><a name="l01751"></a><span class="lineno"> 1751</span>&#160; <span class="keywordtype">bool</span> IsPromise() <span class="keyword">const</span>;</div> <div class="line"><a name="l01752"></a><span class="lineno"> 1752</span>&#160;</div> <div class="line"><a name="l01757"></a><span class="lineno"> 1757</span>&#160; <span class="keywordtype">bool</span> IsMap() <span class="keyword">const</span>;</div> <div class="line"><a name="l01758"></a><span class="lineno"> 1758</span>&#160;</div> <div class="line"><a name="l01763"></a><span class="lineno"> 1763</span>&#160; <span class="keywordtype">bool</span> IsSet() <span class="keyword">const</span>;</div> <div class="line"><a name="l01764"></a><span class="lineno"> 1764</span>&#160;</div> <div class="line"><a name="l01769"></a><span class="lineno"> 1769</span>&#160; <span class="keywordtype">bool</span> IsMapIterator() <span class="keyword">const</span>;</div> <div class="line"><a name="l01770"></a><span class="lineno"> 1770</span>&#160;</div> <div class="line"><a name="l01775"></a><span class="lineno"> 1775</span>&#160; <span class="keywordtype">bool</span> IsSetIterator() <span class="keyword">const</span>;</div> <div class="line"><a name="l01776"></a><span class="lineno"> 1776</span>&#160;</div> <div class="line"><a name="l01781"></a><span class="lineno"> 1781</span>&#160; <span class="keywordtype">bool</span> IsWeakMap() <span class="keyword">const</span>;</div> <div class="line"><a name="l01782"></a><span class="lineno"> 1782</span>&#160;</div> <div class="line"><a name="l01787"></a><span class="lineno"> 1787</span>&#160; <span class="keywordtype">bool</span> IsWeakSet() <span class="keyword">const</span>;</div> <div class="line"><a name="l01788"></a><span class="lineno"> 1788</span>&#160;</div> <div class="line"><a name="l01793"></a><span class="lineno"> 1793</span>&#160; <span class="keywordtype">bool</span> IsArrayBuffer() <span class="keyword">const</span>;</div> <div class="line"><a name="l01794"></a><span class="lineno"> 1794</span>&#160;</div> <div class="line"><a name="l01799"></a><span class="lineno"> 1799</span>&#160; <span class="keywordtype">bool</span> IsArrayBufferView() <span class="keyword">const</span>;</div> <div class="line"><a name="l01800"></a><span class="lineno"> 1800</span>&#160;</div> <div class="line"><a name="l01805"></a><span class="lineno"> 1805</span>&#160; <span class="keywordtype">bool</span> IsTypedArray() <span class="keyword">const</span>;</div> <div class="line"><a name="l01806"></a><span class="lineno"> 1806</span>&#160;</div> <div class="line"><a name="l01811"></a><span class="lineno"> 1811</span>&#160; <span class="keywordtype">bool</span> IsUint8Array() <span class="keyword">const</span>;</div> <div class="line"><a name="l01812"></a><span class="lineno"> 1812</span>&#160;</div> <div class="line"><a name="l01817"></a><span class="lineno"> 1817</span>&#160; <span class="keywordtype">bool</span> IsUint8ClampedArray() <span class="keyword">const</span>;</div> <div class="line"><a name="l01818"></a><span class="lineno"> 1818</span>&#160;</div> <div class="line"><a name="l01823"></a><span class="lineno"> 1823</span>&#160; <span class="keywordtype">bool</span> IsInt8Array() <span class="keyword">const</span>;</div> <div class="line"><a name="l01824"></a><span class="lineno"> 1824</span>&#160;</div> <div class="line"><a name="l01829"></a><span class="lineno"> 1829</span>&#160; <span class="keywordtype">bool</span> IsUint16Array() <span class="keyword">const</span>;</div> <div class="line"><a name="l01830"></a><span class="lineno"> 1830</span>&#160;</div> <div class="line"><a name="l01835"></a><span class="lineno"> 1835</span>&#160; <span class="keywordtype">bool</span> IsInt16Array() <span class="keyword">const</span>;</div> <div class="line"><a name="l01836"></a><span class="lineno"> 1836</span>&#160;</div> <div class="line"><a name="l01841"></a><span class="lineno"> 1841</span>&#160; <span class="keywordtype">bool</span> IsUint32Array() <span class="keyword">const</span>;</div> <div class="line"><a name="l01842"></a><span class="lineno"> 1842</span>&#160;</div> <div class="line"><a name="l01847"></a><span class="lineno"> 1847</span>&#160; <span class="keywordtype">bool</span> IsInt32Array() <span class="keyword">const</span>;</div> <div class="line"><a name="l01848"></a><span class="lineno"> 1848</span>&#160;</div> <div class="line"><a name="l01853"></a><span class="lineno"> 1853</span>&#160; <span class="keywordtype">bool</span> IsFloat32Array() <span class="keyword">const</span>;</div> <div class="line"><a name="l01854"></a><span class="lineno"> 1854</span>&#160;</div> <div class="line"><a name="l01859"></a><span class="lineno"> 1859</span>&#160; <span class="keywordtype">bool</span> IsFloat64Array() <span class="keyword">const</span>;</div> <div class="line"><a name="l01860"></a><span class="lineno"> 1860</span>&#160;</div> <div class="line"><a name="l01865"></a><span class="lineno"> 1865</span>&#160; <span class="keywordtype">bool</span> IsDataView() <span class="keyword">const</span>;</div> <div class="line"><a name="l01866"></a><span class="lineno"> 1866</span>&#160;</div> <div class="line"><a name="l01867"></a><span class="lineno"> 1867</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Boolean&gt;</a> ToBoolean(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) <span class="keyword">const</span>;</div> <div class="line"><a name="l01868"></a><span class="lineno"> 1868</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Number&gt;</a> ToNumber(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) <span class="keyword">const</span>;</div> <div class="line"><a name="l01869"></a><span class="lineno"> 1869</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> ToString(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) <span class="keyword">const</span>;</div> <div class="line"><a name="l01870"></a><span class="lineno"> 1870</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> ToDetailString(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) <span class="keyword">const</span>;</div> <div class="line"><a name="l01871"></a><span class="lineno"> 1871</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> ToObject(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) <span class="keyword">const</span>;</div> <div class="line"><a name="l01872"></a><span class="lineno"> 1872</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Integer&gt;</a> ToInteger(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) <span class="keyword">const</span>;</div> <div class="line"><a name="l01873"></a><span class="lineno"> 1873</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Uint32&gt;</a> ToUint32(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) <span class="keyword">const</span>;</div> <div class="line"><a name="l01874"></a><span class="lineno"> 1874</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Int32&gt;</a> ToInt32(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) <span class="keyword">const</span>;</div> <div class="line"><a name="l01875"></a><span class="lineno"> 1875</span>&#160;</div> <div class="line"><a name="l01876"></a><span class="lineno"> 1876</span>&#160; <span class="comment">// TODO(dcarney): deprecate all these.</span></div> <div class="line"><a name="l01877"></a><span class="lineno"> 1877</span>&#160; <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Boolean&gt;</a> ToBoolean() <span class="keyword">const</span>;</div> <div class="line"><a name="l01878"></a><span class="lineno"> 1878</span>&#160; <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Number&gt;</a> ToNumber() <span class="keyword">const</span>;</div> <div class="line"><a name="l01879"></a><span class="lineno"> 1879</span>&#160; <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> ToString() <span class="keyword">const</span>;</div> <div class="line"><a name="l01880"></a><span class="lineno"> 1880</span>&#160; <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> ToDetailString() <span class="keyword">const</span>;</div> <div class="line"><a name="l01881"></a><span class="lineno"> 1881</span>&#160; <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> ToObject() <span class="keyword">const</span>;</div> <div class="line"><a name="l01882"></a><span class="lineno"> 1882</span>&#160; <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Integer&gt;</a> ToInteger() <span class="keyword">const</span>;</div> <div class="line"><a name="l01883"></a><span class="lineno"> 1883</span>&#160; <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Uint32&gt;</a> ToUint32() <span class="keyword">const</span>;</div> <div class="line"><a name="l01884"></a><span class="lineno"> 1884</span>&#160; <span class="keyword">inline</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Int32&gt;</a> ToInt32() <span class="keyword">const</span>;</div> <div class="line"><a name="l01885"></a><span class="lineno"> 1885</span>&#160;</div> <div class="line"><a name="l01890"></a><span class="lineno"> 1890</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Uint32&gt;</a> ToArrayIndex() <span class="keyword">const</span>;</div> <div class="line"><a name="l01891"></a><span class="lineno"> 1891</span>&#160;</div> <div class="line"><a name="l01892"></a><span class="lineno"> 1892</span>&#160; <span class="keywordtype">bool</span> BooleanValue() <span class="keyword">const</span>;</div> <div class="line"><a name="l01893"></a><span class="lineno"> 1893</span>&#160; <span class="keywordtype">double</span> NumberValue() <span class="keyword">const</span>;</div> <div class="line"><a name="l01894"></a><span class="lineno"> 1894</span>&#160; int64_t IntegerValue() <span class="keyword">const</span>;</div> <div class="line"><a name="l01895"></a><span class="lineno"> 1895</span>&#160; uint32_t Uint32Value() <span class="keyword">const</span>;</div> <div class="line"><a name="l01896"></a><span class="lineno"> 1896</span>&#160; int32_t Int32Value() <span class="keyword">const</span>;</div> <div class="line"><a name="l01897"></a><span class="lineno"> 1897</span>&#160;</div> <div class="line"><a name="l01899"></a><span class="lineno"> 1899</span>&#160; <span class="keywordtype">bool</span> Equals(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> that) <span class="keyword">const</span>;</div> <div class="line"><a name="l01900"></a><span class="lineno"> 1900</span>&#160; <span class="keywordtype">bool</span> StrictEquals(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> that) <span class="keyword">const</span>;</div> <div class="line"><a name="l01901"></a><span class="lineno"> 1901</span>&#160; <span class="keywordtype">bool</span> SameValue(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> that) <span class="keyword">const</span>;</div> <div class="line"><a name="l01902"></a><span class="lineno"> 1902</span>&#160;</div> <div class="line"><a name="l01903"></a><span class="lineno"> 1903</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_value.html">Value</a>* Cast(T* value);</div> <div class="line"><a name="l01904"></a><span class="lineno"> 1904</span>&#160;</div> <div class="line"><a name="l01905"></a><span class="lineno"> 1905</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l01906"></a><span class="lineno"> 1906</span>&#160; V8_INLINE <span class="keywordtype">bool</span> QuickIsUndefined() <span class="keyword">const</span>;</div> <div class="line"><a name="l01907"></a><span class="lineno"> 1907</span>&#160; V8_INLINE <span class="keywordtype">bool</span> QuickIsNull() <span class="keyword">const</span>;</div> <div class="line"><a name="l01908"></a><span class="lineno"> 1908</span>&#160; V8_INLINE <span class="keywordtype">bool</span> QuickIsString() <span class="keyword">const</span>;</div> <div class="line"><a name="l01909"></a><span class="lineno"> 1909</span>&#160; <span class="keywordtype">bool</span> FullIsUndefined() <span class="keyword">const</span>;</div> <div class="line"><a name="l01910"></a><span class="lineno"> 1910</span>&#160; <span class="keywordtype">bool</span> FullIsNull() <span class="keyword">const</span>;</div> <div class="line"><a name="l01911"></a><span class="lineno"> 1911</span>&#160; <span class="keywordtype">bool</span> FullIsString() <span class="keyword">const</span>;</div> <div class="line"><a name="l01912"></a><span class="lineno"> 1912</span>&#160;};</div> <div class="line"><a name="l01913"></a><span class="lineno"> 1913</span>&#160;</div> <div class="line"><a name="l01914"></a><span class="lineno"> 1914</span>&#160;</div> <div class="line"><a name="l01918"></a><span class="lineno"><a class="line" href="classv8_1_1_primitive.html"> 1918</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_primitive.html">Primitive</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_value.html">Value</a> { };</div> <div class="line"><a name="l01919"></a><span class="lineno"> 1919</span>&#160;</div> <div class="line"><a name="l01920"></a><span class="lineno"> 1920</span>&#160;</div> <div class="line"><a name="l01925"></a><span class="lineno"><a class="line" href="classv8_1_1_boolean.html"> 1925</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_boolean.html">Boolean</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_primitive.html">Primitive</a> {</div> <div class="line"><a name="l01926"></a><span class="lineno"> 1926</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01927"></a><span class="lineno"> 1927</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l01928"></a><span class="lineno"> 1928</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">bool</span> value);</div> <div class="line"><a name="l01929"></a><span class="lineno"> 1929</span>&#160;};</div> <div class="line"><a name="l01930"></a><span class="lineno"> 1930</span>&#160;</div> <div class="line"><a name="l01931"></a><span class="lineno"> 1931</span>&#160;</div> <div class="line"><a name="l01935"></a><span class="lineno"><a class="line" href="classv8_1_1_name.html"> 1935</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_name.html">Name</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_primitive.html">Primitive</a> {</div> <div class="line"><a name="l01936"></a><span class="lineno"> 1936</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01944"></a><span class="lineno"> 1944</span>&#160; <span class="keywordtype">int</span> GetIdentityHash();</div> <div class="line"><a name="l01945"></a><span class="lineno"> 1945</span>&#160;</div> <div class="line"><a name="l01946"></a><span class="lineno"> 1946</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_name.html">Name</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l01947"></a><span class="lineno"> 1947</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l01948"></a><span class="lineno"> 1948</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l01949"></a><span class="lineno"> 1949</span>&#160;};</div> <div class="line"><a name="l01950"></a><span class="lineno"> 1950</span>&#160;</div> <div class="line"><a name="l01951"></a><span class="lineno"> 1951</span>&#160;</div> <div class="line"><a name="l01955"></a><span class="lineno"><a class="line" href="classv8_1_1_string.html"> 1955</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_string.html">String</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_name.html">Name</a> {</div> <div class="line"><a name="l01956"></a><span class="lineno"> 1956</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l01957"></a><span class="lineno"> 1957</span>&#160; <span class="keyword">enum</span> Encoding {</div> <div class="line"><a name="l01958"></a><span class="lineno"> 1958</span>&#160; UNKNOWN_ENCODING = 0x1,</div> <div class="line"><a name="l01959"></a><span class="lineno"> 1959</span>&#160; TWO_BYTE_ENCODING = 0x0,</div> <div class="line"><a name="l01960"></a><span class="lineno"> 1960</span>&#160; ONE_BYTE_ENCODING = 0x4</div> <div class="line"><a name="l01961"></a><span class="lineno"> 1961</span>&#160; };</div> <div class="line"><a name="l01965"></a><span class="lineno"> 1965</span>&#160; <span class="keywordtype">int</span> Length() <span class="keyword">const</span>;</div> <div class="line"><a name="l01966"></a><span class="lineno"> 1966</span>&#160;</div> <div class="line"><a name="l01971"></a><span class="lineno"> 1971</span>&#160; <span class="keywordtype">int</span> Utf8Length() <span class="keyword">const</span>;</div> <div class="line"><a name="l01972"></a><span class="lineno"> 1972</span>&#160;</div> <div class="line"><a name="l01978"></a><span class="lineno"> 1978</span>&#160; <span class="keywordtype">bool</span> IsOneByte() <span class="keyword">const</span>;</div> <div class="line"><a name="l01979"></a><span class="lineno"> 1979</span>&#160;</div> <div class="line"><a name="l01984"></a><span class="lineno"> 1984</span>&#160; <span class="keywordtype">bool</span> ContainsOnlyOneByte() <span class="keyword">const</span>;</div> <div class="line"><a name="l01985"></a><span class="lineno"> 1985</span>&#160;</div> <div class="line"><a name="l02011"></a><span class="lineno"><a class="line" href="classv8_1_1_string.html#a9ce7f1458ffd08f8eb2b9c8dc056e616"> 2011</a></span>&#160; <span class="keyword">enum</span> <a class="code" href="classv8_1_1_string.html#a9ce7f1458ffd08f8eb2b9c8dc056e616">WriteOptions</a> {</div> <div class="line"><a name="l02012"></a><span class="lineno"> 2012</span>&#160; NO_OPTIONS = 0,</div> <div class="line"><a name="l02013"></a><span class="lineno"> 2013</span>&#160; HINT_MANY_WRITES_EXPECTED = 1,</div> <div class="line"><a name="l02014"></a><span class="lineno"> 2014</span>&#160; NO_NULL_TERMINATION = 2,</div> <div class="line"><a name="l02015"></a><span class="lineno"> 2015</span>&#160; PRESERVE_ONE_BYTE_NULL = 4,</div> <div class="line"><a name="l02016"></a><span class="lineno"> 2016</span>&#160; <span class="comment">// Used by WriteUtf8 to replace orphan surrogate code units with the</span></div> <div class="line"><a name="l02017"></a><span class="lineno"> 2017</span>&#160; <span class="comment">// unicode replacement character. Needs to be set to guarantee valid UTF-8</span></div> <div class="line"><a name="l02018"></a><span class="lineno"> 2018</span>&#160; <span class="comment">// output.</span></div> <div class="line"><a name="l02019"></a><span class="lineno"> 2019</span>&#160; REPLACE_INVALID_UTF8 = 8</div> <div class="line"><a name="l02020"></a><span class="lineno"> 2020</span>&#160; };</div> <div class="line"><a name="l02021"></a><span class="lineno"> 2021</span>&#160;</div> <div class="line"><a name="l02022"></a><span class="lineno"> 2022</span>&#160; <span class="comment">// 16-bit character codes.</span></div> <div class="line"><a name="l02023"></a><span class="lineno"> 2023</span>&#160; <span class="keywordtype">int</span> Write(uint16_t* buffer,</div> <div class="line"><a name="l02024"></a><span class="lineno"> 2024</span>&#160; <span class="keywordtype">int</span> start = 0,</div> <div class="line"><a name="l02025"></a><span class="lineno"> 2025</span>&#160; <span class="keywordtype">int</span> length = -1,</div> <div class="line"><a name="l02026"></a><span class="lineno"> 2026</span>&#160; <span class="keywordtype">int</span> options = NO_OPTIONS) <span class="keyword">const</span>;</div> <div class="line"><a name="l02027"></a><span class="lineno"> 2027</span>&#160; <span class="comment">// One byte characters.</span></div> <div class="line"><a name="l02028"></a><span class="lineno"> 2028</span>&#160; <span class="keywordtype">int</span> WriteOneByte(uint8_t* buffer,</div> <div class="line"><a name="l02029"></a><span class="lineno"> 2029</span>&#160; <span class="keywordtype">int</span> start = 0,</div> <div class="line"><a name="l02030"></a><span class="lineno"> 2030</span>&#160; <span class="keywordtype">int</span> length = -1,</div> <div class="line"><a name="l02031"></a><span class="lineno"> 2031</span>&#160; <span class="keywordtype">int</span> options = NO_OPTIONS) <span class="keyword">const</span>;</div> <div class="line"><a name="l02032"></a><span class="lineno"> 2032</span>&#160; <span class="comment">// UTF-8 encoded characters.</span></div> <div class="line"><a name="l02033"></a><span class="lineno"> 2033</span>&#160; <span class="keywordtype">int</span> WriteUtf8(<span class="keywordtype">char</span>* buffer,</div> <div class="line"><a name="l02034"></a><span class="lineno"> 2034</span>&#160; <span class="keywordtype">int</span> length = -1,</div> <div class="line"><a name="l02035"></a><span class="lineno"> 2035</span>&#160; <span class="keywordtype">int</span>* nchars_ref = NULL,</div> <div class="line"><a name="l02036"></a><span class="lineno"> 2036</span>&#160; <span class="keywordtype">int</span> options = NO_OPTIONS) <span class="keyword">const</span>;</div> <div class="line"><a name="l02037"></a><span class="lineno"> 2037</span>&#160;</div> <div class="line"><a name="l02041"></a><span class="lineno"> 2041</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">v8::Local&lt;v8::String&gt;</a> Empty(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l02042"></a><span class="lineno"> 2042</span>&#160;</div> <div class="line"><a name="l02046"></a><span class="lineno"> 2046</span>&#160; <span class="keywordtype">bool</span> IsExternal() <span class="keyword">const</span>;</div> <div class="line"><a name="l02047"></a><span class="lineno"> 2047</span>&#160;</div> <div class="line"><a name="l02051"></a><span class="lineno"> 2051</span>&#160; <span class="keywordtype">bool</span> IsExternalOneByte() <span class="keyword">const</span>;</div> <div class="line"><a name="l02052"></a><span class="lineno"> 2052</span>&#160;</div> <div class="line"><a name="l02053"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_string_resource_base.html"> 2053</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a> { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l02054"></a><span class="lineno"> 2054</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02055"></a><span class="lineno"> 2055</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>() {}</div> <div class="line"><a name="l02056"></a><span class="lineno"> 2056</span>&#160;</div> <div class="line"><a name="l02057"></a><span class="lineno"> 2057</span>&#160; <span class="keyword">protected</span>:</div> <div class="line"><a name="l02058"></a><span class="lineno"> 2058</span>&#160; <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>() {}</div> <div class="line"><a name="l02059"></a><span class="lineno"> 2059</span>&#160;</div> <div class="line"><a name="l02066"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_string_resource_base.html#af4720342ae31e1ab4656df3f15d069c0"> 2066</a></span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html#af4720342ae31e1ab4656df3f15d069c0">Dispose</a>() { <span class="keyword">delete</span> <span class="keyword">this</span>; }</div> <div class="line"><a name="l02067"></a><span class="lineno"> 2067</span>&#160;</div> <div class="line"><a name="l02068"></a><span class="lineno"> 2068</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02069"></a><span class="lineno"> 2069</span>&#160; <span class="comment">// Disallow copying and assigning.</span></div> <div class="line"><a name="l02070"></a><span class="lineno"> 2070</span>&#160; <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>&amp;);</div> <div class="line"><a name="l02071"></a><span class="lineno"> 2071</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>&amp;);</div> <div class="line"><a name="l02072"></a><span class="lineno"> 2072</span>&#160;</div> <div class="line"><a name="l02073"></a><span class="lineno"> 2073</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>v8::internal::Heap;</div> <div class="line"><a name="l02074"></a><span class="lineno"> 2074</span>&#160; };</div> <div class="line"><a name="l02075"></a><span class="lineno"> 2075</span>&#160;</div> <div class="line"><a name="l02082"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_string_resource.html"> 2082</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">ExternalStringResource</a></div> <div class="line"><a name="l02083"></a><span class="lineno"> 2083</span>&#160; : <span class="keyword">public</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a> {</div> <div class="line"><a name="l02084"></a><span class="lineno"> 2084</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02089"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_string_resource.html#a6b7ef9e33a47059092e1447b10c35416"> 2089</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html#a6b7ef9e33a47059092e1447b10c35416">~ExternalStringResource</a>() {}</div> <div class="line"><a name="l02090"></a><span class="lineno"> 2090</span>&#160;</div> <div class="line"><a name="l02094"></a><span class="lineno"> 2094</span>&#160; <span class="keyword">virtual</span> <span class="keyword">const</span> uint16_t* data() <span class="keyword">const</span> = 0;</div> <div class="line"><a name="l02095"></a><span class="lineno"> 2095</span>&#160;</div> <div class="line"><a name="l02099"></a><span class="lineno"> 2099</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> length() <span class="keyword">const</span> = 0;</div> <div class="line"><a name="l02100"></a><span class="lineno"> 2100</span>&#160;</div> <div class="line"><a name="l02101"></a><span class="lineno"> 2101</span>&#160; <span class="keyword">protected</span>:</div> <div class="line"><a name="l02102"></a><span class="lineno"> 2102</span>&#160; <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">ExternalStringResource</a>() {}</div> <div class="line"><a name="l02103"></a><span class="lineno"> 2103</span>&#160; };</div> <div class="line"><a name="l02104"></a><span class="lineno"> 2104</span>&#160;</div> <div class="line"><a name="l02115"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_one_byte_string_resource.html"> 2115</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_string_1_1_external_one_byte_string_resource.html">ExternalOneByteStringResource</a></div> <div class="line"><a name="l02116"></a><span class="lineno"> 2116</span>&#160; : <span class="keyword">public</span> <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a> {</div> <div class="line"><a name="l02117"></a><span class="lineno"> 2117</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02122"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_external_one_byte_string_resource.html#a443edbb33926b2a9480fe0caac6e95ab"> 2122</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classv8_1_1_string_1_1_external_one_byte_string_resource.html#a443edbb33926b2a9480fe0caac6e95ab">~ExternalOneByteStringResource</a>() {}</div> <div class="line"><a name="l02124"></a><span class="lineno"> 2124</span>&#160; <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* data() <span class="keyword">const</span> = 0;</div> <div class="line"><a name="l02126"></a><span class="lineno"> 2126</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> length() <span class="keyword">const</span> = 0;</div> <div class="line"><a name="l02127"></a><span class="lineno"> 2127</span>&#160; <span class="keyword">protected</span>:</div> <div class="line"><a name="l02128"></a><span class="lineno"> 2128</span>&#160; <a class="code" href="classv8_1_1_string_1_1_external_one_byte_string_resource.html">ExternalOneByteStringResource</a>() {}</div> <div class="line"><a name="l02129"></a><span class="lineno"> 2129</span>&#160; };</div> <div class="line"><a name="l02130"></a><span class="lineno"> 2130</span>&#160;</div> <div class="line"><a name="l02136"></a><span class="lineno"> 2136</span>&#160; V8_INLINE ExternalStringResourceBase* GetExternalStringResourceBase(</div> <div class="line"><a name="l02137"></a><span class="lineno"> 2137</span>&#160; Encoding* encoding_out) <span class="keyword">const</span>;</div> <div class="line"><a name="l02138"></a><span class="lineno"> 2138</span>&#160;</div> <div class="line"><a name="l02143"></a><span class="lineno"> 2143</span>&#160; V8_INLINE ExternalStringResource* GetExternalStringResource() <span class="keyword">const</span>;</div> <div class="line"><a name="l02144"></a><span class="lineno"> 2144</span>&#160;</div> <div class="line"><a name="l02149"></a><span class="lineno"> 2149</span>&#160; <span class="keyword">const</span> ExternalOneByteStringResource* GetExternalOneByteStringResource() <span class="keyword">const</span>;</div> <div class="line"><a name="l02150"></a><span class="lineno"> 2150</span>&#160;</div> <div class="line"><a name="l02151"></a><span class="lineno"> 2151</span>&#160; V8_INLINE <span class="keyword">static</span> String* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l02152"></a><span class="lineno"> 2152</span>&#160;</div> <div class="line"><a name="l02153"></a><span class="lineno"> 2153</span>&#160; <span class="keyword">enum</span> NewStringType { kNormalString, kInternalizedString };</div> <div class="line"><a name="l02154"></a><span class="lineno"> 2154</span>&#160;</div> <div class="line"><a name="l02156"></a><span class="lineno"> 2156</span>&#160; <span class="keyword">static</span> Local&lt;String&gt; NewFromUtf8(Isolate* isolate, <span class="keyword">const</span> <span class="keywordtype">char</span>* data,</div> <div class="line"><a name="l02157"></a><span class="lineno"> 2157</span>&#160; NewStringType type = kNormalString,</div> <div class="line"><a name="l02158"></a><span class="lineno"> 2158</span>&#160; <span class="keywordtype">int</span> length = -1);</div> <div class="line"><a name="l02159"></a><span class="lineno"> 2159</span>&#160;</div> <div class="line"><a name="l02161"></a><span class="lineno"> 2161</span>&#160; <span class="keyword">static</span> Local&lt;String&gt; NewFromOneByte(</div> <div class="line"><a name="l02162"></a><span class="lineno"> 2162</span>&#160; Isolate* isolate,</div> <div class="line"><a name="l02163"></a><span class="lineno"> 2163</span>&#160; <span class="keyword">const</span> uint8_t* data,</div> <div class="line"><a name="l02164"></a><span class="lineno"> 2164</span>&#160; NewStringType type = kNormalString,</div> <div class="line"><a name="l02165"></a><span class="lineno"> 2165</span>&#160; <span class="keywordtype">int</span> length = -1);</div> <div class="line"><a name="l02166"></a><span class="lineno"> 2166</span>&#160;</div> <div class="line"><a name="l02168"></a><span class="lineno"> 2168</span>&#160; <span class="keyword">static</span> Local&lt;String&gt; NewFromTwoByte(</div> <div class="line"><a name="l02169"></a><span class="lineno"> 2169</span>&#160; Isolate* isolate,</div> <div class="line"><a name="l02170"></a><span class="lineno"> 2170</span>&#160; <span class="keyword">const</span> uint16_t* data,</div> <div class="line"><a name="l02171"></a><span class="lineno"> 2171</span>&#160; NewStringType type = kNormalString,</div> <div class="line"><a name="l02172"></a><span class="lineno"> 2172</span>&#160; <span class="keywordtype">int</span> length = -1);</div> <div class="line"><a name="l02173"></a><span class="lineno"> 2173</span>&#160;</div> <div class="line"><a name="l02178"></a><span class="lineno"> 2178</span>&#160; <span class="keyword">static</span> Local&lt;String&gt; Concat(Handle&lt;String&gt; left, Handle&lt;String&gt; right);</div> <div class="line"><a name="l02179"></a><span class="lineno"> 2179</span>&#160;</div> <div class="line"><a name="l02188"></a><span class="lineno"> 2188</span>&#160; <span class="keyword">static</span> Local&lt;String&gt; NewExternal(Isolate* isolate,</div> <div class="line"><a name="l02189"></a><span class="lineno"> 2189</span>&#160; ExternalStringResource* resource);</div> <div class="line"><a name="l02190"></a><span class="lineno"> 2190</span>&#160;</div> <div class="line"><a name="l02200"></a><span class="lineno"> 2200</span>&#160; <span class="keywordtype">bool</span> MakeExternal(ExternalStringResource* resource);</div> <div class="line"><a name="l02201"></a><span class="lineno"> 2201</span>&#160;</div> <div class="line"><a name="l02210"></a><span class="lineno"> 2210</span>&#160; <span class="keyword">static</span> Local&lt;String&gt; NewExternal(Isolate* isolate,</div> <div class="line"><a name="l02211"></a><span class="lineno"> 2211</span>&#160; ExternalOneByteStringResource* resource);</div> <div class="line"><a name="l02212"></a><span class="lineno"> 2212</span>&#160;</div> <div class="line"><a name="l02222"></a><span class="lineno"> 2222</span>&#160; <span class="keywordtype">bool</span> MakeExternal(ExternalOneByteStringResource* resource);</div> <div class="line"><a name="l02223"></a><span class="lineno"> 2223</span>&#160;</div> <div class="line"><a name="l02227"></a><span class="lineno"> 2227</span>&#160; <span class="keywordtype">bool</span> CanMakeExternal();</div> <div class="line"><a name="l02228"></a><span class="lineno"> 2228</span>&#160;</div> <div class="line"><a name="l02236"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_utf8_value.html"> 2236</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a> {</div> <div class="line"><a name="l02237"></a><span class="lineno"> 2237</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02238"></a><span class="lineno"> 2238</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>(<a class="code" href="classv8_1_1_handle.html">Handle&lt;v8::Value&gt;</a> obj);</div> <div class="line"><a name="l02239"></a><span class="lineno"> 2239</span>&#160; ~<a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>();</div> <div class="line"><a name="l02240"></a><span class="lineno"> 2240</span>&#160; <span class="keywordtype">char</span>* operator*() { <span class="keywordflow">return</span> str_; }</div> <div class="line"><a name="l02241"></a><span class="lineno"> 2241</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>* operator*()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> str_; }</div> <div class="line"><a name="l02242"></a><span class="lineno"> 2242</span>&#160; <span class="keywordtype">int</span> length()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> length_; }</div> <div class="line"><a name="l02243"></a><span class="lineno"> 2243</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02244"></a><span class="lineno"> 2244</span>&#160; <span class="keywordtype">char</span>* str_;</div> <div class="line"><a name="l02245"></a><span class="lineno"> 2245</span>&#160; <span class="keywordtype">int</span> length_;</div> <div class="line"><a name="l02246"></a><span class="lineno"> 2246</span>&#160;</div> <div class="line"><a name="l02247"></a><span class="lineno"> 2247</span>&#160; <span class="comment">// Disallow copying and assigning.</span></div> <div class="line"><a name="l02248"></a><span class="lineno"> 2248</span>&#160; <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>&amp;);</div> <div class="line"><a name="l02249"></a><span class="lineno"> 2249</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a>&amp;);</div> <div class="line"><a name="l02250"></a><span class="lineno"> 2250</span>&#160; };</div> <div class="line"><a name="l02251"></a><span class="lineno"> 2251</span>&#160;</div> <div class="line"><a name="l02258"></a><span class="lineno"><a class="line" href="classv8_1_1_string_1_1_value.html"> 2258</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a> {</div> <div class="line"><a name="l02259"></a><span class="lineno"> 2259</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02260"></a><span class="lineno"> 2260</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>(<a class="code" href="classv8_1_1_handle.html">Handle&lt;v8::Value&gt;</a> obj);</div> <div class="line"><a name="l02261"></a><span class="lineno"> 2261</span>&#160; ~<a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>();</div> <div class="line"><a name="l02262"></a><span class="lineno"> 2262</span>&#160; uint16_t* operator*() { <span class="keywordflow">return</span> str_; }</div> <div class="line"><a name="l02263"></a><span class="lineno"> 2263</span>&#160; <span class="keyword">const</span> uint16_t* operator*()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> str_; }</div> <div class="line"><a name="l02264"></a><span class="lineno"> 2264</span>&#160; <span class="keywordtype">int</span> length()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> length_; }</div> <div class="line"><a name="l02265"></a><span class="lineno"> 2265</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02266"></a><span class="lineno"> 2266</span>&#160; uint16_t* str_;</div> <div class="line"><a name="l02267"></a><span class="lineno"> 2267</span>&#160; <span class="keywordtype">int</span> length_;</div> <div class="line"><a name="l02268"></a><span class="lineno"> 2268</span>&#160;</div> <div class="line"><a name="l02269"></a><span class="lineno"> 2269</span>&#160; <span class="comment">// Disallow copying and assigning.</span></div> <div class="line"><a name="l02270"></a><span class="lineno"> 2270</span>&#160; <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>&amp;);</div> <div class="line"><a name="l02271"></a><span class="lineno"> 2271</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_value.html">Value</a>&amp;);</div> <div class="line"><a name="l02272"></a><span class="lineno"> 2272</span>&#160; };</div> <div class="line"><a name="l02273"></a><span class="lineno"> 2273</span>&#160;</div> <div class="line"><a name="l02274"></a><span class="lineno"> 2274</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02275"></a><span class="lineno"> 2275</span>&#160; <span class="keywordtype">void</span> VerifyExternalStringResourceBase(<a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>* v,</div> <div class="line"><a name="l02276"></a><span class="lineno"> 2276</span>&#160; Encoding encoding) <span class="keyword">const</span>;</div> <div class="line"><a name="l02277"></a><span class="lineno"> 2277</span>&#160; <span class="keywordtype">void</span> VerifyExternalStringResource(<a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">ExternalStringResource</a>* val) <span class="keyword">const</span>;</div> <div class="line"><a name="l02278"></a><span class="lineno"> 2278</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l02279"></a><span class="lineno"> 2279</span>&#160;};</div> <div class="line"><a name="l02280"></a><span class="lineno"> 2280</span>&#160;</div> <div class="line"><a name="l02281"></a><span class="lineno"> 2281</span>&#160;</div> <div class="line"><a name="l02287"></a><span class="lineno"><a class="line" href="classv8_1_1_symbol.html"> 2287</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_symbol.html">Symbol</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_name.html">Name</a> {</div> <div class="line"><a name="l02288"></a><span class="lineno"> 2288</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02289"></a><span class="lineno"> 2289</span>&#160; <span class="comment">// Returns the print name string of the symbol, or undefined if none.</span></div> <div class="line"><a name="l02290"></a><span class="lineno"> 2290</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> <a class="code" href="classv8_1_1_name.html">Name</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l02291"></a><span class="lineno"> 2291</span>&#160;</div> <div class="line"><a name="l02292"></a><span class="lineno"> 2292</span>&#160; <span class="comment">// Create a symbol. If name is not empty, it will be used as the description.</span></div> <div class="line"><a name="l02293"></a><span class="lineno"> 2293</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Symbol&gt;</a> New(</div> <div class="line"><a name="l02294"></a><span class="lineno"> 2294</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> name = <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a>());</div> <div class="line"><a name="l02295"></a><span class="lineno"> 2295</span>&#160;</div> <div class="line"><a name="l02296"></a><span class="lineno"> 2296</span>&#160; <span class="comment">// Access global symbol registry.</span></div> <div class="line"><a name="l02297"></a><span class="lineno"> 2297</span>&#160; <span class="comment">// Note that symbols created this way are never collected, so</span></div> <div class="line"><a name="l02298"></a><span class="lineno"> 2298</span>&#160; <span class="comment">// they should only be used for statically fixed properties.</span></div> <div class="line"><a name="l02299"></a><span class="lineno"> 2299</span>&#160; <span class="comment">// Also, there is only one global name space for the names used as keys.</span></div> <div class="line"><a name="l02300"></a><span class="lineno"> 2300</span>&#160; <span class="comment">// To minimize the potential for clashes, use qualified names as keys.</span></div> <div class="line"><a name="l02301"></a><span class="lineno"> 2301</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Symbol&gt;</a> For(<a class="code" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> name);</div> <div class="line"><a name="l02302"></a><span class="lineno"> 2302</span>&#160;</div> <div class="line"><a name="l02303"></a><span class="lineno"> 2303</span>&#160; <span class="comment">// Retrieve a global symbol. Similar to |For|, but using a separate</span></div> <div class="line"><a name="l02304"></a><span class="lineno"> 2304</span>&#160; <span class="comment">// registry that is not accessible by (and cannot clash with) JavaScript code.</span></div> <div class="line"><a name="l02305"></a><span class="lineno"> 2305</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Symbol&gt;</a> ForApi(<a class="code" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> name);</div> <div class="line"><a name="l02306"></a><span class="lineno"> 2306</span>&#160;</div> <div class="line"><a name="l02307"></a><span class="lineno"> 2307</span>&#160; <span class="comment">// Well-known symbols</span></div> <div class="line"><a name="l02308"></a><span class="lineno"> 2308</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Symbol&gt;</a> GetIterator(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l02309"></a><span class="lineno"> 2309</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Symbol&gt;</a> GetUnscopables(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l02310"></a><span class="lineno"> 2310</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Symbol&gt;</a> GetToStringTag(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l02311"></a><span class="lineno"> 2311</span>&#160;</div> <div class="line"><a name="l02312"></a><span class="lineno"> 2312</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_symbol.html">Symbol</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l02313"></a><span class="lineno"> 2313</span>&#160;</div> <div class="line"><a name="l02314"></a><span class="lineno"> 2314</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02315"></a><span class="lineno"> 2315</span>&#160; <a class="code" href="classv8_1_1_symbol.html">Symbol</a>();</div> <div class="line"><a name="l02316"></a><span class="lineno"> 2316</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l02317"></a><span class="lineno"> 2317</span>&#160;};</div> <div class="line"><a name="l02318"></a><span class="lineno"> 2318</span>&#160;</div> <div class="line"><a name="l02319"></a><span class="lineno"> 2319</span>&#160;</div> <div class="line"><a name="l02325"></a><span class="lineno"><a class="line" href="classv8_1_1_private.html"> 2325</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_private.html">Private</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div> <div class="line"><a name="l02326"></a><span class="lineno"> 2326</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02327"></a><span class="lineno"> 2327</span>&#160; <span class="comment">// Returns the print name string of the private symbol, or undefined if none.</span></div> <div class="line"><a name="l02328"></a><span class="lineno"> 2328</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> <a class="code" href="classv8_1_1_name.html">Name</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l02329"></a><span class="lineno"> 2329</span>&#160;</div> <div class="line"><a name="l02330"></a><span class="lineno"> 2330</span>&#160; <span class="comment">// Create a private symbol. If name is not empty, it will be the description.</span></div> <div class="line"><a name="l02331"></a><span class="lineno"> 2331</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Private&gt;</a> New(</div> <div class="line"><a name="l02332"></a><span class="lineno"> 2332</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> name = <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a>());</div> <div class="line"><a name="l02333"></a><span class="lineno"> 2333</span>&#160;</div> <div class="line"><a name="l02334"></a><span class="lineno"> 2334</span>&#160; <span class="comment">// Retrieve a global private symbol. If a symbol with this name has not</span></div> <div class="line"><a name="l02335"></a><span class="lineno"> 2335</span>&#160; <span class="comment">// been retrieved in the same isolate before, it is created.</span></div> <div class="line"><a name="l02336"></a><span class="lineno"> 2336</span>&#160; <span class="comment">// Note that private symbols created this way are never collected, so</span></div> <div class="line"><a name="l02337"></a><span class="lineno"> 2337</span>&#160; <span class="comment">// they should only be used for statically fixed properties.</span></div> <div class="line"><a name="l02338"></a><span class="lineno"> 2338</span>&#160; <span class="comment">// Also, there is only one global name space for the names used as keys.</span></div> <div class="line"><a name="l02339"></a><span class="lineno"> 2339</span>&#160; <span class="comment">// To minimize the potential for clashes, use qualified names as keys,</span></div> <div class="line"><a name="l02340"></a><span class="lineno"> 2340</span>&#160; <span class="comment">// e.g., &quot;Class#property&quot;.</span></div> <div class="line"><a name="l02341"></a><span class="lineno"> 2341</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Private&gt;</a> ForApi(<a class="code" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> name);</div> <div class="line"><a name="l02342"></a><span class="lineno"> 2342</span>&#160;</div> <div class="line"><a name="l02343"></a><span class="lineno"> 2343</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02344"></a><span class="lineno"> 2344</span>&#160; <a class="code" href="classv8_1_1_private.html">Private</a>();</div> <div class="line"><a name="l02345"></a><span class="lineno"> 2345</span>&#160;};</div> <div class="line"><a name="l02346"></a><span class="lineno"> 2346</span>&#160;</div> <div class="line"><a name="l02347"></a><span class="lineno"> 2347</span>&#160;</div> <div class="line"><a name="l02351"></a><span class="lineno"><a class="line" href="classv8_1_1_number.html"> 2351</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_number.html">Number</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_primitive.html">Primitive</a> {</div> <div class="line"><a name="l02352"></a><span class="lineno"> 2352</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02353"></a><span class="lineno"> 2353</span>&#160; <span class="keywordtype">double</span> <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l02354"></a><span class="lineno"> 2354</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Number&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">double</span> value);</div> <div class="line"><a name="l02355"></a><span class="lineno"> 2355</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_number.html">Number</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l02356"></a><span class="lineno"> 2356</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02357"></a><span class="lineno"> 2357</span>&#160; <a class="code" href="classv8_1_1_number.html">Number</a>();</div> <div class="line"><a name="l02358"></a><span class="lineno"> 2358</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l02359"></a><span class="lineno"> 2359</span>&#160;};</div> <div class="line"><a name="l02360"></a><span class="lineno"> 2360</span>&#160;</div> <div class="line"><a name="l02361"></a><span class="lineno"> 2361</span>&#160;</div> <div class="line"><a name="l02365"></a><span class="lineno"><a class="line" href="classv8_1_1_integer.html"> 2365</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_integer.html">Integer</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_number.html">Number</a> {</div> <div class="line"><a name="l02366"></a><span class="lineno"> 2366</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02367"></a><span class="lineno"> 2367</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Integer&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, int32_t value);</div> <div class="line"><a name="l02368"></a><span class="lineno"> 2368</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Integer&gt;</a> NewFromUnsigned(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, uint32_t value);</div> <div class="line"><a name="l02369"></a><span class="lineno"> 2369</span>&#160; int64_t <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l02370"></a><span class="lineno"> 2370</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_integer.html">Integer</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l02371"></a><span class="lineno"> 2371</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02372"></a><span class="lineno"> 2372</span>&#160; <a class="code" href="classv8_1_1_integer.html">Integer</a>();</div> <div class="line"><a name="l02373"></a><span class="lineno"> 2373</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l02374"></a><span class="lineno"> 2374</span>&#160;};</div> <div class="line"><a name="l02375"></a><span class="lineno"> 2375</span>&#160;</div> <div class="line"><a name="l02376"></a><span class="lineno"> 2376</span>&#160;</div> <div class="line"><a name="l02380"></a><span class="lineno"><a class="line" href="classv8_1_1_int32.html"> 2380</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_int32.html">Int32</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_integer.html">Integer</a> {</div> <div class="line"><a name="l02381"></a><span class="lineno"> 2381</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02382"></a><span class="lineno"> 2382</span>&#160; int32_t <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l02383"></a><span class="lineno"> 2383</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02384"></a><span class="lineno"> 2384</span>&#160; <a class="code" href="classv8_1_1_int32.html">Int32</a>();</div> <div class="line"><a name="l02385"></a><span class="lineno"> 2385</span>&#160;};</div> <div class="line"><a name="l02386"></a><span class="lineno"> 2386</span>&#160;</div> <div class="line"><a name="l02387"></a><span class="lineno"> 2387</span>&#160;</div> <div class="line"><a name="l02391"></a><span class="lineno"><a class="line" href="classv8_1_1_uint32.html"> 2391</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_uint32.html">Uint32</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_integer.html">Integer</a> {</div> <div class="line"><a name="l02392"></a><span class="lineno"> 2392</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02393"></a><span class="lineno"> 2393</span>&#160; uint32_t <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l02394"></a><span class="lineno"> 2394</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02395"></a><span class="lineno"> 2395</span>&#160; <a class="code" href="classv8_1_1_uint32.html">Uint32</a>();</div> <div class="line"><a name="l02396"></a><span class="lineno"> 2396</span>&#160;};</div> <div class="line"><a name="l02397"></a><span class="lineno"> 2397</span>&#160;</div> <div class="line"><a name="l02398"></a><span class="lineno"> 2398</span>&#160;</div> <div class="line"><a name="l02399"></a><span class="lineno"> 2399</span>&#160;<span class="keyword">enum</span> PropertyAttribute {</div> <div class="line"><a name="l02400"></a><span class="lineno"> 2400</span>&#160; None = 0,</div> <div class="line"><a name="l02401"></a><span class="lineno"> 2401</span>&#160; ReadOnly = 1 &lt;&lt; 0,</div> <div class="line"><a name="l02402"></a><span class="lineno"> 2402</span>&#160; DontEnum = 1 &lt;&lt; 1,</div> <div class="line"><a name="l02403"></a><span class="lineno"> 2403</span>&#160; DontDelete = 1 &lt;&lt; 2</div> <div class="line"><a name="l02404"></a><span class="lineno"> 2404</span>&#160;};</div> <div class="line"><a name="l02405"></a><span class="lineno"> 2405</span>&#160;</div> <div class="line"><a name="l02406"></a><span class="lineno"> 2406</span>&#160;<span class="keyword">enum</span> ExternalArrayType {</div> <div class="line"><a name="l02407"></a><span class="lineno"> 2407</span>&#160; kExternalInt8Array = 1,</div> <div class="line"><a name="l02408"></a><span class="lineno"> 2408</span>&#160; kExternalUint8Array,</div> <div class="line"><a name="l02409"></a><span class="lineno"> 2409</span>&#160; kExternalInt16Array,</div> <div class="line"><a name="l02410"></a><span class="lineno"> 2410</span>&#160; kExternalUint16Array,</div> <div class="line"><a name="l02411"></a><span class="lineno"> 2411</span>&#160; kExternalInt32Array,</div> <div class="line"><a name="l02412"></a><span class="lineno"> 2412</span>&#160; kExternalUint32Array,</div> <div class="line"><a name="l02413"></a><span class="lineno"> 2413</span>&#160; kExternalFloat32Array,</div> <div class="line"><a name="l02414"></a><span class="lineno"> 2414</span>&#160; kExternalFloat64Array,</div> <div class="line"><a name="l02415"></a><span class="lineno"> 2415</span>&#160; kExternalUint8ClampedArray,</div> <div class="line"><a name="l02416"></a><span class="lineno"> 2416</span>&#160;</div> <div class="line"><a name="l02417"></a><span class="lineno"> 2417</span>&#160; <span class="comment">// Legacy constant names</span></div> <div class="line"><a name="l02418"></a><span class="lineno"> 2418</span>&#160; kExternalByteArray = kExternalInt8Array,</div> <div class="line"><a name="l02419"></a><span class="lineno"> 2419</span>&#160; kExternalUnsignedByteArray = kExternalUint8Array,</div> <div class="line"><a name="l02420"></a><span class="lineno"> 2420</span>&#160; kExternalShortArray = kExternalInt16Array,</div> <div class="line"><a name="l02421"></a><span class="lineno"> 2421</span>&#160; kExternalUnsignedShortArray = kExternalUint16Array,</div> <div class="line"><a name="l02422"></a><span class="lineno"> 2422</span>&#160; kExternalIntArray = kExternalInt32Array,</div> <div class="line"><a name="l02423"></a><span class="lineno"> 2423</span>&#160; kExternalUnsignedIntArray = kExternalUint32Array,</div> <div class="line"><a name="l02424"></a><span class="lineno"> 2424</span>&#160; kExternalFloatArray = kExternalFloat32Array,</div> <div class="line"><a name="l02425"></a><span class="lineno"> 2425</span>&#160; kExternalDoubleArray = kExternalFloat64Array,</div> <div class="line"><a name="l02426"></a><span class="lineno"> 2426</span>&#160; kExternalPixelArray = kExternalUint8ClampedArray</div> <div class="line"><a name="l02427"></a><span class="lineno"> 2427</span>&#160;};</div> <div class="line"><a name="l02428"></a><span class="lineno"> 2428</span>&#160;</div> <div class="line"><a name="l02434"></a><span class="lineno"><a class="line" href="namespacev8.html#a722613c87061708a4f1aa050d095f868"> 2434</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a722613c87061708a4f1aa050d095f868">AccessorGetterCallback</a>)(</div> <div class="line"><a name="l02435"></a><span class="lineno"> 2435</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> property,</div> <div class="line"><a name="l02436"></a><span class="lineno"> 2436</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Value&gt;</a>&amp; info);</div> <div class="line"><a name="l02437"></a><span class="lineno"> 2437</span>&#160;<span class="keyword">typedef</span> void (*AccessorNameGetterCallback)(</div> <div class="line"><a name="l02438"></a><span class="lineno"> 2438</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> property,</div> <div class="line"><a name="l02439"></a><span class="lineno"> 2439</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Value&gt;</a>&amp; info);</div> <div class="line"><a name="l02440"></a><span class="lineno"> 2440</span>&#160;</div> <div class="line"><a name="l02441"></a><span class="lineno"> 2441</span>&#160;</div> <div class="line"><a name="l02442"></a><span class="lineno"> 2442</span>&#160;<span class="keyword">typedef</span> void (*AccessorSetterCallback)(</div> <div class="line"><a name="l02443"></a><span class="lineno"> 2443</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> property,</div> <div class="line"><a name="l02444"></a><span class="lineno"> 2444</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> value,</div> <div class="line"><a name="l02445"></a><span class="lineno"> 2445</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;void&gt;</a>&amp; info);</div> <div class="line"><a name="l02446"></a><span class="lineno"> 2446</span>&#160;<span class="keyword">typedef</span> void (*AccessorNameSetterCallback)(</div> <div class="line"><a name="l02447"></a><span class="lineno"> 2447</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> property,</div> <div class="line"><a name="l02448"></a><span class="lineno"> 2448</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> value,</div> <div class="line"><a name="l02449"></a><span class="lineno"> 2449</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;void&gt;</a>&amp; info);</div> <div class="line"><a name="l02450"></a><span class="lineno"> 2450</span>&#160;</div> <div class="line"><a name="l02451"></a><span class="lineno"> 2451</span>&#160;</div> <div class="line"><a name="l02461"></a><span class="lineno"><a class="line" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e"> 2461</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> {</div> <div class="line"><a name="l02462"></a><span class="lineno"> 2462</span>&#160; DEFAULT = 0,</div> <div class="line"><a name="l02463"></a><span class="lineno"> 2463</span>&#160; ALL_CAN_READ = 1,</div> <div class="line"><a name="l02464"></a><span class="lineno"> 2464</span>&#160; ALL_CAN_WRITE = 1 &lt;&lt; 1,</div> <div class="line"><a name="l02465"></a><span class="lineno"> 2465</span>&#160; PROHIBITS_OVERWRITING = 1 &lt;&lt; 2</div> <div class="line"><a name="l02466"></a><span class="lineno"> 2466</span>&#160;};</div> <div class="line"><a name="l02467"></a><span class="lineno"> 2467</span>&#160;</div> <div class="line"><a name="l02468"></a><span class="lineno"> 2468</span>&#160;</div> <div class="line"><a name="l02472"></a><span class="lineno"><a class="line" href="classv8_1_1_object.html"> 2472</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_object.html">Object</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_value.html">Value</a> {</div> <div class="line"><a name="l02473"></a><span class="lineno"> 2473</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02474"></a><span class="lineno"> 2474</span>&#160; <span class="keywordtype">bool</span> Set(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l02475"></a><span class="lineno"> 2475</span>&#160;</div> <div class="line"><a name="l02476"></a><span class="lineno"> 2476</span>&#160; <span class="keywordtype">bool</span> Set(uint32_t index, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l02477"></a><span class="lineno"> 2477</span>&#160;</div> <div class="line"><a name="l02478"></a><span class="lineno"> 2478</span>&#160; <span class="comment">// Sets an own property on this object bypassing interceptors and</span></div> <div class="line"><a name="l02479"></a><span class="lineno"> 2479</span>&#160; <span class="comment">// overriding accessors or read-only properties.</span></div> <div class="line"><a name="l02480"></a><span class="lineno"> 2480</span>&#160; <span class="comment">//</span></div> <div class="line"><a name="l02481"></a><span class="lineno"> 2481</span>&#160; <span class="comment">// Note that if the object has an interceptor the property will be set</span></div> <div class="line"><a name="l02482"></a><span class="lineno"> 2482</span>&#160; <span class="comment">// locally, but since the interceptor takes precedence the local property</span></div> <div class="line"><a name="l02483"></a><span class="lineno"> 2483</span>&#160; <span class="comment">// will only be returned if the interceptor doesn&#39;t return a value.</span></div> <div class="line"><a name="l02484"></a><span class="lineno"> 2484</span>&#160; <span class="comment">//</span></div> <div class="line"><a name="l02485"></a><span class="lineno"> 2485</span>&#160; <span class="comment">// Note also that this only works for named properties.</span></div> <div class="line"><a name="l02486"></a><span class="lineno"> 2486</span>&#160; <span class="keywordtype">bool</span> ForceSet(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key,</div> <div class="line"><a name="l02487"></a><span class="lineno"> 2487</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value,</div> <div class="line"><a name="l02488"></a><span class="lineno"> 2488</span>&#160; PropertyAttribute attribs = None);</div> <div class="line"><a name="l02489"></a><span class="lineno"> 2489</span>&#160;</div> <div class="line"><a name="l02490"></a><span class="lineno"> 2490</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> Get(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key);</div> <div class="line"><a name="l02491"></a><span class="lineno"> 2491</span>&#160;</div> <div class="line"><a name="l02492"></a><span class="lineno"> 2492</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> Get(uint32_t index);</div> <div class="line"><a name="l02493"></a><span class="lineno"> 2493</span>&#160;</div> <div class="line"><a name="l02499"></a><span class="lineno"> 2499</span>&#160; PropertyAttribute GetPropertyAttributes(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key);</div> <div class="line"><a name="l02500"></a><span class="lineno"> 2500</span>&#160;</div> <div class="line"><a name="l02504"></a><span class="lineno"> 2504</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetOwnPropertyDescriptor(<a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> key);</div> <div class="line"><a name="l02505"></a><span class="lineno"> 2505</span>&#160;</div> <div class="line"><a name="l02506"></a><span class="lineno"> 2506</span>&#160; <span class="keywordtype">bool</span> Has(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key);</div> <div class="line"><a name="l02507"></a><span class="lineno"> 2507</span>&#160;</div> <div class="line"><a name="l02508"></a><span class="lineno"> 2508</span>&#160; <span class="keywordtype">bool</span> Delete(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> key);</div> <div class="line"><a name="l02509"></a><span class="lineno"> 2509</span>&#160;</div> <div class="line"><a name="l02510"></a><span class="lineno"> 2510</span>&#160; <span class="keywordtype">bool</span> Has(uint32_t index);</div> <div class="line"><a name="l02511"></a><span class="lineno"> 2511</span>&#160;</div> <div class="line"><a name="l02512"></a><span class="lineno"> 2512</span>&#160; <span class="keywordtype">bool</span> Delete(uint32_t index);</div> <div class="line"><a name="l02513"></a><span class="lineno"> 2513</span>&#160;</div> <div class="line"><a name="l02514"></a><span class="lineno"> 2514</span>&#160; <span class="keywordtype">bool</span> SetAccessor(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> name,</div> <div class="line"><a name="l02515"></a><span class="lineno"> 2515</span>&#160; <a class="code" href="namespacev8.html#a722613c87061708a4f1aa050d095f868">AccessorGetterCallback</a> getter,</div> <div class="line"><a name="l02516"></a><span class="lineno"> 2516</span>&#160; AccessorSetterCallback setter = 0,</div> <div class="line"><a name="l02517"></a><span class="lineno"> 2517</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l02518"></a><span class="lineno"> 2518</span>&#160; <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT,</div> <div class="line"><a name="l02519"></a><span class="lineno"> 2519</span>&#160; PropertyAttribute attribute = None);</div> <div class="line"><a name="l02520"></a><span class="lineno"> 2520</span>&#160; <span class="keywordtype">bool</span> SetAccessor(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Name&gt;</a> name,</div> <div class="line"><a name="l02521"></a><span class="lineno"> 2521</span>&#160; AccessorNameGetterCallback getter,</div> <div class="line"><a name="l02522"></a><span class="lineno"> 2522</span>&#160; AccessorNameSetterCallback setter = 0,</div> <div class="line"><a name="l02523"></a><span class="lineno"> 2523</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l02524"></a><span class="lineno"> 2524</span>&#160; <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT,</div> <div class="line"><a name="l02525"></a><span class="lineno"> 2525</span>&#160; PropertyAttribute attribute = None);</div> <div class="line"><a name="l02526"></a><span class="lineno"> 2526</span>&#160;</div> <div class="line"><a name="l02527"></a><span class="lineno"> 2527</span>&#160; <span class="keywordtype">void</span> SetAccessorProperty(<a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> name,</div> <div class="line"><a name="l02528"></a><span class="lineno"> 2528</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Function&gt;</a> getter,</div> <div class="line"><a name="l02529"></a><span class="lineno"> 2529</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Function&gt;</a> setter = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Function&gt;</a>(),</div> <div class="line"><a name="l02530"></a><span class="lineno"> 2530</span>&#160; PropertyAttribute attribute = None,</div> <div class="line"><a name="l02531"></a><span class="lineno"> 2531</span>&#160; <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT);</div> <div class="line"><a name="l02532"></a><span class="lineno"> 2532</span>&#160;</div> <div class="line"><a name="l02539"></a><span class="lineno"> 2539</span>&#160; <span class="keywordtype">bool</span> HasPrivate(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Private&gt;</a> key);</div> <div class="line"><a name="l02540"></a><span class="lineno"> 2540</span>&#160; <span class="keywordtype">bool</span> SetPrivate(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Private&gt;</a> key, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l02541"></a><span class="lineno"> 2541</span>&#160; <span class="keywordtype">bool</span> DeletePrivate(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Private&gt;</a> key);</div> <div class="line"><a name="l02542"></a><span class="lineno"> 2542</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetPrivate(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Private&gt;</a> key);</div> <div class="line"><a name="l02543"></a><span class="lineno"> 2543</span>&#160;</div> <div class="line"><a name="l02550"></a><span class="lineno"> 2550</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Array&gt;</a> GetPropertyNames();</div> <div class="line"><a name="l02551"></a><span class="lineno"> 2551</span>&#160;</div> <div class="line"><a name="l02557"></a><span class="lineno"> 2557</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Array&gt;</a> GetOwnPropertyNames();</div> <div class="line"><a name="l02558"></a><span class="lineno"> 2558</span>&#160;</div> <div class="line"><a name="l02564"></a><span class="lineno"> 2564</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetPrototype();</div> <div class="line"><a name="l02565"></a><span class="lineno"> 2565</span>&#160;</div> <div class="line"><a name="l02571"></a><span class="lineno"> 2571</span>&#160; <span class="keywordtype">bool</span> SetPrototype(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> prototype);</div> <div class="line"><a name="l02572"></a><span class="lineno"> 2572</span>&#160;</div> <div class="line"><a name="l02577"></a><span class="lineno"> 2577</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> FindInstanceInPrototypeChain(<a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a> tmpl);</div> <div class="line"><a name="l02578"></a><span class="lineno"> 2578</span>&#160;</div> <div class="line"><a name="l02584"></a><span class="lineno"> 2584</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> ObjectProtoToString();</div> <div class="line"><a name="l02585"></a><span class="lineno"> 2585</span>&#160;</div> <div class="line"><a name="l02589"></a><span class="lineno"> 2589</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> GetConstructorName();</div> <div class="line"><a name="l02590"></a><span class="lineno"> 2590</span>&#160;</div> <div class="line"><a name="l02592"></a><span class="lineno"> 2592</span>&#160; <span class="keywordtype">int</span> InternalFieldCount();</div> <div class="line"><a name="l02593"></a><span class="lineno"> 2593</span>&#160;</div> <div class="line"><a name="l02595"></a><span class="lineno"><a class="line" href="classv8_1_1_object.html#a324a71142f621a32bfe5738648718370"> 2595</a></span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classv8_1_1_object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a>(</div> <div class="line"><a name="l02596"></a><span class="lineno"> 2596</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase&lt;Object&gt;</a>&amp; <span class="keywordtype">object</span>) {</div> <div class="line"><a name="l02597"></a><span class="lineno"> 2597</span>&#160; <span class="keywordflow">return</span> <span class="keywordtype">object</span>.val_-&gt;InternalFieldCount();</div> <div class="line"><a name="l02598"></a><span class="lineno"> 2598</span>&#160; }</div> <div class="line"><a name="l02599"></a><span class="lineno"> 2599</span>&#160;</div> <div class="line"><a name="l02601"></a><span class="lineno"> 2601</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetInternalField(<span class="keywordtype">int</span> index);</div> <div class="line"><a name="l02602"></a><span class="lineno"> 2602</span>&#160;</div> <div class="line"><a name="l02604"></a><span class="lineno"> 2604</span>&#160; <span class="keywordtype">void</span> SetInternalField(<span class="keywordtype">int</span> index, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l02605"></a><span class="lineno"> 2605</span>&#160;</div> <div class="line"><a name="l02611"></a><span class="lineno"> 2611</span>&#160; V8_INLINE <span class="keywordtype">void</span>* GetAlignedPointerFromInternalField(<span class="keywordtype">int</span> index);</div> <div class="line"><a name="l02612"></a><span class="lineno"> 2612</span>&#160;</div> <div class="line"><a name="l02614"></a><span class="lineno"><a class="line" href="classv8_1_1_object.html#a65b5a3dc93c0774594f8b0f2ab5481c8"> 2614</a></span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a>(</div> <div class="line"><a name="l02615"></a><span class="lineno"> 2615</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase&lt;Object&gt;</a>&amp; <span class="keywordtype">object</span>, <span class="keywordtype">int</span> index) {</div> <div class="line"><a name="l02616"></a><span class="lineno"> 2616</span>&#160; <span class="keywordflow">return</span> <span class="keywordtype">object</span>.val_-&gt;GetAlignedPointerFromInternalField(index);</div> <div class="line"><a name="l02617"></a><span class="lineno"> 2617</span>&#160; }</div> <div class="line"><a name="l02618"></a><span class="lineno"> 2618</span>&#160;</div> <div class="line"><a name="l02624"></a><span class="lineno"> 2624</span>&#160; <span class="keywordtype">void</span> SetAlignedPointerInInternalField(<span class="keywordtype">int</span> index, <span class="keywordtype">void</span>* value);</div> <div class="line"><a name="l02625"></a><span class="lineno"> 2625</span>&#160;</div> <div class="line"><a name="l02626"></a><span class="lineno"> 2626</span>&#160; <span class="comment">// Testers for local properties.</span></div> <div class="line"><a name="l02627"></a><span class="lineno"> 2627</span>&#160; <span class="keywordtype">bool</span> HasOwnProperty(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> key);</div> <div class="line"><a name="l02628"></a><span class="lineno"> 2628</span>&#160; <span class="keywordtype">bool</span> HasRealNamedProperty(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> key);</div> <div class="line"><a name="l02629"></a><span class="lineno"> 2629</span>&#160; <span class="keywordtype">bool</span> HasRealIndexedProperty(uint32_t index);</div> <div class="line"><a name="l02630"></a><span class="lineno"> 2630</span>&#160; <span class="keywordtype">bool</span> HasRealNamedCallbackProperty(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> key);</div> <div class="line"><a name="l02631"></a><span class="lineno"> 2631</span>&#160;</div> <div class="line"><a name="l02636"></a><span class="lineno"> 2636</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetRealNamedPropertyInPrototypeChain(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> key);</div> <div class="line"><a name="l02637"></a><span class="lineno"> 2637</span>&#160;</div> <div class="line"><a name="l02643"></a><span class="lineno"> 2643</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetRealNamedProperty(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> key);</div> <div class="line"><a name="l02644"></a><span class="lineno"> 2644</span>&#160;</div> <div class="line"><a name="l02646"></a><span class="lineno"> 2646</span>&#160; <span class="keywordtype">bool</span> HasNamedLookupInterceptor();</div> <div class="line"><a name="l02647"></a><span class="lineno"> 2647</span>&#160;</div> <div class="line"><a name="l02649"></a><span class="lineno"> 2649</span>&#160; <span class="keywordtype">bool</span> HasIndexedLookupInterceptor();</div> <div class="line"><a name="l02650"></a><span class="lineno"> 2650</span>&#160;</div> <div class="line"><a name="l02656"></a><span class="lineno"> 2656</span>&#160; <span class="keywordtype">void</span> TurnOnAccessCheck();</div> <div class="line"><a name="l02657"></a><span class="lineno"> 2657</span>&#160;</div> <div class="line"><a name="l02665"></a><span class="lineno"> 2665</span>&#160; <span class="keywordtype">int</span> GetIdentityHash();</div> <div class="line"><a name="l02666"></a><span class="lineno"> 2666</span>&#160;</div> <div class="line"><a name="l02673"></a><span class="lineno"> 2673</span>&#160; <span class="keywordtype">bool</span> SetHiddenValue(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> key, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l02674"></a><span class="lineno"> 2674</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetHiddenValue(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> key);</div> <div class="line"><a name="l02675"></a><span class="lineno"> 2675</span>&#160; <span class="keywordtype">bool</span> DeleteHiddenValue(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> key);</div> <div class="line"><a name="l02676"></a><span class="lineno"> 2676</span>&#160;</div> <div class="line"><a name="l02681"></a><span class="lineno"> 2681</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> Clone();</div> <div class="line"><a name="l02682"></a><span class="lineno"> 2682</span>&#160;</div> <div class="line"><a name="l02686"></a><span class="lineno"> 2686</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Context&gt;</a> CreationContext();</div> <div class="line"><a name="l02687"></a><span class="lineno"> 2687</span>&#160;</div> <div class="line"><a name="l02695"></a><span class="lineno"> 2695</span>&#160; <span class="keywordtype">void</span> SetIndexedPropertiesToPixelData(uint8_t* data, <span class="keywordtype">int</span> length);</div> <div class="line"><a name="l02696"></a><span class="lineno"> 2696</span>&#160; <span class="keywordtype">bool</span> HasIndexedPropertiesInPixelData();</div> <div class="line"><a name="l02697"></a><span class="lineno"> 2697</span>&#160; uint8_t* GetIndexedPropertiesPixelData();</div> <div class="line"><a name="l02698"></a><span class="lineno"> 2698</span>&#160; <span class="keywordtype">int</span> GetIndexedPropertiesPixelDataLength();</div> <div class="line"><a name="l02699"></a><span class="lineno"> 2699</span>&#160;</div> <div class="line"><a name="l02707"></a><span class="lineno"> 2707</span>&#160; <span class="keywordtype">void</span> SetIndexedPropertiesToExternalArrayData(<span class="keywordtype">void</span>* data,</div> <div class="line"><a name="l02708"></a><span class="lineno"> 2708</span>&#160; ExternalArrayType array_type,</div> <div class="line"><a name="l02709"></a><span class="lineno"> 2709</span>&#160; <span class="keywordtype">int</span> number_of_elements);</div> <div class="line"><a name="l02710"></a><span class="lineno"> 2710</span>&#160; <span class="keywordtype">bool</span> HasIndexedPropertiesInExternalArrayData();</div> <div class="line"><a name="l02711"></a><span class="lineno"> 2711</span>&#160; <span class="keywordtype">void</span>* GetIndexedPropertiesExternalArrayData();</div> <div class="line"><a name="l02712"></a><span class="lineno"> 2712</span>&#160; ExternalArrayType GetIndexedPropertiesExternalArrayDataType();</div> <div class="line"><a name="l02713"></a><span class="lineno"> 2713</span>&#160; <span class="keywordtype">int</span> GetIndexedPropertiesExternalArrayDataLength();</div> <div class="line"><a name="l02714"></a><span class="lineno"> 2714</span>&#160;</div> <div class="line"><a name="l02720"></a><span class="lineno"> 2720</span>&#160; <span class="keywordtype">bool</span> IsCallable();</div> <div class="line"><a name="l02721"></a><span class="lineno"> 2721</span>&#160;</div> <div class="line"><a name="l02726"></a><span class="lineno"> 2726</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> CallAsFunction(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> recv,</div> <div class="line"><a name="l02727"></a><span class="lineno"> 2727</span>&#160; <span class="keywordtype">int</span> argc,</div> <div class="line"><a name="l02728"></a><span class="lineno"> 2728</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> argv[]);</div> <div class="line"><a name="l02729"></a><span class="lineno"> 2729</span>&#160;</div> <div class="line"><a name="l02735"></a><span class="lineno"> 2735</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> CallAsConstructor(<span class="keywordtype">int</span> argc, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> argv[]);</div> <div class="line"><a name="l02736"></a><span class="lineno"> 2736</span>&#160;</div> <div class="line"><a name="l02740"></a><span class="lineno"> 2740</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* GetIsolate();</div> <div class="line"><a name="l02741"></a><span class="lineno"> 2741</span>&#160;</div> <div class="line"><a name="l02742"></a><span class="lineno"> 2742</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l02743"></a><span class="lineno"> 2743</span>&#160;</div> <div class="line"><a name="l02744"></a><span class="lineno"> 2744</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_object.html">Object</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l02745"></a><span class="lineno"> 2745</span>&#160;</div> <div class="line"><a name="l02746"></a><span class="lineno"> 2746</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02747"></a><span class="lineno"> 2747</span>&#160; <a class="code" href="classv8_1_1_object.html">Object</a>();</div> <div class="line"><a name="l02748"></a><span class="lineno"> 2748</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l02749"></a><span class="lineno"> 2749</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> SlowGetInternalField(<span class="keywordtype">int</span> index);</div> <div class="line"><a name="l02750"></a><span class="lineno"> 2750</span>&#160; <span class="keywordtype">void</span>* SlowGetAlignedPointerFromInternalField(<span class="keywordtype">int</span> index);</div> <div class="line"><a name="l02751"></a><span class="lineno"> 2751</span>&#160;};</div> <div class="line"><a name="l02752"></a><span class="lineno"> 2752</span>&#160;</div> <div class="line"><a name="l02753"></a><span class="lineno"> 2753</span>&#160;</div> <div class="line"><a name="l02757"></a><span class="lineno"><a class="line" href="classv8_1_1_array.html"> 2757</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_array.html">Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l02758"></a><span class="lineno"> 2758</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02759"></a><span class="lineno"> 2759</span>&#160; uint32_t Length() <span class="keyword">const</span>;</div> <div class="line"><a name="l02760"></a><span class="lineno"> 2760</span>&#160;</div> <div class="line"><a name="l02765"></a><span class="lineno"> 2765</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> CloneElementAt(uint32_t index);</div> <div class="line"><a name="l02766"></a><span class="lineno"> 2766</span>&#160;</div> <div class="line"><a name="l02771"></a><span class="lineno"> 2771</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Array&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">int</span> length = 0);</div> <div class="line"><a name="l02772"></a><span class="lineno"> 2772</span>&#160;</div> <div class="line"><a name="l02773"></a><span class="lineno"> 2773</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_array.html">Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l02774"></a><span class="lineno"> 2774</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02775"></a><span class="lineno"> 2775</span>&#160; <a class="code" href="classv8_1_1_array.html">Array</a>();</div> <div class="line"><a name="l02776"></a><span class="lineno"> 2776</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l02777"></a><span class="lineno"> 2777</span>&#160;};</div> <div class="line"><a name="l02778"></a><span class="lineno"> 2778</span>&#160;</div> <div class="line"><a name="l02779"></a><span class="lineno"> 2779</span>&#160;</div> <div class="line"><a name="l02780"></a><span class="lineno"> 2780</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l02781"></a><span class="lineno"> 2781</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_return_value.html">ReturnValue</a> {</div> <div class="line"><a name="l02782"></a><span class="lineno"> 2782</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02783"></a><span class="lineno"> 2783</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt; V8_INLINE <a class="code" href="classv8_1_1_return_value.html">ReturnValue</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_return_value.html">ReturnValue&lt;S&gt;</a>&amp; that)</div> <div class="line"><a name="l02784"></a><span class="lineno"> 2784</span>&#160; : value_(that.value_) {</div> <div class="line"><a name="l02785"></a><span class="lineno"> 2785</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l02786"></a><span class="lineno"> 2786</span>&#160; }</div> <div class="line"><a name="l02787"></a><span class="lineno"> 2787</span>&#160; <span class="comment">// Handle setters</span></div> <div class="line"><a name="l02788"></a><span class="lineno"> 2788</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> S&gt; V8_INLINE <span class="keywordtype">void</span> Set(<span class="keyword">const</span> Persistent&lt;S&gt;&amp; handle);</div> <div class="line"><a name="l02789"></a><span class="lineno"> 2789</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> S&gt; V8_INLINE <span class="keywordtype">void</span> Set(<span class="keyword">const</span> Handle&lt;S&gt; handle);</div> <div class="line"><a name="l02790"></a><span class="lineno"> 2790</span>&#160; <span class="comment">// Fast primitive setters</span></div> <div class="line"><a name="l02791"></a><span class="lineno"> 2791</span>&#160; V8_INLINE <span class="keywordtype">void</span> Set(<span class="keywordtype">bool</span> value);</div> <div class="line"><a name="l02792"></a><span class="lineno"> 2792</span>&#160; V8_INLINE <span class="keywordtype">void</span> Set(<span class="keywordtype">double</span> i);</div> <div class="line"><a name="l02793"></a><span class="lineno"> 2793</span>&#160; V8_INLINE <span class="keywordtype">void</span> Set(int32_t i);</div> <div class="line"><a name="l02794"></a><span class="lineno"> 2794</span>&#160; V8_INLINE <span class="keywordtype">void</span> Set(uint32_t i);</div> <div class="line"><a name="l02795"></a><span class="lineno"> 2795</span>&#160; <span class="comment">// Fast JS primitive setters</span></div> <div class="line"><a name="l02796"></a><span class="lineno"> 2796</span>&#160; V8_INLINE <span class="keywordtype">void</span> SetNull();</div> <div class="line"><a name="l02797"></a><span class="lineno"> 2797</span>&#160; V8_INLINE <span class="keywordtype">void</span> SetUndefined();</div> <div class="line"><a name="l02798"></a><span class="lineno"> 2798</span>&#160; V8_INLINE <span class="keywordtype">void</span> SetEmptyString();</div> <div class="line"><a name="l02799"></a><span class="lineno"> 2799</span>&#160; <span class="comment">// Convenience getter for Isolate</span></div> <div class="line"><a name="l02800"></a><span class="lineno"> 2800</span>&#160; V8_INLINE Isolate* GetIsolate();</div> <div class="line"><a name="l02801"></a><span class="lineno"> 2801</span>&#160;</div> <div class="line"><a name="l02802"></a><span class="lineno"> 2802</span>&#160; <span class="comment">// Pointer setter: Uncompilable to prevent inadvertent misuse.</span></div> <div class="line"><a name="l02803"></a><span class="lineno"> 2803</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> S&gt;</div> <div class="line"><a name="l02804"></a><span class="lineno"> 2804</span>&#160; V8_INLINE <span class="keywordtype">void</span> Set(S* whatever);</div> <div class="line"><a name="l02805"></a><span class="lineno"> 2805</span>&#160;</div> <div class="line"><a name="l02806"></a><span class="lineno"> 2806</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02807"></a><span class="lineno"> 2807</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>ReturnValue;</div> <div class="line"><a name="l02808"></a><span class="lineno"> 2808</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>FunctionCallbackInfo;</div> <div class="line"><a name="l02809"></a><span class="lineno"> 2809</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">class</span> F&gt; <span class="keyword">friend</span> <span class="keyword">class </span>PropertyCallbackInfo;</div> <div class="line"><a name="l02810"></a><span class="lineno"> 2810</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> F, <span class="keyword">class</span> G, <span class="keyword">class</span> H&gt;</div> <div class="line"><a name="l02811"></a><span class="lineno"> 2811</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>PersistentValueMapBase;</div> <div class="line"><a name="l02812"></a><span class="lineno"> 2812</span>&#160; V8_INLINE <span class="keywordtype">void</span> SetInternal(internal::Object* value) { *value_ = value; }</div> <div class="line"><a name="l02813"></a><span class="lineno"> 2813</span>&#160; V8_INLINE internal::Object* GetDefaultValue();</div> <div class="line"><a name="l02814"></a><span class="lineno"> 2814</span>&#160; V8_INLINE <span class="keyword">explicit</span> ReturnValue(internal::Object** slot);</div> <div class="line"><a name="l02815"></a><span class="lineno"> 2815</span>&#160; internal::Object** value_;</div> <div class="line"><a name="l02816"></a><span class="lineno"> 2816</span>&#160;};</div> <div class="line"><a name="l02817"></a><span class="lineno"> 2817</span>&#160;</div> <div class="line"><a name="l02818"></a><span class="lineno"> 2818</span>&#160;</div> <div class="line"><a name="l02825"></a><span class="lineno"> 2825</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l02826"></a><span class="lineno"> 2826</span>&#160;<span class="keyword">class </span>FunctionCallbackInfo {</div> <div class="line"><a name="l02827"></a><span class="lineno"> 2827</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02828"></a><span class="lineno"> 2828</span>&#160; V8_INLINE <span class="keywordtype">int</span> Length() <span class="keyword">const</span>;</div> <div class="line"><a name="l02829"></a><span class="lineno"> 2829</span>&#160; V8_INLINE Local&lt;Value&gt; operator[](<span class="keywordtype">int</span> i) <span class="keyword">const</span>;</div> <div class="line"><a name="l02830"></a><span class="lineno"> 2830</span>&#160; V8_INLINE Local&lt;Function&gt; Callee() <span class="keyword">const</span>;</div> <div class="line"><a name="l02831"></a><span class="lineno"> 2831</span>&#160; V8_INLINE Local&lt;Object&gt; This() <span class="keyword">const</span>;</div> <div class="line"><a name="l02832"></a><span class="lineno"> 2832</span>&#160; V8_INLINE Local&lt;Object&gt; Holder() <span class="keyword">const</span>;</div> <div class="line"><a name="l02833"></a><span class="lineno"> 2833</span>&#160; V8_INLINE <span class="keywordtype">bool</span> IsConstructCall() <span class="keyword">const</span>;</div> <div class="line"><a name="l02834"></a><span class="lineno"> 2834</span>&#160; V8_INLINE Local&lt;Value&gt; Data() <span class="keyword">const</span>;</div> <div class="line"><a name="l02835"></a><span class="lineno"> 2835</span>&#160; V8_INLINE Isolate* GetIsolate() <span class="keyword">const</span>;</div> <div class="line"><a name="l02836"></a><span class="lineno"> 2836</span>&#160; V8_INLINE ReturnValue&lt;T&gt; GetReturnValue() <span class="keyword">const</span>;</div> <div class="line"><a name="l02837"></a><span class="lineno"> 2837</span>&#160; <span class="comment">// This shouldn&#39;t be public, but the arm compiler needs it.</span></div> <div class="line"><a name="l02838"></a><span class="lineno"> 2838</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kArgsLength = 7;</div> <div class="line"><a name="l02839"></a><span class="lineno"> 2839</span>&#160;</div> <div class="line"><a name="l02840"></a><span class="lineno"> 2840</span>&#160; <span class="keyword">protected</span>:</div> <div class="line"><a name="l02841"></a><span class="lineno"> 2841</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>internal::FunctionCallbackArguments;</div> <div class="line"><a name="l02842"></a><span class="lineno"> 2842</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>internal::CustomArguments&lt;FunctionCallbackInfo&gt;;</div> <div class="line"><a name="l02843"></a><span class="lineno"> 2843</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kHolderIndex = 0;</div> <div class="line"><a name="l02844"></a><span class="lineno"> 2844</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kIsolateIndex = 1;</div> <div class="line"><a name="l02845"></a><span class="lineno"> 2845</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kReturnValueDefaultValueIndex = 2;</div> <div class="line"><a name="l02846"></a><span class="lineno"> 2846</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kReturnValueIndex = 3;</div> <div class="line"><a name="l02847"></a><span class="lineno"> 2847</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kDataIndex = 4;</div> <div class="line"><a name="l02848"></a><span class="lineno"> 2848</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kCalleeIndex = 5;</div> <div class="line"><a name="l02849"></a><span class="lineno"> 2849</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kContextSaveIndex = 6;</div> <div class="line"><a name="l02850"></a><span class="lineno"> 2850</span>&#160;</div> <div class="line"><a name="l02851"></a><span class="lineno"> 2851</span>&#160; V8_INLINE FunctionCallbackInfo(internal::Object** implicit_args,</div> <div class="line"><a name="l02852"></a><span class="lineno"> 2852</span>&#160; internal::Object** values,</div> <div class="line"><a name="l02853"></a><span class="lineno"> 2853</span>&#160; <span class="keywordtype">int</span> length,</div> <div class="line"><a name="l02854"></a><span class="lineno"> 2854</span>&#160; <span class="keywordtype">bool</span> is_construct_call);</div> <div class="line"><a name="l02855"></a><span class="lineno"> 2855</span>&#160; internal::Object** implicit_args_;</div> <div class="line"><a name="l02856"></a><span class="lineno"> 2856</span>&#160; internal::Object** values_;</div> <div class="line"><a name="l02857"></a><span class="lineno"> 2857</span>&#160; <span class="keywordtype">int</span> length_;</div> <div class="line"><a name="l02858"></a><span class="lineno"> 2858</span>&#160; <span class="keywordtype">int</span> is_construct_call_;</div> <div class="line"><a name="l02859"></a><span class="lineno"> 2859</span>&#160;};</div> <div class="line"><a name="l02860"></a><span class="lineno"> 2860</span>&#160;</div> <div class="line"><a name="l02861"></a><span class="lineno"> 2861</span>&#160;</div> <div class="line"><a name="l02866"></a><span class="lineno"> 2866</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l02867"></a><span class="lineno"> 2867</span>&#160;<span class="keyword">class </span>PropertyCallbackInfo {</div> <div class="line"><a name="l02868"></a><span class="lineno"> 2868</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02869"></a><span class="lineno"> 2869</span>&#160; V8_INLINE Isolate* GetIsolate() <span class="keyword">const</span>;</div> <div class="line"><a name="l02870"></a><span class="lineno"> 2870</span>&#160; V8_INLINE Local&lt;Value&gt; Data() <span class="keyword">const</span>;</div> <div class="line"><a name="l02871"></a><span class="lineno"> 2871</span>&#160; V8_INLINE Local&lt;Object&gt; This() <span class="keyword">const</span>;</div> <div class="line"><a name="l02872"></a><span class="lineno"> 2872</span>&#160; V8_INLINE Local&lt;Object&gt; Holder() <span class="keyword">const</span>;</div> <div class="line"><a name="l02873"></a><span class="lineno"> 2873</span>&#160; V8_INLINE ReturnValue&lt;T&gt; GetReturnValue() <span class="keyword">const</span>;</div> <div class="line"><a name="l02874"></a><span class="lineno"> 2874</span>&#160; <span class="comment">// This shouldn&#39;t be public, but the arm compiler needs it.</span></div> <div class="line"><a name="l02875"></a><span class="lineno"> 2875</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kArgsLength = 6;</div> <div class="line"><a name="l02876"></a><span class="lineno"> 2876</span>&#160;</div> <div class="line"><a name="l02877"></a><span class="lineno"> 2877</span>&#160; <span class="keyword">protected</span>:</div> <div class="line"><a name="l02878"></a><span class="lineno"> 2878</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>MacroAssembler;</div> <div class="line"><a name="l02879"></a><span class="lineno"> 2879</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>internal::PropertyCallbackArguments;</div> <div class="line"><a name="l02880"></a><span class="lineno"> 2880</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>internal::CustomArguments&lt;PropertyCallbackInfo&gt;;</div> <div class="line"><a name="l02881"></a><span class="lineno"> 2881</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kHolderIndex = 0;</div> <div class="line"><a name="l02882"></a><span class="lineno"> 2882</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kIsolateIndex = 1;</div> <div class="line"><a name="l02883"></a><span class="lineno"> 2883</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kReturnValueDefaultValueIndex = 2;</div> <div class="line"><a name="l02884"></a><span class="lineno"> 2884</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kReturnValueIndex = 3;</div> <div class="line"><a name="l02885"></a><span class="lineno"> 2885</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kDataIndex = 4;</div> <div class="line"><a name="l02886"></a><span class="lineno"> 2886</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kThisIndex = 5;</div> <div class="line"><a name="l02887"></a><span class="lineno"> 2887</span>&#160;</div> <div class="line"><a name="l02888"></a><span class="lineno"> 2888</span>&#160; V8_INLINE PropertyCallbackInfo(internal::Object** args) : args_(args) {}</div> <div class="line"><a name="l02889"></a><span class="lineno"> 2889</span>&#160; internal::Object** args_;</div> <div class="line"><a name="l02890"></a><span class="lineno"> 2890</span>&#160;};</div> <div class="line"><a name="l02891"></a><span class="lineno"> 2891</span>&#160;</div> <div class="line"><a name="l02892"></a><span class="lineno"> 2892</span>&#160;</div> <div class="line"><a name="l02893"></a><span class="lineno"> 2893</span>&#160;<span class="keyword">typedef</span> void (*FunctionCallback)(<span class="keyword">const</span> FunctionCallbackInfo&lt;Value&gt;&amp; info);</div> <div class="line"><a name="l02894"></a><span class="lineno"> 2894</span>&#160;</div> <div class="line"><a name="l02895"></a><span class="lineno"> 2895</span>&#160;</div> <div class="line"><a name="l02899"></a><span class="lineno"><a class="line" href="classv8_1_1_function.html"> 2899</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_function.html">Function</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l02900"></a><span class="lineno"> 2900</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02905"></a><span class="lineno"> 2905</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Function&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l02906"></a><span class="lineno"> 2906</span>&#160; FunctionCallback callback,</div> <div class="line"><a name="l02907"></a><span class="lineno"> 2907</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a>(),</div> <div class="line"><a name="l02908"></a><span class="lineno"> 2908</span>&#160; <span class="keywordtype">int</span> length = 0);</div> <div class="line"><a name="l02909"></a><span class="lineno"> 2909</span>&#160;</div> <div class="line"><a name="l02910"></a><span class="lineno"> 2910</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> NewInstance() <span class="keyword">const</span>;</div> <div class="line"><a name="l02911"></a><span class="lineno"> 2911</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> NewInstance(<span class="keywordtype">int</span> argc, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> argv[]) <span class="keyword">const</span>;</div> <div class="line"><a name="l02912"></a><span class="lineno"> 2912</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> Call(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> recv, <span class="keywordtype">int</span> argc, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> argv[]);</div> <div class="line"><a name="l02913"></a><span class="lineno"> 2913</span>&#160; <span class="keywordtype">void</span> SetName(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> name);</div> <div class="line"><a name="l02914"></a><span class="lineno"> 2914</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetName() <span class="keyword">const</span>;</div> <div class="line"><a name="l02915"></a><span class="lineno"> 2915</span>&#160;</div> <div class="line"><a name="l02922"></a><span class="lineno"> 2922</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetInferredName() <span class="keyword">const</span>;</div> <div class="line"><a name="l02923"></a><span class="lineno"> 2923</span>&#160;</div> <div class="line"><a name="l02928"></a><span class="lineno"> 2928</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetDisplayName() <span class="keyword">const</span>;</div> <div class="line"><a name="l02929"></a><span class="lineno"> 2929</span>&#160;</div> <div class="line"><a name="l02934"></a><span class="lineno"> 2934</span>&#160; <span class="keywordtype">int</span> GetScriptLineNumber() <span class="keyword">const</span>;</div> <div class="line"><a name="l02939"></a><span class="lineno"> 2939</span>&#160; <span class="keywordtype">int</span> GetScriptColumnNumber() <span class="keyword">const</span>;</div> <div class="line"><a name="l02940"></a><span class="lineno"> 2940</span>&#160;</div> <div class="line"><a name="l02944"></a><span class="lineno"> 2944</span>&#160; <span class="keywordtype">bool</span> IsBuiltin() <span class="keyword">const</span>;</div> <div class="line"><a name="l02945"></a><span class="lineno"> 2945</span>&#160;</div> <div class="line"><a name="l02949"></a><span class="lineno"> 2949</span>&#160; <span class="keywordtype">int</span> ScriptId() <span class="keyword">const</span>;</div> <div class="line"><a name="l02950"></a><span class="lineno"> 2950</span>&#160;</div> <div class="line"><a name="l02955"></a><span class="lineno"> 2955</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetBoundFunction() <span class="keyword">const</span>;</div> <div class="line"><a name="l02956"></a><span class="lineno"> 2956</span>&#160;</div> <div class="line"><a name="l02957"></a><span class="lineno"> 2957</span>&#160; <a class="code" href="classv8_1_1_script_origin.html">ScriptOrigin</a> GetScriptOrigin() <span class="keyword">const</span>;</div> <div class="line"><a name="l02958"></a><span class="lineno"> 2958</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_function.html">Function</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l02959"></a><span class="lineno"> 2959</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kLineOffsetNotFound;</div> <div class="line"><a name="l02960"></a><span class="lineno"> 2960</span>&#160;</div> <div class="line"><a name="l02961"></a><span class="lineno"> 2961</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02962"></a><span class="lineno"> 2962</span>&#160; <a class="code" href="classv8_1_1_function.html">Function</a>();</div> <div class="line"><a name="l02963"></a><span class="lineno"> 2963</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l02964"></a><span class="lineno"> 2964</span>&#160;};</div> <div class="line"><a name="l02965"></a><span class="lineno"> 2965</span>&#160;</div> <div class="line"><a name="l02966"></a><span class="lineno"> 2966</span>&#160;</div> <div class="line"><a name="l02971"></a><span class="lineno"><a class="line" href="classv8_1_1_promise.html"> 2971</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_promise.html">Promise</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l02972"></a><span class="lineno"> 2972</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02973"></a><span class="lineno"><a class="line" href="classv8_1_1_promise_1_1_resolver.html"> 2973</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_promise_1_1_resolver.html">Resolver</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l02974"></a><span class="lineno"> 2974</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l02978"></a><span class="lineno"> 2978</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Resolver&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l02979"></a><span class="lineno"> 2979</span>&#160;</div> <div class="line"><a name="l02983"></a><span class="lineno"> 2983</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Promise&gt;</a> GetPromise();</div> <div class="line"><a name="l02984"></a><span class="lineno"> 2984</span>&#160;</div> <div class="line"><a name="l02989"></a><span class="lineno"> 2989</span>&#160; <span class="keywordtype">void</span> Resolve(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l02990"></a><span class="lineno"> 2990</span>&#160; <span class="keywordtype">void</span> Reject(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l02991"></a><span class="lineno"> 2991</span>&#160;</div> <div class="line"><a name="l02992"></a><span class="lineno"> 2992</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_promise_1_1_resolver.html">Resolver</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l02993"></a><span class="lineno"> 2993</span>&#160;</div> <div class="line"><a name="l02994"></a><span class="lineno"> 2994</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l02995"></a><span class="lineno"> 2995</span>&#160; <a class="code" href="classv8_1_1_promise_1_1_resolver.html">Resolver</a>();</div> <div class="line"><a name="l02996"></a><span class="lineno"> 2996</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l02997"></a><span class="lineno"> 2997</span>&#160; };</div> <div class="line"><a name="l02998"></a><span class="lineno"> 2998</span>&#160;</div> <div class="line"><a name="l03005"></a><span class="lineno"> 3005</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Promise&gt;</a> Chain(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Function&gt;</a> handler);</div> <div class="line"><a name="l03006"></a><span class="lineno"> 3006</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Promise&gt;</a> Catch(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Function&gt;</a> handler);</div> <div class="line"><a name="l03007"></a><span class="lineno"> 3007</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Promise&gt;</a> Then(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Function&gt;</a> handler);</div> <div class="line"><a name="l03008"></a><span class="lineno"> 3008</span>&#160;</div> <div class="line"><a name="l03013"></a><span class="lineno"> 3013</span>&#160; <span class="keywordtype">bool</span> HasHandler();</div> <div class="line"><a name="l03014"></a><span class="lineno"> 3014</span>&#160;</div> <div class="line"><a name="l03015"></a><span class="lineno"> 3015</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_promise.html">Promise</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03016"></a><span class="lineno"> 3016</span>&#160;</div> <div class="line"><a name="l03017"></a><span class="lineno"> 3017</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03018"></a><span class="lineno"> 3018</span>&#160; <a class="code" href="classv8_1_1_promise.html">Promise</a>();</div> <div class="line"><a name="l03019"></a><span class="lineno"> 3019</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03020"></a><span class="lineno"> 3020</span>&#160;};</div> <div class="line"><a name="l03021"></a><span class="lineno"> 3021</span>&#160;</div> <div class="line"><a name="l03022"></a><span class="lineno"> 3022</span>&#160;</div> <div class="line"><a name="l03023"></a><span class="lineno"> 3023</span>&#160;<span class="preprocessor">#ifndef V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT</span></div> <div class="line"><a name="l03024"></a><span class="lineno"> 3024</span>&#160;<span class="comment">// The number of required internal fields can be defined by embedder.</span></div> <div class="line"><a name="l03025"></a><span class="lineno"> 3025</span>&#160;<span class="preprocessor">#define V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT 2</span></div> <div class="line"><a name="l03026"></a><span class="lineno"> 3026</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l03027"></a><span class="lineno"> 3027</span>&#160;</div> <div class="line"><a name="l03032"></a><span class="lineno"><a class="line" href="classv8_1_1_array_buffer.html"> 3032</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_array_buffer.html">ArrayBuffer</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l03033"></a><span class="lineno"> 3033</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03041"></a><span class="lineno"><a class="line" href="classv8_1_1_array_buffer_1_1_allocator.html"> 3041</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_array_buffer_1_1_allocator.html">Allocator</a> { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l03042"></a><span class="lineno"> 3042</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03043"></a><span class="lineno"> 3043</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_array_buffer_1_1_allocator.html">Allocator</a>() {}</div> <div class="line"><a name="l03044"></a><span class="lineno"> 3044</span>&#160;</div> <div class="line"><a name="l03049"></a><span class="lineno"> 3049</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span>* Allocate(<span class="keywordtype">size_t</span> length) = 0;</div> <div class="line"><a name="l03050"></a><span class="lineno"> 3050</span>&#160;</div> <div class="line"><a name="l03055"></a><span class="lineno"> 3055</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span>* AllocateUninitialized(<span class="keywordtype">size_t</span> length) = 0;</div> <div class="line"><a name="l03060"></a><span class="lineno"> 3060</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> Free(<span class="keywordtype">void</span>* data, <span class="keywordtype">size_t</span> length) = 0;</div> <div class="line"><a name="l03061"></a><span class="lineno"> 3061</span>&#160; };</div> <div class="line"><a name="l03062"></a><span class="lineno"> 3062</span>&#160;</div> <div class="line"><a name="l03073"></a><span class="lineno"><a class="line" href="classv8_1_1_array_buffer_1_1_contents.html"> 3073</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_array_buffer_1_1_contents.html">Contents</a> { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l03074"></a><span class="lineno"> 3074</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03075"></a><span class="lineno"> 3075</span>&#160; <a class="code" href="classv8_1_1_array_buffer_1_1_contents.html">Contents</a>() : data_(NULL), byte_length_(0) {}</div> <div class="line"><a name="l03076"></a><span class="lineno"> 3076</span>&#160;</div> <div class="line"><a name="l03077"></a><span class="lineno"> 3077</span>&#160; <span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_data.html">Data</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> data_; }</div> <div class="line"><a name="l03078"></a><span class="lineno"> 3078</span>&#160; <span class="keywordtype">size_t</span> ByteLength()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> byte_length_; }</div> <div class="line"><a name="l03079"></a><span class="lineno"> 3079</span>&#160;</div> <div class="line"><a name="l03080"></a><span class="lineno"> 3080</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03081"></a><span class="lineno"> 3081</span>&#160; <span class="keywordtype">void</span>* data_;</div> <div class="line"><a name="l03082"></a><span class="lineno"> 3082</span>&#160; <span class="keywordtype">size_t</span> byte_length_;</div> <div class="line"><a name="l03083"></a><span class="lineno"> 3083</span>&#160;</div> <div class="line"><a name="l03084"></a><span class="lineno"> 3084</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_array_buffer.html">ArrayBuffer</a>;</div> <div class="line"><a name="l03085"></a><span class="lineno"> 3085</span>&#160; };</div> <div class="line"><a name="l03086"></a><span class="lineno"> 3086</span>&#160;</div> <div class="line"><a name="l03087"></a><span class="lineno"> 3087</span>&#160;</div> <div class="line"><a name="l03091"></a><span class="lineno"> 3091</span>&#160; <span class="keywordtype">size_t</span> ByteLength() <span class="keyword">const</span>;</div> <div class="line"><a name="l03092"></a><span class="lineno"> 3092</span>&#160;</div> <div class="line"><a name="l03099"></a><span class="lineno"> 3099</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;ArrayBuffer&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">size_t</span> byte_length);</div> <div class="line"><a name="l03100"></a><span class="lineno"> 3100</span>&#160;</div> <div class="line"><a name="l03107"></a><span class="lineno"> 3107</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;ArrayBuffer&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">void</span>* data,</div> <div class="line"><a name="l03108"></a><span class="lineno"> 3108</span>&#160; <span class="keywordtype">size_t</span> byte_length);</div> <div class="line"><a name="l03109"></a><span class="lineno"> 3109</span>&#160;</div> <div class="line"><a name="l03114"></a><span class="lineno"> 3114</span>&#160; <span class="keywordtype">bool</span> IsExternal() <span class="keyword">const</span>;</div> <div class="line"><a name="l03115"></a><span class="lineno"> 3115</span>&#160;</div> <div class="line"><a name="l03119"></a><span class="lineno"> 3119</span>&#160; <span class="keywordtype">bool</span> IsNeuterable() <span class="keyword">const</span>;</div> <div class="line"><a name="l03120"></a><span class="lineno"> 3120</span>&#160;</div> <div class="line"><a name="l03127"></a><span class="lineno"> 3127</span>&#160; <span class="keywordtype">void</span> Neuter();</div> <div class="line"><a name="l03128"></a><span class="lineno"> 3128</span>&#160;</div> <div class="line"><a name="l03138"></a><span class="lineno"> 3138</span>&#160; <a class="code" href="classv8_1_1_array_buffer_1_1_contents.html">Contents</a> Externalize();</div> <div class="line"><a name="l03139"></a><span class="lineno"> 3139</span>&#160;</div> <div class="line"><a name="l03140"></a><span class="lineno"> 3140</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_array_buffer.html">ArrayBuffer</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03141"></a><span class="lineno"> 3141</span>&#160;</div> <div class="line"><a name="l03142"></a><span class="lineno"> 3142</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kInternalFieldCount = V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT;</div> <div class="line"><a name="l03143"></a><span class="lineno"> 3143</span>&#160;</div> <div class="line"><a name="l03144"></a><span class="lineno"> 3144</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03145"></a><span class="lineno"> 3145</span>&#160; <a class="code" href="classv8_1_1_array_buffer.html">ArrayBuffer</a>();</div> <div class="line"><a name="l03146"></a><span class="lineno"> 3146</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03147"></a><span class="lineno"> 3147</span>&#160;};</div> <div class="line"><a name="l03148"></a><span class="lineno"> 3148</span>&#160;</div> <div class="line"><a name="l03149"></a><span class="lineno"> 3149</span>&#160;</div> <div class="line"><a name="l03150"></a><span class="lineno"> 3150</span>&#160;<span class="preprocessor">#ifndef V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT</span></div> <div class="line"><a name="l03151"></a><span class="lineno"> 3151</span>&#160;<span class="comment">// The number of required internal fields can be defined by embedder.</span></div> <div class="line"><a name="l03152"></a><span class="lineno"> 3152</span>&#160;<span class="preprocessor">#define V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT 2</span></div> <div class="line"><a name="l03153"></a><span class="lineno"> 3153</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l03154"></a><span class="lineno"> 3154</span>&#160;</div> <div class="line"><a name="l03155"></a><span class="lineno"> 3155</span>&#160;</div> <div class="line"><a name="l03162"></a><span class="lineno"><a class="line" href="classv8_1_1_array_buffer_view.html"> 3162</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_array_buffer_view.html">ArrayBufferView</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l03163"></a><span class="lineno"> 3163</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03167"></a><span class="lineno"> 3167</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;ArrayBuffer&gt;</a> Buffer();</div> <div class="line"><a name="l03171"></a><span class="lineno"> 3171</span>&#160; <span class="keywordtype">size_t</span> ByteOffset();</div> <div class="line"><a name="l03175"></a><span class="lineno"> 3175</span>&#160; <span class="keywordtype">size_t</span> ByteLength();</div> <div class="line"><a name="l03176"></a><span class="lineno"> 3176</span>&#160;</div> <div class="line"><a name="l03177"></a><span class="lineno"> 3177</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_array_buffer_view.html">ArrayBufferView</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03178"></a><span class="lineno"> 3178</span>&#160;</div> <div class="line"><a name="l03179"></a><span class="lineno"> 3179</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kInternalFieldCount =</div> <div class="line"><a name="l03180"></a><span class="lineno"> 3180</span>&#160; V8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT;</div> <div class="line"><a name="l03181"></a><span class="lineno"> 3181</span>&#160;</div> <div class="line"><a name="l03182"></a><span class="lineno"> 3182</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03183"></a><span class="lineno"> 3183</span>&#160; <a class="code" href="classv8_1_1_array_buffer_view.html">ArrayBufferView</a>();</div> <div class="line"><a name="l03184"></a><span class="lineno"> 3184</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03185"></a><span class="lineno"> 3185</span>&#160;};</div> <div class="line"><a name="l03186"></a><span class="lineno"> 3186</span>&#160;</div> <div class="line"><a name="l03187"></a><span class="lineno"> 3187</span>&#160;</div> <div class="line"><a name="l03193"></a><span class="lineno"><a class="line" href="classv8_1_1_typed_array.html"> 3193</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_array_buffer_view.html">ArrayBufferView</a> {</div> <div class="line"><a name="l03194"></a><span class="lineno"> 3194</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03199"></a><span class="lineno"> 3199</span>&#160; <span class="keywordtype">size_t</span> Length();</div> <div class="line"><a name="l03200"></a><span class="lineno"> 3200</span>&#160;</div> <div class="line"><a name="l03201"></a><span class="lineno"> 3201</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03202"></a><span class="lineno"> 3202</span>&#160;</div> <div class="line"><a name="l03203"></a><span class="lineno"> 3203</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03204"></a><span class="lineno"> 3204</span>&#160; <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a>();</div> <div class="line"><a name="l03205"></a><span class="lineno"> 3205</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03206"></a><span class="lineno"> 3206</span>&#160;};</div> <div class="line"><a name="l03207"></a><span class="lineno"> 3207</span>&#160;</div> <div class="line"><a name="l03208"></a><span class="lineno"> 3208</span>&#160;</div> <div class="line"><a name="l03213"></a><span class="lineno"><a class="line" href="classv8_1_1_uint8_array.html"> 3213</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_uint8_array.html">Uint8Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03214"></a><span class="lineno"> 3214</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03215"></a><span class="lineno"> 3215</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Uint8Array&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03216"></a><span class="lineno"> 3216</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03217"></a><span class="lineno"> 3217</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_uint8_array.html">Uint8Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03218"></a><span class="lineno"> 3218</span>&#160;</div> <div class="line"><a name="l03219"></a><span class="lineno"> 3219</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03220"></a><span class="lineno"> 3220</span>&#160; <a class="code" href="classv8_1_1_uint8_array.html">Uint8Array</a>();</div> <div class="line"><a name="l03221"></a><span class="lineno"> 3221</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03222"></a><span class="lineno"> 3222</span>&#160;};</div> <div class="line"><a name="l03223"></a><span class="lineno"> 3223</span>&#160;</div> <div class="line"><a name="l03224"></a><span class="lineno"> 3224</span>&#160;</div> <div class="line"><a name="l03229"></a><span class="lineno"><a class="line" href="classv8_1_1_uint8_clamped_array.html"> 3229</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_uint8_clamped_array.html">Uint8ClampedArray</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03230"></a><span class="lineno"> 3230</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03231"></a><span class="lineno"> 3231</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Uint8ClampedArray&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03232"></a><span class="lineno"> 3232</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03233"></a><span class="lineno"> 3233</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_uint8_clamped_array.html">Uint8ClampedArray</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03234"></a><span class="lineno"> 3234</span>&#160;</div> <div class="line"><a name="l03235"></a><span class="lineno"> 3235</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03236"></a><span class="lineno"> 3236</span>&#160; <a class="code" href="classv8_1_1_uint8_clamped_array.html">Uint8ClampedArray</a>();</div> <div class="line"><a name="l03237"></a><span class="lineno"> 3237</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03238"></a><span class="lineno"> 3238</span>&#160;};</div> <div class="line"><a name="l03239"></a><span class="lineno"> 3239</span>&#160;</div> <div class="line"><a name="l03244"></a><span class="lineno"><a class="line" href="classv8_1_1_int8_array.html"> 3244</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_int8_array.html">Int8Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03245"></a><span class="lineno"> 3245</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03246"></a><span class="lineno"> 3246</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Int8Array&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03247"></a><span class="lineno"> 3247</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03248"></a><span class="lineno"> 3248</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_int8_array.html">Int8Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03249"></a><span class="lineno"> 3249</span>&#160;</div> <div class="line"><a name="l03250"></a><span class="lineno"> 3250</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03251"></a><span class="lineno"> 3251</span>&#160; <a class="code" href="classv8_1_1_int8_array.html">Int8Array</a>();</div> <div class="line"><a name="l03252"></a><span class="lineno"> 3252</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03253"></a><span class="lineno"> 3253</span>&#160;};</div> <div class="line"><a name="l03254"></a><span class="lineno"> 3254</span>&#160;</div> <div class="line"><a name="l03255"></a><span class="lineno"> 3255</span>&#160;</div> <div class="line"><a name="l03260"></a><span class="lineno"><a class="line" href="classv8_1_1_uint16_array.html"> 3260</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_uint16_array.html">Uint16Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03261"></a><span class="lineno"> 3261</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03262"></a><span class="lineno"> 3262</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Uint16Array&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03263"></a><span class="lineno"> 3263</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03264"></a><span class="lineno"> 3264</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_uint16_array.html">Uint16Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03265"></a><span class="lineno"> 3265</span>&#160;</div> <div class="line"><a name="l03266"></a><span class="lineno"> 3266</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03267"></a><span class="lineno"> 3267</span>&#160; <a class="code" href="classv8_1_1_uint16_array.html">Uint16Array</a>();</div> <div class="line"><a name="l03268"></a><span class="lineno"> 3268</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03269"></a><span class="lineno"> 3269</span>&#160;};</div> <div class="line"><a name="l03270"></a><span class="lineno"> 3270</span>&#160;</div> <div class="line"><a name="l03271"></a><span class="lineno"> 3271</span>&#160;</div> <div class="line"><a name="l03276"></a><span class="lineno"><a class="line" href="classv8_1_1_int16_array.html"> 3276</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_int16_array.html">Int16Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03277"></a><span class="lineno"> 3277</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03278"></a><span class="lineno"> 3278</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Int16Array&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03279"></a><span class="lineno"> 3279</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03280"></a><span class="lineno"> 3280</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_int16_array.html">Int16Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03281"></a><span class="lineno"> 3281</span>&#160;</div> <div class="line"><a name="l03282"></a><span class="lineno"> 3282</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03283"></a><span class="lineno"> 3283</span>&#160; <a class="code" href="classv8_1_1_int16_array.html">Int16Array</a>();</div> <div class="line"><a name="l03284"></a><span class="lineno"> 3284</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03285"></a><span class="lineno"> 3285</span>&#160;};</div> <div class="line"><a name="l03286"></a><span class="lineno"> 3286</span>&#160;</div> <div class="line"><a name="l03287"></a><span class="lineno"> 3287</span>&#160;</div> <div class="line"><a name="l03292"></a><span class="lineno"><a class="line" href="classv8_1_1_uint32_array.html"> 3292</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_uint32_array.html">Uint32Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03293"></a><span class="lineno"> 3293</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03294"></a><span class="lineno"> 3294</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Uint32Array&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03295"></a><span class="lineno"> 3295</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03296"></a><span class="lineno"> 3296</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_uint32_array.html">Uint32Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03297"></a><span class="lineno"> 3297</span>&#160;</div> <div class="line"><a name="l03298"></a><span class="lineno"> 3298</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03299"></a><span class="lineno"> 3299</span>&#160; <a class="code" href="classv8_1_1_uint32_array.html">Uint32Array</a>();</div> <div class="line"><a name="l03300"></a><span class="lineno"> 3300</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03301"></a><span class="lineno"> 3301</span>&#160;};</div> <div class="line"><a name="l03302"></a><span class="lineno"> 3302</span>&#160;</div> <div class="line"><a name="l03303"></a><span class="lineno"> 3303</span>&#160;</div> <div class="line"><a name="l03308"></a><span class="lineno"><a class="line" href="classv8_1_1_int32_array.html"> 3308</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_int32_array.html">Int32Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03309"></a><span class="lineno"> 3309</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03310"></a><span class="lineno"> 3310</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Int32Array&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03311"></a><span class="lineno"> 3311</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03312"></a><span class="lineno"> 3312</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_int32_array.html">Int32Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03313"></a><span class="lineno"> 3313</span>&#160;</div> <div class="line"><a name="l03314"></a><span class="lineno"> 3314</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03315"></a><span class="lineno"> 3315</span>&#160; <a class="code" href="classv8_1_1_int32_array.html">Int32Array</a>();</div> <div class="line"><a name="l03316"></a><span class="lineno"> 3316</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03317"></a><span class="lineno"> 3317</span>&#160;};</div> <div class="line"><a name="l03318"></a><span class="lineno"> 3318</span>&#160;</div> <div class="line"><a name="l03319"></a><span class="lineno"> 3319</span>&#160;</div> <div class="line"><a name="l03324"></a><span class="lineno"><a class="line" href="classv8_1_1_float32_array.html"> 3324</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_float32_array.html">Float32Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03325"></a><span class="lineno"> 3325</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03326"></a><span class="lineno"> 3326</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Float32Array&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03327"></a><span class="lineno"> 3327</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03328"></a><span class="lineno"> 3328</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_float32_array.html">Float32Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03329"></a><span class="lineno"> 3329</span>&#160;</div> <div class="line"><a name="l03330"></a><span class="lineno"> 3330</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03331"></a><span class="lineno"> 3331</span>&#160; <a class="code" href="classv8_1_1_float32_array.html">Float32Array</a>();</div> <div class="line"><a name="l03332"></a><span class="lineno"> 3332</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03333"></a><span class="lineno"> 3333</span>&#160;};</div> <div class="line"><a name="l03334"></a><span class="lineno"> 3334</span>&#160;</div> <div class="line"><a name="l03335"></a><span class="lineno"> 3335</span>&#160;</div> <div class="line"><a name="l03340"></a><span class="lineno"><a class="line" href="classv8_1_1_float64_array.html"> 3340</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_float64_array.html">Float64Array</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_typed_array.html">TypedArray</a> {</div> <div class="line"><a name="l03341"></a><span class="lineno"> 3341</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03342"></a><span class="lineno"> 3342</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Float64Array&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03343"></a><span class="lineno"> 3343</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03344"></a><span class="lineno"> 3344</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_float64_array.html">Float64Array</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03345"></a><span class="lineno"> 3345</span>&#160;</div> <div class="line"><a name="l03346"></a><span class="lineno"> 3346</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03347"></a><span class="lineno"> 3347</span>&#160; <a class="code" href="classv8_1_1_float64_array.html">Float64Array</a>();</div> <div class="line"><a name="l03348"></a><span class="lineno"> 3348</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03349"></a><span class="lineno"> 3349</span>&#160;};</div> <div class="line"><a name="l03350"></a><span class="lineno"> 3350</span>&#160;</div> <div class="line"><a name="l03351"></a><span class="lineno"> 3351</span>&#160;</div> <div class="line"><a name="l03356"></a><span class="lineno"><a class="line" href="classv8_1_1_data_view.html"> 3356</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_data_view.html">DataView</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_array_buffer_view.html">ArrayBufferView</a> {</div> <div class="line"><a name="l03357"></a><span class="lineno"> 3357</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03358"></a><span class="lineno"> 3358</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;DataView&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;ArrayBuffer&gt;</a> array_buffer,</div> <div class="line"><a name="l03359"></a><span class="lineno"> 3359</span>&#160; <span class="keywordtype">size_t</span> byte_offset, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l03360"></a><span class="lineno"> 3360</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_data_view.html">DataView</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03361"></a><span class="lineno"> 3361</span>&#160;</div> <div class="line"><a name="l03362"></a><span class="lineno"> 3362</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03363"></a><span class="lineno"> 3363</span>&#160; <a class="code" href="classv8_1_1_data_view.html">DataView</a>();</div> <div class="line"><a name="l03364"></a><span class="lineno"> 3364</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03365"></a><span class="lineno"> 3365</span>&#160;};</div> <div class="line"><a name="l03366"></a><span class="lineno"> 3366</span>&#160;</div> <div class="line"><a name="l03367"></a><span class="lineno"> 3367</span>&#160;</div> <div class="line"><a name="l03371"></a><span class="lineno"><a class="line" href="classv8_1_1_date.html"> 3371</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_date.html">Date</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l03372"></a><span class="lineno"> 3372</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03373"></a><span class="lineno"> 3373</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">double</span> time);</div> <div class="line"><a name="l03374"></a><span class="lineno"> 3374</span>&#160;</div> <div class="line"><a name="l03379"></a><span class="lineno"> 3379</span>&#160; <span class="keywordtype">double</span> ValueOf() <span class="keyword">const</span>;</div> <div class="line"><a name="l03380"></a><span class="lineno"> 3380</span>&#160;</div> <div class="line"><a name="l03381"></a><span class="lineno"> 3381</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_date.html">Date</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03382"></a><span class="lineno"> 3382</span>&#160;</div> <div class="line"><a name="l03395"></a><span class="lineno"> 3395</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> DateTimeConfigurationChangeNotification(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l03396"></a><span class="lineno"> 3396</span>&#160;</div> <div class="line"><a name="l03397"></a><span class="lineno"> 3397</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03398"></a><span class="lineno"> 3398</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03399"></a><span class="lineno"> 3399</span>&#160;};</div> <div class="line"><a name="l03400"></a><span class="lineno"> 3400</span>&#160;</div> <div class="line"><a name="l03401"></a><span class="lineno"> 3401</span>&#160;</div> <div class="line"><a name="l03405"></a><span class="lineno"><a class="line" href="classv8_1_1_number_object.html"> 3405</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_number_object.html">NumberObject</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l03406"></a><span class="lineno"> 3406</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03407"></a><span class="lineno"> 3407</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">double</span> value);</div> <div class="line"><a name="l03408"></a><span class="lineno"> 3408</span>&#160;</div> <div class="line"><a name="l03409"></a><span class="lineno"> 3409</span>&#160; <span class="keywordtype">double</span> ValueOf() <span class="keyword">const</span>;</div> <div class="line"><a name="l03410"></a><span class="lineno"> 3410</span>&#160;</div> <div class="line"><a name="l03411"></a><span class="lineno"> 3411</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_number_object.html">NumberObject</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03412"></a><span class="lineno"> 3412</span>&#160;</div> <div class="line"><a name="l03413"></a><span class="lineno"> 3413</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03414"></a><span class="lineno"> 3414</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03415"></a><span class="lineno"> 3415</span>&#160;};</div> <div class="line"><a name="l03416"></a><span class="lineno"> 3416</span>&#160;</div> <div class="line"><a name="l03417"></a><span class="lineno"> 3417</span>&#160;</div> <div class="line"><a name="l03421"></a><span class="lineno"><a class="line" href="classv8_1_1_boolean_object.html"> 3421</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_boolean_object.html">BooleanObject</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l03422"></a><span class="lineno"> 3422</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03423"></a><span class="lineno"> 3423</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> New(<span class="keywordtype">bool</span> value);</div> <div class="line"><a name="l03424"></a><span class="lineno"> 3424</span>&#160;</div> <div class="line"><a name="l03425"></a><span class="lineno"> 3425</span>&#160; <span class="keywordtype">bool</span> ValueOf() <span class="keyword">const</span>;</div> <div class="line"><a name="l03426"></a><span class="lineno"> 3426</span>&#160;</div> <div class="line"><a name="l03427"></a><span class="lineno"> 3427</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_boolean_object.html">BooleanObject</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03428"></a><span class="lineno"> 3428</span>&#160;</div> <div class="line"><a name="l03429"></a><span class="lineno"> 3429</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03430"></a><span class="lineno"> 3430</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03431"></a><span class="lineno"> 3431</span>&#160;};</div> <div class="line"><a name="l03432"></a><span class="lineno"> 3432</span>&#160;</div> <div class="line"><a name="l03433"></a><span class="lineno"> 3433</span>&#160;</div> <div class="line"><a name="l03437"></a><span class="lineno"><a class="line" href="classv8_1_1_string_object.html"> 3437</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_string_object.html">StringObject</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l03438"></a><span class="lineno"> 3438</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03439"></a><span class="lineno"> 3439</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> value);</div> <div class="line"><a name="l03440"></a><span class="lineno"> 3440</span>&#160;</div> <div class="line"><a name="l03441"></a><span class="lineno"> 3441</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> ValueOf() <span class="keyword">const</span>;</div> <div class="line"><a name="l03442"></a><span class="lineno"> 3442</span>&#160;</div> <div class="line"><a name="l03443"></a><span class="lineno"> 3443</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_string_object.html">StringObject</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03444"></a><span class="lineno"> 3444</span>&#160;</div> <div class="line"><a name="l03445"></a><span class="lineno"> 3445</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03446"></a><span class="lineno"> 3446</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03447"></a><span class="lineno"> 3447</span>&#160;};</div> <div class="line"><a name="l03448"></a><span class="lineno"> 3448</span>&#160;</div> <div class="line"><a name="l03449"></a><span class="lineno"> 3449</span>&#160;</div> <div class="line"><a name="l03455"></a><span class="lineno"><a class="line" href="classv8_1_1_symbol_object.html"> 3455</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_symbol_object.html">SymbolObject</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l03456"></a><span class="lineno"> 3456</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03457"></a><span class="lineno"> 3457</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Symbol&gt;</a> value);</div> <div class="line"><a name="l03458"></a><span class="lineno"> 3458</span>&#160;</div> <div class="line"><a name="l03459"></a><span class="lineno"> 3459</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Symbol&gt;</a> ValueOf() <span class="keyword">const</span>;</div> <div class="line"><a name="l03460"></a><span class="lineno"> 3460</span>&#160;</div> <div class="line"><a name="l03461"></a><span class="lineno"> 3461</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_symbol_object.html">SymbolObject</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03462"></a><span class="lineno"> 3462</span>&#160;</div> <div class="line"><a name="l03463"></a><span class="lineno"> 3463</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03464"></a><span class="lineno"> 3464</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03465"></a><span class="lineno"> 3465</span>&#160;};</div> <div class="line"><a name="l03466"></a><span class="lineno"> 3466</span>&#160;</div> <div class="line"><a name="l03467"></a><span class="lineno"> 3467</span>&#160;</div> <div class="line"><a name="l03471"></a><span class="lineno"><a class="line" href="classv8_1_1_reg_exp.html"> 3471</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_reg_exp.html">RegExp</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_object.html">Object</a> {</div> <div class="line"><a name="l03472"></a><span class="lineno"> 3472</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03477"></a><span class="lineno"><a class="line" href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a"> 3477</a></span>&#160; <span class="keyword">enum</span> <a class="code" href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a">Flags</a> {</div> <div class="line"><a name="l03478"></a><span class="lineno"> 3478</span>&#160; kNone = 0,</div> <div class="line"><a name="l03479"></a><span class="lineno"> 3479</span>&#160; kGlobal = 1,</div> <div class="line"><a name="l03480"></a><span class="lineno"> 3480</span>&#160; kIgnoreCase = 2,</div> <div class="line"><a name="l03481"></a><span class="lineno"> 3481</span>&#160; kMultiline = 4</div> <div class="line"><a name="l03482"></a><span class="lineno"> 3482</span>&#160; };</div> <div class="line"><a name="l03483"></a><span class="lineno"> 3483</span>&#160;</div> <div class="line"><a name="l03494"></a><span class="lineno"> 3494</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;RegExp&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> pattern, Flags flags);</div> <div class="line"><a name="l03495"></a><span class="lineno"> 3495</span>&#160;</div> <div class="line"><a name="l03500"></a><span class="lineno"> 3500</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> GetSource() <span class="keyword">const</span>;</div> <div class="line"><a name="l03501"></a><span class="lineno"> 3501</span>&#160;</div> <div class="line"><a name="l03505"></a><span class="lineno"> 3505</span>&#160; Flags GetFlags() <span class="keyword">const</span>;</div> <div class="line"><a name="l03506"></a><span class="lineno"> 3506</span>&#160;</div> <div class="line"><a name="l03507"></a><span class="lineno"> 3507</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_reg_exp.html">RegExp</a>* Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03508"></a><span class="lineno"> 3508</span>&#160;</div> <div class="line"><a name="l03509"></a><span class="lineno"> 3509</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03510"></a><span class="lineno"> 3510</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03511"></a><span class="lineno"> 3511</span>&#160;};</div> <div class="line"><a name="l03512"></a><span class="lineno"> 3512</span>&#160;</div> <div class="line"><a name="l03513"></a><span class="lineno"> 3513</span>&#160;</div> <div class="line"><a name="l03518"></a><span class="lineno"><a class="line" href="classv8_1_1_external.html"> 3518</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_external.html">External</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_value.html">Value</a> {</div> <div class="line"><a name="l03519"></a><span class="lineno"> 3519</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03520"></a><span class="lineno"> 3520</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;External&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">void</span>* value);</div> <div class="line"><a name="l03521"></a><span class="lineno"> 3521</span>&#160; V8_INLINE <span class="keyword">static</span> <a class="code" href="classv8_1_1_external.html">External</a>* Cast(<a class="code" href="classv8_1_1_value.html">Value</a>* obj);</div> <div class="line"><a name="l03522"></a><span class="lineno"> 3522</span>&#160; <span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_value.html">Value</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l03523"></a><span class="lineno"> 3523</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03524"></a><span class="lineno"> 3524</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> CheckCast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* obj);</div> <div class="line"><a name="l03525"></a><span class="lineno"> 3525</span>&#160;};</div> <div class="line"><a name="l03526"></a><span class="lineno"> 3526</span>&#160;</div> <div class="line"><a name="l03527"></a><span class="lineno"> 3527</span>&#160;</div> <div class="line"><a name="l03528"></a><span class="lineno"> 3528</span>&#160;<span class="comment">// --- Templates ---</span></div> <div class="line"><a name="l03529"></a><span class="lineno"> 3529</span>&#160;</div> <div class="line"><a name="l03530"></a><span class="lineno"> 3530</span>&#160;</div> <div class="line"><a name="l03534"></a><span class="lineno"><a class="line" href="classv8_1_1_template.html"> 3534</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_template.html">Template</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div> <div class="line"><a name="l03535"></a><span class="lineno"> 3535</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03537"></a><span class="lineno"> 3537</span>&#160; <span class="keywordtype">void</span> Set(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Name&gt;</a> name, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Data&gt;</a> value,</div> <div class="line"><a name="l03538"></a><span class="lineno"> 3538</span>&#160; PropertyAttribute attributes = None);</div> <div class="line"><a name="l03539"></a><span class="lineno"> 3539</span>&#160; V8_INLINE <span class="keywordtype">void</span> Set(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Data&gt;</a> value);</div> <div class="line"><a name="l03540"></a><span class="lineno"> 3540</span>&#160;</div> <div class="line"><a name="l03541"></a><span class="lineno"> 3541</span>&#160; <span class="keywordtype">void</span> SetAccessorProperty(</div> <div class="line"><a name="l03542"></a><span class="lineno"> 3542</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> name,</div> <div class="line"><a name="l03543"></a><span class="lineno"> 3543</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;FunctionTemplate&gt;</a> getter = <a class="code" href="classv8_1_1_local.html">Local&lt;FunctionTemplate&gt;</a>(),</div> <div class="line"><a name="l03544"></a><span class="lineno"> 3544</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;FunctionTemplate&gt;</a> setter = <a class="code" href="classv8_1_1_local.html">Local&lt;FunctionTemplate&gt;</a>(),</div> <div class="line"><a name="l03545"></a><span class="lineno"> 3545</span>&#160; PropertyAttribute attribute = None,</div> <div class="line"><a name="l03546"></a><span class="lineno"> 3546</span>&#160; <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT);</div> <div class="line"><a name="l03547"></a><span class="lineno"> 3547</span>&#160;</div> <div class="line"><a name="l03575"></a><span class="lineno"> 3575</span>&#160; <span class="keywordtype">void</span> SetNativeDataProperty(<a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> name,</div> <div class="line"><a name="l03576"></a><span class="lineno"> 3576</span>&#160; <a class="code" href="namespacev8.html#a722613c87061708a4f1aa050d095f868">AccessorGetterCallback</a> getter,</div> <div class="line"><a name="l03577"></a><span class="lineno"> 3577</span>&#160; AccessorSetterCallback setter = 0,</div> <div class="line"><a name="l03578"></a><span class="lineno"> 3578</span>&#160; <span class="comment">// TODO(dcarney): gcc can&#39;t handle Local below</span></div> <div class="line"><a name="l03579"></a><span class="lineno"> 3579</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l03580"></a><span class="lineno"> 3580</span>&#160; PropertyAttribute attribute = None,</div> <div class="line"><a name="l03581"></a><span class="lineno"> 3581</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;AccessorSignature&gt;</a> signature =</div> <div class="line"><a name="l03582"></a><span class="lineno"> 3582</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;AccessorSignature&gt;</a>(),</div> <div class="line"><a name="l03583"></a><span class="lineno"> 3583</span>&#160; <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT);</div> <div class="line"><a name="l03584"></a><span class="lineno"> 3584</span>&#160; <span class="keywordtype">void</span> SetNativeDataProperty(<a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> name,</div> <div class="line"><a name="l03585"></a><span class="lineno"> 3585</span>&#160; AccessorNameGetterCallback getter,</div> <div class="line"><a name="l03586"></a><span class="lineno"> 3586</span>&#160; AccessorNameSetterCallback setter = 0,</div> <div class="line"><a name="l03587"></a><span class="lineno"> 3587</span>&#160; <span class="comment">// TODO(dcarney): gcc can&#39;t handle Local below</span></div> <div class="line"><a name="l03588"></a><span class="lineno"> 3588</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l03589"></a><span class="lineno"> 3589</span>&#160; PropertyAttribute attribute = None,</div> <div class="line"><a name="l03590"></a><span class="lineno"> 3590</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;AccessorSignature&gt;</a> signature =</div> <div class="line"><a name="l03591"></a><span class="lineno"> 3591</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;AccessorSignature&gt;</a>(),</div> <div class="line"><a name="l03592"></a><span class="lineno"> 3592</span>&#160; <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT);</div> <div class="line"><a name="l03593"></a><span class="lineno"> 3593</span>&#160;</div> <div class="line"><a name="l03594"></a><span class="lineno"> 3594</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03595"></a><span class="lineno"> 3595</span>&#160; <a class="code" href="classv8_1_1_template.html">Template</a>();</div> <div class="line"><a name="l03596"></a><span class="lineno"> 3596</span>&#160;</div> <div class="line"><a name="l03597"></a><span class="lineno"> 3597</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a>;</div> <div class="line"><a name="l03598"></a><span class="lineno"> 3598</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a>;</div> <div class="line"><a name="l03599"></a><span class="lineno"> 3599</span>&#160;};</div> <div class="line"><a name="l03600"></a><span class="lineno"> 3600</span>&#160;</div> <div class="line"><a name="l03601"></a><span class="lineno"> 3601</span>&#160;</div> <div class="line"><a name="l03606"></a><span class="lineno"><a class="line" href="namespacev8.html#a50cae386a68bf9ff23d02aa1161face4"> 3606</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a50cae386a68bf9ff23d02aa1161face4">NamedPropertyGetterCallback</a>)(</div> <div class="line"><a name="l03607"></a><span class="lineno"> 3607</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> property,</div> <div class="line"><a name="l03608"></a><span class="lineno"> 3608</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Value&gt;</a>&amp; info);</div> <div class="line"><a name="l03609"></a><span class="lineno"> 3609</span>&#160;</div> <div class="line"><a name="l03610"></a><span class="lineno"> 3610</span>&#160;</div> <div class="line"><a name="l03615"></a><span class="lineno"><a class="line" href="namespacev8.html#a9587769513971dc7cb301b740d9e66b6"> 3615</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a9587769513971dc7cb301b740d9e66b6">NamedPropertySetterCallback</a>)(</div> <div class="line"><a name="l03616"></a><span class="lineno"> 3616</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> property,</div> <div class="line"><a name="l03617"></a><span class="lineno"> 3617</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> value,</div> <div class="line"><a name="l03618"></a><span class="lineno"> 3618</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Value&gt;</a>&amp; info);</div> <div class="line"><a name="l03619"></a><span class="lineno"> 3619</span>&#160;</div> <div class="line"><a name="l03620"></a><span class="lineno"> 3620</span>&#160;</div> <div class="line"><a name="l03626"></a><span class="lineno"><a class="line" href="namespacev8.html#ac135beae5f0c8b290255accb438f990e"> 3626</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#ac135beae5f0c8b290255accb438f990e">NamedPropertyQueryCallback</a>)(</div> <div class="line"><a name="l03627"></a><span class="lineno"> 3627</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> property,</div> <div class="line"><a name="l03628"></a><span class="lineno"> 3628</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Integer&gt;</a>&amp; info);</div> <div class="line"><a name="l03629"></a><span class="lineno"> 3629</span>&#160;</div> <div class="line"><a name="l03630"></a><span class="lineno"> 3630</span>&#160;</div> <div class="line"><a name="l03636"></a><span class="lineno"><a class="line" href="namespacev8.html#aaba861076c5b111912cfa0791d348437"> 3636</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#aaba861076c5b111912cfa0791d348437">NamedPropertyDeleterCallback</a>)(</div> <div class="line"><a name="l03637"></a><span class="lineno"> 3637</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> property,</div> <div class="line"><a name="l03638"></a><span class="lineno"> 3638</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Boolean&gt;</a>&amp; info);</div> <div class="line"><a name="l03639"></a><span class="lineno"> 3639</span>&#160;</div> <div class="line"><a name="l03640"></a><span class="lineno"> 3640</span>&#160;</div> <div class="line"><a name="l03645"></a><span class="lineno"><a class="line" href="namespacev8.html#a5f6f16818a9cddacadbfe6d90ca3a6b1"> 3645</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a5f6f16818a9cddacadbfe6d90ca3a6b1">NamedPropertyEnumeratorCallback</a>)(</div> <div class="line"><a name="l03646"></a><span class="lineno"> 3646</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Array&gt;</a>&amp; info);</div> <div class="line"><a name="l03647"></a><span class="lineno"> 3647</span>&#160;</div> <div class="line"><a name="l03648"></a><span class="lineno"> 3648</span>&#160;</div> <div class="line"><a name="l03649"></a><span class="lineno"> 3649</span>&#160;<span class="comment">// TODO(dcarney): Deprecate and remove previous typedefs, and replace</span></div> <div class="line"><a name="l03650"></a><span class="lineno"> 3650</span>&#160;<span class="comment">// GenericNamedPropertyFooCallback with just NamedPropertyFooCallback.</span></div> <div class="line"><a name="l03655"></a><span class="lineno"><a class="line" href="namespacev8.html#a24b1801fa53a7c5a71366d8044927563"> 3655</a></span>&#160;<span class="comment"></span><span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a24b1801fa53a7c5a71366d8044927563">GenericNamedPropertyGetterCallback</a>)(</div> <div class="line"><a name="l03656"></a><span class="lineno"> 3656</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> property, <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Value&gt;</a>&amp; info);</div> <div class="line"><a name="l03657"></a><span class="lineno"> 3657</span>&#160;</div> <div class="line"><a name="l03658"></a><span class="lineno"> 3658</span>&#160;</div> <div class="line"><a name="l03663"></a><span class="lineno"><a class="line" href="namespacev8.html#af74716c6e95a269c6cd4314662fd0a7e"> 3663</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#af74716c6e95a269c6cd4314662fd0a7e">GenericNamedPropertySetterCallback</a>)(</div> <div class="line"><a name="l03664"></a><span class="lineno"> 3664</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> property, <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> value,</div> <div class="line"><a name="l03665"></a><span class="lineno"> 3665</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Value&gt;</a>&amp; info);</div> <div class="line"><a name="l03666"></a><span class="lineno"> 3666</span>&#160;</div> <div class="line"><a name="l03667"></a><span class="lineno"> 3667</span>&#160;</div> <div class="line"><a name="l03673"></a><span class="lineno"><a class="line" href="namespacev8.html#add9f7ab11e4a9a2b9ad2c4536b0e1a64"> 3673</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#add9f7ab11e4a9a2b9ad2c4536b0e1a64">GenericNamedPropertyQueryCallback</a>)(</div> <div class="line"><a name="l03674"></a><span class="lineno"> 3674</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> property, <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Integer&gt;</a>&amp; info);</div> <div class="line"><a name="l03675"></a><span class="lineno"> 3675</span>&#160;</div> <div class="line"><a name="l03676"></a><span class="lineno"> 3676</span>&#160;</div> <div class="line"><a name="l03682"></a><span class="lineno"><a class="line" href="namespacev8.html#ad2aecc0406ea4bc02d5a4f84a433b273"> 3682</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#ad2aecc0406ea4bc02d5a4f84a433b273">GenericNamedPropertyDeleterCallback</a>)(</div> <div class="line"><a name="l03683"></a><span class="lineno"> 3683</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Name&gt;</a> property, <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Boolean&gt;</a>&amp; info);</div> <div class="line"><a name="l03684"></a><span class="lineno"> 3684</span>&#160;</div> <div class="line"><a name="l03685"></a><span class="lineno"> 3685</span>&#160;</div> <div class="line"><a name="l03690"></a><span class="lineno"><a class="line" href="namespacev8.html#a20826eb7e52e84fa4f632534e8eddd04"> 3690</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a20826eb7e52e84fa4f632534e8eddd04">GenericNamedPropertyEnumeratorCallback</a>)(</div> <div class="line"><a name="l03691"></a><span class="lineno"> 3691</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Array&gt;</a>&amp; info);</div> <div class="line"><a name="l03692"></a><span class="lineno"> 3692</span>&#160;</div> <div class="line"><a name="l03693"></a><span class="lineno"> 3693</span>&#160;</div> <div class="line"><a name="l03698"></a><span class="lineno"><a class="line" href="namespacev8.html#a48e7816ba64447bf32a25d194588daaf"> 3698</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a48e7816ba64447bf32a25d194588daaf">IndexedPropertyGetterCallback</a>)(</div> <div class="line"><a name="l03699"></a><span class="lineno"> 3699</span>&#160; uint32_t index,</div> <div class="line"><a name="l03700"></a><span class="lineno"> 3700</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Value&gt;</a>&amp; info);</div> <div class="line"><a name="l03701"></a><span class="lineno"> 3701</span>&#160;</div> <div class="line"><a name="l03702"></a><span class="lineno"> 3702</span>&#160;</div> <div class="line"><a name="l03707"></a><span class="lineno"><a class="line" href="namespacev8.html#a4ac7cc6185ebc8b6a199f9fa8e6bf5c3"> 3707</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a4ac7cc6185ebc8b6a199f9fa8e6bf5c3">IndexedPropertySetterCallback</a>)(</div> <div class="line"><a name="l03708"></a><span class="lineno"> 3708</span>&#160; uint32_t index,</div> <div class="line"><a name="l03709"></a><span class="lineno"> 3709</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> value,</div> <div class="line"><a name="l03710"></a><span class="lineno"> 3710</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Value&gt;</a>&amp; info);</div> <div class="line"><a name="l03711"></a><span class="lineno"> 3711</span>&#160;</div> <div class="line"><a name="l03712"></a><span class="lineno"> 3712</span>&#160;</div> <div class="line"><a name="l03717"></a><span class="lineno"><a class="line" href="namespacev8.html#a980b62c33eb664783e61e25c3b27f9ee"> 3717</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a980b62c33eb664783e61e25c3b27f9ee">IndexedPropertyQueryCallback</a>)(</div> <div class="line"><a name="l03718"></a><span class="lineno"> 3718</span>&#160; uint32_t index,</div> <div class="line"><a name="l03719"></a><span class="lineno"> 3719</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Integer&gt;</a>&amp; info);</div> <div class="line"><a name="l03720"></a><span class="lineno"> 3720</span>&#160;</div> <div class="line"><a name="l03721"></a><span class="lineno"> 3721</span>&#160;</div> <div class="line"><a name="l03727"></a><span class="lineno"><a class="line" href="namespacev8.html#a53863728de14cde48dd6543207b2f2da"> 3727</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a53863728de14cde48dd6543207b2f2da">IndexedPropertyDeleterCallback</a>)(</div> <div class="line"><a name="l03728"></a><span class="lineno"> 3728</span>&#160; uint32_t index,</div> <div class="line"><a name="l03729"></a><span class="lineno"> 3729</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Boolean&gt;</a>&amp; info);</div> <div class="line"><a name="l03730"></a><span class="lineno"> 3730</span>&#160;</div> <div class="line"><a name="l03731"></a><span class="lineno"> 3731</span>&#160;</div> <div class="line"><a name="l03736"></a><span class="lineno"><a class="line" href="namespacev8.html#adbb0a6d5537371953f9ba807d4f6275e"> 3736</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#adbb0a6d5537371953f9ba807d4f6275e">IndexedPropertyEnumeratorCallback</a>)(</div> <div class="line"><a name="l03737"></a><span class="lineno"> 3737</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_property_callback_info.html">PropertyCallbackInfo&lt;Array&gt;</a>&amp; info);</div> <div class="line"><a name="l03738"></a><span class="lineno"> 3738</span>&#160;</div> <div class="line"><a name="l03739"></a><span class="lineno"> 3739</span>&#160;</div> <div class="line"><a name="l03743"></a><span class="lineno"><a class="line" href="namespacev8.html#add8bef6469c5b94706584124e610046c"> 3743</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespacev8.html#add8bef6469c5b94706584124e610046c">AccessType</a> {</div> <div class="line"><a name="l03744"></a><span class="lineno"> 3744</span>&#160; ACCESS_GET,</div> <div class="line"><a name="l03745"></a><span class="lineno"> 3745</span>&#160; ACCESS_SET,</div> <div class="line"><a name="l03746"></a><span class="lineno"> 3746</span>&#160; ACCESS_HAS,</div> <div class="line"><a name="l03747"></a><span class="lineno"> 3747</span>&#160; ACCESS_DELETE,</div> <div class="line"><a name="l03748"></a><span class="lineno"> 3748</span>&#160; ACCESS_KEYS</div> <div class="line"><a name="l03749"></a><span class="lineno"> 3749</span>&#160;};</div> <div class="line"><a name="l03750"></a><span class="lineno"> 3750</span>&#160;</div> <div class="line"><a name="l03751"></a><span class="lineno"> 3751</span>&#160;</div> <div class="line"><a name="l03756"></a><span class="lineno"><a class="line" href="namespacev8.html#ab5cafda0c556bba990c660ce9c904e0d"> 3756</a></span>&#160;<span class="keyword">typedef</span> bool (*<a class="code" href="namespacev8.html#ab5cafda0c556bba990c660ce9c904e0d">NamedSecurityCallback</a>)(<a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> host,</div> <div class="line"><a name="l03757"></a><span class="lineno"> 3757</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> key,</div> <div class="line"><a name="l03758"></a><span class="lineno"> 3758</span>&#160; <a class="code" href="namespacev8.html#add8bef6469c5b94706584124e610046c">AccessType</a> type,</div> <div class="line"><a name="l03759"></a><span class="lineno"> 3759</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> data);</div> <div class="line"><a name="l03760"></a><span class="lineno"> 3760</span>&#160;</div> <div class="line"><a name="l03761"></a><span class="lineno"> 3761</span>&#160;</div> <div class="line"><a name="l03766"></a><span class="lineno"><a class="line" href="namespacev8.html#aebbcc7837753e51112d944ad96520da1"> 3766</a></span>&#160;<span class="keyword">typedef</span> bool (*<a class="code" href="namespacev8.html#aebbcc7837753e51112d944ad96520da1">IndexedSecurityCallback</a>)(<a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> host,</div> <div class="line"><a name="l03767"></a><span class="lineno"> 3767</span>&#160; uint32_t index,</div> <div class="line"><a name="l03768"></a><span class="lineno"> 3768</span>&#160; <a class="code" href="namespacev8.html#add8bef6469c5b94706584124e610046c">AccessType</a> type,</div> <div class="line"><a name="l03769"></a><span class="lineno"> 3769</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> data);</div> <div class="line"><a name="l03770"></a><span class="lineno"> 3770</span>&#160;</div> <div class="line"><a name="l03771"></a><span class="lineno"> 3771</span>&#160;</div> <div class="line"><a name="l03867"></a><span class="lineno"><a class="line" href="classv8_1_1_function_template.html"> 3867</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_template.html">Template</a> {</div> <div class="line"><a name="l03868"></a><span class="lineno"> 3868</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l03870"></a><span class="lineno"> 3870</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;FunctionTemplate&gt;</a> New(</div> <div class="line"><a name="l03871"></a><span class="lineno"> 3871</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l03872"></a><span class="lineno"> 3872</span>&#160; FunctionCallback callback = 0,</div> <div class="line"><a name="l03873"></a><span class="lineno"> 3873</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l03874"></a><span class="lineno"> 3874</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Signature&gt;</a> signature = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Signature&gt;</a>(),</div> <div class="line"><a name="l03875"></a><span class="lineno"> 3875</span>&#160; <span class="keywordtype">int</span> length = 0);</div> <div class="line"><a name="l03876"></a><span class="lineno"> 3876</span>&#160;</div> <div class="line"><a name="l03878"></a><span class="lineno"> 3878</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Function&gt;</a> GetFunction();</div> <div class="line"><a name="l03879"></a><span class="lineno"> 3879</span>&#160;</div> <div class="line"><a name="l03885"></a><span class="lineno"> 3885</span>&#160; <span class="keywordtype">void</span> SetCallHandler(FunctionCallback callback,</div> <div class="line"><a name="l03886"></a><span class="lineno"> 3886</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>());</div> <div class="line"><a name="l03887"></a><span class="lineno"> 3887</span>&#160;</div> <div class="line"><a name="l03889"></a><span class="lineno"> 3889</span>&#160; <span class="keywordtype">void</span> SetLength(<span class="keywordtype">int</span> length);</div> <div class="line"><a name="l03890"></a><span class="lineno"> 3890</span>&#160;</div> <div class="line"><a name="l03892"></a><span class="lineno"> 3892</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;ObjectTemplate&gt;</a> InstanceTemplate();</div> <div class="line"><a name="l03893"></a><span class="lineno"> 3893</span>&#160;</div> <div class="line"><a name="l03895"></a><span class="lineno"> 3895</span>&#160; <span class="keywordtype">void</span> Inherit(<a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a> parent);</div> <div class="line"><a name="l03896"></a><span class="lineno"> 3896</span>&#160;</div> <div class="line"><a name="l03901"></a><span class="lineno"> 3901</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;ObjectTemplate&gt;</a> PrototypeTemplate();</div> <div class="line"><a name="l03902"></a><span class="lineno"> 3902</span>&#160;</div> <div class="line"><a name="l03908"></a><span class="lineno"> 3908</span>&#160; <span class="keywordtype">void</span> SetClassName(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> name);</div> <div class="line"><a name="l03909"></a><span class="lineno"> 3909</span>&#160;</div> <div class="line"><a name="l03922"></a><span class="lineno"> 3922</span>&#160; <span class="keywordtype">void</span> SetHiddenPrototype(<span class="keywordtype">bool</span> value);</div> <div class="line"><a name="l03923"></a><span class="lineno"> 3923</span>&#160;</div> <div class="line"><a name="l03928"></a><span class="lineno"> 3928</span>&#160; <span class="keywordtype">void</span> ReadOnlyPrototype();</div> <div class="line"><a name="l03929"></a><span class="lineno"> 3929</span>&#160;</div> <div class="line"><a name="l03934"></a><span class="lineno"> 3934</span>&#160; <span class="keywordtype">void</span> RemovePrototype();</div> <div class="line"><a name="l03935"></a><span class="lineno"> 3935</span>&#160;</div> <div class="line"><a name="l03940"></a><span class="lineno"> 3940</span>&#160; <span class="keywordtype">bool</span> HasInstance(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> <span class="keywordtype">object</span>);</div> <div class="line"><a name="l03941"></a><span class="lineno"> 3941</span>&#160;</div> <div class="line"><a name="l03942"></a><span class="lineno"> 3942</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l03943"></a><span class="lineno"> 3943</span>&#160; <a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a>();</div> <div class="line"><a name="l03944"></a><span class="lineno"> 3944</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_context.html">Context</a>;</div> <div class="line"><a name="l03945"></a><span class="lineno"> 3945</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a>;</div> <div class="line"><a name="l03946"></a><span class="lineno"> 3946</span>&#160;};</div> <div class="line"><a name="l03947"></a><span class="lineno"> 3947</span>&#160;</div> <div class="line"><a name="l03948"></a><span class="lineno"> 3948</span>&#160;</div> <div class="line"><a name="l03949"></a><span class="lineno"> 3949</span>&#160;<span class="keyword">enum class</span> PropertyHandlerFlags { kNone = 0, kAllCanRead = 1 };</div> <div class="line"><a name="l03950"></a><span class="lineno"> 3950</span>&#160;</div> <div class="line"><a name="l03951"></a><span class="lineno"> 3951</span>&#160;</div> <div class="line"><a name="l03952"></a><span class="lineno"><a class="line" href="structv8_1_1_named_property_handler_configuration.html"> 3952</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structv8_1_1_named_property_handler_configuration.html">NamedPropertyHandlerConfiguration</a> {</div> <div class="line"><a name="l03953"></a><span class="lineno"><a class="line" href="structv8_1_1_named_property_handler_configuration.html#a192a4ed58ec8d3398b8fe11a8894f9d4"> 3953</a></span>&#160; <a class="code" href="structv8_1_1_named_property_handler_configuration.html#a192a4ed58ec8d3398b8fe11a8894f9d4">NamedPropertyHandlerConfiguration</a>(</div> <div class="line"><a name="l03955"></a><span class="lineno"> 3955</span>&#160; <a class="code" href="namespacev8.html#a24b1801fa53a7c5a71366d8044927563">GenericNamedPropertyGetterCallback</a> getter = 0,</div> <div class="line"><a name="l03956"></a><span class="lineno"> 3956</span>&#160; <a class="code" href="namespacev8.html#af74716c6e95a269c6cd4314662fd0a7e">GenericNamedPropertySetterCallback</a> setter = 0,</div> <div class="line"><a name="l03957"></a><span class="lineno"> 3957</span>&#160; <a class="code" href="namespacev8.html#add9f7ab11e4a9a2b9ad2c4536b0e1a64">GenericNamedPropertyQueryCallback</a> query = 0,</div> <div class="line"><a name="l03958"></a><span class="lineno"> 3958</span>&#160; <a class="code" href="namespacev8.html#ad2aecc0406ea4bc02d5a4f84a433b273">GenericNamedPropertyDeleterCallback</a> deleter = 0,</div> <div class="line"><a name="l03959"></a><span class="lineno"> 3959</span>&#160; <a class="code" href="namespacev8.html#a20826eb7e52e84fa4f632534e8eddd04">GenericNamedPropertyEnumeratorCallback</a> enumerator = 0,</div> <div class="line"><a name="l03960"></a><span class="lineno"> 3960</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l03961"></a><span class="lineno"> 3961</span>&#160; PropertyHandlerFlags flags = PropertyHandlerFlags::kNone)</div> <div class="line"><a name="l03962"></a><span class="lineno"> 3962</span>&#160; : getter(getter),</div> <div class="line"><a name="l03963"></a><span class="lineno"> 3963</span>&#160; setter(setter),</div> <div class="line"><a name="l03964"></a><span class="lineno"> 3964</span>&#160; query(query),</div> <div class="line"><a name="l03965"></a><span class="lineno"> 3965</span>&#160; deleter(deleter),</div> <div class="line"><a name="l03966"></a><span class="lineno"> 3966</span>&#160; enumerator(enumerator),</div> <div class="line"><a name="l03967"></a><span class="lineno"> 3967</span>&#160; data(data),</div> <div class="line"><a name="l03968"></a><span class="lineno"> 3968</span>&#160; flags(flags) {}</div> <div class="line"><a name="l03969"></a><span class="lineno"> 3969</span>&#160;</div> <div class="line"><a name="l03970"></a><span class="lineno"> 3970</span>&#160; <a class="code" href="namespacev8.html#a24b1801fa53a7c5a71366d8044927563">GenericNamedPropertyGetterCallback</a> getter;</div> <div class="line"><a name="l03971"></a><span class="lineno"> 3971</span>&#160; <a class="code" href="namespacev8.html#af74716c6e95a269c6cd4314662fd0a7e">GenericNamedPropertySetterCallback</a> setter;</div> <div class="line"><a name="l03972"></a><span class="lineno"> 3972</span>&#160; <a class="code" href="namespacev8.html#add9f7ab11e4a9a2b9ad2c4536b0e1a64">GenericNamedPropertyQueryCallback</a> query;</div> <div class="line"><a name="l03973"></a><span class="lineno"> 3973</span>&#160; <a class="code" href="namespacev8.html#ad2aecc0406ea4bc02d5a4f84a433b273">GenericNamedPropertyDeleterCallback</a> deleter;</div> <div class="line"><a name="l03974"></a><span class="lineno"> 3974</span>&#160; <a class="code" href="namespacev8.html#a20826eb7e52e84fa4f632534e8eddd04">GenericNamedPropertyEnumeratorCallback</a> enumerator;</div> <div class="line"><a name="l03975"></a><span class="lineno"> 3975</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data;</div> <div class="line"><a name="l03976"></a><span class="lineno"> 3976</span>&#160; PropertyHandlerFlags flags;</div> <div class="line"><a name="l03977"></a><span class="lineno"> 3977</span>&#160;};</div> <div class="line"><a name="l03978"></a><span class="lineno"> 3978</span>&#160;</div> <div class="line"><a name="l03979"></a><span class="lineno"> 3979</span>&#160;</div> <div class="line"><a name="l03980"></a><span class="lineno"><a class="line" href="structv8_1_1_indexed_property_handler_configuration.html"> 3980</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structv8_1_1_indexed_property_handler_configuration.html">IndexedPropertyHandlerConfiguration</a> {</div> <div class="line"><a name="l03981"></a><span class="lineno"><a class="line" href="structv8_1_1_indexed_property_handler_configuration.html#a7a5eac48b07049cefccfc952fbd47613"> 3981</a></span>&#160; <a class="code" href="structv8_1_1_indexed_property_handler_configuration.html#a7a5eac48b07049cefccfc952fbd47613">IndexedPropertyHandlerConfiguration</a>(</div> <div class="line"><a name="l03983"></a><span class="lineno"> 3983</span>&#160; <a class="code" href="namespacev8.html#a48e7816ba64447bf32a25d194588daaf">IndexedPropertyGetterCallback</a> getter = 0,</div> <div class="line"><a name="l03984"></a><span class="lineno"> 3984</span>&#160; <a class="code" href="namespacev8.html#a4ac7cc6185ebc8b6a199f9fa8e6bf5c3">IndexedPropertySetterCallback</a> setter = 0,</div> <div class="line"><a name="l03985"></a><span class="lineno"> 3985</span>&#160; <a class="code" href="namespacev8.html#a980b62c33eb664783e61e25c3b27f9ee">IndexedPropertyQueryCallback</a> query = 0,</div> <div class="line"><a name="l03986"></a><span class="lineno"> 3986</span>&#160; <a class="code" href="namespacev8.html#a53863728de14cde48dd6543207b2f2da">IndexedPropertyDeleterCallback</a> deleter = 0,</div> <div class="line"><a name="l03987"></a><span class="lineno"> 3987</span>&#160; <a class="code" href="namespacev8.html#adbb0a6d5537371953f9ba807d4f6275e">IndexedPropertyEnumeratorCallback</a> enumerator = 0,</div> <div class="line"><a name="l03988"></a><span class="lineno"> 3988</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l03989"></a><span class="lineno"> 3989</span>&#160; PropertyHandlerFlags flags = PropertyHandlerFlags::kNone)</div> <div class="line"><a name="l03990"></a><span class="lineno"> 3990</span>&#160; : getter(getter),</div> <div class="line"><a name="l03991"></a><span class="lineno"> 3991</span>&#160; setter(setter),</div> <div class="line"><a name="l03992"></a><span class="lineno"> 3992</span>&#160; query(query),</div> <div class="line"><a name="l03993"></a><span class="lineno"> 3993</span>&#160; deleter(deleter),</div> <div class="line"><a name="l03994"></a><span class="lineno"> 3994</span>&#160; enumerator(enumerator),</div> <div class="line"><a name="l03995"></a><span class="lineno"> 3995</span>&#160; data(data),</div> <div class="line"><a name="l03996"></a><span class="lineno"> 3996</span>&#160; flags(flags) {}</div> <div class="line"><a name="l03997"></a><span class="lineno"> 3997</span>&#160;</div> <div class="line"><a name="l03998"></a><span class="lineno"> 3998</span>&#160; <a class="code" href="namespacev8.html#a48e7816ba64447bf32a25d194588daaf">IndexedPropertyGetterCallback</a> getter;</div> <div class="line"><a name="l03999"></a><span class="lineno"> 3999</span>&#160; <a class="code" href="namespacev8.html#a4ac7cc6185ebc8b6a199f9fa8e6bf5c3">IndexedPropertySetterCallback</a> setter;</div> <div class="line"><a name="l04000"></a><span class="lineno"> 4000</span>&#160; <a class="code" href="namespacev8.html#a980b62c33eb664783e61e25c3b27f9ee">IndexedPropertyQueryCallback</a> query;</div> <div class="line"><a name="l04001"></a><span class="lineno"> 4001</span>&#160; <a class="code" href="namespacev8.html#a53863728de14cde48dd6543207b2f2da">IndexedPropertyDeleterCallback</a> deleter;</div> <div class="line"><a name="l04002"></a><span class="lineno"> 4002</span>&#160; <a class="code" href="namespacev8.html#adbb0a6d5537371953f9ba807d4f6275e">IndexedPropertyEnumeratorCallback</a> enumerator;</div> <div class="line"><a name="l04003"></a><span class="lineno"> 4003</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data;</div> <div class="line"><a name="l04004"></a><span class="lineno"> 4004</span>&#160; PropertyHandlerFlags flags;</div> <div class="line"><a name="l04005"></a><span class="lineno"> 4005</span>&#160;};</div> <div class="line"><a name="l04006"></a><span class="lineno"> 4006</span>&#160;</div> <div class="line"><a name="l04007"></a><span class="lineno"> 4007</span>&#160;</div> <div class="line"><a name="l04014"></a><span class="lineno"><a class="line" href="classv8_1_1_object_template.html"> 4014</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_template.html">Template</a> {</div> <div class="line"><a name="l04015"></a><span class="lineno"> 4015</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04017"></a><span class="lineno"> 4017</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;ObjectTemplate&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l04018"></a><span class="lineno"> 4018</span>&#160; <span class="comment">// Will be deprecated soon.</span></div> <div class="line"><a name="l04019"></a><span class="lineno"> 4019</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;ObjectTemplate&gt;</a> New();</div> <div class="line"><a name="l04020"></a><span class="lineno"> 4020</span>&#160;</div> <div class="line"><a name="l04022"></a><span class="lineno"> 4022</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> NewInstance();</div> <div class="line"><a name="l04023"></a><span class="lineno"> 4023</span>&#160;</div> <div class="line"><a name="l04053"></a><span class="lineno"> 4053</span>&#160; <span class="keywordtype">void</span> SetAccessor(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> name,</div> <div class="line"><a name="l04054"></a><span class="lineno"> 4054</span>&#160; <a class="code" href="namespacev8.html#a722613c87061708a4f1aa050d095f868">AccessorGetterCallback</a> getter,</div> <div class="line"><a name="l04055"></a><span class="lineno"> 4055</span>&#160; AccessorSetterCallback setter = 0,</div> <div class="line"><a name="l04056"></a><span class="lineno"> 4056</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l04057"></a><span class="lineno"> 4057</span>&#160; <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT,</div> <div class="line"><a name="l04058"></a><span class="lineno"> 4058</span>&#160; PropertyAttribute attribute = None,</div> <div class="line"><a name="l04059"></a><span class="lineno"> 4059</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;AccessorSignature&gt;</a> signature =</div> <div class="line"><a name="l04060"></a><span class="lineno"> 4060</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;AccessorSignature&gt;</a>());</div> <div class="line"><a name="l04061"></a><span class="lineno"> 4061</span>&#160; <span class="keywordtype">void</span> SetAccessor(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Name&gt;</a> name,</div> <div class="line"><a name="l04062"></a><span class="lineno"> 4062</span>&#160; AccessorNameGetterCallback getter,</div> <div class="line"><a name="l04063"></a><span class="lineno"> 4063</span>&#160; AccessorNameSetterCallback setter = 0,</div> <div class="line"><a name="l04064"></a><span class="lineno"> 4064</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l04065"></a><span class="lineno"> 4065</span>&#160; <a class="code" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings = DEFAULT,</div> <div class="line"><a name="l04066"></a><span class="lineno"> 4066</span>&#160; PropertyAttribute attribute = None,</div> <div class="line"><a name="l04067"></a><span class="lineno"> 4067</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;AccessorSignature&gt;</a> signature =</div> <div class="line"><a name="l04068"></a><span class="lineno"> 4068</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;AccessorSignature&gt;</a>());</div> <div class="line"><a name="l04069"></a><span class="lineno"> 4069</span>&#160;</div> <div class="line"><a name="l04090"></a><span class="lineno"> 4090</span>&#160; <span class="comment">// TODO(dcarney): deprecate</span></div> <div class="line"><a name="l04091"></a><span class="lineno"> 4091</span>&#160; <span class="keywordtype">void</span> SetNamedPropertyHandler(</div> <div class="line"><a name="l04092"></a><span class="lineno"> 4092</span>&#160; <a class="code" href="namespacev8.html#a50cae386a68bf9ff23d02aa1161face4">NamedPropertyGetterCallback</a> getter,</div> <div class="line"><a name="l04093"></a><span class="lineno"> 4093</span>&#160; <a class="code" href="namespacev8.html#a9587769513971dc7cb301b740d9e66b6">NamedPropertySetterCallback</a> setter = 0,</div> <div class="line"><a name="l04094"></a><span class="lineno"> 4094</span>&#160; <a class="code" href="namespacev8.html#ac135beae5f0c8b290255accb438f990e">NamedPropertyQueryCallback</a> query = 0,</div> <div class="line"><a name="l04095"></a><span class="lineno"> 4095</span>&#160; <a class="code" href="namespacev8.html#aaba861076c5b111912cfa0791d348437">NamedPropertyDeleterCallback</a> deleter = 0,</div> <div class="line"><a name="l04096"></a><span class="lineno"> 4096</span>&#160; <a class="code" href="namespacev8.html#a5f6f16818a9cddacadbfe6d90ca3a6b1">NamedPropertyEnumeratorCallback</a> enumerator = 0,</div> <div class="line"><a name="l04097"></a><span class="lineno"> 4097</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>());</div> <div class="line"><a name="l04098"></a><span class="lineno"> 4098</span>&#160; <span class="keywordtype">void</span> SetHandler(<span class="keyword">const</span> <a class="code" href="structv8_1_1_named_property_handler_configuration.html">NamedPropertyHandlerConfiguration</a>&amp; configuration);</div> <div class="line"><a name="l04099"></a><span class="lineno"> 4099</span>&#160;</div> <div class="line"><a name="l04116"></a><span class="lineno"> 4116</span>&#160; <span class="keywordtype">void</span> SetHandler(<span class="keyword">const</span> <a class="code" href="structv8_1_1_indexed_property_handler_configuration.html">IndexedPropertyHandlerConfiguration</a>&amp; configuration);</div> <div class="line"><a name="l04117"></a><span class="lineno"> 4117</span>&#160; <span class="comment">// TODO(dcarney): deprecate</span></div> <div class="line"><a name="l04118"></a><span class="lineno"> 4118</span>&#160; <span class="keywordtype">void</span> SetIndexedPropertyHandler(</div> <div class="line"><a name="l04119"></a><span class="lineno"> 4119</span>&#160; <a class="code" href="namespacev8.html#a48e7816ba64447bf32a25d194588daaf">IndexedPropertyGetterCallback</a> getter,</div> <div class="line"><a name="l04120"></a><span class="lineno"> 4120</span>&#160; <a class="code" href="namespacev8.html#a4ac7cc6185ebc8b6a199f9fa8e6bf5c3">IndexedPropertySetterCallback</a> setter = 0,</div> <div class="line"><a name="l04121"></a><span class="lineno"> 4121</span>&#160; <a class="code" href="namespacev8.html#a980b62c33eb664783e61e25c3b27f9ee">IndexedPropertyQueryCallback</a> query = 0,</div> <div class="line"><a name="l04122"></a><span class="lineno"> 4122</span>&#160; <a class="code" href="namespacev8.html#a53863728de14cde48dd6543207b2f2da">IndexedPropertyDeleterCallback</a> deleter = 0,</div> <div class="line"><a name="l04123"></a><span class="lineno"> 4123</span>&#160; <a class="code" href="namespacev8.html#adbb0a6d5537371953f9ba807d4f6275e">IndexedPropertyEnumeratorCallback</a> enumerator = 0,</div> <div class="line"><a name="l04124"></a><span class="lineno"> 4124</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>()) {</div> <div class="line"><a name="l04125"></a><span class="lineno"> 4125</span>&#160; SetHandler(<a class="code" href="structv8_1_1_indexed_property_handler_configuration.html">IndexedPropertyHandlerConfiguration</a>(getter, setter, query,</div> <div class="line"><a name="l04126"></a><span class="lineno"> 4126</span>&#160; deleter, enumerator, data));</div> <div class="line"><a name="l04127"></a><span class="lineno"> 4127</span>&#160; }</div> <div class="line"><a name="l04134"></a><span class="lineno"> 4134</span>&#160; <span class="keywordtype">void</span> SetCallAsFunctionHandler(FunctionCallback callback,</div> <div class="line"><a name="l04135"></a><span class="lineno"> 4135</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>());</div> <div class="line"><a name="l04136"></a><span class="lineno"> 4136</span>&#160;</div> <div class="line"><a name="l04145"></a><span class="lineno"> 4145</span>&#160; <span class="keywordtype">void</span> MarkAsUndetectable();</div> <div class="line"><a name="l04146"></a><span class="lineno"> 4146</span>&#160;</div> <div class="line"><a name="l04158"></a><span class="lineno"> 4158</span>&#160; <span class="keywordtype">void</span> SetAccessCheckCallbacks(<a class="code" href="namespacev8.html#ab5cafda0c556bba990c660ce9c904e0d">NamedSecurityCallback</a> named_handler,</div> <div class="line"><a name="l04159"></a><span class="lineno"> 4159</span>&#160; <a class="code" href="namespacev8.html#aebbcc7837753e51112d944ad96520da1">IndexedSecurityCallback</a> indexed_handler,</div> <div class="line"><a name="l04160"></a><span class="lineno"> 4160</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>(),</div> <div class="line"><a name="l04161"></a><span class="lineno"> 4161</span>&#160; <span class="keywordtype">bool</span> turned_on_by_default = <span class="keyword">true</span>);</div> <div class="line"><a name="l04162"></a><span class="lineno"> 4162</span>&#160;</div> <div class="line"><a name="l04167"></a><span class="lineno"> 4167</span>&#160; <span class="keywordtype">int</span> InternalFieldCount();</div> <div class="line"><a name="l04168"></a><span class="lineno"> 4168</span>&#160;</div> <div class="line"><a name="l04173"></a><span class="lineno"> 4173</span>&#160; <span class="keywordtype">void</span> SetInternalFieldCount(<span class="keywordtype">int</span> value);</div> <div class="line"><a name="l04174"></a><span class="lineno"> 4174</span>&#160;</div> <div class="line"><a name="l04175"></a><span class="lineno"> 4175</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04176"></a><span class="lineno"> 4176</span>&#160; <a class="code" href="classv8_1_1_object_template.html">ObjectTemplate</a>();</div> <div class="line"><a name="l04177"></a><span class="lineno"> 4177</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;ObjectTemplate&gt;</a> New(internal::Isolate* isolate,</div> <div class="line"><a name="l04178"></a><span class="lineno"> 4178</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a> constructor);</div> <div class="line"><a name="l04179"></a><span class="lineno"> 4179</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_function_template.html">FunctionTemplate</a>;</div> <div class="line"><a name="l04180"></a><span class="lineno"> 4180</span>&#160;};</div> <div class="line"><a name="l04181"></a><span class="lineno"> 4181</span>&#160;</div> <div class="line"><a name="l04182"></a><span class="lineno"> 4182</span>&#160;</div> <div class="line"><a name="l04186"></a><span class="lineno"><a class="line" href="classv8_1_1_signature.html"> 4186</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_signature.html">Signature</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div> <div class="line"><a name="l04187"></a><span class="lineno"> 4187</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04188"></a><span class="lineno"> 4188</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Signature&gt;</a> New(</div> <div class="line"><a name="l04189"></a><span class="lineno"> 4189</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l04190"></a><span class="lineno"> 4190</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a> receiver = <a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a>());</div> <div class="line"><a name="l04191"></a><span class="lineno"> 4191</span>&#160;</div> <div class="line"><a name="l04192"></a><span class="lineno"> 4192</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04193"></a><span class="lineno"> 4193</span>&#160; <a class="code" href="classv8_1_1_signature.html">Signature</a>();</div> <div class="line"><a name="l04194"></a><span class="lineno"> 4194</span>&#160;};</div> <div class="line"><a name="l04195"></a><span class="lineno"> 4195</span>&#160;</div> <div class="line"><a name="l04196"></a><span class="lineno"> 4196</span>&#160;</div> <div class="line"><a name="l04201"></a><span class="lineno"><a class="line" href="classv8_1_1_accessor_signature.html"> 4201</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_accessor_signature.html">AccessorSignature</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div> <div class="line"><a name="l04202"></a><span class="lineno"> 4202</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04203"></a><span class="lineno"> 4203</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;AccessorSignature&gt;</a> New(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l04204"></a><span class="lineno"> 4204</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a> receiver =</div> <div class="line"><a name="l04205"></a><span class="lineno"> 4205</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a>());</div> <div class="line"><a name="l04206"></a><span class="lineno"> 4206</span>&#160;</div> <div class="line"><a name="l04207"></a><span class="lineno"> 4207</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04208"></a><span class="lineno"> 4208</span>&#160; <a class="code" href="classv8_1_1_accessor_signature.html">AccessorSignature</a>();</div> <div class="line"><a name="l04209"></a><span class="lineno"> 4209</span>&#160;};</div> <div class="line"><a name="l04210"></a><span class="lineno"> 4210</span>&#160;</div> <div class="line"><a name="l04211"></a><span class="lineno"> 4211</span>&#160;</div> <div class="line"><a name="l04216"></a><span class="lineno"><a class="line" href="classv8_1_1_type_switch.html"> 4216</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_type_switch.html">TypeSwitch</a> : <span class="keyword">public</span> <a class="code" href="classv8_1_1_data.html">Data</a> {</div> <div class="line"><a name="l04217"></a><span class="lineno"> 4217</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04218"></a><span class="lineno"> 4218</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;TypeSwitch&gt;</a> New(<a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a> type);</div> <div class="line"><a name="l04219"></a><span class="lineno"> 4219</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;TypeSwitch&gt;</a> New(<span class="keywordtype">int</span> argc, <a class="code" href="classv8_1_1_handle.html">Handle&lt;FunctionTemplate&gt;</a> types[]);</div> <div class="line"><a name="l04220"></a><span class="lineno"> 4220</span>&#160; <span class="keywordtype">int</span> match(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l04221"></a><span class="lineno"> 4221</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04222"></a><span class="lineno"> 4222</span>&#160; <a class="code" href="classv8_1_1_type_switch.html">TypeSwitch</a>();</div> <div class="line"><a name="l04223"></a><span class="lineno"> 4223</span>&#160;};</div> <div class="line"><a name="l04224"></a><span class="lineno"> 4224</span>&#160;</div> <div class="line"><a name="l04225"></a><span class="lineno"> 4225</span>&#160;</div> <div class="line"><a name="l04226"></a><span class="lineno"> 4226</span>&#160;<span class="comment">// --- Extensions ---</span></div> <div class="line"><a name="l04227"></a><span class="lineno"> 4227</span>&#160;</div> <div class="line"><a name="l04228"></a><span class="lineno"><a class="line" href="classv8_1_1_external_one_byte_string_resource_impl.html"> 4228</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_external_one_byte_string_resource_impl.html">ExternalOneByteStringResourceImpl</a></div> <div class="line"><a name="l04229"></a><span class="lineno"> 4229</span>&#160; : <span class="keyword">public</span> <a class="code" href="classv8_1_1_string_1_1_external_one_byte_string_resource.html">String::ExternalOneByteStringResource</a> {</div> <div class="line"><a name="l04230"></a><span class="lineno"> 4230</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04231"></a><span class="lineno"> 4231</span>&#160; <a class="code" href="classv8_1_1_external_one_byte_string_resource_impl.html">ExternalOneByteStringResourceImpl</a>() : data_(0), length_(0) {}</div> <div class="line"><a name="l04232"></a><span class="lineno"> 4232</span>&#160; <a class="code" href="classv8_1_1_external_one_byte_string_resource_impl.html">ExternalOneByteStringResourceImpl</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* data, <span class="keywordtype">size_t</span> length)</div> <div class="line"><a name="l04233"></a><span class="lineno"> 4233</span>&#160; : data_(data), length_(length) {}</div> <div class="line"><a name="l04234"></a><span class="lineno"><a class="line" href="classv8_1_1_external_one_byte_string_resource_impl.html#a37ada5dc21ecb982c50482c90fffe529"> 4234</a></span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classv8_1_1_external_one_byte_string_resource_impl.html#a37ada5dc21ecb982c50482c90fffe529">data</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> data_; }</div> <div class="line"><a name="l04235"></a><span class="lineno"><a class="line" href="classv8_1_1_external_one_byte_string_resource_impl.html#aedcf350d46f64cf1e3045658920d1dc8"> 4235</a></span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classv8_1_1_external_one_byte_string_resource_impl.html#aedcf350d46f64cf1e3045658920d1dc8">length</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> length_; }</div> <div class="line"><a name="l04236"></a><span class="lineno"> 4236</span>&#160;</div> <div class="line"><a name="l04237"></a><span class="lineno"> 4237</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04238"></a><span class="lineno"> 4238</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>* data_;</div> <div class="line"><a name="l04239"></a><span class="lineno"> 4239</span>&#160; <span class="keywordtype">size_t</span> length_;</div> <div class="line"><a name="l04240"></a><span class="lineno"> 4240</span>&#160;};</div> <div class="line"><a name="l04241"></a><span class="lineno"> 4241</span>&#160;</div> <div class="line"><a name="l04245"></a><span class="lineno"><a class="line" href="classv8_1_1_extension.html"> 4245</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_extension.html">Extension</a> { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l04246"></a><span class="lineno"> 4246</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04247"></a><span class="lineno"> 4247</span>&#160; <span class="comment">// Note that the strings passed into this constructor must live as long</span></div> <div class="line"><a name="l04248"></a><span class="lineno"> 4248</span>&#160; <span class="comment">// as the Extension itself.</span></div> <div class="line"><a name="l04249"></a><span class="lineno"> 4249</span>&#160; <a class="code" href="classv8_1_1_extension.html">Extension</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name,</div> <div class="line"><a name="l04250"></a><span class="lineno"> 4250</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>* source = 0,</div> <div class="line"><a name="l04251"></a><span class="lineno"> 4251</span>&#160; <span class="keywordtype">int</span> dep_count = 0,</div> <div class="line"><a name="l04252"></a><span class="lineno"> 4252</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>** deps = 0,</div> <div class="line"><a name="l04253"></a><span class="lineno"> 4253</span>&#160; <span class="keywordtype">int</span> source_length = -1);</div> <div class="line"><a name="l04254"></a><span class="lineno"> 4254</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_extension.html">Extension</a>() { }</div> <div class="line"><a name="l04255"></a><span class="lineno"> 4255</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classv8_1_1_handle.html">v8::Handle&lt;v8::FunctionTemplate&gt;</a> GetNativeFunctionTemplate(</div> <div class="line"><a name="l04256"></a><span class="lineno"> 4256</span>&#160; <a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate, <a class="code" href="classv8_1_1_handle.html">v8::Handle&lt;v8::String&gt;</a> name) {</div> <div class="line"><a name="l04257"></a><span class="lineno"> 4257</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_handle.html">v8::Handle&lt;v8::FunctionTemplate&gt;</a>();</div> <div class="line"><a name="l04258"></a><span class="lineno"> 4258</span>&#160; }</div> <div class="line"><a name="l04259"></a><span class="lineno"> 4259</span>&#160;</div> <div class="line"><a name="l04260"></a><span class="lineno"> 4260</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>* name()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> name_; }</div> <div class="line"><a name="l04261"></a><span class="lineno"> 4261</span>&#160; <span class="keywordtype">size_t</span> source_length()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> source_length_; }</div> <div class="line"><a name="l04262"></a><span class="lineno"> 4262</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_string_1_1_external_one_byte_string_resource.html">String::ExternalOneByteStringResource</a>* source()<span class="keyword"> const </span>{</div> <div class="line"><a name="l04263"></a><span class="lineno"> 4263</span>&#160; <span class="keywordflow">return</span> &amp;source_; }</div> <div class="line"><a name="l04264"></a><span class="lineno"> 4264</span>&#160; <span class="keywordtype">int</span> dependency_count() { <span class="keywordflow">return</span> dep_count_; }</div> <div class="line"><a name="l04265"></a><span class="lineno"> 4265</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>** dependencies() { <span class="keywordflow">return</span> deps_; }</div> <div class="line"><a name="l04266"></a><span class="lineno"> 4266</span>&#160; <span class="keywordtype">void</span> set_auto_enable(<span class="keywordtype">bool</span> value) { auto_enable_ = value; }</div> <div class="line"><a name="l04267"></a><span class="lineno"> 4267</span>&#160; <span class="keywordtype">bool</span> auto_enable() { <span class="keywordflow">return</span> auto_enable_; }</div> <div class="line"><a name="l04268"></a><span class="lineno"> 4268</span>&#160;</div> <div class="line"><a name="l04269"></a><span class="lineno"> 4269</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04270"></a><span class="lineno"> 4270</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>* name_;</div> <div class="line"><a name="l04271"></a><span class="lineno"> 4271</span>&#160; <span class="keywordtype">size_t</span> source_length_; <span class="comment">// expected to initialize before source_</span></div> <div class="line"><a name="l04272"></a><span class="lineno"> 4272</span>&#160; <a class="code" href="classv8_1_1_external_one_byte_string_resource_impl.html">ExternalOneByteStringResourceImpl</a> source_;</div> <div class="line"><a name="l04273"></a><span class="lineno"> 4273</span>&#160; <span class="keywordtype">int</span> dep_count_;</div> <div class="line"><a name="l04274"></a><span class="lineno"> 4274</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>** deps_;</div> <div class="line"><a name="l04275"></a><span class="lineno"> 4275</span>&#160; <span class="keywordtype">bool</span> auto_enable_;</div> <div class="line"><a name="l04276"></a><span class="lineno"> 4276</span>&#160;</div> <div class="line"><a name="l04277"></a><span class="lineno"> 4277</span>&#160; <span class="comment">// Disallow copying and assigning.</span></div> <div class="line"><a name="l04278"></a><span class="lineno"> 4278</span>&#160; <a class="code" href="classv8_1_1_extension.html">Extension</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_extension.html">Extension</a>&amp;);</div> <div class="line"><a name="l04279"></a><span class="lineno"> 4279</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_extension.html">Extension</a>&amp;);</div> <div class="line"><a name="l04280"></a><span class="lineno"> 4280</span>&#160;};</div> <div class="line"><a name="l04281"></a><span class="lineno"> 4281</span>&#160;</div> <div class="line"><a name="l04282"></a><span class="lineno"> 4282</span>&#160;</div> <div class="line"><a name="l04283"></a><span class="lineno"> 4283</span>&#160;<span class="keywordtype">void</span> V8_EXPORT RegisterExtension(<a class="code" href="classv8_1_1_extension.html">Extension</a>* extension);</div> <div class="line"><a name="l04284"></a><span class="lineno"> 4284</span>&#160;</div> <div class="line"><a name="l04285"></a><span class="lineno"> 4285</span>&#160;</div> <div class="line"><a name="l04286"></a><span class="lineno"> 4286</span>&#160;<span class="comment">// --- Statics ---</span></div> <div class="line"><a name="l04287"></a><span class="lineno"> 4287</span>&#160;</div> <div class="line"><a name="l04288"></a><span class="lineno"> 4288</span>&#160;V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Primitive&gt;</a> Undefined(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l04289"></a><span class="lineno"> 4289</span>&#160;V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Primitive&gt;</a> Null(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l04290"></a><span class="lineno"> 4290</span>&#160;V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> True(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l04291"></a><span class="lineno"> 4291</span>&#160;V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> False(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l04292"></a><span class="lineno"> 4292</span>&#160;</div> <div class="line"><a name="l04293"></a><span class="lineno"> 4293</span>&#160;</div> <div class="line"><a name="l04303"></a><span class="lineno"><a class="line" href="classv8_1_1_resource_constraints.html"> 4303</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_resource_constraints.html">ResourceConstraints</a> {</div> <div class="line"><a name="l04304"></a><span class="lineno"> 4304</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04305"></a><span class="lineno"> 4305</span>&#160; <a class="code" href="classv8_1_1_resource_constraints.html">ResourceConstraints</a>();</div> <div class="line"><a name="l04306"></a><span class="lineno"> 4306</span>&#160;</div> <div class="line"><a name="l04318"></a><span class="lineno"> 4318</span>&#160; <span class="keywordtype">void</span> ConfigureDefaults(uint64_t physical_memory,</div> <div class="line"><a name="l04319"></a><span class="lineno"> 4319</span>&#160; uint64_t virtual_memory_limit,</div> <div class="line"><a name="l04320"></a><span class="lineno"> 4320</span>&#160; uint32_t number_of_processors);</div> <div class="line"><a name="l04321"></a><span class="lineno"> 4321</span>&#160;</div> <div class="line"><a name="l04322"></a><span class="lineno"> 4322</span>&#160; <span class="keywordtype">int</span> max_semi_space_size()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> max_semi_space_size_; }</div> <div class="line"><a name="l04323"></a><span class="lineno"> 4323</span>&#160; <span class="keywordtype">void</span> set_max_semi_space_size(<span class="keywordtype">int</span> value) { max_semi_space_size_ = value; }</div> <div class="line"><a name="l04324"></a><span class="lineno"> 4324</span>&#160; <span class="keywordtype">int</span> max_old_space_size()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> max_old_space_size_; }</div> <div class="line"><a name="l04325"></a><span class="lineno"> 4325</span>&#160; <span class="keywordtype">void</span> set_max_old_space_size(<span class="keywordtype">int</span> value) { max_old_space_size_ = value; }</div> <div class="line"><a name="l04326"></a><span class="lineno"> 4326</span>&#160; <span class="keywordtype">int</span> max_executable_size()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> max_executable_size_; }</div> <div class="line"><a name="l04327"></a><span class="lineno"> 4327</span>&#160; <span class="keywordtype">void</span> set_max_executable_size(<span class="keywordtype">int</span> value) { max_executable_size_ = value; }</div> <div class="line"><a name="l04328"></a><span class="lineno"> 4328</span>&#160; uint32_t* stack_limit()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> stack_limit_; }</div> <div class="line"><a name="l04329"></a><span class="lineno"> 4329</span>&#160; <span class="comment">// Sets an address beyond which the VM&#39;s stack may not grow.</span></div> <div class="line"><a name="l04330"></a><span class="lineno"> 4330</span>&#160; <span class="keywordtype">void</span> set_stack_limit(uint32_t* value) { stack_limit_ = value; }</div> <div class="line"><a name="l04331"></a><span class="lineno"> 4331</span>&#160; <span class="keywordtype">int</span> max_available_threads()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> max_available_threads_; }</div> <div class="line"><a name="l04332"></a><span class="lineno"> 4332</span>&#160; <span class="comment">// Set the number of threads available to V8, assuming at least 1.</span></div> <div class="line"><a name="l04333"></a><span class="lineno"> 4333</span>&#160; <span class="keywordtype">void</span> set_max_available_threads(<span class="keywordtype">int</span> value) {</div> <div class="line"><a name="l04334"></a><span class="lineno"> 4334</span>&#160; max_available_threads_ = value;</div> <div class="line"><a name="l04335"></a><span class="lineno"> 4335</span>&#160; }</div> <div class="line"><a name="l04336"></a><span class="lineno"> 4336</span>&#160; <span class="keywordtype">size_t</span> code_range_size()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> code_range_size_; }</div> <div class="line"><a name="l04337"></a><span class="lineno"> 4337</span>&#160; <span class="keywordtype">void</span> set_code_range_size(<span class="keywordtype">size_t</span> value) {</div> <div class="line"><a name="l04338"></a><span class="lineno"> 4338</span>&#160; code_range_size_ = value;</div> <div class="line"><a name="l04339"></a><span class="lineno"> 4339</span>&#160; }</div> <div class="line"><a name="l04340"></a><span class="lineno"> 4340</span>&#160;</div> <div class="line"><a name="l04341"></a><span class="lineno"> 4341</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04342"></a><span class="lineno"> 4342</span>&#160; <span class="keywordtype">int</span> max_semi_space_size_;</div> <div class="line"><a name="l04343"></a><span class="lineno"> 4343</span>&#160; <span class="keywordtype">int</span> max_old_space_size_;</div> <div class="line"><a name="l04344"></a><span class="lineno"> 4344</span>&#160; <span class="keywordtype">int</span> max_executable_size_;</div> <div class="line"><a name="l04345"></a><span class="lineno"> 4345</span>&#160; uint32_t* stack_limit_;</div> <div class="line"><a name="l04346"></a><span class="lineno"> 4346</span>&#160; <span class="keywordtype">int</span> max_available_threads_;</div> <div class="line"><a name="l04347"></a><span class="lineno"> 4347</span>&#160; <span class="keywordtype">size_t</span> code_range_size_;</div> <div class="line"><a name="l04348"></a><span class="lineno"> 4348</span>&#160;};</div> <div class="line"><a name="l04349"></a><span class="lineno"> 4349</span>&#160;</div> <div class="line"><a name="l04350"></a><span class="lineno"> 4350</span>&#160;</div> <div class="line"><a name="l04351"></a><span class="lineno"> 4351</span>&#160;<span class="comment">// --- Exceptions ---</span></div> <div class="line"><a name="l04352"></a><span class="lineno"> 4352</span>&#160;</div> <div class="line"><a name="l04353"></a><span class="lineno"> 4353</span>&#160;</div> <div class="line"><a name="l04354"></a><span class="lineno"> 4354</span>&#160;<span class="keyword">typedef</span> void (*FatalErrorCallback)(<span class="keyword">const</span> <span class="keywordtype">char</span>* location, <span class="keyword">const</span> <span class="keywordtype">char</span>* message);</div> <div class="line"><a name="l04355"></a><span class="lineno"> 4355</span>&#160;</div> <div class="line"><a name="l04356"></a><span class="lineno"> 4356</span>&#160;</div> <div class="line"><a name="l04357"></a><span class="lineno"> 4357</span>&#160;<span class="keyword">typedef</span> void (*MessageCallback)(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Message&gt;</a> message, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> error);</div> <div class="line"><a name="l04358"></a><span class="lineno"> 4358</span>&#160;</div> <div class="line"><a name="l04359"></a><span class="lineno"> 4359</span>&#160;<span class="comment">// --- Tracing ---</span></div> <div class="line"><a name="l04360"></a><span class="lineno"> 4360</span>&#160;</div> <div class="line"><a name="l04361"></a><span class="lineno"> 4361</span>&#160;<span class="keyword">typedef</span> void (*LogEventCallback)(<span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">int</span> event);</div> <div class="line"><a name="l04362"></a><span class="lineno"> 4362</span>&#160;</div> <div class="line"><a name="l04367"></a><span class="lineno"><a class="line" href="classv8_1_1_exception.html"> 4367</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_exception.html">Exception</a> {</div> <div class="line"><a name="l04368"></a><span class="lineno"> 4368</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04369"></a><span class="lineno"> 4369</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> RangeError(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> message);</div> <div class="line"><a name="l04370"></a><span class="lineno"> 4370</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> ReferenceError(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> message);</div> <div class="line"><a name="l04371"></a><span class="lineno"> 4371</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> SyntaxError(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> message);</div> <div class="line"><a name="l04372"></a><span class="lineno"> 4372</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> TypeError(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> message);</div> <div class="line"><a name="l04373"></a><span class="lineno"> 4373</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> Error(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> message);</div> <div class="line"><a name="l04374"></a><span class="lineno"> 4374</span>&#160;</div> <div class="line"><a name="l04380"></a><span class="lineno"> 4380</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Message&gt;</a> CreateMessage(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> exception);</div> <div class="line"><a name="l04381"></a><span class="lineno"> 4381</span>&#160;</div> <div class="line"><a name="l04386"></a><span class="lineno"> 4386</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;StackTrace&gt;</a> GetStackTrace(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> exception);</div> <div class="line"><a name="l04387"></a><span class="lineno"> 4387</span>&#160;};</div> <div class="line"><a name="l04388"></a><span class="lineno"> 4388</span>&#160;</div> <div class="line"><a name="l04389"></a><span class="lineno"> 4389</span>&#160;</div> <div class="line"><a name="l04390"></a><span class="lineno"> 4390</span>&#160;<span class="comment">// --- Counters Callbacks ---</span></div> <div class="line"><a name="l04391"></a><span class="lineno"> 4391</span>&#160;</div> <div class="line"><a name="l04392"></a><span class="lineno"> 4392</span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span>* (*CounterLookupCallback)(<span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div> <div class="line"><a name="l04393"></a><span class="lineno"> 4393</span>&#160;</div> <div class="line"><a name="l04394"></a><span class="lineno"> 4394</span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span>* (*CreateHistogramCallback)(<span class="keyword">const</span> <span class="keywordtype">char</span>* name,</div> <div class="line"><a name="l04395"></a><span class="lineno"> 4395</span>&#160; <span class="keywordtype">int</span> min,</div> <div class="line"><a name="l04396"></a><span class="lineno"> 4396</span>&#160; <span class="keywordtype">int</span> max,</div> <div class="line"><a name="l04397"></a><span class="lineno"> 4397</span>&#160; <span class="keywordtype">size_t</span> buckets);</div> <div class="line"><a name="l04398"></a><span class="lineno"> 4398</span>&#160;</div> <div class="line"><a name="l04399"></a><span class="lineno"> 4399</span>&#160;<span class="keyword">typedef</span> void (*AddHistogramSampleCallback)(<span class="keywordtype">void</span>* histogram, <span class="keywordtype">int</span> sample);</div> <div class="line"><a name="l04400"></a><span class="lineno"> 4400</span>&#160;</div> <div class="line"><a name="l04401"></a><span class="lineno"> 4401</span>&#160;<span class="comment">// --- Memory Allocation Callback ---</span></div> <div class="line"><a name="l04402"></a><span class="lineno"> 4402</span>&#160;<span class="keyword">enum</span> ObjectSpace {</div> <div class="line"><a name="l04403"></a><span class="lineno"> 4403</span>&#160; kObjectSpaceNewSpace = 1 &lt;&lt; 0,</div> <div class="line"><a name="l04404"></a><span class="lineno"> 4404</span>&#160; kObjectSpaceOldPointerSpace = 1 &lt;&lt; 1,</div> <div class="line"><a name="l04405"></a><span class="lineno"> 4405</span>&#160; kObjectSpaceOldDataSpace = 1 &lt;&lt; 2,</div> <div class="line"><a name="l04406"></a><span class="lineno"> 4406</span>&#160; kObjectSpaceCodeSpace = 1 &lt;&lt; 3,</div> <div class="line"><a name="l04407"></a><span class="lineno"> 4407</span>&#160; kObjectSpaceMapSpace = 1 &lt;&lt; 4,</div> <div class="line"><a name="l04408"></a><span class="lineno"> 4408</span>&#160; kObjectSpaceCellSpace = 1 &lt;&lt; 5,</div> <div class="line"><a name="l04409"></a><span class="lineno"> 4409</span>&#160; kObjectSpacePropertyCellSpace = 1 &lt;&lt; 6,</div> <div class="line"><a name="l04410"></a><span class="lineno"> 4410</span>&#160; kObjectSpaceLoSpace = 1 &lt;&lt; 7,</div> <div class="line"><a name="l04411"></a><span class="lineno"> 4411</span>&#160; kObjectSpaceAll = kObjectSpaceNewSpace | kObjectSpaceOldPointerSpace |</div> <div class="line"><a name="l04412"></a><span class="lineno"> 4412</span>&#160; kObjectSpaceOldDataSpace | kObjectSpaceCodeSpace |</div> <div class="line"><a name="l04413"></a><span class="lineno"> 4413</span>&#160; kObjectSpaceMapSpace | kObjectSpaceLoSpace</div> <div class="line"><a name="l04414"></a><span class="lineno"> 4414</span>&#160;};</div> <div class="line"><a name="l04415"></a><span class="lineno"> 4415</span>&#160;</div> <div class="line"><a name="l04416"></a><span class="lineno"> 4416</span>&#160; <span class="keyword">enum</span> AllocationAction {</div> <div class="line"><a name="l04417"></a><span class="lineno"> 4417</span>&#160; kAllocationActionAllocate = 1 &lt;&lt; 0,</div> <div class="line"><a name="l04418"></a><span class="lineno"> 4418</span>&#160; kAllocationActionFree = 1 &lt;&lt; 1,</div> <div class="line"><a name="l04419"></a><span class="lineno"> 4419</span>&#160; kAllocationActionAll = kAllocationActionAllocate | kAllocationActionFree</div> <div class="line"><a name="l04420"></a><span class="lineno"> 4420</span>&#160; };</div> <div class="line"><a name="l04421"></a><span class="lineno"> 4421</span>&#160;</div> <div class="line"><a name="l04422"></a><span class="lineno"> 4422</span>&#160;<span class="keyword">typedef</span> void (*MemoryAllocationCallback)(ObjectSpace space,</div> <div class="line"><a name="l04423"></a><span class="lineno"> 4423</span>&#160; AllocationAction action,</div> <div class="line"><a name="l04424"></a><span class="lineno"> 4424</span>&#160; <span class="keywordtype">int</span> size);</div> <div class="line"><a name="l04425"></a><span class="lineno"> 4425</span>&#160;</div> <div class="line"><a name="l04426"></a><span class="lineno"> 4426</span>&#160;<span class="comment">// --- Leave Script Callback ---</span></div> <div class="line"><a name="l04427"></a><span class="lineno"> 4427</span>&#160;<span class="keyword">typedef</span> void (*CallCompletedCallback)();</div> <div class="line"><a name="l04428"></a><span class="lineno"> 4428</span>&#160;</div> <div class="line"><a name="l04429"></a><span class="lineno"> 4429</span>&#160;<span class="comment">// --- Promise Reject Callback ---</span></div> <div class="line"><a name="l04430"></a><span class="lineno"> 4430</span>&#160;<span class="keyword">enum</span> PromiseRejectEvent {</div> <div class="line"><a name="l04431"></a><span class="lineno"> 4431</span>&#160; kPromiseRejectWithNoHandler = 0,</div> <div class="line"><a name="l04432"></a><span class="lineno"> 4432</span>&#160; kPromiseHandlerAddedAfterReject = 1</div> <div class="line"><a name="l04433"></a><span class="lineno"> 4433</span>&#160;};</div> <div class="line"><a name="l04434"></a><span class="lineno"> 4434</span>&#160;</div> <div class="line"><a name="l04435"></a><span class="lineno"><a class="line" href="classv8_1_1_promise_reject_message.html"> 4435</a></span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_promise_reject_message.html">PromiseRejectMessage</a> {</div> <div class="line"><a name="l04436"></a><span class="lineno"> 4436</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04437"></a><span class="lineno"> 4437</span>&#160; <a class="code" href="classv8_1_1_promise_reject_message.html">PromiseRejectMessage</a>(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Promise&gt;</a> promise, PromiseRejectEvent event,</div> <div class="line"><a name="l04438"></a><span class="lineno"> 4438</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value, <a class="code" href="classv8_1_1_handle.html">Handle&lt;StackTrace&gt;</a> stack_trace)</div> <div class="line"><a name="l04439"></a><span class="lineno"> 4439</span>&#160; : promise_(promise),</div> <div class="line"><a name="l04440"></a><span class="lineno"> 4440</span>&#160; event_(event),</div> <div class="line"><a name="l04441"></a><span class="lineno"> 4441</span>&#160; value_(value),</div> <div class="line"><a name="l04442"></a><span class="lineno"> 4442</span>&#160; stack_trace_(stack_trace) {}</div> <div class="line"><a name="l04443"></a><span class="lineno"> 4443</span>&#160;</div> <div class="line"><a name="l04444"></a><span class="lineno"> 4444</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Promise&gt;</a> GetPromise()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> promise_; }</div> <div class="line"><a name="l04445"></a><span class="lineno"> 4445</span>&#160; V8_INLINE PromiseRejectEvent GetEvent()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> event_; }</div> <div class="line"><a name="l04446"></a><span class="lineno"> 4446</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetValue()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> value_; }</div> <div class="line"><a name="l04447"></a><span class="lineno"> 4447</span>&#160;</div> <div class="line"><a name="l04448"></a><span class="lineno"> 4448</span>&#160; <span class="comment">// DEPRECATED. Use v8::Exception::CreateMessage(GetValue())-&gt;GetStackTrace()</span></div> <div class="line"><a name="l04449"></a><span class="lineno"> 4449</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_handle.html">Handle&lt;StackTrace&gt;</a> GetStackTrace()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> stack_trace_; }</div> <div class="line"><a name="l04450"></a><span class="lineno"> 4450</span>&#160;</div> <div class="line"><a name="l04451"></a><span class="lineno"> 4451</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04452"></a><span class="lineno"> 4452</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Promise&gt;</a> promise_;</div> <div class="line"><a name="l04453"></a><span class="lineno"> 4453</span>&#160; PromiseRejectEvent event_;</div> <div class="line"><a name="l04454"></a><span class="lineno"> 4454</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value_;</div> <div class="line"><a name="l04455"></a><span class="lineno"> 4455</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;StackTrace&gt;</a> stack_trace_;</div> <div class="line"><a name="l04456"></a><span class="lineno"> 4456</span>&#160;};</div> <div class="line"><a name="l04457"></a><span class="lineno"> 4457</span>&#160;</div> <div class="line"><a name="l04458"></a><span class="lineno"> 4458</span>&#160;<span class="keyword">typedef</span> void (*PromiseRejectCallback)(<a class="code" href="classv8_1_1_promise_reject_message.html">PromiseRejectMessage</a> message);</div> <div class="line"><a name="l04459"></a><span class="lineno"> 4459</span>&#160;</div> <div class="line"><a name="l04460"></a><span class="lineno"> 4460</span>&#160;<span class="comment">// --- Microtask Callback ---</span></div> <div class="line"><a name="l04461"></a><span class="lineno"> 4461</span>&#160;<span class="keyword">typedef</span> void (*MicrotaskCallback)(<span class="keywordtype">void</span>* data);</div> <div class="line"><a name="l04462"></a><span class="lineno"> 4462</span>&#160;</div> <div class="line"><a name="l04463"></a><span class="lineno"> 4463</span>&#160;<span class="comment">// --- Failed Access Check Callback ---</span></div> <div class="line"><a name="l04464"></a><span class="lineno"> 4464</span>&#160;<span class="keyword">typedef</span> void (*FailedAccessCheckCallback)(<a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> target,</div> <div class="line"><a name="l04465"></a><span class="lineno"> 4465</span>&#160; <a class="code" href="namespacev8.html#add8bef6469c5b94706584124e610046c">AccessType</a> type,</div> <div class="line"><a name="l04466"></a><span class="lineno"> 4466</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> data);</div> <div class="line"><a name="l04467"></a><span class="lineno"> 4467</span>&#160;</div> <div class="line"><a name="l04468"></a><span class="lineno"> 4468</span>&#160;<span class="comment">// --- AllowCodeGenerationFromStrings callbacks ---</span></div> <div class="line"><a name="l04469"></a><span class="lineno"> 4469</span>&#160;</div> <div class="line"><a name="l04474"></a><span class="lineno"><a class="line" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2"> 4474</a></span>&#160;<span class="keyword">typedef</span> bool (*<a class="code" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">AllowCodeGenerationFromStringsCallback</a>)(<a class="code" href="classv8_1_1_local.html">Local&lt;Context&gt;</a> context);</div> <div class="line"><a name="l04475"></a><span class="lineno"> 4475</span>&#160;</div> <div class="line"><a name="l04476"></a><span class="lineno"> 4476</span>&#160;<span class="comment">// --- Garbage Collection Callbacks ---</span></div> <div class="line"><a name="l04477"></a><span class="lineno"> 4477</span>&#160;</div> <div class="line"><a name="l04485"></a><span class="lineno"><a class="line" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2"> 4485</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> {</div> <div class="line"><a name="l04486"></a><span class="lineno"> 4486</span>&#160; kGCTypeScavenge = 1 &lt;&lt; 0,</div> <div class="line"><a name="l04487"></a><span class="lineno"> 4487</span>&#160; kGCTypeMarkSweepCompact = 1 &lt;&lt; 1,</div> <div class="line"><a name="l04488"></a><span class="lineno"> 4488</span>&#160; kGCTypeAll = kGCTypeScavenge | kGCTypeMarkSweepCompact</div> <div class="line"><a name="l04489"></a><span class="lineno"> 4489</span>&#160;};</div> <div class="line"><a name="l04490"></a><span class="lineno"> 4490</span>&#160;</div> <div class="line"><a name="l04491"></a><span class="lineno"> 4491</span>&#160;<span class="keyword">enum</span> GCCallbackFlags {</div> <div class="line"><a name="l04492"></a><span class="lineno"> 4492</span>&#160; kNoGCCallbackFlags = 0,</div> <div class="line"><a name="l04493"></a><span class="lineno"> 4493</span>&#160; kGCCallbackFlagCompacted = 1 &lt;&lt; 0,</div> <div class="line"><a name="l04494"></a><span class="lineno"> 4494</span>&#160; kGCCallbackFlagConstructRetainedObjectInfos = 1 &lt;&lt; 1,</div> <div class="line"><a name="l04495"></a><span class="lineno"> 4495</span>&#160; kGCCallbackFlagForced = 1 &lt;&lt; 2</div> <div class="line"><a name="l04496"></a><span class="lineno"> 4496</span>&#160;};</div> <div class="line"><a name="l04497"></a><span class="lineno"> 4497</span>&#160;</div> <div class="line"><a name="l04498"></a><span class="lineno"> 4498</span>&#160;<span class="keyword">typedef</span> void (*GCPrologueCallback)(<a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> type, GCCallbackFlags flags);</div> <div class="line"><a name="l04499"></a><span class="lineno"> 4499</span>&#160;<span class="keyword">typedef</span> void (*GCEpilogueCallback)(<a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> type, GCCallbackFlags flags);</div> <div class="line"><a name="l04500"></a><span class="lineno"> 4500</span>&#160;</div> <div class="line"><a name="l04501"></a><span class="lineno"> 4501</span>&#160;<span class="keyword">typedef</span> void (*InterruptCallback)(Isolate* isolate, <span class="keywordtype">void</span>* data);</div> <div class="line"><a name="l04502"></a><span class="lineno"> 4502</span>&#160;</div> <div class="line"><a name="l04503"></a><span class="lineno"> 4503</span>&#160;</div> <div class="line"><a name="l04510"></a><span class="lineno"><a class="line" href="classv8_1_1_heap_statistics.html"> 4510</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_heap_statistics.html">HeapStatistics</a> {</div> <div class="line"><a name="l04511"></a><span class="lineno"> 4511</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04512"></a><span class="lineno"> 4512</span>&#160; <a class="code" href="classv8_1_1_heap_statistics.html">HeapStatistics</a>();</div> <div class="line"><a name="l04513"></a><span class="lineno"> 4513</span>&#160; <span class="keywordtype">size_t</span> total_heap_size() { <span class="keywordflow">return</span> total_heap_size_; }</div> <div class="line"><a name="l04514"></a><span class="lineno"> 4514</span>&#160; <span class="keywordtype">size_t</span> total_heap_size_executable() { <span class="keywordflow">return</span> total_heap_size_executable_; }</div> <div class="line"><a name="l04515"></a><span class="lineno"> 4515</span>&#160; <span class="keywordtype">size_t</span> total_physical_size() { <span class="keywordflow">return</span> total_physical_size_; }</div> <div class="line"><a name="l04516"></a><span class="lineno"> 4516</span>&#160; <span class="keywordtype">size_t</span> used_heap_size() { <span class="keywordflow">return</span> used_heap_size_; }</div> <div class="line"><a name="l04517"></a><span class="lineno"> 4517</span>&#160; <span class="keywordtype">size_t</span> heap_size_limit() { <span class="keywordflow">return</span> heap_size_limit_; }</div> <div class="line"><a name="l04518"></a><span class="lineno"> 4518</span>&#160;</div> <div class="line"><a name="l04519"></a><span class="lineno"> 4519</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04520"></a><span class="lineno"> 4520</span>&#160; <span class="keywordtype">size_t</span> total_heap_size_;</div> <div class="line"><a name="l04521"></a><span class="lineno"> 4521</span>&#160; <span class="keywordtype">size_t</span> total_heap_size_executable_;</div> <div class="line"><a name="l04522"></a><span class="lineno"> 4522</span>&#160; <span class="keywordtype">size_t</span> total_physical_size_;</div> <div class="line"><a name="l04523"></a><span class="lineno"> 4523</span>&#160; <span class="keywordtype">size_t</span> used_heap_size_;</div> <div class="line"><a name="l04524"></a><span class="lineno"> 4524</span>&#160; <span class="keywordtype">size_t</span> heap_size_limit_;</div> <div class="line"><a name="l04525"></a><span class="lineno"> 4525</span>&#160;</div> <div class="line"><a name="l04526"></a><span class="lineno"> 4526</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_v8.html">V8</a>;</div> <div class="line"><a name="l04527"></a><span class="lineno"> 4527</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_isolate.html">Isolate</a>;</div> <div class="line"><a name="l04528"></a><span class="lineno"> 4528</span>&#160;};</div> <div class="line"><a name="l04529"></a><span class="lineno"> 4529</span>&#160;</div> <div class="line"><a name="l04530"></a><span class="lineno"> 4530</span>&#160;</div> <div class="line"><a name="l04531"></a><span class="lineno"> 4531</span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1_retained_object_info.html">RetainedObjectInfo</a>;</div> <div class="line"><a name="l04532"></a><span class="lineno"> 4532</span>&#160;</div> <div class="line"><a name="l04533"></a><span class="lineno"> 4533</span>&#160;</div> <div class="line"><a name="l04545"></a><span class="lineno"><a class="line" href="namespacev8.html#aaf07fb6bb13f295da3c6568938b7dec5"> 4545</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#aaf07fb6bb13f295da3c6568938b7dec5">FunctionEntryHook</a>)(uintptr_t <span class="keyword">function</span>,</div> <div class="line"><a name="l04546"></a><span class="lineno"> 4546</span>&#160; uintptr_t return_addr_location);</div> <div class="line"><a name="l04547"></a><span class="lineno"> 4547</span>&#160;</div> <div class="line"><a name="l04553"></a><span class="lineno"><a class="line" href="structv8_1_1_jit_code_event.html"> 4553</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structv8_1_1_jit_code_event.html">JitCodeEvent</a> {</div> <div class="line"><a name="l04554"></a><span class="lineno"> 4554</span>&#160; <span class="keyword">enum</span> EventType {</div> <div class="line"><a name="l04555"></a><span class="lineno"> 4555</span>&#160; CODE_ADDED,</div> <div class="line"><a name="l04556"></a><span class="lineno"> 4556</span>&#160; CODE_MOVED,</div> <div class="line"><a name="l04557"></a><span class="lineno"> 4557</span>&#160; CODE_REMOVED,</div> <div class="line"><a name="l04558"></a><span class="lineno"> 4558</span>&#160; CODE_ADD_LINE_POS_INFO,</div> <div class="line"><a name="l04559"></a><span class="lineno"> 4559</span>&#160; CODE_START_LINE_INFO_RECORDING,</div> <div class="line"><a name="l04560"></a><span class="lineno"> 4560</span>&#160; CODE_END_LINE_INFO_RECORDING</div> <div class="line"><a name="l04561"></a><span class="lineno"> 4561</span>&#160; };</div> <div class="line"><a name="l04562"></a><span class="lineno"> 4562</span>&#160; <span class="comment">// Definition of the code position type. The &quot;POSITION&quot; type means the place</span></div> <div class="line"><a name="l04563"></a><span class="lineno"> 4563</span>&#160; <span class="comment">// in the source code which are of interest when making stack traces to</span></div> <div class="line"><a name="l04564"></a><span class="lineno"> 4564</span>&#160; <span class="comment">// pin-point the source location of a stack frame as close as possible.</span></div> <div class="line"><a name="l04565"></a><span class="lineno"> 4565</span>&#160; <span class="comment">// The &quot;STATEMENT_POSITION&quot; means the place at the beginning of each</span></div> <div class="line"><a name="l04566"></a><span class="lineno"> 4566</span>&#160; <span class="comment">// statement, and is used to indicate possible break locations.</span></div> <div class="line"><a name="l04567"></a><span class="lineno"> 4567</span>&#160; <span class="keyword">enum</span> PositionType { POSITION, STATEMENT_POSITION };</div> <div class="line"><a name="l04568"></a><span class="lineno"> 4568</span>&#160;</div> <div class="line"><a name="l04569"></a><span class="lineno"> 4569</span>&#160; <span class="comment">// Type of event.</span></div> <div class="line"><a name="l04570"></a><span class="lineno"> 4570</span>&#160; EventType type;</div> <div class="line"><a name="l04571"></a><span class="lineno"> 4571</span>&#160; <span class="comment">// Start of the instructions.</span></div> <div class="line"><a name="l04572"></a><span class="lineno"> 4572</span>&#160; <span class="keywordtype">void</span>* code_start;</div> <div class="line"><a name="l04573"></a><span class="lineno"> 4573</span>&#160; <span class="comment">// Size of the instructions.</span></div> <div class="line"><a name="l04574"></a><span class="lineno"> 4574</span>&#160; <span class="keywordtype">size_t</span> code_len;</div> <div class="line"><a name="l04575"></a><span class="lineno"> 4575</span>&#160; <span class="comment">// Script info for CODE_ADDED event.</span></div> <div class="line"><a name="l04576"></a><span class="lineno"> 4576</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;UnboundScript&gt;</a> script;</div> <div class="line"><a name="l04577"></a><span class="lineno"> 4577</span>&#160; <span class="comment">// User-defined data for *_LINE_INFO_* event. It&#39;s used to hold the source</span></div> <div class="line"><a name="l04578"></a><span class="lineno"> 4578</span>&#160; <span class="comment">// code line information which is returned from the</span></div> <div class="line"><a name="l04579"></a><span class="lineno"> 4579</span>&#160; <span class="comment">// CODE_START_LINE_INFO_RECORDING event. And it&#39;s passed to subsequent</span></div> <div class="line"><a name="l04580"></a><span class="lineno"> 4580</span>&#160; <span class="comment">// CODE_ADD_LINE_POS_INFO and CODE_END_LINE_INFO_RECORDING events.</span></div> <div class="line"><a name="l04581"></a><span class="lineno"> 4581</span>&#160; <span class="keywordtype">void</span>* user_data;</div> <div class="line"><a name="l04582"></a><span class="lineno"> 4582</span>&#160;</div> <div class="line"><a name="l04583"></a><span class="lineno"><a class="line" href="structv8_1_1_jit_code_event_1_1name__t.html"> 4583</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structv8_1_1_jit_code_event_1_1name__t.html">name_t</a> {</div> <div class="line"><a name="l04584"></a><span class="lineno"> 4584</span>&#160; <span class="comment">// Name of the object associated with the code, note that the string is not</span></div> <div class="line"><a name="l04585"></a><span class="lineno"> 4585</span>&#160; <span class="comment">// zero-terminated.</span></div> <div class="line"><a name="l04586"></a><span class="lineno"> 4586</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>* str;</div> <div class="line"><a name="l04587"></a><span class="lineno"> 4587</span>&#160; <span class="comment">// Number of chars in str.</span></div> <div class="line"><a name="l04588"></a><span class="lineno"> 4588</span>&#160; <span class="keywordtype">size_t</span> len;</div> <div class="line"><a name="l04589"></a><span class="lineno"> 4589</span>&#160; };</div> <div class="line"><a name="l04590"></a><span class="lineno"> 4590</span>&#160;</div> <div class="line"><a name="l04591"></a><span class="lineno"><a class="line" href="structv8_1_1_jit_code_event_1_1line__info__t.html"> 4591</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structv8_1_1_jit_code_event_1_1line__info__t.html">line_info_t</a> {</div> <div class="line"><a name="l04592"></a><span class="lineno"> 4592</span>&#160; <span class="comment">// PC offset</span></div> <div class="line"><a name="l04593"></a><span class="lineno"> 4593</span>&#160; <span class="keywordtype">size_t</span> offset;</div> <div class="line"><a name="l04594"></a><span class="lineno"> 4594</span>&#160; <span class="comment">// Code postion</span></div> <div class="line"><a name="l04595"></a><span class="lineno"> 4595</span>&#160; <span class="keywordtype">size_t</span> pos;</div> <div class="line"><a name="l04596"></a><span class="lineno"> 4596</span>&#160; <span class="comment">// The position type.</span></div> <div class="line"><a name="l04597"></a><span class="lineno"> 4597</span>&#160; PositionType position_type;</div> <div class="line"><a name="l04598"></a><span class="lineno"> 4598</span>&#160; };</div> <div class="line"><a name="l04599"></a><span class="lineno"> 4599</span>&#160;</div> <div class="line"><a name="l04600"></a><span class="lineno"> 4600</span>&#160; <span class="keyword">union </span>{</div> <div class="line"><a name="l04601"></a><span class="lineno"> 4601</span>&#160; <span class="comment">// Only valid for CODE_ADDED.</span></div> <div class="line"><a name="l04602"></a><span class="lineno"> 4602</span>&#160; <span class="keyword">struct </span><a class="code" href="structv8_1_1_jit_code_event_1_1name__t.html">name_t</a> name;</div> <div class="line"><a name="l04603"></a><span class="lineno"> 4603</span>&#160;</div> <div class="line"><a name="l04604"></a><span class="lineno"> 4604</span>&#160; <span class="comment">// Only valid for CODE_ADD_LINE_POS_INFO</span></div> <div class="line"><a name="l04605"></a><span class="lineno"> 4605</span>&#160; <span class="keyword">struct </span><a class="code" href="structv8_1_1_jit_code_event_1_1line__info__t.html">line_info_t</a> line_info;</div> <div class="line"><a name="l04606"></a><span class="lineno"> 4606</span>&#160;</div> <div class="line"><a name="l04607"></a><span class="lineno"> 4607</span>&#160; <span class="comment">// New location of instructions. Only valid for CODE_MOVED.</span></div> <div class="line"><a name="l04608"></a><span class="lineno"> 4608</span>&#160; <span class="keywordtype">void</span>* new_code_start;</div> <div class="line"><a name="l04609"></a><span class="lineno"> 4609</span>&#160; };</div> <div class="line"><a name="l04610"></a><span class="lineno"> 4610</span>&#160;};</div> <div class="line"><a name="l04611"></a><span class="lineno"> 4611</span>&#160;</div> <div class="line"><a name="l04615"></a><span class="lineno"><a class="line" href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1"> 4615</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1">JitCodeEventOptions</a> {</div> <div class="line"><a name="l04616"></a><span class="lineno"> 4616</span>&#160; kJitCodeEventDefault = 0,</div> <div class="line"><a name="l04617"></a><span class="lineno"> 4617</span>&#160; <span class="comment">// Generate callbacks for already existent code.</span></div> <div class="line"><a name="l04618"></a><span class="lineno"> 4618</span>&#160; kJitCodeEventEnumExisting = 1</div> <div class="line"><a name="l04619"></a><span class="lineno"> 4619</span>&#160;};</div> <div class="line"><a name="l04620"></a><span class="lineno"> 4620</span>&#160;</div> <div class="line"><a name="l04621"></a><span class="lineno"> 4621</span>&#160;</div> <div class="line"><a name="l04627"></a><span class="lineno"><a class="line" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733"> 4627</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">JitCodeEventHandler</a>)(<span class="keyword">const</span> <a class="code" href="structv8_1_1_jit_code_event.html">JitCodeEvent</a>* event);</div> <div class="line"><a name="l04628"></a><span class="lineno"> 4628</span>&#160;</div> <div class="line"><a name="l04629"></a><span class="lineno"> 4629</span>&#160;</div> <div class="line"><a name="l04633"></a><span class="lineno"><a class="line" href="classv8_1_1_external_resource_visitor.html"> 4633</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a> { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l04634"></a><span class="lineno"> 4634</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04635"></a><span class="lineno"> 4635</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a>() {}</div> <div class="line"><a name="l04636"></a><span class="lineno"> 4636</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> VisitExternalString(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> <span class="keywordtype">string</span>) {}</div> <div class="line"><a name="l04637"></a><span class="lineno"> 4637</span>&#160;};</div> <div class="line"><a name="l04638"></a><span class="lineno"> 4638</span>&#160;</div> <div class="line"><a name="l04639"></a><span class="lineno"> 4639</span>&#160;</div> <div class="line"><a name="l04643"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_handle_visitor.html"> 4643</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a> { <span class="comment">// NOLINT</span></div> <div class="line"><a name="l04644"></a><span class="lineno"> 4644</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04645"></a><span class="lineno"> 4645</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>() {}</div> <div class="line"><a name="l04646"></a><span class="lineno"> 4646</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> VisitPersistentHandle(<a class="code" href="classv8_1_1_persistent.html">Persistent&lt;Value&gt;</a>* value,</div> <div class="line"><a name="l04647"></a><span class="lineno"> 4647</span>&#160; uint16_t class_id) {}</div> <div class="line"><a name="l04648"></a><span class="lineno"> 4648</span>&#160;};</div> <div class="line"><a name="l04649"></a><span class="lineno"> 4649</span>&#160;</div> <div class="line"><a name="l04650"></a><span class="lineno"> 4650</span>&#160;</div> <div class="line"><a name="l04659"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html"> 4659</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_isolate.html">Isolate</a> {</div> <div class="line"><a name="l04660"></a><span class="lineno"> 4660</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04664"></a><span class="lineno"><a class="line" href="structv8_1_1_isolate_1_1_create_params.html"> 4664</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structv8_1_1_isolate_1_1_create_params.html">CreateParams</a> {</div> <div class="line"><a name="l04665"></a><span class="lineno"> 4665</span>&#160; <a class="code" href="structv8_1_1_isolate_1_1_create_params.html">CreateParams</a>()</div> <div class="line"><a name="l04666"></a><span class="lineno"> 4666</span>&#160; : entry_hook(NULL),</div> <div class="line"><a name="l04667"></a><span class="lineno"> 4667</span>&#160; code_event_handler(NULL),</div> <div class="line"><a name="l04668"></a><span class="lineno"> 4668</span>&#160; enable_serializer(<span class="keyword">false</span>) {}</div> <div class="line"><a name="l04669"></a><span class="lineno"> 4669</span>&#160;</div> <div class="line"><a name="l04677"></a><span class="lineno"><a class="line" href="structv8_1_1_isolate_1_1_create_params.html#aa7aa18bbe2d86713e5b074a93b38dc60"> 4677</a></span>&#160; <a class="code" href="namespacev8.html#aaf07fb6bb13f295da3c6568938b7dec5">FunctionEntryHook</a> <a class="code" href="structv8_1_1_isolate_1_1_create_params.html#aa7aa18bbe2d86713e5b074a93b38dc60">entry_hook</a>;</div> <div class="line"><a name="l04678"></a><span class="lineno"> 4678</span>&#160;</div> <div class="line"><a name="l04683"></a><span class="lineno"><a class="line" href="structv8_1_1_isolate_1_1_create_params.html#a783e3eba90ce6e2800bdd69197bbccdd"> 4683</a></span>&#160; <a class="code" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">JitCodeEventHandler</a> <a class="code" href="structv8_1_1_isolate_1_1_create_params.html#a783e3eba90ce6e2800bdd69197bbccdd">code_event_handler</a>;</div> <div class="line"><a name="l04684"></a><span class="lineno"> 4684</span>&#160;</div> <div class="line"><a name="l04688"></a><span class="lineno"><a class="line" href="structv8_1_1_isolate_1_1_create_params.html#a2c570b306aa8c1c24cfe70e8eee50fa1"> 4688</a></span>&#160; <a class="code" href="classv8_1_1_resource_constraints.html">ResourceConstraints</a> <a class="code" href="structv8_1_1_isolate_1_1_create_params.html#a2c570b306aa8c1c24cfe70e8eee50fa1">constraints</a>;</div> <div class="line"><a name="l04689"></a><span class="lineno"> 4689</span>&#160;</div> <div class="line"><a name="l04693"></a><span class="lineno"><a class="line" href="structv8_1_1_isolate_1_1_create_params.html#a6dae371b4c28bf7e8b3534dc24f13323"> 4693</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="structv8_1_1_isolate_1_1_create_params.html#a6dae371b4c28bf7e8b3534dc24f13323">enable_serializer</a>;</div> <div class="line"><a name="l04694"></a><span class="lineno"> 4694</span>&#160; };</div> <div class="line"><a name="l04695"></a><span class="lineno"> 4695</span>&#160;</div> <div class="line"><a name="l04696"></a><span class="lineno"> 4696</span>&#160;</div> <div class="line"><a name="l04701"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate_1_1_scope.html"> 4701</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a> {</div> <div class="line"><a name="l04702"></a><span class="lineno"> 4702</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04703"></a><span class="lineno"> 4703</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) : isolate_(isolate) {</div> <div class="line"><a name="l04704"></a><span class="lineno"> 4704</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">Enter</a>();</div> <div class="line"><a name="l04705"></a><span class="lineno"> 4705</span>&#160; }</div> <div class="line"><a name="l04706"></a><span class="lineno"> 4706</span>&#160;</div> <div class="line"><a name="l04707"></a><span class="lineno"> 4707</span>&#160; ~<a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>() { isolate_-&gt;Exit(); }</div> <div class="line"><a name="l04708"></a><span class="lineno"> 4708</span>&#160;</div> <div class="line"><a name="l04709"></a><span class="lineno"> 4709</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04710"></a><span class="lineno"> 4710</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* <span class="keyword">const</span> isolate_;</div> <div class="line"><a name="l04711"></a><span class="lineno"> 4711</span>&#160;</div> <div class="line"><a name="l04712"></a><span class="lineno"> 4712</span>&#160; <span class="comment">// Prevent copying of Scope objects.</span></div> <div class="line"><a name="l04713"></a><span class="lineno"> 4713</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>&amp;);</div> <div class="line"><a name="l04714"></a><span class="lineno"> 4714</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_scope.html">Scope</a>&amp;);</div> <div class="line"><a name="l04715"></a><span class="lineno"> 4715</span>&#160; };</div> <div class="line"><a name="l04716"></a><span class="lineno"> 4716</span>&#160;</div> <div class="line"><a name="l04717"></a><span class="lineno"> 4717</span>&#160;</div> <div class="line"><a name="l04721"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html"> 4721</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a> {</div> <div class="line"><a name="l04722"></a><span class="lineno"> 4722</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04723"></a><span class="lineno"> 4723</span>&#160; <span class="keyword">enum</span> OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE };</div> <div class="line"><a name="l04724"></a><span class="lineno"> 4724</span>&#160;</div> <div class="line"><a name="l04725"></a><span class="lineno"> 4725</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, OnFailure on_failure);</div> <div class="line"><a name="l04726"></a><span class="lineno"> 4726</span>&#160; ~<a class="code" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a>();</div> <div class="line"><a name="l04727"></a><span class="lineno"> 4727</span>&#160;</div> <div class="line"><a name="l04728"></a><span class="lineno"> 4728</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04729"></a><span class="lineno"> 4729</span>&#160; <span class="keywordtype">bool</span> on_failure_;</div> <div class="line"><a name="l04730"></a><span class="lineno"> 4730</span>&#160; <span class="keywordtype">void</span>* internal_;</div> <div class="line"><a name="l04731"></a><span class="lineno"> 4731</span>&#160;</div> <div class="line"><a name="l04732"></a><span class="lineno"> 4732</span>&#160; <span class="comment">// Prevent copying of Scope objects.</span></div> <div class="line"><a name="l04733"></a><span class="lineno"> 4733</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a>&amp;);</div> <div class="line"><a name="l04734"></a><span class="lineno"> 4734</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a>&amp; operator=(</div> <div class="line"><a name="l04735"></a><span class="lineno"> 4735</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a>&amp;);</div> <div class="line"><a name="l04736"></a><span class="lineno"> 4736</span>&#160; };</div> <div class="line"><a name="l04737"></a><span class="lineno"> 4737</span>&#160;</div> <div class="line"><a name="l04738"></a><span class="lineno"> 4738</span>&#160;</div> <div class="line"><a name="l04742"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html"> 4742</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">AllowJavascriptExecutionScope</a> {</div> <div class="line"><a name="l04743"></a><span class="lineno"> 4743</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04744"></a><span class="lineno"> 4744</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">AllowJavascriptExecutionScope</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l04745"></a><span class="lineno"> 4745</span>&#160; ~<a class="code" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">AllowJavascriptExecutionScope</a>();</div> <div class="line"><a name="l04746"></a><span class="lineno"> 4746</span>&#160;</div> <div class="line"><a name="l04747"></a><span class="lineno"> 4747</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04748"></a><span class="lineno"> 4748</span>&#160; <span class="keywordtype">void</span>* internal_throws_;</div> <div class="line"><a name="l04749"></a><span class="lineno"> 4749</span>&#160; <span class="keywordtype">void</span>* internal_assert_;</div> <div class="line"><a name="l04750"></a><span class="lineno"> 4750</span>&#160;</div> <div class="line"><a name="l04751"></a><span class="lineno"> 4751</span>&#160; <span class="comment">// Prevent copying of Scope objects.</span></div> <div class="line"><a name="l04752"></a><span class="lineno"> 4752</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">AllowJavascriptExecutionScope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">AllowJavascriptExecutionScope</a>&amp;);</div> <div class="line"><a name="l04753"></a><span class="lineno"> 4753</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">AllowJavascriptExecutionScope</a>&amp; operator=(</div> <div class="line"><a name="l04754"></a><span class="lineno"> 4754</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">AllowJavascriptExecutionScope</a>&amp;);</div> <div class="line"><a name="l04755"></a><span class="lineno"> 4755</span>&#160; };</div> <div class="line"><a name="l04756"></a><span class="lineno"> 4756</span>&#160;</div> <div class="line"><a name="l04761"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html"> 4761</a></span>&#160; <span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">SuppressMicrotaskExecutionScope</a> {</div> <div class="line"><a name="l04762"></a><span class="lineno"> 4762</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l04763"></a><span class="lineno"> 4763</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">SuppressMicrotaskExecutionScope</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l04764"></a><span class="lineno"> 4764</span>&#160; ~<a class="code" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">SuppressMicrotaskExecutionScope</a>();</div> <div class="line"><a name="l04765"></a><span class="lineno"> 4765</span>&#160;</div> <div class="line"><a name="l04766"></a><span class="lineno"> 4766</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l04767"></a><span class="lineno"> 4767</span>&#160; internal::Isolate* isolate_;</div> <div class="line"><a name="l04768"></a><span class="lineno"> 4768</span>&#160;</div> <div class="line"><a name="l04769"></a><span class="lineno"> 4769</span>&#160; <span class="comment">// Prevent copying of Scope objects.</span></div> <div class="line"><a name="l04770"></a><span class="lineno"> 4770</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">SuppressMicrotaskExecutionScope</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">SuppressMicrotaskExecutionScope</a>&amp;);</div> <div class="line"><a name="l04771"></a><span class="lineno"> 4771</span>&#160; <a class="code" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">SuppressMicrotaskExecutionScope</a>&amp; operator=(</div> <div class="line"><a name="l04772"></a><span class="lineno"> 4772</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">SuppressMicrotaskExecutionScope</a>&amp;);</div> <div class="line"><a name="l04773"></a><span class="lineno"> 4773</span>&#160; };</div> <div class="line"><a name="l04774"></a><span class="lineno"> 4774</span>&#160;</div> <div class="line"><a name="l04779"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#a5ae00cc99d8aca148c6f5f9698c432c9"> 4779</a></span>&#160; <span class="keyword">enum</span> <a class="code" href="classv8_1_1_isolate.html#a5ae00cc99d8aca148c6f5f9698c432c9">GarbageCollectionType</a> {</div> <div class="line"><a name="l04780"></a><span class="lineno"> 4780</span>&#160; kFullGarbageCollection,</div> <div class="line"><a name="l04781"></a><span class="lineno"> 4781</span>&#160; kMinorGarbageCollection</div> <div class="line"><a name="l04782"></a><span class="lineno"> 4782</span>&#160; };</div> <div class="line"><a name="l04783"></a><span class="lineno"> 4783</span>&#160;</div> <div class="line"><a name="l04789"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#aed6909379c3f2820cb3084710b73385d"> 4789</a></span>&#160; <span class="keyword">enum</span> <a class="code" href="classv8_1_1_isolate.html#aed6909379c3f2820cb3084710b73385d">UseCounterFeature</a> {</div> <div class="line"><a name="l04790"></a><span class="lineno"> 4790</span>&#160; kUseAsm = 0,</div> <div class="line"><a name="l04791"></a><span class="lineno"> 4791</span>&#160; kBreakIterator = 1,</div> <div class="line"><a name="l04792"></a><span class="lineno"> 4792</span>&#160; kUseCounterFeatureCount <span class="comment">// This enum value must be last.</span></div> <div class="line"><a name="l04793"></a><span class="lineno"> 4793</span>&#160; };</div> <div class="line"><a name="l04794"></a><span class="lineno"> 4794</span>&#160;</div> <div class="line"><a name="l04795"></a><span class="lineno"> 4795</span>&#160; <span class="keyword">typedef</span> void (*UseCounterCallback)(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l04796"></a><span class="lineno"> 4796</span>&#160; UseCounterFeature feature);</div> <div class="line"><a name="l04797"></a><span class="lineno"> 4797</span>&#160;</div> <div class="line"><a name="l04798"></a><span class="lineno"> 4798</span>&#160;</div> <div class="line"><a name="l04808"></a><span class="lineno"> 4808</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* New(<span class="keyword">const</span> CreateParams&amp; params = CreateParams());</div> <div class="line"><a name="l04809"></a><span class="lineno"> 4809</span>&#160;</div> <div class="line"><a name="l04816"></a><span class="lineno"> 4816</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* GetCurrent();</div> <div class="line"><a name="l04817"></a><span class="lineno"> 4817</span>&#160;</div> <div class="line"><a name="l04828"></a><span class="lineno"> 4828</span>&#160; <span class="keywordtype">void</span> Enter();</div> <div class="line"><a name="l04829"></a><span class="lineno"> 4829</span>&#160;</div> <div class="line"><a name="l04837"></a><span class="lineno"> 4837</span>&#160; <span class="keywordtype">void</span> Exit();</div> <div class="line"><a name="l04838"></a><span class="lineno"> 4838</span>&#160;</div> <div class="line"><a name="l04843"></a><span class="lineno"> 4843</span>&#160; <span class="keywordtype">void</span> Dispose();</div> <div class="line"><a name="l04844"></a><span class="lineno"> 4844</span>&#160;</div> <div class="line"><a name="l04849"></a><span class="lineno"> 4849</span>&#160; V8_INLINE <span class="keywordtype">void</span> SetData(uint32_t slot, <span class="keywordtype">void</span>* data);</div> <div class="line"><a name="l04850"></a><span class="lineno"> 4850</span>&#160;</div> <div class="line"><a name="l04855"></a><span class="lineno"> 4855</span>&#160; V8_INLINE <span class="keywordtype">void</span>* GetData(uint32_t slot);</div> <div class="line"><a name="l04856"></a><span class="lineno"> 4856</span>&#160;</div> <div class="line"><a name="l04861"></a><span class="lineno"> 4861</span>&#160; V8_INLINE <span class="keyword">static</span> uint32_t GetNumberOfDataSlots();</div> <div class="line"><a name="l04862"></a><span class="lineno"> 4862</span>&#160;</div> <div class="line"><a name="l04866"></a><span class="lineno"> 4866</span>&#160; <span class="keywordtype">void</span> GetHeapStatistics(<a class="code" href="classv8_1_1_heap_statistics.html">HeapStatistics</a>* heap_statistics);</div> <div class="line"><a name="l04867"></a><span class="lineno"> 4867</span>&#160;</div> <div class="line"><a name="l04880"></a><span class="lineno"> 4880</span>&#160; <span class="keywordtype">void</span> GetStackSample(<span class="keyword">const</span> <a class="code" href="structv8_1_1_register_state.html">RegisterState</a>&amp; state, <span class="keywordtype">void</span>** frames,</div> <div class="line"><a name="l04881"></a><span class="lineno"> 4881</span>&#160; <span class="keywordtype">size_t</span> frames_limit, <a class="code" href="structv8_1_1_sample_info.html">SampleInfo</a>* sample_info);</div> <div class="line"><a name="l04882"></a><span class="lineno"> 4882</span>&#160;</div> <div class="line"><a name="l04896"></a><span class="lineno"> 4896</span>&#160; V8_INLINE int64_t</div> <div class="line"><a name="l04897"></a><span class="lineno"> 4897</span>&#160; AdjustAmountOfExternalAllocatedMemory(int64_t change_in_bytes);</div> <div class="line"><a name="l04898"></a><span class="lineno"> 4898</span>&#160;</div> <div class="line"><a name="l04903"></a><span class="lineno"> 4903</span>&#160; <a class="code" href="classv8_1_1_heap_profiler.html">HeapProfiler</a>* GetHeapProfiler();</div> <div class="line"><a name="l04904"></a><span class="lineno"> 4904</span>&#160;</div> <div class="line"><a name="l04910"></a><span class="lineno"> 4910</span>&#160; <a class="code" href="classv8_1_1_cpu_profiler.html">CpuProfiler</a>* GetCpuProfiler();</div> <div class="line"><a name="l04911"></a><span class="lineno"> 4911</span>&#160;</div> <div class="line"><a name="l04913"></a><span class="lineno"> 4913</span>&#160; <span class="keywordtype">bool</span> InContext();</div> <div class="line"><a name="l04914"></a><span class="lineno"> 4914</span>&#160;</div> <div class="line"><a name="l04916"></a><span class="lineno"> 4916</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Context&gt;</a> GetCurrentContext();</div> <div class="line"><a name="l04917"></a><span class="lineno"> 4917</span>&#160;</div> <div class="line"><a name="l04923"></a><span class="lineno"> 4923</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Context&gt;</a> GetCallingContext();</div> <div class="line"><a name="l04924"></a><span class="lineno"> 4924</span>&#160;</div> <div class="line"><a name="l04926"></a><span class="lineno"> 4926</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Context&gt;</a> GetEnteredContext();</div> <div class="line"><a name="l04927"></a><span class="lineno"> 4927</span>&#160;</div> <div class="line"><a name="l04934"></a><span class="lineno"> 4934</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> ThrowException(<a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> exception);</div> <div class="line"><a name="l04935"></a><span class="lineno"> 4935</span>&#160;</div> <div class="line"><a name="l04947"></a><span class="lineno"> 4947</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt; <span class="keywordtype">void</span> SetObjectGroupId(<span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T&gt;</a>&amp; <span class="keywordtype">object</span>,</div> <div class="line"><a name="l04948"></a><span class="lineno"> 4948</span>&#160; <a class="code" href="classv8_1_1_unique_id.html">UniqueId</a> <span class="keywordtype">id</span>);</div> <div class="line"><a name="l04949"></a><span class="lineno"> 4949</span>&#160;</div> <div class="line"><a name="l04957"></a><span class="lineno"> 4957</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt; <span class="keywordtype">void</span> SetReferenceFromGroup(<a class="code" href="classv8_1_1_unique_id.html">UniqueId</a> <span class="keywordtype">id</span>,</div> <div class="line"><a name="l04958"></a><span class="lineno"> 4958</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T&gt;</a>&amp; child);</div> <div class="line"><a name="l04959"></a><span class="lineno"> 4959</span>&#160;</div> <div class="line"><a name="l04966"></a><span class="lineno"> 4966</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> T, <span class="keyword">typename</span> S&gt;</div> <div class="line"><a name="l04967"></a><span class="lineno"> 4967</span>&#160; <span class="keywordtype">void</span> SetReference(<span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T&gt;</a>&amp; parent, <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;S&gt;</a>&amp; child);</div> <div class="line"><a name="l04968"></a><span class="lineno"> 4968</span>&#160;</div> <div class="line"><a name="l04969"></a><span class="lineno"> 4969</span>&#160; <span class="keyword">typedef</span> void (*GCPrologueCallback)(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l04970"></a><span class="lineno"> 4970</span>&#160; <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> type,</div> <div class="line"><a name="l04971"></a><span class="lineno"> 4971</span>&#160; GCCallbackFlags flags);</div> <div class="line"><a name="l04972"></a><span class="lineno"> 4972</span>&#160; <span class="keyword">typedef</span> void (*GCEpilogueCallback)(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l04973"></a><span class="lineno"> 4973</span>&#160; <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> type,</div> <div class="line"><a name="l04974"></a><span class="lineno"> 4974</span>&#160; GCCallbackFlags flags);</div> <div class="line"><a name="l04975"></a><span class="lineno"> 4975</span>&#160;</div> <div class="line"><a name="l04985"></a><span class="lineno"> 4985</span>&#160; <span class="keywordtype">void</span> AddGCPrologueCallback(</div> <div class="line"><a name="l04986"></a><span class="lineno"> 4986</span>&#160; GCPrologueCallback callback, <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter = kGCTypeAll);</div> <div class="line"><a name="l04987"></a><span class="lineno"> 4987</span>&#160;</div> <div class="line"><a name="l04992"></a><span class="lineno"> 4992</span>&#160; <span class="keywordtype">void</span> RemoveGCPrologueCallback(GCPrologueCallback callback);</div> <div class="line"><a name="l04993"></a><span class="lineno"> 4993</span>&#160;</div> <div class="line"><a name="l05003"></a><span class="lineno"> 5003</span>&#160; <span class="keywordtype">void</span> AddGCEpilogueCallback(</div> <div class="line"><a name="l05004"></a><span class="lineno"> 5004</span>&#160; GCEpilogueCallback callback, <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter = kGCTypeAll);</div> <div class="line"><a name="l05005"></a><span class="lineno"> 5005</span>&#160;</div> <div class="line"><a name="l05010"></a><span class="lineno"> 5010</span>&#160; <span class="keywordtype">void</span> RemoveGCEpilogueCallback(GCEpilogueCallback callback);</div> <div class="line"><a name="l05011"></a><span class="lineno"> 5011</span>&#160;</div> <div class="line"><a name="l05012"></a><span class="lineno"> 5012</span>&#160;</div> <div class="line"><a name="l05020"></a><span class="lineno"> 5020</span>&#160; <span class="keywordtype">void</span> TerminateExecution();</div> <div class="line"><a name="l05021"></a><span class="lineno"> 5021</span>&#160;</div> <div class="line"><a name="l05030"></a><span class="lineno"> 5030</span>&#160; <span class="keywordtype">bool</span> IsExecutionTerminating();</div> <div class="line"><a name="l05031"></a><span class="lineno"> 5031</span>&#160;</div> <div class="line"><a name="l05046"></a><span class="lineno"> 5046</span>&#160; <span class="keywordtype">void</span> CancelTerminateExecution();</div> <div class="line"><a name="l05047"></a><span class="lineno"> 5047</span>&#160;</div> <div class="line"><a name="l05056"></a><span class="lineno"> 5056</span>&#160; <span class="keywordtype">void</span> RequestInterrupt(InterruptCallback callback, <span class="keywordtype">void</span>* data);</div> <div class="line"><a name="l05057"></a><span class="lineno"> 5057</span>&#160;</div> <div class="line"><a name="l05062"></a><span class="lineno"> 5062</span>&#160; V8_DEPRECATED(<span class="stringliteral">&quot;There&#39;s no way to clear interrupts in flight.&quot;</span>,</div> <div class="line"><a name="l05063"></a><span class="lineno"> 5063</span>&#160; <span class="keywordtype">void</span> ClearInterrupt());</div> <div class="line"><a name="l05064"></a><span class="lineno"> 5064</span>&#160;</div> <div class="line"><a name="l05074"></a><span class="lineno"> 5074</span>&#160; <span class="keywordtype">void</span> RequestGarbageCollectionForTesting(GarbageCollectionType type);</div> <div class="line"><a name="l05075"></a><span class="lineno"> 5075</span>&#160;</div> <div class="line"><a name="l05079"></a><span class="lineno"> 5079</span>&#160; <span class="keywordtype">void</span> SetEventLogger(LogEventCallback that);</div> <div class="line"><a name="l05080"></a><span class="lineno"> 5080</span>&#160;</div> <div class="line"><a name="l05088"></a><span class="lineno"> 5088</span>&#160; <span class="keywordtype">void</span> AddCallCompletedCallback(CallCompletedCallback callback);</div> <div class="line"><a name="l05089"></a><span class="lineno"> 5089</span>&#160;</div> <div class="line"><a name="l05093"></a><span class="lineno"> 5093</span>&#160; <span class="keywordtype">void</span> RemoveCallCompletedCallback(CallCompletedCallback callback);</div> <div class="line"><a name="l05094"></a><span class="lineno"> 5094</span>&#160;</div> <div class="line"><a name="l05095"></a><span class="lineno"> 5095</span>&#160;</div> <div class="line"><a name="l05100"></a><span class="lineno"> 5100</span>&#160; <span class="keywordtype">void</span> SetPromiseRejectCallback(PromiseRejectCallback callback);</div> <div class="line"><a name="l05101"></a><span class="lineno"> 5101</span>&#160;</div> <div class="line"><a name="l05106"></a><span class="lineno"> 5106</span>&#160; <span class="keywordtype">void</span> RunMicrotasks();</div> <div class="line"><a name="l05107"></a><span class="lineno"> 5107</span>&#160;</div> <div class="line"><a name="l05111"></a><span class="lineno"> 5111</span>&#160; <span class="keywordtype">void</span> EnqueueMicrotask(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Function&gt;</a> microtask);</div> <div class="line"><a name="l05112"></a><span class="lineno"> 5112</span>&#160;</div> <div class="line"><a name="l05116"></a><span class="lineno"> 5116</span>&#160; <span class="keywordtype">void</span> EnqueueMicrotask(MicrotaskCallback microtask, <span class="keywordtype">void</span>* data = NULL);</div> <div class="line"><a name="l05117"></a><span class="lineno"> 5117</span>&#160;</div> <div class="line"><a name="l05122"></a><span class="lineno"> 5122</span>&#160; <span class="keywordtype">void</span> SetAutorunMicrotasks(<span class="keywordtype">bool</span> autorun);</div> <div class="line"><a name="l05123"></a><span class="lineno"> 5123</span>&#160;</div> <div class="line"><a name="l05128"></a><span class="lineno"> 5128</span>&#160; <span class="keywordtype">bool</span> WillAutorunMicrotasks() <span class="keyword">const</span>;</div> <div class="line"><a name="l05129"></a><span class="lineno"> 5129</span>&#160;</div> <div class="line"><a name="l05133"></a><span class="lineno"> 5133</span>&#160; <span class="keywordtype">void</span> SetUseCounterCallback(UseCounterCallback callback);</div> <div class="line"><a name="l05134"></a><span class="lineno"> 5134</span>&#160;</div> <div class="line"><a name="l05139"></a><span class="lineno"> 5139</span>&#160; <span class="keywordtype">void</span> SetCounterFunction(CounterLookupCallback);</div> <div class="line"><a name="l05140"></a><span class="lineno"> 5140</span>&#160;</div> <div class="line"><a name="l05147"></a><span class="lineno"> 5147</span>&#160; <span class="keywordtype">void</span> SetCreateHistogramFunction(CreateHistogramCallback);</div> <div class="line"><a name="l05148"></a><span class="lineno"> 5148</span>&#160; <span class="keywordtype">void</span> SetAddHistogramSampleFunction(AddHistogramSampleCallback);</div> <div class="line"><a name="l05149"></a><span class="lineno"> 5149</span>&#160;</div> <div class="line"><a name="l05167"></a><span class="lineno"> 5167</span>&#160; <span class="keywordtype">bool</span> IdleNotification(<span class="keywordtype">int</span> idle_time_in_ms);</div> <div class="line"><a name="l05168"></a><span class="lineno"> 5168</span>&#160; <span class="keywordtype">bool</span> IdleNotificationDeadline(<span class="keywordtype">double</span> deadline_in_seconds);</div> <div class="line"><a name="l05169"></a><span class="lineno"> 5169</span>&#160;</div> <div class="line"><a name="l05174"></a><span class="lineno"> 5174</span>&#160; <span class="keywordtype">void</span> LowMemoryNotification();</div> <div class="line"><a name="l05175"></a><span class="lineno"> 5175</span>&#160;</div> <div class="line"><a name="l05185"></a><span class="lineno"> 5185</span>&#160; <span class="keywordtype">int</span> ContextDisposedNotification(<span class="keywordtype">bool</span> dependant_context = <span class="keyword">true</span>);</div> <div class="line"><a name="l05186"></a><span class="lineno"> 5186</span>&#160;</div> <div class="line"><a name="l05209"></a><span class="lineno"> 5209</span>&#160; <span class="keywordtype">void</span> SetJitCodeEventHandler(<a class="code" href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1">JitCodeEventOptions</a> options,</div> <div class="line"><a name="l05210"></a><span class="lineno"> 5210</span>&#160; <a class="code" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">JitCodeEventHandler</a> event_handler);</div> <div class="line"><a name="l05211"></a><span class="lineno"> 5211</span>&#160;</div> <div class="line"><a name="l05221"></a><span class="lineno"> 5221</span>&#160; <span class="keywordtype">void</span> SetStackLimit(uintptr_t stack_limit);</div> <div class="line"><a name="l05222"></a><span class="lineno"> 5222</span>&#160;</div> <div class="line"><a name="l05236"></a><span class="lineno"> 5236</span>&#160; <span class="keywordtype">void</span> GetCodeRange(<span class="keywordtype">void</span>** start, <span class="keywordtype">size_t</span>* length_in_bytes);</div> <div class="line"><a name="l05237"></a><span class="lineno"> 5237</span>&#160;</div> <div class="line"><a name="l05239"></a><span class="lineno"> 5239</span>&#160; <span class="keywordtype">void</span> SetFatalErrorHandler(FatalErrorCallback that);</div> <div class="line"><a name="l05240"></a><span class="lineno"> 5240</span>&#160;</div> <div class="line"><a name="l05245"></a><span class="lineno"> 5245</span>&#160; <span class="keywordtype">void</span> SetAllowCodeGenerationFromStringsCallback(</div> <div class="line"><a name="l05246"></a><span class="lineno"> 5246</span>&#160; <a class="code" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">AllowCodeGenerationFromStringsCallback</a> callback);</div> <div class="line"><a name="l05247"></a><span class="lineno"> 5247</span>&#160;</div> <div class="line"><a name="l05252"></a><span class="lineno"> 5252</span>&#160; <span class="keywordtype">bool</span> IsDead();</div> <div class="line"><a name="l05253"></a><span class="lineno"> 5253</span>&#160;</div> <div class="line"><a name="l05263"></a><span class="lineno"> 5263</span>&#160; <span class="keywordtype">bool</span> AddMessageListener(MessageCallback that,</div> <div class="line"><a name="l05264"></a><span class="lineno"> 5264</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>());</div> <div class="line"><a name="l05265"></a><span class="lineno"> 5265</span>&#160;</div> <div class="line"><a name="l05269"></a><span class="lineno"> 5269</span>&#160; <span class="keywordtype">void</span> RemoveMessageListeners(MessageCallback that);</div> <div class="line"><a name="l05270"></a><span class="lineno"> 5270</span>&#160;</div> <div class="line"><a name="l05272"></a><span class="lineno"> 5272</span>&#160; <span class="keywordtype">void</span> SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallback);</div> <div class="line"><a name="l05273"></a><span class="lineno"> 5273</span>&#160;</div> <div class="line"><a name="l05278"></a><span class="lineno"> 5278</span>&#160; <span class="keywordtype">void</span> SetCaptureStackTraceForUncaughtExceptions(</div> <div class="line"><a name="l05279"></a><span class="lineno"> 5279</span>&#160; <span class="keywordtype">bool</span> capture, <span class="keywordtype">int</span> frame_limit = 10,</div> <div class="line"><a name="l05280"></a><span class="lineno"> 5280</span>&#160; <a class="code" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTrace::StackTraceOptions</a> options = StackTrace::kOverview);</div> <div class="line"><a name="l05281"></a><span class="lineno"> 5281</span>&#160;</div> <div class="line"><a name="l05286"></a><span class="lineno"> 5286</span>&#160; <span class="keywordtype">void</span> AddMemoryAllocationCallback(MemoryAllocationCallback callback,</div> <div class="line"><a name="l05287"></a><span class="lineno"> 5287</span>&#160; ObjectSpace space, AllocationAction action);</div> <div class="line"><a name="l05288"></a><span class="lineno"> 5288</span>&#160;</div> <div class="line"><a name="l05292"></a><span class="lineno"> 5292</span>&#160; <span class="keywordtype">void</span> RemoveMemoryAllocationCallback(MemoryAllocationCallback callback);</div> <div class="line"><a name="l05293"></a><span class="lineno"> 5293</span>&#160;</div> <div class="line"><a name="l05299"></a><span class="lineno"> 5299</span>&#160; <span class="keywordtype">void</span> VisitExternalResources(<a class="code" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a>* visitor);</div> <div class="line"><a name="l05300"></a><span class="lineno"> 5300</span>&#160;</div> <div class="line"><a name="l05305"></a><span class="lineno"> 5305</span>&#160; <span class="keywordtype">void</span> VisitHandlesWithClassIds(<a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>* visitor);</div> <div class="line"><a name="l05306"></a><span class="lineno"> 5306</span>&#160;</div> <div class="line"><a name="l05314"></a><span class="lineno"> 5314</span>&#160; <span class="keywordtype">void</span> VisitHandlesForPartialDependence(<a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>* visitor);</div> <div class="line"><a name="l05315"></a><span class="lineno"> 5315</span>&#160;</div> <div class="line"><a name="l05316"></a><span class="lineno"> 5316</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l05317"></a><span class="lineno"> 5317</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K, <span class="keyword">class</span> V, <span class="keyword">class</span> Traits&gt;</div> <div class="line"><a name="l05318"></a><span class="lineno"> 5318</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent_value_map_base.html">PersistentValueMapBase</a>;</div> <div class="line"><a name="l05319"></a><span class="lineno"> 5319</span>&#160;</div> <div class="line"><a name="l05320"></a><span class="lineno"> 5320</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>();</div> <div class="line"><a name="l05321"></a><span class="lineno"> 5321</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>&amp;);</div> <div class="line"><a name="l05322"></a><span class="lineno"> 5322</span>&#160; ~<a class="code" href="classv8_1_1_isolate.html">Isolate</a>();</div> <div class="line"><a name="l05323"></a><span class="lineno"> 5323</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate.html">Isolate</a>&amp;);</div> <div class="line"><a name="l05324"></a><span class="lineno"> 5324</span>&#160; <span class="keywordtype">void</span>* <span class="keyword">operator</span> <span class="keyword">new</span>(<span class="keywordtype">size_t</span> size);</div> <div class="line"><a name="l05325"></a><span class="lineno"> 5325</span>&#160; <span class="keywordtype">void</span> <span class="keyword">operator</span> <span class="keyword">delete</span>(<span class="keywordtype">void</span>*, size_t);</div> <div class="line"><a name="l05326"></a><span class="lineno"> 5326</span>&#160;</div> <div class="line"><a name="l05327"></a><span class="lineno"> 5327</span>&#160; <span class="keywordtype">void</span> SetObjectGroupId(internal::Object** <span class="keywordtype">object</span>, <a class="code" href="classv8_1_1_unique_id.html">UniqueId</a> <span class="keywordtype">id</span>);</div> <div class="line"><a name="l05328"></a><span class="lineno"> 5328</span>&#160; <span class="keywordtype">void</span> SetReferenceFromGroup(<a class="code" href="classv8_1_1_unique_id.html">UniqueId</a> <span class="keywordtype">id</span>, internal::Object** <span class="keywordtype">object</span>);</div> <div class="line"><a name="l05329"></a><span class="lineno"> 5329</span>&#160; <span class="keywordtype">void</span> SetReference(internal::Object** parent, internal::Object** child);</div> <div class="line"><a name="l05330"></a><span class="lineno"> 5330</span>&#160; <span class="keywordtype">void</span> CollectAllGarbage(<span class="keyword">const</span> <span class="keywordtype">char</span>* gc_reason);</div> <div class="line"><a name="l05331"></a><span class="lineno"> 5331</span>&#160;};</div> <div class="line"><a name="l05332"></a><span class="lineno"> 5332</span>&#160;</div> <div class="line"><a name="l05333"></a><span class="lineno"><a class="line" href="classv8_1_1_startup_data.html"> 5333</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_startup_data.html">StartupData</a> {</div> <div class="line"><a name="l05334"></a><span class="lineno"> 5334</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l05335"></a><span class="lineno"> 5335</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>* data;</div> <div class="line"><a name="l05336"></a><span class="lineno"> 5336</span>&#160; <span class="keywordtype">int</span> raw_size;</div> <div class="line"><a name="l05337"></a><span class="lineno"> 5337</span>&#160;};</div> <div class="line"><a name="l05338"></a><span class="lineno"> 5338</span>&#160;</div> <div class="line"><a name="l05339"></a><span class="lineno"> 5339</span>&#160;</div> <div class="line"><a name="l05344"></a><span class="lineno"><a class="line" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc"> 5344</a></span>&#160;<span class="keyword">typedef</span> bool (*<a class="code" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">EntropySource</a>)(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* buffer, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l05345"></a><span class="lineno"> 5345</span>&#160;</div> <div class="line"><a name="l05346"></a><span class="lineno"> 5346</span>&#160;</div> <div class="line"><a name="l05360"></a><span class="lineno"><a class="line" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a"> 5360</a></span>&#160;<span class="keyword">typedef</span> uintptr_t (*<a class="code" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">ReturnAddressLocationResolver</a>)(</div> <div class="line"><a name="l05361"></a><span class="lineno"> 5361</span>&#160; uintptr_t return_addr_location);</div> <div class="line"><a name="l05362"></a><span class="lineno"> 5362</span>&#160;</div> <div class="line"><a name="l05363"></a><span class="lineno"> 5363</span>&#160;</div> <div class="line"><a name="l05367"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html"> 5367</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_v8.html">V8</a> {</div> <div class="line"><a name="l05368"></a><span class="lineno"> 5368</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l05370"></a><span class="lineno"> 5370</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05371"></a><span class="lineno"> 5371</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> SetFatalErrorHandler(FatalErrorCallback that);</div> <div class="line"><a name="l05372"></a><span class="lineno"> 5372</span>&#160;</div> <div class="line"><a name="l05377"></a><span class="lineno"> 5377</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05378"></a><span class="lineno"> 5378</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> SetAllowCodeGenerationFromStringsCallback(</div> <div class="line"><a name="l05379"></a><span class="lineno"> 5379</span>&#160; <a class="code" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">AllowCodeGenerationFromStringsCallback</a> that);</div> <div class="line"><a name="l05380"></a><span class="lineno"> 5380</span>&#160;</div> <div class="line"><a name="l05387"></a><span class="lineno"> 5387</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> SetArrayBufferAllocator(<a class="code" href="classv8_1_1_array_buffer_1_1_allocator.html">ArrayBuffer::Allocator</a>* allocator);</div> <div class="line"><a name="l05388"></a><span class="lineno"> 5388</span>&#160;</div> <div class="line"><a name="l05393"></a><span class="lineno"> 5393</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05394"></a><span class="lineno"> 5394</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> IsDead();</div> <div class="line"><a name="l05395"></a><span class="lineno"> 5395</span>&#160;</div> <div class="line"><a name="l05411"></a><span class="lineno"> 5411</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> SetNativesDataBlob(<a class="code" href="classv8_1_1_startup_data.html">StartupData</a>* startup_blob);</div> <div class="line"><a name="l05412"></a><span class="lineno"> 5412</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> SetSnapshotDataBlob(<a class="code" href="classv8_1_1_startup_data.html">StartupData</a>* startup_blob);</div> <div class="line"><a name="l05413"></a><span class="lineno"> 5413</span>&#160;</div> <div class="line"><a name="l05419"></a><span class="lineno"> 5419</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_startup_data.html">StartupData</a> CreateSnapshotDataBlob(<span class="keywordtype">char</span>* custom_source = NULL);</div> <div class="line"><a name="l05420"></a><span class="lineno"> 5420</span>&#160;</div> <div class="line"><a name="l05430"></a><span class="lineno"> 5430</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05431"></a><span class="lineno"> 5431</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> AddMessageListener(</div> <div class="line"><a name="l05432"></a><span class="lineno"> 5432</span>&#160; MessageCallback that, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>());</div> <div class="line"><a name="l05433"></a><span class="lineno"> 5433</span>&#160;</div> <div class="line"><a name="l05437"></a><span class="lineno"> 5437</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05438"></a><span class="lineno"> 5438</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveMessageListeners(MessageCallback that);</div> <div class="line"><a name="l05439"></a><span class="lineno"> 5439</span>&#160;</div> <div class="line"><a name="l05444"></a><span class="lineno"> 5444</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05445"></a><span class="lineno"> 5445</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> SetCaptureStackTraceForUncaughtExceptions(</div> <div class="line"><a name="l05446"></a><span class="lineno"> 5446</span>&#160; <span class="keywordtype">bool</span> capture, <span class="keywordtype">int</span> frame_limit = 10,</div> <div class="line"><a name="l05447"></a><span class="lineno"> 5447</span>&#160; <a class="code" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTrace::StackTraceOptions</a> options = StackTrace::kOverview);</div> <div class="line"><a name="l05448"></a><span class="lineno"> 5448</span>&#160;</div> <div class="line"><a name="l05452"></a><span class="lineno"> 5452</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> SetFlagsFromString(<span class="keyword">const</span> <span class="keywordtype">char</span>* str, <span class="keywordtype">int</span> length);</div> <div class="line"><a name="l05453"></a><span class="lineno"> 5453</span>&#160;</div> <div class="line"><a name="l05457"></a><span class="lineno"> 5457</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> SetFlagsFromCommandLine(<span class="keywordtype">int</span>* argc,</div> <div class="line"><a name="l05458"></a><span class="lineno"> 5458</span>&#160; <span class="keywordtype">char</span>** argv,</div> <div class="line"><a name="l05459"></a><span class="lineno"> 5459</span>&#160; <span class="keywordtype">bool</span> remove_flags);</div> <div class="line"><a name="l05460"></a><span class="lineno"> 5460</span>&#160;</div> <div class="line"><a name="l05462"></a><span class="lineno"> 5462</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetVersion();</div> <div class="line"><a name="l05463"></a><span class="lineno"> 5463</span>&#160;</div> <div class="line"><a name="l05465"></a><span class="lineno"> 5465</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05466"></a><span class="lineno"> 5466</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> SetFailedAccessCheckCallbackFunction(</div> <div class="line"><a name="l05467"></a><span class="lineno"> 5467</span>&#160; FailedAccessCheckCallback);</div> <div class="line"><a name="l05468"></a><span class="lineno"> 5468</span>&#160;</div> <div class="line"><a name="l05479"></a><span class="lineno"> 5479</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05480"></a><span class="lineno"> 5480</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> AddGCPrologueCallback(</div> <div class="line"><a name="l05481"></a><span class="lineno"> 5481</span>&#160; GCPrologueCallback callback, <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter = kGCTypeAll);</div> <div class="line"><a name="l05482"></a><span class="lineno"> 5482</span>&#160;</div> <div class="line"><a name="l05487"></a><span class="lineno"> 5487</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05488"></a><span class="lineno"> 5488</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveGCPrologueCallback(GCPrologueCallback callback);</div> <div class="line"><a name="l05489"></a><span class="lineno"> 5489</span>&#160;</div> <div class="line"><a name="l05500"></a><span class="lineno"> 5500</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05501"></a><span class="lineno"> 5501</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> AddGCEpilogueCallback(</div> <div class="line"><a name="l05502"></a><span class="lineno"> 5502</span>&#160; GCEpilogueCallback callback, <a class="code" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter = kGCTypeAll);</div> <div class="line"><a name="l05503"></a><span class="lineno"> 5503</span>&#160;</div> <div class="line"><a name="l05508"></a><span class="lineno"> 5508</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05509"></a><span class="lineno"> 5509</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveGCEpilogueCallback(GCEpilogueCallback callback);</div> <div class="line"><a name="l05510"></a><span class="lineno"> 5510</span>&#160;</div> <div class="line"><a name="l05515"></a><span class="lineno"> 5515</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05516"></a><span class="lineno"> 5516</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> AddMemoryAllocationCallback(</div> <div class="line"><a name="l05517"></a><span class="lineno"> 5517</span>&#160; MemoryAllocationCallback callback, ObjectSpace space,</div> <div class="line"><a name="l05518"></a><span class="lineno"> 5518</span>&#160; AllocationAction action);</div> <div class="line"><a name="l05519"></a><span class="lineno"> 5519</span>&#160;</div> <div class="line"><a name="l05523"></a><span class="lineno"> 5523</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05524"></a><span class="lineno"> 5524</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> RemoveMemoryAllocationCallback(</div> <div class="line"><a name="l05525"></a><span class="lineno"> 5525</span>&#160; MemoryAllocationCallback callback);</div> <div class="line"><a name="l05526"></a><span class="lineno"> 5526</span>&#160;</div> <div class="line"><a name="l05531"></a><span class="lineno"> 5531</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> Initialize();</div> <div class="line"><a name="l05532"></a><span class="lineno"> 5532</span>&#160;</div> <div class="line"><a name="l05537"></a><span class="lineno"> 5537</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> SetEntropySource(<a class="code" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">EntropySource</a> source);</div> <div class="line"><a name="l05538"></a><span class="lineno"> 5538</span>&#160;</div> <div class="line"><a name="l05543"></a><span class="lineno"> 5543</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> SetReturnAddressLocationResolver(</div> <div class="line"><a name="l05544"></a><span class="lineno"> 5544</span>&#160; <a class="code" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">ReturnAddressLocationResolver</a> return_address_resolver);</div> <div class="line"><a name="l05545"></a><span class="lineno"> 5545</span>&#160;</div> <div class="line"><a name="l05555"></a><span class="lineno"> 5555</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05556"></a><span class="lineno"> 5556</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> TerminateExecution(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l05557"></a><span class="lineno"> 5557</span>&#160;</div> <div class="line"><a name="l05568"></a><span class="lineno"> 5568</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05569"></a><span class="lineno"> 5569</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> IsExecutionTerminating(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = NULL);</div> <div class="line"><a name="l05570"></a><span class="lineno"> 5570</span>&#160;</div> <div class="line"><a name="l05587"></a><span class="lineno"> 5587</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05588"></a><span class="lineno"> 5588</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> CancelTerminateExecution(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l05589"></a><span class="lineno"> 5589</span>&#160;</div> <div class="line"><a name="l05599"></a><span class="lineno"> 5599</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> Dispose();</div> <div class="line"><a name="l05600"></a><span class="lineno"> 5600</span>&#160;</div> <div class="line"><a name="l05606"></a><span class="lineno"> 5606</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05607"></a><span class="lineno"> 5607</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> VisitExternalResources(</div> <div class="line"><a name="l05608"></a><span class="lineno"> 5608</span>&#160; <a class="code" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a>* visitor);</div> <div class="line"><a name="l05609"></a><span class="lineno"> 5609</span>&#160;</div> <div class="line"><a name="l05614"></a><span class="lineno"> 5614</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05615"></a><span class="lineno"> 5615</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> VisitHandlesWithClassIds(</div> <div class="line"><a name="l05616"></a><span class="lineno"> 5616</span>&#160; <a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>* visitor);</div> <div class="line"><a name="l05617"></a><span class="lineno"> 5617</span>&#160;</div> <div class="line"><a name="l05622"></a><span class="lineno"> 5622</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05623"></a><span class="lineno"> 5623</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> VisitHandlesWithClassIds(</div> <div class="line"><a name="l05624"></a><span class="lineno"> 5624</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>* visitor);</div> <div class="line"><a name="l05625"></a><span class="lineno"> 5625</span>&#160;</div> <div class="line"><a name="l05633"></a><span class="lineno"> 5633</span>&#160; <span class="comment">// TODO(dcarney): deprecate this.</span></div> <div class="line"><a name="l05634"></a><span class="lineno"> 5634</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> VisitHandlesForPartialDependence(</div> <div class="line"><a name="l05635"></a><span class="lineno"> 5635</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>* visitor);</div> <div class="line"><a name="l05636"></a><span class="lineno"> 5636</span>&#160;</div> <div class="line"><a name="l05644"></a><span class="lineno"> 5644</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> InitializeICU(<span class="keyword">const</span> <span class="keywordtype">char</span>* icu_data_file = NULL);</div> <div class="line"><a name="l05645"></a><span class="lineno"> 5645</span>&#160;</div> <div class="line"><a name="l05650"></a><span class="lineno"> 5650</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> InitializePlatform(<a class="code" href="classv8_1_1_platform.html">Platform</a>* platform);</div> <div class="line"><a name="l05651"></a><span class="lineno"> 5651</span>&#160;</div> <div class="line"><a name="l05656"></a><span class="lineno"> 5656</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> ShutdownPlatform();</div> <div class="line"><a name="l05657"></a><span class="lineno"> 5657</span>&#160;</div> <div class="line"><a name="l05658"></a><span class="lineno"> 5658</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l05659"></a><span class="lineno"> 5659</span>&#160; <a class="code" href="classv8_1_1_v8.html">V8</a>();</div> <div class="line"><a name="l05660"></a><span class="lineno"> 5660</span>&#160;</div> <div class="line"><a name="l05661"></a><span class="lineno"> 5661</span>&#160; <span class="keyword">enum</span> WeakHandleType { PhantomHandle, NonphantomHandle };</div> <div class="line"><a name="l05662"></a><span class="lineno"> 5662</span>&#160;</div> <div class="line"><a name="l05663"></a><span class="lineno"> 5663</span>&#160; <span class="keyword">static</span> internal::Object** GlobalizeReference(internal::Isolate* isolate,</div> <div class="line"><a name="l05664"></a><span class="lineno"> 5664</span>&#160; internal::Object** handle);</div> <div class="line"><a name="l05665"></a><span class="lineno"> 5665</span>&#160; <span class="keyword">static</span> internal::Object** CopyPersistent(internal::Object** handle);</div> <div class="line"><a name="l05666"></a><span class="lineno"> 5666</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> DisposeGlobal(internal::Object** global_handle);</div> <div class="line"><a name="l05667"></a><span class="lineno"> 5667</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1_weak_callback_data.html">WeakCallbackData&lt;Value, void&gt;::Callback</a> WeakCallback;</div> <div class="line"><a name="l05668"></a><span class="lineno"> 5668</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> MakeWeak(internal::Object** global_handle, <span class="keywordtype">void</span>* data,</div> <div class="line"><a name="l05669"></a><span class="lineno"> 5669</span>&#160; WeakCallback weak_callback);</div> <div class="line"><a name="l05670"></a><span class="lineno"> 5670</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> MakePhantom(internal::Object** global_handle, <span class="keywordtype">void</span>* data,</div> <div class="line"><a name="l05671"></a><span class="lineno"> 5671</span>&#160; <span class="comment">// Must be 0 or kNoInternalFieldIndex.</span></div> <div class="line"><a name="l05672"></a><span class="lineno"> 5672</span>&#160; <span class="keywordtype">int</span> internal_field_index1,</div> <div class="line"><a name="l05673"></a><span class="lineno"> 5673</span>&#160; <span class="comment">// Must be 1 or kNoInternalFieldIndex.</span></div> <div class="line"><a name="l05674"></a><span class="lineno"> 5674</span>&#160; <span class="keywordtype">int</span> internal_field_index2,</div> <div class="line"><a name="l05675"></a><span class="lineno"> 5675</span>&#160; <a class="code" href="classv8_1_1_phantom_callback_data.html">PhantomCallbackData&lt;void&gt;::Callback</a> weak_callback);</div> <div class="line"><a name="l05676"></a><span class="lineno"> 5676</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span>* ClearWeak(internal::Object** global_handle);</div> <div class="line"><a name="l05677"></a><span class="lineno"> 5677</span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span> Eternalize(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l05678"></a><span class="lineno"> 5678</span>&#160; <a class="code" href="classv8_1_1_value.html">Value</a>* handle,</div> <div class="line"><a name="l05679"></a><span class="lineno"> 5679</span>&#160; <span class="keywordtype">int</span>* index);</div> <div class="line"><a name="l05680"></a><span class="lineno"> 5680</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetEternal(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keywordtype">int</span> index);</div> <div class="line"><a name="l05681"></a><span class="lineno"> 5681</span>&#160;</div> <div class="line"><a name="l05682"></a><span class="lineno"> 5682</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_handle.html">Handle</a>;</div> <div class="line"><a name="l05683"></a><span class="lineno"> 5683</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_local.html">Local</a>;</div> <div class="line"><a name="l05684"></a><span class="lineno"> 5684</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_eternal.html">Eternal</a>;</div> <div class="line"><a name="l05685"></a><span class="lineno"> 5685</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent_base.html">PersistentBase</a>;</div> <div class="line"><a name="l05686"></a><span class="lineno"> 5686</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> T, <span class="keyword">class</span> M&gt; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_persistent.html">Persistent</a>;</div> <div class="line"><a name="l05687"></a><span class="lineno"> 5687</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_context.html">Context</a>;</div> <div class="line"><a name="l05688"></a><span class="lineno"> 5688</span>&#160;};</div> <div class="line"><a name="l05689"></a><span class="lineno"> 5689</span>&#160;</div> <div class="line"><a name="l05690"></a><span class="lineno"> 5690</span>&#160;</div> <div class="line"><a name="l05694"></a><span class="lineno"><a class="line" href="classv8_1_1_try_catch.html"> 5694</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_try_catch.html">TryCatch</a> {</div> <div class="line"><a name="l05695"></a><span class="lineno"> 5695</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l05701"></a><span class="lineno"> 5701</span>&#160; <span class="comment">// TODO(dcarney): deprecate.</span></div> <div class="line"><a name="l05702"></a><span class="lineno"> 5702</span>&#160; <a class="code" href="classv8_1_1_try_catch.html">TryCatch</a>();</div> <div class="line"><a name="l05703"></a><span class="lineno"> 5703</span>&#160;</div> <div class="line"><a name="l05709"></a><span class="lineno"> 5709</span>&#160; <a class="code" href="classv8_1_1_try_catch.html">TryCatch</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l05710"></a><span class="lineno"> 5710</span>&#160;</div> <div class="line"><a name="l05714"></a><span class="lineno"> 5714</span>&#160; ~<a class="code" href="classv8_1_1_try_catch.html">TryCatch</a>();</div> <div class="line"><a name="l05715"></a><span class="lineno"> 5715</span>&#160;</div> <div class="line"><a name="l05719"></a><span class="lineno"> 5719</span>&#160; <span class="keywordtype">bool</span> HasCaught() <span class="keyword">const</span>;</div> <div class="line"><a name="l05720"></a><span class="lineno"> 5720</span>&#160;</div> <div class="line"><a name="l05729"></a><span class="lineno"> 5729</span>&#160; <span class="keywordtype">bool</span> CanContinue() <span class="keyword">const</span>;</div> <div class="line"><a name="l05730"></a><span class="lineno"> 5730</span>&#160;</div> <div class="line"><a name="l05743"></a><span class="lineno"> 5743</span>&#160; <span class="keywordtype">bool</span> HasTerminated() <span class="keyword">const</span>;</div> <div class="line"><a name="l05744"></a><span class="lineno"> 5744</span>&#160;</div> <div class="line"><a name="l05752"></a><span class="lineno"> 5752</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> ReThrow();</div> <div class="line"><a name="l05753"></a><span class="lineno"> 5753</span>&#160;</div> <div class="line"><a name="l05760"></a><span class="lineno"> 5760</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> <a class="code" href="classv8_1_1_exception.html">Exception</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l05761"></a><span class="lineno"> 5761</span>&#160;</div> <div class="line"><a name="l05766"></a><span class="lineno"> 5766</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> <a class="code" href="classv8_1_1_stack_trace.html">StackTrace</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l05767"></a><span class="lineno"> 5767</span>&#160;</div> <div class="line"><a name="l05775"></a><span class="lineno"> 5775</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;v8::Message&gt;</a> <a class="code" href="classv8_1_1_message.html">Message</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l05776"></a><span class="lineno"> 5776</span>&#160;</div> <div class="line"><a name="l05787"></a><span class="lineno"> 5787</span>&#160; <span class="keywordtype">void</span> Reset();</div> <div class="line"><a name="l05788"></a><span class="lineno"> 5788</span>&#160;</div> <div class="line"><a name="l05797"></a><span class="lineno"> 5797</span>&#160; <span class="keywordtype">void</span> SetVerbose(<span class="keywordtype">bool</span> value);</div> <div class="line"><a name="l05798"></a><span class="lineno"> 5798</span>&#160;</div> <div class="line"><a name="l05804"></a><span class="lineno"> 5804</span>&#160; <span class="keywordtype">void</span> SetCaptureMessage(<span class="keywordtype">bool</span> value);</div> <div class="line"><a name="l05805"></a><span class="lineno"> 5805</span>&#160;</div> <div class="line"><a name="l05817"></a><span class="lineno"><a class="line" href="classv8_1_1_try_catch.html#ac2e6359fa11a2aba609af82fb80cf07a"> 5817</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_try_catch.html#ac2e6359fa11a2aba609af82fb80cf07a">JSStackComparableAddress</a>(<a class="code" href="classv8_1_1_try_catch.html">v8::TryCatch</a>* handler) {</div> <div class="line"><a name="l05818"></a><span class="lineno"> 5818</span>&#160; <span class="keywordflow">if</span> (handler == NULL) <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l05819"></a><span class="lineno"> 5819</span>&#160; <span class="keywordflow">return</span> handler-&gt;js_stack_comparable_address_;</div> <div class="line"><a name="l05820"></a><span class="lineno"> 5820</span>&#160; }</div> <div class="line"><a name="l05821"></a><span class="lineno"> 5821</span>&#160;</div> <div class="line"><a name="l05822"></a><span class="lineno"> 5822</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l05823"></a><span class="lineno"> 5823</span>&#160; <span class="keywordtype">void</span> ResetInternal();</div> <div class="line"><a name="l05824"></a><span class="lineno"> 5824</span>&#160;</div> <div class="line"><a name="l05825"></a><span class="lineno"> 5825</span>&#160; <span class="comment">// Make it hard to create heap-allocated TryCatch blocks.</span></div> <div class="line"><a name="l05826"></a><span class="lineno"> 5826</span>&#160; <a class="code" href="classv8_1_1_try_catch.html">TryCatch</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_try_catch.html">TryCatch</a>&amp;);</div> <div class="line"><a name="l05827"></a><span class="lineno"> 5827</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_try_catch.html">TryCatch</a>&amp;);</div> <div class="line"><a name="l05828"></a><span class="lineno"> 5828</span>&#160; <span class="keywordtype">void</span>* <span class="keyword">operator</span> <span class="keyword">new</span>(<span class="keywordtype">size_t</span> size);</div> <div class="line"><a name="l05829"></a><span class="lineno"> 5829</span>&#160; <span class="keywordtype">void</span> <span class="keyword">operator</span> <span class="keyword">delete</span>(<span class="keywordtype">void</span>*, size_t);</div> <div class="line"><a name="l05830"></a><span class="lineno"> 5830</span>&#160;</div> <div class="line"><a name="l05831"></a><span class="lineno"> 5831</span>&#160; v8::internal::Isolate* isolate_;</div> <div class="line"><a name="l05832"></a><span class="lineno"> 5832</span>&#160; <a class="code" href="classv8_1_1_try_catch.html">v8::TryCatch</a>* next_;</div> <div class="line"><a name="l05833"></a><span class="lineno"> 5833</span>&#160; <span class="keywordtype">void</span>* exception_;</div> <div class="line"><a name="l05834"></a><span class="lineno"> 5834</span>&#160; <span class="keywordtype">void</span>* message_obj_;</div> <div class="line"><a name="l05835"></a><span class="lineno"> 5835</span>&#160; <span class="keywordtype">void</span>* message_script_;</div> <div class="line"><a name="l05836"></a><span class="lineno"> 5836</span>&#160; <span class="keywordtype">void</span>* js_stack_comparable_address_;</div> <div class="line"><a name="l05837"></a><span class="lineno"> 5837</span>&#160; <span class="keywordtype">int</span> message_start_pos_;</div> <div class="line"><a name="l05838"></a><span class="lineno"> 5838</span>&#160; <span class="keywordtype">int</span> message_end_pos_;</div> <div class="line"><a name="l05839"></a><span class="lineno"> 5839</span>&#160; <span class="keywordtype">bool</span> is_verbose_ : 1;</div> <div class="line"><a name="l05840"></a><span class="lineno"> 5840</span>&#160; <span class="keywordtype">bool</span> can_continue_ : 1;</div> <div class="line"><a name="l05841"></a><span class="lineno"> 5841</span>&#160; <span class="keywordtype">bool</span> capture_message_ : 1;</div> <div class="line"><a name="l05842"></a><span class="lineno"> 5842</span>&#160; <span class="keywordtype">bool</span> rethrow_ : 1;</div> <div class="line"><a name="l05843"></a><span class="lineno"> 5843</span>&#160; <span class="keywordtype">bool</span> has_terminated_ : 1;</div> <div class="line"><a name="l05844"></a><span class="lineno"> 5844</span>&#160;</div> <div class="line"><a name="l05845"></a><span class="lineno"> 5845</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>v8::internal::Isolate;</div> <div class="line"><a name="l05846"></a><span class="lineno"> 5846</span>&#160;};</div> <div class="line"><a name="l05847"></a><span class="lineno"> 5847</span>&#160;</div> <div class="line"><a name="l05848"></a><span class="lineno"> 5848</span>&#160;</div> <div class="line"><a name="l05849"></a><span class="lineno"> 5849</span>&#160;<span class="comment">// --- Context ---</span></div> <div class="line"><a name="l05850"></a><span class="lineno"> 5850</span>&#160;</div> <div class="line"><a name="l05851"></a><span class="lineno"> 5851</span>&#160;</div> <div class="line"><a name="l05855"></a><span class="lineno"><a class="line" href="classv8_1_1_extension_configuration.html"> 5855</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_extension_configuration.html">ExtensionConfiguration</a> {</div> <div class="line"><a name="l05856"></a><span class="lineno"> 5856</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l05857"></a><span class="lineno"> 5857</span>&#160; <a class="code" href="classv8_1_1_extension_configuration.html">ExtensionConfiguration</a>() : name_count_(0), names_(NULL) { }</div> <div class="line"><a name="l05858"></a><span class="lineno"> 5858</span>&#160; <a class="code" href="classv8_1_1_extension_configuration.html">ExtensionConfiguration</a>(<span class="keywordtype">int</span> name_count, <span class="keyword">const</span> <span class="keywordtype">char</span>* names[])</div> <div class="line"><a name="l05859"></a><span class="lineno"> 5859</span>&#160; : name_count_(name_count), names_(names) { }</div> <div class="line"><a name="l05860"></a><span class="lineno"> 5860</span>&#160;</div> <div class="line"><a name="l05861"></a><span class="lineno"> 5861</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>** begin()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> &amp;names_[0]; }</div> <div class="line"><a name="l05862"></a><span class="lineno"> 5862</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>** end()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> &amp;names_[name_count_]; }</div> <div class="line"><a name="l05863"></a><span class="lineno"> 5863</span>&#160;</div> <div class="line"><a name="l05864"></a><span class="lineno"> 5864</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l05865"></a><span class="lineno"> 5865</span>&#160; <span class="keyword">const</span> <span class="keywordtype">int</span> name_count_;</div> <div class="line"><a name="l05866"></a><span class="lineno"> 5866</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span>** names_;</div> <div class="line"><a name="l05867"></a><span class="lineno"> 5867</span>&#160;};</div> <div class="line"><a name="l05868"></a><span class="lineno"> 5868</span>&#160;</div> <div class="line"><a name="l05869"></a><span class="lineno"> 5869</span>&#160;</div> <div class="line"><a name="l05874"></a><span class="lineno"><a class="line" href="classv8_1_1_context.html"> 5874</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_context.html">Context</a> {</div> <div class="line"><a name="l05875"></a><span class="lineno"> 5875</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l05888"></a><span class="lineno"> 5888</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Object&gt;</a> Global();</div> <div class="line"><a name="l05889"></a><span class="lineno"> 5889</span>&#160;</div> <div class="line"><a name="l05894"></a><span class="lineno"> 5894</span>&#160; <span class="keywordtype">void</span> DetachGlobal();</div> <div class="line"><a name="l05895"></a><span class="lineno"> 5895</span>&#160;</div> <div class="line"><a name="l05914"></a><span class="lineno"> 5914</span>&#160; <span class="keyword">static</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Context&gt;</a> New(</div> <div class="line"><a name="l05915"></a><span class="lineno"> 5915</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l05916"></a><span class="lineno"> 5916</span>&#160; <a class="code" href="classv8_1_1_extension_configuration.html">ExtensionConfiguration</a>* extensions = NULL,</div> <div class="line"><a name="l05917"></a><span class="lineno"> 5917</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;ObjectTemplate&gt;</a> global_template = <a class="code" href="classv8_1_1_handle.html">Handle&lt;ObjectTemplate&gt;</a>(),</div> <div class="line"><a name="l05918"></a><span class="lineno"> 5918</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> global_object = <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a>());</div> <div class="line"><a name="l05919"></a><span class="lineno"> 5919</span>&#160;</div> <div class="line"><a name="l05924"></a><span class="lineno"> 5924</span>&#160; <span class="keywordtype">void</span> SetSecurityToken(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> token);</div> <div class="line"><a name="l05925"></a><span class="lineno"> 5925</span>&#160;</div> <div class="line"><a name="l05927"></a><span class="lineno"> 5927</span>&#160; <span class="keywordtype">void</span> UseDefaultSecurityToken();</div> <div class="line"><a name="l05928"></a><span class="lineno"> 5928</span>&#160;</div> <div class="line"><a name="l05930"></a><span class="lineno"> 5930</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> GetSecurityToken();</div> <div class="line"><a name="l05931"></a><span class="lineno"> 5931</span>&#160;</div> <div class="line"><a name="l05938"></a><span class="lineno"> 5938</span>&#160; <span class="keywordtype">void</span> Enter();</div> <div class="line"><a name="l05939"></a><span class="lineno"> 5939</span>&#160;</div> <div class="line"><a name="l05944"></a><span class="lineno"> 5944</span>&#160; <span class="keywordtype">void</span> Exit();</div> <div class="line"><a name="l05945"></a><span class="lineno"> 5945</span>&#160;</div> <div class="line"><a name="l05947"></a><span class="lineno"> 5947</span>&#160; <a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* GetIsolate();</div> <div class="line"><a name="l05948"></a><span class="lineno"> 5948</span>&#160;</div> <div class="line"><a name="l05954"></a><span class="lineno"> 5954</span>&#160; V8_INLINE <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> GetEmbedderData(<span class="keywordtype">int</span> index);</div> <div class="line"><a name="l05955"></a><span class="lineno"> 5955</span>&#160;</div> <div class="line"><a name="l05961"></a><span class="lineno"> 5961</span>&#160; <span class="keywordtype">void</span> SetEmbedderData(<span class="keywordtype">int</span> index, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> value);</div> <div class="line"><a name="l05962"></a><span class="lineno"> 5962</span>&#160;</div> <div class="line"><a name="l05969"></a><span class="lineno"> 5969</span>&#160; V8_INLINE <span class="keywordtype">void</span>* GetAlignedPointerFromEmbedderData(<span class="keywordtype">int</span> index);</div> <div class="line"><a name="l05970"></a><span class="lineno"> 5970</span>&#160;</div> <div class="line"><a name="l05976"></a><span class="lineno"> 5976</span>&#160; <span class="keywordtype">void</span> SetAlignedPointerInEmbedderData(<span class="keywordtype">int</span> index, <span class="keywordtype">void</span>* value);</div> <div class="line"><a name="l05977"></a><span class="lineno"> 5977</span>&#160;</div> <div class="line"><a name="l05991"></a><span class="lineno"> 5991</span>&#160; <span class="keywordtype">void</span> AllowCodeGenerationFromStrings(<span class="keywordtype">bool</span> allow);</div> <div class="line"><a name="l05992"></a><span class="lineno"> 5992</span>&#160;</div> <div class="line"><a name="l05997"></a><span class="lineno"> 5997</span>&#160; <span class="keywordtype">bool</span> IsCodeGenerationFromStringsAllowed();</div> <div class="line"><a name="l05998"></a><span class="lineno"> 5998</span>&#160;</div> <div class="line"><a name="l06004"></a><span class="lineno"> 6004</span>&#160; <span class="keywordtype">void</span> SetErrorMessageForCodeGenerationFromStrings(<a class="code" href="classv8_1_1_handle.html">Handle&lt;String&gt;</a> message);</div> <div class="line"><a name="l06005"></a><span class="lineno"> 6005</span>&#160;</div> <div class="line"><a name="l06010"></a><span class="lineno"><a class="line" href="classv8_1_1_context_1_1_scope.html"> 6010</a></span>&#160; <span class="keyword">class </span><a class="code" href="classv8_1_1_context_1_1_scope.html">Scope</a> {</div> <div class="line"><a name="l06011"></a><span class="lineno"> 6011</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l06012"></a><span class="lineno"> 6012</span>&#160; <span class="keyword">explicit</span> V8_INLINE <a class="code" href="classv8_1_1_context_1_1_scope.html">Scope</a>(<a class="code" href="classv8_1_1_handle.html">Handle&lt;Context&gt;</a> context) : context_(context) {</div> <div class="line"><a name="l06013"></a><span class="lineno"> 6013</span>&#160; context_-&gt;Enter();</div> <div class="line"><a name="l06014"></a><span class="lineno"> 6014</span>&#160; }</div> <div class="line"><a name="l06015"></a><span class="lineno"> 6015</span>&#160; V8_INLINE ~Scope() { context_-&gt;Exit(); }</div> <div class="line"><a name="l06016"></a><span class="lineno"> 6016</span>&#160;</div> <div class="line"><a name="l06017"></a><span class="lineno"> 6017</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l06018"></a><span class="lineno"> 6018</span>&#160; <a class="code" href="classv8_1_1_handle.html">Handle&lt;Context&gt;</a> context_;</div> <div class="line"><a name="l06019"></a><span class="lineno"> 6019</span>&#160; };</div> <div class="line"><a name="l06020"></a><span class="lineno"> 6020</span>&#160;</div> <div class="line"><a name="l06021"></a><span class="lineno"> 6021</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l06022"></a><span class="lineno"> 6022</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_value.html">Value</a>;</div> <div class="line"><a name="l06023"></a><span class="lineno"> 6023</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_script.html">Script</a>;</div> <div class="line"><a name="l06024"></a><span class="lineno"> 6024</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_object.html">Object</a>;</div> <div class="line"><a name="l06025"></a><span class="lineno"> 6025</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classv8_1_1_function.html">Function</a>;</div> <div class="line"><a name="l06026"></a><span class="lineno"> 6026</span>&#160;</div> <div class="line"><a name="l06027"></a><span class="lineno"> 6027</span>&#160; <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> SlowGetEmbedderData(<span class="keywordtype">int</span> index);</div> <div class="line"><a name="l06028"></a><span class="lineno"> 6028</span>&#160; <span class="keywordtype">void</span>* SlowGetAlignedPointerFromEmbedderData(<span class="keywordtype">int</span> index);</div> <div class="line"><a name="l06029"></a><span class="lineno"> 6029</span>&#160;};</div> <div class="line"><a name="l06030"></a><span class="lineno"> 6030</span>&#160;</div> <div class="line"><a name="l06031"></a><span class="lineno"> 6031</span>&#160;</div> <div class="line"><a name="l06108"></a><span class="lineno"><a class="line" href="classv8_1_1_unlocker.html"> 6108</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_unlocker.html">Unlocker</a> {</div> <div class="line"><a name="l06109"></a><span class="lineno"> 6109</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l06113"></a><span class="lineno"><a class="line" href="classv8_1_1_unlocker.html#a2faeb117d7308b65ac85fdad390e4c1f"> 6113</a></span>&#160; V8_INLINE <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_unlocker.html#a2faeb117d7308b65ac85fdad390e4c1f">Unlocker</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) { Initialize(isolate); }</div> <div class="line"><a name="l06114"></a><span class="lineno"> 6114</span>&#160;</div> <div class="line"><a name="l06115"></a><span class="lineno"> 6115</span>&#160; ~<a class="code" href="classv8_1_1_unlocker.html">Unlocker</a>();</div> <div class="line"><a name="l06116"></a><span class="lineno"> 6116</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l06117"></a><span class="lineno"> 6117</span>&#160; <span class="keywordtype">void</span> Initialize(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l06118"></a><span class="lineno"> 6118</span>&#160;</div> <div class="line"><a name="l06119"></a><span class="lineno"> 6119</span>&#160; internal::Isolate* isolate_;</div> <div class="line"><a name="l06120"></a><span class="lineno"> 6120</span>&#160;};</div> <div class="line"><a name="l06121"></a><span class="lineno"> 6121</span>&#160;</div> <div class="line"><a name="l06122"></a><span class="lineno"> 6122</span>&#160;</div> <div class="line"><a name="l06123"></a><span class="lineno"><a class="line" href="classv8_1_1_locker.html"> 6123</a></span>&#160;<span class="keyword">class </span>V8_EXPORT <a class="code" href="classv8_1_1_locker.html">Locker</a> {</div> <div class="line"><a name="l06124"></a><span class="lineno"> 6124</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l06128"></a><span class="lineno"><a class="line" href="classv8_1_1_locker.html#a9f41151c92493a27d6724676fc774b51"> 6128</a></span>&#160; V8_INLINE <span class="keyword">explicit</span> <a class="code" href="classv8_1_1_locker.html#a9f41151c92493a27d6724676fc774b51">Locker</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) { Initialize(isolate); }</div> <div class="line"><a name="l06129"></a><span class="lineno"> 6129</span>&#160;</div> <div class="line"><a name="l06130"></a><span class="lineno"> 6130</span>&#160; ~<a class="code" href="classv8_1_1_locker.html">Locker</a>();</div> <div class="line"><a name="l06131"></a><span class="lineno"> 6131</span>&#160;</div> <div class="line"><a name="l06136"></a><span class="lineno"> 6136</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> IsLocked(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l06137"></a><span class="lineno"> 6137</span>&#160;</div> <div class="line"><a name="l06141"></a><span class="lineno"> 6141</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> IsActive();</div> <div class="line"><a name="l06142"></a><span class="lineno"> 6142</span>&#160;</div> <div class="line"><a name="l06143"></a><span class="lineno"> 6143</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l06144"></a><span class="lineno"> 6144</span>&#160; <span class="keywordtype">void</span> Initialize(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate);</div> <div class="line"><a name="l06145"></a><span class="lineno"> 6145</span>&#160;</div> <div class="line"><a name="l06146"></a><span class="lineno"> 6146</span>&#160; <span class="keywordtype">bool</span> has_lock_;</div> <div class="line"><a name="l06147"></a><span class="lineno"> 6147</span>&#160; <span class="keywordtype">bool</span> top_level_;</div> <div class="line"><a name="l06148"></a><span class="lineno"> 6148</span>&#160; internal::Isolate* isolate_;</div> <div class="line"><a name="l06149"></a><span class="lineno"> 6149</span>&#160;</div> <div class="line"><a name="l06150"></a><span class="lineno"> 6150</span>&#160; <span class="comment">// Disallow copying and assigning.</span></div> <div class="line"><a name="l06151"></a><span class="lineno"> 6151</span>&#160; <a class="code" href="classv8_1_1_locker.html">Locker</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_locker.html">Locker</a>&amp;);</div> <div class="line"><a name="l06152"></a><span class="lineno"> 6152</span>&#160; <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classv8_1_1_locker.html">Locker</a>&amp;);</div> <div class="line"><a name="l06153"></a><span class="lineno"> 6153</span>&#160;};</div> <div class="line"><a name="l06154"></a><span class="lineno"> 6154</span>&#160;</div> <div class="line"><a name="l06155"></a><span class="lineno"> 6155</span>&#160;</div> <div class="line"><a name="l06156"></a><span class="lineno"> 6156</span>&#160;<span class="comment">// --- Implementation ---</span></div> <div class="line"><a name="l06157"></a><span class="lineno"> 6157</span>&#160;</div> <div class="line"><a name="l06158"></a><span class="lineno"> 6158</span>&#160;</div> <div class="line"><a name="l06159"></a><span class="lineno"> 6159</span>&#160;<span class="keyword">namespace </span>internal {</div> <div class="line"><a name="l06160"></a><span class="lineno"> 6160</span>&#160;</div> <div class="line"><a name="l06161"></a><span class="lineno"> 6161</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kApiPointerSize = <span class="keyword">sizeof</span>(<span class="keywordtype">void</span>*); <span class="comment">// NOLINT</span></div> <div class="line"><a name="l06162"></a><span class="lineno"> 6162</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kApiIntSize = <span class="keyword">sizeof</span>(int); <span class="comment">// NOLINT</span></div> <div class="line"><a name="l06163"></a><span class="lineno"> 6163</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kApiInt64Size = <span class="keyword">sizeof</span>(int64_t); <span class="comment">// NOLINT</span></div> <div class="line"><a name="l06164"></a><span class="lineno"> 6164</span>&#160;</div> <div class="line"><a name="l06165"></a><span class="lineno"> 6165</span>&#160;<span class="comment">// Tag information for HeapObject.</span></div> <div class="line"><a name="l06166"></a><span class="lineno"> 6166</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kHeapObjectTag = 1;</div> <div class="line"><a name="l06167"></a><span class="lineno"> 6167</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kHeapObjectTagSize = 2;</div> <div class="line"><a name="l06168"></a><span class="lineno"> 6168</span>&#160;<span class="keyword">const</span> intptr_t kHeapObjectTagMask = (1 &lt;&lt; kHeapObjectTagSize) - 1;</div> <div class="line"><a name="l06169"></a><span class="lineno"> 6169</span>&#160;</div> <div class="line"><a name="l06170"></a><span class="lineno"> 6170</span>&#160;<span class="comment">// Tag information for Smi.</span></div> <div class="line"><a name="l06171"></a><span class="lineno"> 6171</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kSmiTag = 0;</div> <div class="line"><a name="l06172"></a><span class="lineno"> 6172</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kSmiTagSize = 1;</div> <div class="line"><a name="l06173"></a><span class="lineno"> 6173</span>&#160;<span class="keyword">const</span> intptr_t kSmiTagMask = (1 &lt;&lt; kSmiTagSize) - 1;</div> <div class="line"><a name="l06174"></a><span class="lineno"> 6174</span>&#160;</div> <div class="line"><a name="l06175"></a><span class="lineno"><a class="line" href="structv8_1_1internal_1_1_smi_tagging.html"> 6175</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keywordtype">size_t</span> ptr_size&gt; <span class="keyword">struct </span><a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">SmiTagging</a>;</div> <div class="line"><a name="l06176"></a><span class="lineno"> 6176</span>&#160;</div> <div class="line"><a name="l06177"></a><span class="lineno"> 6177</span>&#160;<span class="keyword">template</span>&lt;<span class="keywordtype">int</span> kSmiShiftSize&gt;</div> <div class="line"><a name="l06178"></a><span class="lineno"> 6178</span>&#160;V8_INLINE internal::Object* IntToSmi(<span class="keywordtype">int</span> value) {</div> <div class="line"><a name="l06179"></a><span class="lineno"> 6179</span>&#160; <span class="keywordtype">int</span> smi_shift_bits = kSmiTagSize + kSmiShiftSize;</div> <div class="line"><a name="l06180"></a><span class="lineno"> 6180</span>&#160; uintptr_t tagged_value =</div> <div class="line"><a name="l06181"></a><span class="lineno"> 6181</span>&#160; (<span class="keyword">static_cast&lt;</span>uintptr_t<span class="keyword">&gt;</span>(value) &lt;&lt; smi_shift_bits) | kSmiTag;</div> <div class="line"><a name="l06182"></a><span class="lineno"> 6182</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span>internal::Object*<span class="keyword">&gt;</span>(tagged_value);</div> <div class="line"><a name="l06183"></a><span class="lineno"> 6183</span>&#160;}</div> <div class="line"><a name="l06184"></a><span class="lineno"> 6184</span>&#160;</div> <div class="line"><a name="l06185"></a><span class="lineno"> 6185</span>&#160;<span class="comment">// Smi constants for 32-bit systems.</span></div> <div class="line"><a name="l06186"></a><span class="lineno"><a class="line" href="structv8_1_1internal_1_1_smi_tagging_3_014_01_4.html"> 6186</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <span class="keyword">struct </span><a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">SmiTagging</a>&lt;4&gt; {</div> <div class="line"><a name="l06187"></a><span class="lineno"> 6187</span>&#160; <span class="keyword">enum</span> { kSmiShiftSize = 0, kSmiValueSize = 31 };</div> <div class="line"><a name="l06188"></a><span class="lineno"> 6188</span>&#160; <span class="keyword">static</span> <span class="keywordtype">int</span> SmiShiftSize() { <span class="keywordflow">return</span> kSmiShiftSize; }</div> <div class="line"><a name="l06189"></a><span class="lineno"> 6189</span>&#160; <span class="keyword">static</span> <span class="keywordtype">int</span> SmiValueSize() { <span class="keywordflow">return</span> kSmiValueSize; }</div> <div class="line"><a name="l06190"></a><span class="lineno"> 6190</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">int</span> SmiToInt(<span class="keyword">const</span> internal::Object* value) {</div> <div class="line"><a name="l06191"></a><span class="lineno"> 6191</span>&#160; <span class="keywordtype">int</span> shift_bits = kSmiTagSize + kSmiShiftSize;</div> <div class="line"><a name="l06192"></a><span class="lineno"> 6192</span>&#160; <span class="comment">// Throw away top 32 bits and shift down (requires &gt;&gt; to be sign extending).</span></div> <div class="line"><a name="l06193"></a><span class="lineno"> 6193</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(<span class="keyword">reinterpret_cast&lt;</span>intptr_t<span class="keyword">&gt;</span>(value)) &gt;&gt; shift_bits;</div> <div class="line"><a name="l06194"></a><span class="lineno"> 6194</span>&#160; }</div> <div class="line"><a name="l06195"></a><span class="lineno"> 6195</span>&#160; V8_INLINE <span class="keyword">static</span> internal::Object* IntToSmi(<span class="keywordtype">int</span> value) {</div> <div class="line"><a name="l06196"></a><span class="lineno"> 6196</span>&#160; <span class="keywordflow">return</span> internal::IntToSmi&lt;kSmiShiftSize&gt;(value);</div> <div class="line"><a name="l06197"></a><span class="lineno"> 6197</span>&#160; }</div> <div class="line"><a name="l06198"></a><span class="lineno"> 6198</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> IsValidSmi(intptr_t value) {</div> <div class="line"><a name="l06199"></a><span class="lineno"> 6199</span>&#160; <span class="comment">// To be representable as an tagged small integer, the two</span></div> <div class="line"><a name="l06200"></a><span class="lineno"> 6200</span>&#160; <span class="comment">// most-significant bits of &#39;value&#39; must be either 00 or 11 due to</span></div> <div class="line"><a name="l06201"></a><span class="lineno"> 6201</span>&#160; <span class="comment">// sign-extension. To check this we add 01 to the two</span></div> <div class="line"><a name="l06202"></a><span class="lineno"> 6202</span>&#160; <span class="comment">// most-significant bits, and check if the most-significant bit is 0</span></div> <div class="line"><a name="l06203"></a><span class="lineno"> 6203</span>&#160; <span class="comment">//</span></div> <div class="line"><a name="l06204"></a><span class="lineno"> 6204</span>&#160; <span class="comment">// CAUTION: The original code below:</span></div> <div class="line"><a name="l06205"></a><span class="lineno"> 6205</span>&#160; <span class="comment">// bool result = ((value + 0x40000000) &amp; 0x80000000) == 0;</span></div> <div class="line"><a name="l06206"></a><span class="lineno"> 6206</span>&#160; <span class="comment">// may lead to incorrect results according to the C language spec, and</span></div> <div class="line"><a name="l06207"></a><span class="lineno"> 6207</span>&#160; <span class="comment">// in fact doesn&#39;t work correctly with gcc4.1.1 in some cases: The</span></div> <div class="line"><a name="l06208"></a><span class="lineno"> 6208</span>&#160; <span class="comment">// compiler may produce undefined results in case of signed integer</span></div> <div class="line"><a name="l06209"></a><span class="lineno"> 6209</span>&#160; <span class="comment">// overflow. The computation must be done w/ unsigned ints.</span></div> <div class="line"><a name="l06210"></a><span class="lineno"> 6210</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>uintptr_t<span class="keyword">&gt;</span>(value + 0x40000000U) &lt; 0x80000000U;</div> <div class="line"><a name="l06211"></a><span class="lineno"> 6211</span>&#160; }</div> <div class="line"><a name="l06212"></a><span class="lineno"> 6212</span>&#160;};</div> <div class="line"><a name="l06213"></a><span class="lineno"> 6213</span>&#160;</div> <div class="line"><a name="l06214"></a><span class="lineno"> 6214</span>&#160;<span class="comment">// Smi constants for 64-bit systems.</span></div> <div class="line"><a name="l06215"></a><span class="lineno"><a class="line" href="structv8_1_1internal_1_1_smi_tagging_3_018_01_4.html"> 6215</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <span class="keyword">struct </span><a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">SmiTagging</a>&lt;8&gt; {</div> <div class="line"><a name="l06216"></a><span class="lineno"> 6216</span>&#160; <span class="keyword">enum</span> { kSmiShiftSize = 31, kSmiValueSize = 32 };</div> <div class="line"><a name="l06217"></a><span class="lineno"> 6217</span>&#160; <span class="keyword">static</span> <span class="keywordtype">int</span> SmiShiftSize() { <span class="keywordflow">return</span> kSmiShiftSize; }</div> <div class="line"><a name="l06218"></a><span class="lineno"> 6218</span>&#160; <span class="keyword">static</span> <span class="keywordtype">int</span> SmiValueSize() { <span class="keywordflow">return</span> kSmiValueSize; }</div> <div class="line"><a name="l06219"></a><span class="lineno"> 6219</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">int</span> SmiToInt(<span class="keyword">const</span> internal::Object* value) {</div> <div class="line"><a name="l06220"></a><span class="lineno"> 6220</span>&#160; <span class="keywordtype">int</span> shift_bits = kSmiTagSize + kSmiShiftSize;</div> <div class="line"><a name="l06221"></a><span class="lineno"> 6221</span>&#160; <span class="comment">// Shift down and throw away top 32 bits.</span></div> <div class="line"><a name="l06222"></a><span class="lineno"> 6222</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(<span class="keyword">reinterpret_cast&lt;</span>intptr_t<span class="keyword">&gt;</span>(value) &gt;&gt; shift_bits);</div> <div class="line"><a name="l06223"></a><span class="lineno"> 6223</span>&#160; }</div> <div class="line"><a name="l06224"></a><span class="lineno"> 6224</span>&#160; V8_INLINE <span class="keyword">static</span> internal::Object* IntToSmi(<span class="keywordtype">int</span> value) {</div> <div class="line"><a name="l06225"></a><span class="lineno"> 6225</span>&#160; <span class="keywordflow">return</span> internal::IntToSmi&lt;kSmiShiftSize&gt;(value);</div> <div class="line"><a name="l06226"></a><span class="lineno"> 6226</span>&#160; }</div> <div class="line"><a name="l06227"></a><span class="lineno"> 6227</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> IsValidSmi(intptr_t value) {</div> <div class="line"><a name="l06228"></a><span class="lineno"> 6228</span>&#160; <span class="comment">// To be representable as a long smi, the value must be a 32-bit integer.</span></div> <div class="line"><a name="l06229"></a><span class="lineno"> 6229</span>&#160; <span class="keywordflow">return</span> (value == static_cast&lt;int32_t&gt;(value));</div> <div class="line"><a name="l06230"></a><span class="lineno"> 6230</span>&#160; }</div> <div class="line"><a name="l06231"></a><span class="lineno"> 6231</span>&#160;};</div> <div class="line"><a name="l06232"></a><span class="lineno"> 6232</span>&#160;</div> <div class="line"><a name="l06233"></a><span class="lineno"> 6233</span>&#160;<span class="keyword">typedef</span> <a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">SmiTagging&lt;kApiPointerSize&gt;</a> <a class="code" href="structv8_1_1internal_1_1_smi_tagging.html">PlatformSmiTagging</a>;</div> <div class="line"><a name="l06234"></a><span class="lineno"> 6234</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kSmiShiftSize = PlatformSmiTagging::kSmiShiftSize;</div> <div class="line"><a name="l06235"></a><span class="lineno"> 6235</span>&#160;<span class="keyword">const</span> <span class="keywordtype">int</span> kSmiValueSize = PlatformSmiTagging::kSmiValueSize;</div> <div class="line"><a name="l06236"></a><span class="lineno"> 6236</span>&#160;V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> SmiValuesAre31Bits() { <span class="keywordflow">return</span> kSmiValueSize == 31; }</div> <div class="line"><a name="l06237"></a><span class="lineno"> 6237</span>&#160;V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> SmiValuesAre32Bits() { <span class="keywordflow">return</span> kSmiValueSize == 32; }</div> <div class="line"><a name="l06238"></a><span class="lineno"> 6238</span>&#160;</div> <div class="line"><a name="l06244"></a><span class="lineno"><a class="line" href="classv8_1_1internal_1_1_internals.html"> 6244</a></span>&#160;<span class="keyword">class </span><a class="code" href="classv8_1_1internal_1_1_internals.html">Internals</a> {</div> <div class="line"><a name="l06245"></a><span class="lineno"> 6245</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l06246"></a><span class="lineno"> 6246</span>&#160; <span class="comment">// These values match non-compiler-dependent values defined within</span></div> <div class="line"><a name="l06247"></a><span class="lineno"> 6247</span>&#160; <span class="comment">// the implementation of v8.</span></div> <div class="line"><a name="l06248"></a><span class="lineno"> 6248</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kHeapObjectMapOffset = 0;</div> <div class="line"><a name="l06249"></a><span class="lineno"> 6249</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kMapInstanceTypeAndBitFieldOffset =</div> <div class="line"><a name="l06250"></a><span class="lineno"> 6250</span>&#160; 1 * kApiPointerSize + kApiIntSize;</div> <div class="line"><a name="l06251"></a><span class="lineno"> 6251</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kStringResourceOffset = 3 * kApiPointerSize;</div> <div class="line"><a name="l06252"></a><span class="lineno"> 6252</span>&#160;</div> <div class="line"><a name="l06253"></a><span class="lineno"> 6253</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kOddballKindOffset = 3 * kApiPointerSize;</div> <div class="line"><a name="l06254"></a><span class="lineno"> 6254</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kForeignAddressOffset = kApiPointerSize;</div> <div class="line"><a name="l06255"></a><span class="lineno"> 6255</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kJSObjectHeaderSize = 3 * kApiPointerSize;</div> <div class="line"><a name="l06256"></a><span class="lineno"> 6256</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kFixedArrayHeaderSize = 2 * kApiPointerSize;</div> <div class="line"><a name="l06257"></a><span class="lineno"> 6257</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kContextHeaderSize = 2 * kApiPointerSize;</div> <div class="line"><a name="l06258"></a><span class="lineno"> 6258</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kContextEmbedderDataIndex = 74;</div> <div class="line"><a name="l06259"></a><span class="lineno"> 6259</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kFullStringRepresentationMask = 0x07;</div> <div class="line"><a name="l06260"></a><span class="lineno"> 6260</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kStringEncodingMask = 0x4;</div> <div class="line"><a name="l06261"></a><span class="lineno"> 6261</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kExternalTwoByteRepresentationTag = 0x02;</div> <div class="line"><a name="l06262"></a><span class="lineno"> 6262</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kExternalOneByteRepresentationTag = 0x06;</div> <div class="line"><a name="l06263"></a><span class="lineno"> 6263</span>&#160;</div> <div class="line"><a name="l06264"></a><span class="lineno"> 6264</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kIsolateEmbedderDataOffset = 0 * kApiPointerSize;</div> <div class="line"><a name="l06265"></a><span class="lineno"> 6265</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kAmountOfExternalAllocatedMemoryOffset =</div> <div class="line"><a name="l06266"></a><span class="lineno"> 6266</span>&#160; 4 * kApiPointerSize;</div> <div class="line"><a name="l06267"></a><span class="lineno"> 6267</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset =</div> <div class="line"><a name="l06268"></a><span class="lineno"> 6268</span>&#160; kAmountOfExternalAllocatedMemoryOffset + kApiInt64Size;</div> <div class="line"><a name="l06269"></a><span class="lineno"> 6269</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kIsolateRootsOffset =</div> <div class="line"><a name="l06270"></a><span class="lineno"> 6270</span>&#160; kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset + kApiInt64Size +</div> <div class="line"><a name="l06271"></a><span class="lineno"> 6271</span>&#160; kApiPointerSize;</div> <div class="line"><a name="l06272"></a><span class="lineno"> 6272</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kUndefinedValueRootIndex = 5;</div> <div class="line"><a name="l06273"></a><span class="lineno"> 6273</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNullValueRootIndex = 7;</div> <div class="line"><a name="l06274"></a><span class="lineno"> 6274</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kTrueValueRootIndex = 8;</div> <div class="line"><a name="l06275"></a><span class="lineno"> 6275</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kFalseValueRootIndex = 9;</div> <div class="line"><a name="l06276"></a><span class="lineno"> 6276</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kEmptyStringRootIndex = 155;</div> <div class="line"><a name="l06277"></a><span class="lineno"> 6277</span>&#160;</div> <div class="line"><a name="l06278"></a><span class="lineno"> 6278</span>&#160; <span class="comment">// The external allocation limit should be below 256 MB on all architectures</span></div> <div class="line"><a name="l06279"></a><span class="lineno"> 6279</span>&#160; <span class="comment">// to avoid that resource-constrained embedders run low on memory.</span></div> <div class="line"><a name="l06280"></a><span class="lineno"> 6280</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kExternalAllocationLimit = 192 * 1024 * 1024;</div> <div class="line"><a name="l06281"></a><span class="lineno"> 6281</span>&#160;</div> <div class="line"><a name="l06282"></a><span class="lineno"> 6282</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNodeClassIdOffset = 1 * kApiPointerSize;</div> <div class="line"><a name="l06283"></a><span class="lineno"> 6283</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNodeFlagsOffset = 1 * kApiPointerSize + 3;</div> <div class="line"><a name="l06284"></a><span class="lineno"> 6284</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNodeStateMask = 0x7;</div> <div class="line"><a name="l06285"></a><span class="lineno"> 6285</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNodeStateIsWeakValue = 2;</div> <div class="line"><a name="l06286"></a><span class="lineno"> 6286</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNodeStateIsPendingValue = 3;</div> <div class="line"><a name="l06287"></a><span class="lineno"> 6287</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNodeStateIsNearDeathValue = 4;</div> <div class="line"><a name="l06288"></a><span class="lineno"> 6288</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNodeIsIndependentShift = 3;</div> <div class="line"><a name="l06289"></a><span class="lineno"> 6289</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNodeIsPartiallyDependentShift = 4;</div> <div class="line"><a name="l06290"></a><span class="lineno"> 6290</span>&#160;</div> <div class="line"><a name="l06291"></a><span class="lineno"> 6291</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kJSObjectType = 0xbd;</div> <div class="line"><a name="l06292"></a><span class="lineno"> 6292</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kFirstNonstringType = 0x80;</div> <div class="line"><a name="l06293"></a><span class="lineno"> 6293</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kOddballType = 0x83;</div> <div class="line"><a name="l06294"></a><span class="lineno"> 6294</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kForeignType = 0x88;</div> <div class="line"><a name="l06295"></a><span class="lineno"> 6295</span>&#160;</div> <div class="line"><a name="l06296"></a><span class="lineno"> 6296</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kUndefinedOddballKind = 5;</div> <div class="line"><a name="l06297"></a><span class="lineno"> 6297</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kNullOddballKind = 3;</div> <div class="line"><a name="l06298"></a><span class="lineno"> 6298</span>&#160;</div> <div class="line"><a name="l06299"></a><span class="lineno"> 6299</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> uint32_t kNumIsolateDataSlots = 4;</div> <div class="line"><a name="l06300"></a><span class="lineno"> 6300</span>&#160;</div> <div class="line"><a name="l06301"></a><span class="lineno"> 6301</span>&#160; V8_EXPORT <span class="keyword">static</span> <span class="keywordtype">void</span> CheckInitializedImpl(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate);</div> <div class="line"><a name="l06302"></a><span class="lineno"> 6302</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> CheckInitialized(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate) {</div> <div class="line"><a name="l06303"></a><span class="lineno"> 6303</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06304"></a><span class="lineno"> 6304</span>&#160; CheckInitializedImpl(isolate);</div> <div class="line"><a name="l06305"></a><span class="lineno"> 6305</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06306"></a><span class="lineno"> 6306</span>&#160; }</div> <div class="line"><a name="l06307"></a><span class="lineno"> 6307</span>&#160;</div> <div class="line"><a name="l06308"></a><span class="lineno"> 6308</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> HasHeapObjectTag(<span class="keyword">const</span> internal::Object* value) {</div> <div class="line"><a name="l06309"></a><span class="lineno"> 6309</span>&#160; <span class="keywordflow">return</span> ((reinterpret_cast&lt;intptr_t&gt;(value) &amp; kHeapObjectTagMask) ==</div> <div class="line"><a name="l06310"></a><span class="lineno"> 6310</span>&#160; kHeapObjectTag);</div> <div class="line"><a name="l06311"></a><span class="lineno"> 6311</span>&#160; }</div> <div class="line"><a name="l06312"></a><span class="lineno"> 6312</span>&#160;</div> <div class="line"><a name="l06313"></a><span class="lineno"> 6313</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">int</span> SmiValue(<span class="keyword">const</span> internal::Object* value) {</div> <div class="line"><a name="l06314"></a><span class="lineno"> 6314</span>&#160; <span class="keywordflow">return</span> PlatformSmiTagging::SmiToInt(value);</div> <div class="line"><a name="l06315"></a><span class="lineno"> 6315</span>&#160; }</div> <div class="line"><a name="l06316"></a><span class="lineno"> 6316</span>&#160;</div> <div class="line"><a name="l06317"></a><span class="lineno"> 6317</span>&#160; V8_INLINE <span class="keyword">static</span> internal::Object* IntToSmi(<span class="keywordtype">int</span> value) {</div> <div class="line"><a name="l06318"></a><span class="lineno"> 6318</span>&#160; <span class="keywordflow">return</span> PlatformSmiTagging::IntToSmi(value);</div> <div class="line"><a name="l06319"></a><span class="lineno"> 6319</span>&#160; }</div> <div class="line"><a name="l06320"></a><span class="lineno"> 6320</span>&#160;</div> <div class="line"><a name="l06321"></a><span class="lineno"> 6321</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> IsValidSmi(intptr_t value) {</div> <div class="line"><a name="l06322"></a><span class="lineno"> 6322</span>&#160; <span class="keywordflow">return</span> PlatformSmiTagging::IsValidSmi(value);</div> <div class="line"><a name="l06323"></a><span class="lineno"> 6323</span>&#160; }</div> <div class="line"><a name="l06324"></a><span class="lineno"> 6324</span>&#160;</div> <div class="line"><a name="l06325"></a><span class="lineno"> 6325</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">int</span> GetInstanceType(<span class="keyword">const</span> internal::Object* obj) {</div> <div class="line"><a name="l06326"></a><span class="lineno"> 6326</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06327"></a><span class="lineno"> 6327</span>&#160; O* map = ReadField&lt;O*&gt;(obj, kHeapObjectMapOffset);</div> <div class="line"><a name="l06328"></a><span class="lineno"> 6328</span>&#160; <span class="comment">// Map::InstanceType is defined so that it will always be loaded into</span></div> <div class="line"><a name="l06329"></a><span class="lineno"> 6329</span>&#160; <span class="comment">// the LS 8 bits of one 16-bit word, regardless of endianess.</span></div> <div class="line"><a name="l06330"></a><span class="lineno"> 6330</span>&#160; <span class="keywordflow">return</span> ReadField&lt;uint16_t&gt;(map, kMapInstanceTypeAndBitFieldOffset) &amp; 0xff;</div> <div class="line"><a name="l06331"></a><span class="lineno"> 6331</span>&#160; }</div> <div class="line"><a name="l06332"></a><span class="lineno"> 6332</span>&#160;</div> <div class="line"><a name="l06333"></a><span class="lineno"> 6333</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">int</span> GetOddballKind(<span class="keyword">const</span> internal::Object* obj) {</div> <div class="line"><a name="l06334"></a><span class="lineno"> 6334</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06335"></a><span class="lineno"> 6335</span>&#160; <span class="keywordflow">return</span> SmiValue(ReadField&lt;O*&gt;(obj, kOddballKindOffset));</div> <div class="line"><a name="l06336"></a><span class="lineno"> 6336</span>&#160; }</div> <div class="line"><a name="l06337"></a><span class="lineno"> 6337</span>&#160;</div> <div class="line"><a name="l06338"></a><span class="lineno"> 6338</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">bool</span> IsExternalTwoByteString(<span class="keywordtype">int</span> instance_type) {</div> <div class="line"><a name="l06339"></a><span class="lineno"> 6339</span>&#160; <span class="keywordtype">int</span> representation = (instance_type &amp; kFullStringRepresentationMask);</div> <div class="line"><a name="l06340"></a><span class="lineno"> 6340</span>&#160; <span class="keywordflow">return</span> representation == kExternalTwoByteRepresentationTag;</div> <div class="line"><a name="l06341"></a><span class="lineno"> 6341</span>&#160; }</div> <div class="line"><a name="l06342"></a><span class="lineno"> 6342</span>&#160;</div> <div class="line"><a name="l06343"></a><span class="lineno"> 6343</span>&#160; V8_INLINE <span class="keyword">static</span> uint8_t GetNodeFlag(internal::Object** obj, <span class="keywordtype">int</span> shift) {</div> <div class="line"><a name="l06344"></a><span class="lineno"> 6344</span>&#160; uint8_t* addr = <span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(obj) + kNodeFlagsOffset;</div> <div class="line"><a name="l06345"></a><span class="lineno"> 6345</span>&#160; <span class="keywordflow">return</span> *addr &amp; <span class="keyword">static_cast&lt;</span>uint8_t<span class="keyword">&gt;</span>(1U &lt;&lt; shift);</div> <div class="line"><a name="l06346"></a><span class="lineno"> 6346</span>&#160; }</div> <div class="line"><a name="l06347"></a><span class="lineno"> 6347</span>&#160;</div> <div class="line"><a name="l06348"></a><span class="lineno"> 6348</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> UpdateNodeFlag(internal::Object** obj,</div> <div class="line"><a name="l06349"></a><span class="lineno"> 6349</span>&#160; <span class="keywordtype">bool</span> value, <span class="keywordtype">int</span> shift) {</div> <div class="line"><a name="l06350"></a><span class="lineno"> 6350</span>&#160; uint8_t* addr = <span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(obj) + kNodeFlagsOffset;</div> <div class="line"><a name="l06351"></a><span class="lineno"> 6351</span>&#160; uint8_t mask = <span class="keyword">static_cast&lt;</span>uint8_t<span class="keyword">&gt;</span>(1U &lt;&lt; shift);</div> <div class="line"><a name="l06352"></a><span class="lineno"> 6352</span>&#160; *addr = <span class="keyword">static_cast&lt;</span>uint8_t<span class="keyword">&gt;</span>((*addr &amp; ~mask) | (value &lt;&lt; shift));</div> <div class="line"><a name="l06353"></a><span class="lineno"> 6353</span>&#160; }</div> <div class="line"><a name="l06354"></a><span class="lineno"> 6354</span>&#160;</div> <div class="line"><a name="l06355"></a><span class="lineno"> 6355</span>&#160; V8_INLINE <span class="keyword">static</span> uint8_t GetNodeState(internal::Object** obj) {</div> <div class="line"><a name="l06356"></a><span class="lineno"> 6356</span>&#160; uint8_t* addr = <span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(obj) + kNodeFlagsOffset;</div> <div class="line"><a name="l06357"></a><span class="lineno"> 6357</span>&#160; <span class="keywordflow">return</span> *addr &amp; kNodeStateMask;</div> <div class="line"><a name="l06358"></a><span class="lineno"> 6358</span>&#160; }</div> <div class="line"><a name="l06359"></a><span class="lineno"> 6359</span>&#160;</div> <div class="line"><a name="l06360"></a><span class="lineno"> 6360</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> UpdateNodeState(internal::Object** obj,</div> <div class="line"><a name="l06361"></a><span class="lineno"> 6361</span>&#160; uint8_t value) {</div> <div class="line"><a name="l06362"></a><span class="lineno"> 6362</span>&#160; uint8_t* addr = <span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(obj) + kNodeFlagsOffset;</div> <div class="line"><a name="l06363"></a><span class="lineno"> 6363</span>&#160; *addr = <span class="keyword">static_cast&lt;</span>uint8_t<span class="keyword">&gt;</span>((*addr &amp; ~kNodeStateMask) | value);</div> <div class="line"><a name="l06364"></a><span class="lineno"> 6364</span>&#160; }</div> <div class="line"><a name="l06365"></a><span class="lineno"> 6365</span>&#160;</div> <div class="line"><a name="l06366"></a><span class="lineno"> 6366</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span> SetEmbedderData(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate,</div> <div class="line"><a name="l06367"></a><span class="lineno"> 6367</span>&#160; uint32_t slot,</div> <div class="line"><a name="l06368"></a><span class="lineno"> 6368</span>&#160; <span class="keywordtype">void</span>* data) {</div> <div class="line"><a name="l06369"></a><span class="lineno"> 6369</span>&#160; uint8_t *addr = <span class="keyword">reinterpret_cast&lt;</span>uint8_t *<span class="keyword">&gt;</span>(isolate) +</div> <div class="line"><a name="l06370"></a><span class="lineno"> 6370</span>&#160; kIsolateEmbedderDataOffset + slot * kApiPointerSize;</div> <div class="line"><a name="l06371"></a><span class="lineno"> 6371</span>&#160; *<span class="keyword">reinterpret_cast&lt;</span><span class="keywordtype">void</span>**<span class="keyword">&gt;</span>(addr) = data;</div> <div class="line"><a name="l06372"></a><span class="lineno"> 6372</span>&#160; }</div> <div class="line"><a name="l06373"></a><span class="lineno"> 6373</span>&#160;</div> <div class="line"><a name="l06374"></a><span class="lineno"> 6374</span>&#160; V8_INLINE <span class="keyword">static</span> <span class="keywordtype">void</span>* GetEmbedderData(<span class="keyword">const</span> <a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate,</div> <div class="line"><a name="l06375"></a><span class="lineno"> 6375</span>&#160; uint32_t slot) {</div> <div class="line"><a name="l06376"></a><span class="lineno"> 6376</span>&#160; <span class="keyword">const</span> uint8_t* addr = <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span>uint8_t*<span class="keyword">&gt;</span>(isolate) +</div> <div class="line"><a name="l06377"></a><span class="lineno"> 6377</span>&#160; kIsolateEmbedderDataOffset + slot * kApiPointerSize;</div> <div class="line"><a name="l06378"></a><span class="lineno"> 6378</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast&lt;</span><span class="keywordtype">void</span>* const*<span class="keyword">&gt;</span>(addr);</div> <div class="line"><a name="l06379"></a><span class="lineno"> 6379</span>&#160; }</div> <div class="line"><a name="l06380"></a><span class="lineno"> 6380</span>&#160;</div> <div class="line"><a name="l06381"></a><span class="lineno"> 6381</span>&#160; V8_INLINE <span class="keyword">static</span> internal::Object** GetRoot(<a class="code" href="classv8_1_1_isolate.html">v8::Isolate</a>* isolate,</div> <div class="line"><a name="l06382"></a><span class="lineno"> 6382</span>&#160; <span class="keywordtype">int</span> index) {</div> <div class="line"><a name="l06383"></a><span class="lineno"> 6383</span>&#160; uint8_t* addr = <span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(isolate) + kIsolateRootsOffset;</div> <div class="line"><a name="l06384"></a><span class="lineno"> 6384</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(addr + index * kApiPointerSize);</div> <div class="line"><a name="l06385"></a><span class="lineno"> 6385</span>&#160; }</div> <div class="line"><a name="l06386"></a><span class="lineno"> 6386</span>&#160;</div> <div class="line"><a name="l06387"></a><span class="lineno"> 6387</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06388"></a><span class="lineno"> 6388</span>&#160; V8_INLINE <span class="keyword">static</span> T ReadField(<span class="keyword">const</span> internal::Object* ptr, <span class="keywordtype">int</span> offset) {</div> <div class="line"><a name="l06389"></a><span class="lineno"> 6389</span>&#160; <span class="keyword">const</span> uint8_t* addr =</div> <div class="line"><a name="l06390"></a><span class="lineno"> 6390</span>&#160; <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span>uint8_t*<span class="keyword">&gt;</span>(ptr) + offset - kHeapObjectTag;</div> <div class="line"><a name="l06391"></a><span class="lineno"> 6391</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span>T*<span class="keyword">&gt;</span>(addr);</div> <div class="line"><a name="l06392"></a><span class="lineno"> 6392</span>&#160; }</div> <div class="line"><a name="l06393"></a><span class="lineno"> 6393</span>&#160;</div> <div class="line"><a name="l06394"></a><span class="lineno"> 6394</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06395"></a><span class="lineno"> 6395</span>&#160; V8_INLINE <span class="keyword">static</span> T ReadEmbedderData(<span class="keyword">const</span> <a class="code" href="classv8_1_1_context.html">v8::Context</a>* context, <span class="keywordtype">int</span> index) {</div> <div class="line"><a name="l06396"></a><span class="lineno"> 6396</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06397"></a><span class="lineno"> 6397</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06398"></a><span class="lineno"> 6398</span>&#160; O* ctx = *<span class="keyword">reinterpret_cast&lt;</span>O* const*<span class="keyword">&gt;</span>(context);</div> <div class="line"><a name="l06399"></a><span class="lineno"> 6399</span>&#160; <span class="keywordtype">int</span> embedder_data_offset = I::kContextHeaderSize +</div> <div class="line"><a name="l06400"></a><span class="lineno"> 6400</span>&#160; (internal::kApiPointerSize * I::kContextEmbedderDataIndex);</div> <div class="line"><a name="l06401"></a><span class="lineno"> 6401</span>&#160; O* embedder_data = I::ReadField&lt;O*&gt;(ctx, embedder_data_offset);</div> <div class="line"><a name="l06402"></a><span class="lineno"> 6402</span>&#160; <span class="keywordtype">int</span> value_offset =</div> <div class="line"><a name="l06403"></a><span class="lineno"> 6403</span>&#160; I::kFixedArrayHeaderSize + (internal::kApiPointerSize * index);</div> <div class="line"><a name="l06404"></a><span class="lineno"> 6404</span>&#160; <span class="keywordflow">return</span> I::ReadField&lt;T&gt;(embedder_data, value_offset);</div> <div class="line"><a name="l06405"></a><span class="lineno"> 6405</span>&#160; }</div> <div class="line"><a name="l06406"></a><span class="lineno"> 6406</span>&#160;};</div> <div class="line"><a name="l06407"></a><span class="lineno"> 6407</span>&#160;</div> <div class="line"><a name="l06408"></a><span class="lineno"> 6408</span>&#160;} <span class="comment">// namespace internal</span></div> <div class="line"><a name="l06409"></a><span class="lineno"> 6409</span>&#160;</div> <div class="line"><a name="l06410"></a><span class="lineno"> 6410</span>&#160;</div> <div class="line"><a name="l06411"></a><span class="lineno"> 6411</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06412"></a><span class="lineno"> 6412</span>&#160;<a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;::Local</a>() : <a class="code" href="classv8_1_1_handle.html">Handle</a>&lt;T&gt;() { }</div> <div class="line"><a name="l06413"></a><span class="lineno"> 6413</span>&#160;</div> <div class="line"><a name="l06414"></a><span class="lineno"> 6414</span>&#160;</div> <div class="line"><a name="l06415"></a><span class="lineno"> 6415</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06416"></a><span class="lineno"><a class="line" href="classv8_1_1_local.html#ae718dd5d42264bfaa2b5a42616b6673e"> 6416</a></span>&#160;<a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a> <a class="code" href="classv8_1_1_local.html#ae718dd5d42264bfaa2b5a42616b6673e">Local&lt;T&gt;::New</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <a class="code" href="classv8_1_1_handle.html">Handle&lt;T&gt;</a> that) {</div> <div class="line"><a name="l06417"></a><span class="lineno"> 6417</span>&#160; <span class="keywordflow">return</span> New(isolate, that.val_);</div> <div class="line"><a name="l06418"></a><span class="lineno"> 6418</span>&#160;}</div> <div class="line"><a name="l06419"></a><span class="lineno"> 6419</span>&#160;</div> <div class="line"><a name="l06420"></a><span class="lineno"> 6420</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06421"></a><span class="lineno"> 6421</span>&#160;<a class="code" href="classv8_1_1_local.html">Local&lt;T&gt;</a> <a class="code" href="classv8_1_1_local.html#ae718dd5d42264bfaa2b5a42616b6673e">Local&lt;T&gt;::New</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent_base.html">PersistentBase&lt;T&gt;</a>&amp; that) {</div> <div class="line"><a name="l06422"></a><span class="lineno"> 6422</span>&#160; <span class="keywordflow">return</span> New(isolate, that.val_);</div> <div class="line"><a name="l06423"></a><span class="lineno"> 6423</span>&#160;}</div> <div class="line"><a name="l06424"></a><span class="lineno"> 6424</span>&#160;</div> <div class="line"><a name="l06425"></a><span class="lineno"> 6425</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06426"></a><span class="lineno"> 6426</span>&#160;Handle&lt;T&gt; Handle&lt;T&gt;::New(Isolate* isolate, T* that) {</div> <div class="line"><a name="l06427"></a><span class="lineno"> 6427</span>&#160; <span class="keywordflow">if</span> (that == NULL) <span class="keywordflow">return</span> Handle&lt;T&gt;();</div> <div class="line"><a name="l06428"></a><span class="lineno"> 6428</span>&#160; T* that_ptr = that;</div> <div class="line"><a name="l06429"></a><span class="lineno"> 6429</span>&#160; internal::Object** p = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(that_ptr);</div> <div class="line"><a name="l06430"></a><span class="lineno"> 6430</span>&#160; <span class="keywordflow">return</span> Handle&lt;T&gt;(<span class="keyword">reinterpret_cast&lt;</span>T*<span class="keyword">&gt;</span>(HandleScope::CreateHandle(</div> <div class="line"><a name="l06431"></a><span class="lineno"> 6431</span>&#160; reinterpret_cast&lt;internal::Isolate*&gt;(isolate), *p)));</div> <div class="line"><a name="l06432"></a><span class="lineno"> 6432</span>&#160;}</div> <div class="line"><a name="l06433"></a><span class="lineno"> 6433</span>&#160;</div> <div class="line"><a name="l06434"></a><span class="lineno"> 6434</span>&#160;</div> <div class="line"><a name="l06435"></a><span class="lineno"> 6435</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06436"></a><span class="lineno"> 6436</span>&#160;Local&lt;T&gt; <a class="code" href="classv8_1_1_local.html#ae718dd5d42264bfaa2b5a42616b6673e">Local&lt;T&gt;::New</a>(Isolate* isolate, T* that) {</div> <div class="line"><a name="l06437"></a><span class="lineno"> 6437</span>&#160; <span class="keywordflow">if</span> (that == NULL) <span class="keywordflow">return</span> Local&lt;T&gt;();</div> <div class="line"><a name="l06438"></a><span class="lineno"> 6438</span>&#160; T* that_ptr = that;</div> <div class="line"><a name="l06439"></a><span class="lineno"> 6439</span>&#160; internal::Object** p = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(that_ptr);</div> <div class="line"><a name="l06440"></a><span class="lineno"> 6440</span>&#160; <span class="keywordflow">return</span> Local&lt;T&gt;(<span class="keyword">reinterpret_cast&lt;</span>T*<span class="keyword">&gt;</span>(HandleScope::CreateHandle(</div> <div class="line"><a name="l06441"></a><span class="lineno"> 6441</span>&#160; reinterpret_cast&lt;internal::Isolate*&gt;(isolate), *p)));</div> <div class="line"><a name="l06442"></a><span class="lineno"> 6442</span>&#160;}</div> <div class="line"><a name="l06443"></a><span class="lineno"> 6443</span>&#160;</div> <div class="line"><a name="l06444"></a><span class="lineno"> 6444</span>&#160;</div> <div class="line"><a name="l06445"></a><span class="lineno"> 6445</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06446"></a><span class="lineno"> 6446</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l06447"></a><span class="lineno"> 6447</span>&#160;<span class="keywordtype">void</span> Eternal&lt;T&gt;::Set(Isolate* isolate, Local&lt;S&gt; handle) {</div> <div class="line"><a name="l06448"></a><span class="lineno"> 6448</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l06449"></a><span class="lineno"> 6449</span>&#160; V8::Eternalize(isolate, reinterpret_cast&lt;Value*&gt;(*handle), &amp;this-&gt;index_);</div> <div class="line"><a name="l06450"></a><span class="lineno"> 6450</span>&#160;}</div> <div class="line"><a name="l06451"></a><span class="lineno"> 6451</span>&#160;</div> <div class="line"><a name="l06452"></a><span class="lineno"> 6452</span>&#160;</div> <div class="line"><a name="l06453"></a><span class="lineno"> 6453</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06454"></a><span class="lineno"> 6454</span>&#160;Local&lt;T&gt; Eternal&lt;T&gt;::Get(Isolate* isolate) {</div> <div class="line"><a name="l06455"></a><span class="lineno"> 6455</span>&#160; <span class="keywordflow">return</span> Local&lt;T&gt;(<span class="keyword">reinterpret_cast&lt;</span>T*<span class="keyword">&gt;</span>(*V8::GetEternal(isolate, index_)));</div> <div class="line"><a name="l06456"></a><span class="lineno"> 6456</span>&#160;}</div> <div class="line"><a name="l06457"></a><span class="lineno"> 6457</span>&#160;</div> <div class="line"><a name="l06458"></a><span class="lineno"> 6458</span>&#160;</div> <div class="line"><a name="l06459"></a><span class="lineno"> 6459</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06460"></a><span class="lineno"> 6460</span>&#160;T* PersistentBase&lt;T&gt;::New(Isolate* isolate, T* that) {</div> <div class="line"><a name="l06461"></a><span class="lineno"> 6461</span>&#160; <span class="keywordflow">if</span> (that == NULL) <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l06462"></a><span class="lineno"> 6462</span>&#160; internal::Object** p = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(that);</div> <div class="line"><a name="l06463"></a><span class="lineno"> 6463</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span>T*<span class="keyword">&gt;</span>(</div> <div class="line"><a name="l06464"></a><span class="lineno"> 6464</span>&#160; V8::GlobalizeReference(reinterpret_cast&lt;internal::Isolate*&gt;(isolate),</div> <div class="line"><a name="l06465"></a><span class="lineno"> 6465</span>&#160; p));</div> <div class="line"><a name="l06466"></a><span class="lineno"> 6466</span>&#160;}</div> <div class="line"><a name="l06467"></a><span class="lineno"> 6467</span>&#160;</div> <div class="line"><a name="l06468"></a><span class="lineno"> 6468</span>&#160;</div> <div class="line"><a name="l06469"></a><span class="lineno"> 6469</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T, <span class="keyword">class</span> M&gt;</div> <div class="line"><a name="l06470"></a><span class="lineno"> 6470</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> S, <span class="keyword">class</span> M2&gt;</div> <div class="line"><a name="l06471"></a><span class="lineno"> 6471</span>&#160;<span class="keywordtype">void</span> Persistent&lt;T, M&gt;::Copy(<span class="keyword">const</span> Persistent&lt;S, M2&gt;&amp; that) {</div> <div class="line"><a name="l06472"></a><span class="lineno"> 6472</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l06473"></a><span class="lineno"> 6473</span>&#160; this-&gt;Reset();</div> <div class="line"><a name="l06474"></a><span class="lineno"> 6474</span>&#160; <span class="keywordflow">if</span> (that.IsEmpty()) <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06475"></a><span class="lineno"> 6475</span>&#160; internal::Object** p = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(that.val_);</div> <div class="line"><a name="l06476"></a><span class="lineno"> 6476</span>&#160; this-&gt;val_ = <span class="keyword">reinterpret_cast&lt;</span>T*<span class="keyword">&gt;</span>(V8::CopyPersistent(p));</div> <div class="line"><a name="l06477"></a><span class="lineno"> 6477</span>&#160; M::Copy(that, <span class="keyword">this</span>);</div> <div class="line"><a name="l06478"></a><span class="lineno"> 6478</span>&#160;}</div> <div class="line"><a name="l06479"></a><span class="lineno"> 6479</span>&#160;</div> <div class="line"><a name="l06480"></a><span class="lineno"> 6480</span>&#160;</div> <div class="line"><a name="l06481"></a><span class="lineno"> 6481</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06482"></a><span class="lineno"> 6482</span>&#160;<span class="keywordtype">bool</span> PersistentBase&lt;T&gt;::IsIndependent()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06483"></a><span class="lineno"> 6483</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l06484"></a><span class="lineno"> 6484</span>&#160; <span class="keywordflow">if</span> (this-&gt;IsEmpty()) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l06485"></a><span class="lineno"> 6485</span>&#160; <span class="keywordflow">return</span> I::GetNodeFlag(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_),</div> <div class="line"><a name="l06486"></a><span class="lineno"> 6486</span>&#160; I::kNodeIsIndependentShift);</div> <div class="line"><a name="l06487"></a><span class="lineno"> 6487</span>&#160;}</div> <div class="line"><a name="l06488"></a><span class="lineno"> 6488</span>&#160;</div> <div class="line"><a name="l06489"></a><span class="lineno"> 6489</span>&#160;</div> <div class="line"><a name="l06490"></a><span class="lineno"> 6490</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06491"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_base.html#a4a64c26d91ed6a276aa8a7ca4bb7683a"> 6491</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_persistent_base.html#a4a64c26d91ed6a276aa8a7ca4bb7683a">PersistentBase&lt;T&gt;::IsNearDeath</a>()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06492"></a><span class="lineno"> 6492</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06493"></a><span class="lineno"> 6493</span>&#160; <span class="keywordflow">if</span> (this-&gt;IsEmpty()) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l06494"></a><span class="lineno"> 6494</span>&#160; uint8_t node_state =</div> <div class="line"><a name="l06495"></a><span class="lineno"> 6495</span>&#160; I::GetNodeState(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_));</div> <div class="line"><a name="l06496"></a><span class="lineno"> 6496</span>&#160; <span class="keywordflow">return</span> node_state == I::kNodeStateIsNearDeathValue ||</div> <div class="line"><a name="l06497"></a><span class="lineno"> 6497</span>&#160; node_state == I::kNodeStateIsPendingValue;</div> <div class="line"><a name="l06498"></a><span class="lineno"> 6498</span>&#160;}</div> <div class="line"><a name="l06499"></a><span class="lineno"> 6499</span>&#160;</div> <div class="line"><a name="l06500"></a><span class="lineno"> 6500</span>&#160;</div> <div class="line"><a name="l06501"></a><span class="lineno"> 6501</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06502"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_base.html#a714b7794149df483837a2c6b09d52396"> 6502</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_persistent_base.html#a714b7794149df483837a2c6b09d52396">PersistentBase&lt;T&gt;::IsWeak</a>()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06503"></a><span class="lineno"> 6503</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06504"></a><span class="lineno"> 6504</span>&#160; <span class="keywordflow">if</span> (this-&gt;IsEmpty()) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l06505"></a><span class="lineno"> 6505</span>&#160; <span class="keywordflow">return</span> I::GetNodeState(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_)) ==</div> <div class="line"><a name="l06506"></a><span class="lineno"> 6506</span>&#160; I::kNodeStateIsWeakValue;</div> <div class="line"><a name="l06507"></a><span class="lineno"> 6507</span>&#160;}</div> <div class="line"><a name="l06508"></a><span class="lineno"> 6508</span>&#160;</div> <div class="line"><a name="l06509"></a><span class="lineno"> 6509</span>&#160;</div> <div class="line"><a name="l06510"></a><span class="lineno"> 6510</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06511"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8"> 6511</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">PersistentBase&lt;T&gt;::Reset</a>() {</div> <div class="line"><a name="l06512"></a><span class="lineno"> 6512</span>&#160; <span class="keywordflow">if</span> (this-&gt;IsEmpty()) <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06513"></a><span class="lineno"> 6513</span>&#160; V8::DisposeGlobal(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_));</div> <div class="line"><a name="l06514"></a><span class="lineno"> 6514</span>&#160; val_ = 0;</div> <div class="line"><a name="l06515"></a><span class="lineno"> 6515</span>&#160;}</div> <div class="line"><a name="l06516"></a><span class="lineno"> 6516</span>&#160;</div> <div class="line"><a name="l06517"></a><span class="lineno"> 6517</span>&#160;</div> <div class="line"><a name="l06518"></a><span class="lineno"> 6518</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06519"></a><span class="lineno"> 6519</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l06520"></a><span class="lineno"> 6520</span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">PersistentBase&lt;T&gt;::Reset</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate, <span class="keyword">const</span> <a class="code" href="classv8_1_1_handle.html">Handle&lt;S&gt;</a>&amp; other) {</div> <div class="line"><a name="l06521"></a><span class="lineno"> 6521</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l06522"></a><span class="lineno"> 6522</span>&#160; Reset();</div> <div class="line"><a name="l06523"></a><span class="lineno"> 6523</span>&#160; <span class="keywordflow">if</span> (other.<a class="code" href="classv8_1_1_handle.html#a9e58ac49e3f1a029c2c6e217a61c8419">IsEmpty</a>()) <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06524"></a><span class="lineno"> 6524</span>&#160; this-&gt;val_ = New(isolate, other.val_);</div> <div class="line"><a name="l06525"></a><span class="lineno"> 6525</span>&#160;}</div> <div class="line"><a name="l06526"></a><span class="lineno"> 6526</span>&#160;</div> <div class="line"><a name="l06527"></a><span class="lineno"> 6527</span>&#160;</div> <div class="line"><a name="l06528"></a><span class="lineno"> 6528</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06529"></a><span class="lineno"> 6529</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> S&gt;</div> <div class="line"><a name="l06530"></a><span class="lineno"> 6530</span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">PersistentBase&lt;T&gt;::Reset</a>(Isolate* isolate,</div> <div class="line"><a name="l06531"></a><span class="lineno"> 6531</span>&#160; <span class="keyword">const</span> PersistentBase&lt;S&gt;&amp; other) {</div> <div class="line"><a name="l06532"></a><span class="lineno"> 6532</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l06533"></a><span class="lineno"> 6533</span>&#160; Reset();</div> <div class="line"><a name="l06534"></a><span class="lineno"> 6534</span>&#160; <span class="keywordflow">if</span> (other.IsEmpty()) <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06535"></a><span class="lineno"> 6535</span>&#160; this-&gt;val_ = New(isolate, other.val_);</div> <div class="line"><a name="l06536"></a><span class="lineno"> 6536</span>&#160;}</div> <div class="line"><a name="l06537"></a><span class="lineno"> 6537</span>&#160;</div> <div class="line"><a name="l06538"></a><span class="lineno"> 6538</span>&#160;</div> <div class="line"><a name="l06539"></a><span class="lineno"> 6539</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06540"></a><span class="lineno"> 6540</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> S, <span class="keyword">typename</span> P&gt;</div> <div class="line"><a name="l06541"></a><span class="lineno"> 6541</span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a1fb3293eff7a66068de13d152f73f308">PersistentBase&lt;T&gt;::SetWeak</a>(</div> <div class="line"><a name="l06542"></a><span class="lineno"> 6542</span>&#160; P* parameter,</div> <div class="line"><a name="l06543"></a><span class="lineno"> 6543</span>&#160; <span class="keyword">typename</span> WeakCallbackData&lt;S, P&gt;::Callback callback) {</div> <div class="line"><a name="l06544"></a><span class="lineno"> 6544</span>&#160; TYPE_CHECK(S, T);</div> <div class="line"><a name="l06545"></a><span class="lineno"> 6545</span>&#160; <span class="keyword">typedef</span> <span class="keyword">typename</span> WeakCallbackData&lt;Value, void&gt;::Callback Callback;</div> <div class="line"><a name="l06546"></a><span class="lineno"> 6546</span>&#160; V8::MakeWeak(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_), parameter,</div> <div class="line"><a name="l06547"></a><span class="lineno"> 6547</span>&#160; reinterpret_cast&lt;Callback&gt;(callback));</div> <div class="line"><a name="l06548"></a><span class="lineno"> 6548</span>&#160;}</div> <div class="line"><a name="l06549"></a><span class="lineno"> 6549</span>&#160;</div> <div class="line"><a name="l06550"></a><span class="lineno"> 6550</span>&#160;</div> <div class="line"><a name="l06551"></a><span class="lineno"> 6551</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06552"></a><span class="lineno"> 6552</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> P&gt;</div> <div class="line"><a name="l06553"></a><span class="lineno"> 6553</span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a1fb3293eff7a66068de13d152f73f308">PersistentBase&lt;T&gt;::SetWeak</a>(</div> <div class="line"><a name="l06554"></a><span class="lineno"> 6554</span>&#160; P* parameter,</div> <div class="line"><a name="l06555"></a><span class="lineno"> 6555</span>&#160; <span class="keyword">typename</span> WeakCallbackData&lt;T, P&gt;::Callback callback) {</div> <div class="line"><a name="l06556"></a><span class="lineno"> 6556</span>&#160; SetWeak&lt;T, P&gt;(parameter, callback);</div> <div class="line"><a name="l06557"></a><span class="lineno"> 6557</span>&#160;}</div> <div class="line"><a name="l06558"></a><span class="lineno"> 6558</span>&#160;</div> <div class="line"><a name="l06559"></a><span class="lineno"> 6559</span>&#160;</div> <div class="line"><a name="l06560"></a><span class="lineno"> 6560</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06561"></a><span class="lineno"> 6561</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> P&gt;</div> <div class="line"><a name="l06562"></a><span class="lineno"> 6562</span>&#160;<span class="keywordtype">void</span> PersistentBase&lt;T&gt;::SetPhantom(</div> <div class="line"><a name="l06563"></a><span class="lineno"> 6563</span>&#160; P* parameter, <span class="keyword">typename</span> PhantomCallbackData&lt;P&gt;::Callback callback,</div> <div class="line"><a name="l06564"></a><span class="lineno"> 6564</span>&#160; <span class="keywordtype">int</span> internal_field_index1, <span class="keywordtype">int</span> internal_field_index2) {</div> <div class="line"><a name="l06565"></a><span class="lineno"> 6565</span>&#160; <span class="keyword">typedef</span> <span class="keyword">typename</span> PhantomCallbackData&lt;void&gt;::Callback Callback;</div> <div class="line"><a name="l06566"></a><span class="lineno"> 6566</span>&#160; V8::MakePhantom(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_), parameter,</div> <div class="line"><a name="l06567"></a><span class="lineno"> 6567</span>&#160; internal_field_index1, internal_field_index2,</div> <div class="line"><a name="l06568"></a><span class="lineno"> 6568</span>&#160; reinterpret_cast&lt;Callback&gt;(callback));</div> <div class="line"><a name="l06569"></a><span class="lineno"> 6569</span>&#160;}</div> <div class="line"><a name="l06570"></a><span class="lineno"> 6570</span>&#160;</div> <div class="line"><a name="l06571"></a><span class="lineno"> 6571</span>&#160;</div> <div class="line"><a name="l06572"></a><span class="lineno"> 6572</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06573"></a><span class="lineno"> 6573</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> P&gt;</div> <div class="line"><a name="l06574"></a><span class="lineno"> 6574</span>&#160;P* PersistentBase&lt;T&gt;::ClearWeak() {</div> <div class="line"><a name="l06575"></a><span class="lineno"> 6575</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span>P*<span class="keyword">&gt;</span>(</div> <div class="line"><a name="l06576"></a><span class="lineno"> 6576</span>&#160; V8::ClearWeak(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_)));</div> <div class="line"><a name="l06577"></a><span class="lineno"> 6577</span>&#160;}</div> <div class="line"><a name="l06578"></a><span class="lineno"> 6578</span>&#160;</div> <div class="line"><a name="l06579"></a><span class="lineno"> 6579</span>&#160;</div> <div class="line"><a name="l06580"></a><span class="lineno"> 6580</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06581"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_base.html#aed12b0a54bc5ade1fb44e3bdb3a1fe74"> 6581</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#aed12b0a54bc5ade1fb44e3bdb3a1fe74">PersistentBase&lt;T&gt;::MarkIndependent</a>() {</div> <div class="line"><a name="l06582"></a><span class="lineno"> 6582</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06583"></a><span class="lineno"> 6583</span>&#160; <span class="keywordflow">if</span> (this-&gt;IsEmpty()) <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06584"></a><span class="lineno"> 6584</span>&#160; I::UpdateNodeFlag(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_),</div> <div class="line"><a name="l06585"></a><span class="lineno"> 6585</span>&#160; <span class="keyword">true</span>,</div> <div class="line"><a name="l06586"></a><span class="lineno"> 6586</span>&#160; I::kNodeIsIndependentShift);</div> <div class="line"><a name="l06587"></a><span class="lineno"> 6587</span>&#160;}</div> <div class="line"><a name="l06588"></a><span class="lineno"> 6588</span>&#160;</div> <div class="line"><a name="l06589"></a><span class="lineno"> 6589</span>&#160;</div> <div class="line"><a name="l06590"></a><span class="lineno"> 6590</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06591"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_base.html#a4a876d30dda0dfb812e82bb240e4686e"> 6591</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#a4a876d30dda0dfb812e82bb240e4686e">PersistentBase&lt;T&gt;::MarkPartiallyDependent</a>() {</div> <div class="line"><a name="l06592"></a><span class="lineno"> 6592</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06593"></a><span class="lineno"> 6593</span>&#160; <span class="keywordflow">if</span> (this-&gt;IsEmpty()) <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06594"></a><span class="lineno"> 6594</span>&#160; I::UpdateNodeFlag(reinterpret_cast&lt;internal::Object**&gt;(this-&gt;val_),</div> <div class="line"><a name="l06595"></a><span class="lineno"> 6595</span>&#160; <span class="keyword">true</span>,</div> <div class="line"><a name="l06596"></a><span class="lineno"> 6596</span>&#160; I::kNodeIsPartiallyDependentShift);</div> <div class="line"><a name="l06597"></a><span class="lineno"> 6597</span>&#160;}</div> <div class="line"><a name="l06598"></a><span class="lineno"> 6598</span>&#160;</div> <div class="line"><a name="l06599"></a><span class="lineno"> 6599</span>&#160;</div> <div class="line"><a name="l06600"></a><span class="lineno"> 6600</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06601"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_base.html#ac4c979164b3ed4dc92319e6f5a108d3d"> 6601</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_persistent_base.html#ac4c979164b3ed4dc92319e6f5a108d3d">PersistentBase&lt;T&gt;::SetWrapperClassId</a>(uint16_t class_id) {</div> <div class="line"><a name="l06602"></a><span class="lineno"> 6602</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06603"></a><span class="lineno"> 6603</span>&#160; <span class="keywordflow">if</span> (this-&gt;IsEmpty()) <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06604"></a><span class="lineno"> 6604</span>&#160; internal::Object** obj = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(this-&gt;val_);</div> <div class="line"><a name="l06605"></a><span class="lineno"> 6605</span>&#160; uint8_t* addr = <span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(obj) + I::kNodeClassIdOffset;</div> <div class="line"><a name="l06606"></a><span class="lineno"> 6606</span>&#160; *<span class="keyword">reinterpret_cast&lt;</span>uint16_t*<span class="keyword">&gt;</span>(addr) = class_id;</div> <div class="line"><a name="l06607"></a><span class="lineno"> 6607</span>&#160;}</div> <div class="line"><a name="l06608"></a><span class="lineno"> 6608</span>&#160;</div> <div class="line"><a name="l06609"></a><span class="lineno"> 6609</span>&#160;</div> <div class="line"><a name="l06610"></a><span class="lineno"> 6610</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt;</div> <div class="line"><a name="l06611"></a><span class="lineno"><a class="line" href="classv8_1_1_persistent_base.html#a01a46bf4e69ed9a837639702ee234643"> 6611</a></span>&#160;uint16_t <a class="code" href="classv8_1_1_persistent_base.html#a01a46bf4e69ed9a837639702ee234643">PersistentBase&lt;T&gt;::WrapperClassId</a>()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06612"></a><span class="lineno"> 6612</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06613"></a><span class="lineno"> 6613</span>&#160; <span class="keywordflow">if</span> (this-&gt;IsEmpty()) <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l06614"></a><span class="lineno"> 6614</span>&#160; internal::Object** obj = <span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(this-&gt;val_);</div> <div class="line"><a name="l06615"></a><span class="lineno"> 6615</span>&#160; uint8_t* addr = <span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(obj) + I::kNodeClassIdOffset;</div> <div class="line"><a name="l06616"></a><span class="lineno"> 6616</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast&lt;</span>uint16_t*<span class="keyword">&gt;</span>(addr);</div> <div class="line"><a name="l06617"></a><span class="lineno"> 6617</span>&#160;}</div> <div class="line"><a name="l06618"></a><span class="lineno"> 6618</span>&#160;</div> <div class="line"><a name="l06619"></a><span class="lineno"> 6619</span>&#160;</div> <div class="line"><a name="l06620"></a><span class="lineno"> 6620</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06621"></a><span class="lineno"> 6621</span>&#160;<a class="code" href="classv8_1_1_return_value.html">ReturnValue&lt;T&gt;::ReturnValue</a>(internal::Object** slot) : value_(slot) {}</div> <div class="line"><a name="l06622"></a><span class="lineno"> 6622</span>&#160;</div> <div class="line"><a name="l06623"></a><span class="lineno"> 6623</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06624"></a><span class="lineno"> 6624</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> S&gt;</div> <div class="line"><a name="l06625"></a><span class="lineno"> 6625</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::Set(<span class="keyword">const</span> Persistent&lt;S&gt;&amp; handle) {</div> <div class="line"><a name="l06626"></a><span class="lineno"> 6626</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l06627"></a><span class="lineno"> 6627</span>&#160; <span class="keywordflow">if</span> (V8_UNLIKELY(handle.IsEmpty())) {</div> <div class="line"><a name="l06628"></a><span class="lineno"> 6628</span>&#160; *value_ = GetDefaultValue();</div> <div class="line"><a name="l06629"></a><span class="lineno"> 6629</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l06630"></a><span class="lineno"> 6630</span>&#160; *value_ = *<span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(*handle);</div> <div class="line"><a name="l06631"></a><span class="lineno"> 6631</span>&#160; }</div> <div class="line"><a name="l06632"></a><span class="lineno"> 6632</span>&#160;}</div> <div class="line"><a name="l06633"></a><span class="lineno"> 6633</span>&#160;</div> <div class="line"><a name="l06634"></a><span class="lineno"> 6634</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06635"></a><span class="lineno"> 6635</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> S&gt;</div> <div class="line"><a name="l06636"></a><span class="lineno"> 6636</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::Set(<span class="keyword">const</span> Handle&lt;S&gt; handle) {</div> <div class="line"><a name="l06637"></a><span class="lineno"> 6637</span>&#160; TYPE_CHECK(T, S);</div> <div class="line"><a name="l06638"></a><span class="lineno"> 6638</span>&#160; <span class="keywordflow">if</span> (V8_UNLIKELY(handle.IsEmpty())) {</div> <div class="line"><a name="l06639"></a><span class="lineno"> 6639</span>&#160; *value_ = GetDefaultValue();</div> <div class="line"><a name="l06640"></a><span class="lineno"> 6640</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l06641"></a><span class="lineno"> 6641</span>&#160; *value_ = *<span class="keyword">reinterpret_cast&lt;</span>internal::Object**<span class="keyword">&gt;</span>(*handle);</div> <div class="line"><a name="l06642"></a><span class="lineno"> 6642</span>&#160; }</div> <div class="line"><a name="l06643"></a><span class="lineno"> 6643</span>&#160;}</div> <div class="line"><a name="l06644"></a><span class="lineno"> 6644</span>&#160;</div> <div class="line"><a name="l06645"></a><span class="lineno"> 6645</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06646"></a><span class="lineno"> 6646</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::Set(<span class="keywordtype">double</span> i) {</div> <div class="line"><a name="l06647"></a><span class="lineno"> 6647</span>&#160; TYPE_CHECK(T, Number);</div> <div class="line"><a name="l06648"></a><span class="lineno"> 6648</span>&#160; Set(Number::New(GetIsolate(), i));</div> <div class="line"><a name="l06649"></a><span class="lineno"> 6649</span>&#160;}</div> <div class="line"><a name="l06650"></a><span class="lineno"> 6650</span>&#160;</div> <div class="line"><a name="l06651"></a><span class="lineno"> 6651</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06652"></a><span class="lineno"> 6652</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::Set(int32_t i) {</div> <div class="line"><a name="l06653"></a><span class="lineno"> 6653</span>&#160; TYPE_CHECK(T, Integer);</div> <div class="line"><a name="l06654"></a><span class="lineno"> 6654</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l06655"></a><span class="lineno"> 6655</span>&#160; <span class="keywordflow">if</span> (V8_LIKELY(I::IsValidSmi(i))) {</div> <div class="line"><a name="l06656"></a><span class="lineno"> 6656</span>&#160; *value_ = I::IntToSmi(i);</div> <div class="line"><a name="l06657"></a><span class="lineno"> 6657</span>&#160; <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06658"></a><span class="lineno"> 6658</span>&#160; }</div> <div class="line"><a name="l06659"></a><span class="lineno"> 6659</span>&#160; Set(Integer::New(GetIsolate(), i));</div> <div class="line"><a name="l06660"></a><span class="lineno"> 6660</span>&#160;}</div> <div class="line"><a name="l06661"></a><span class="lineno"> 6661</span>&#160;</div> <div class="line"><a name="l06662"></a><span class="lineno"> 6662</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06663"></a><span class="lineno"> 6663</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::Set(uint32_t i) {</div> <div class="line"><a name="l06664"></a><span class="lineno"> 6664</span>&#160; TYPE_CHECK(T, Integer);</div> <div class="line"><a name="l06665"></a><span class="lineno"> 6665</span>&#160; <span class="comment">// Can&#39;t simply use INT32_MAX here for whatever reason.</span></div> <div class="line"><a name="l06666"></a><span class="lineno"> 6666</span>&#160; <span class="keywordtype">bool</span> fits_into_int32_t = (i &amp; (1U &lt;&lt; 31)) == 0;</div> <div class="line"><a name="l06667"></a><span class="lineno"> 6667</span>&#160; <span class="keywordflow">if</span> (V8_LIKELY(fits_into_int32_t)) {</div> <div class="line"><a name="l06668"></a><span class="lineno"> 6668</span>&#160; Set(static_cast&lt;int32_t&gt;(i));</div> <div class="line"><a name="l06669"></a><span class="lineno"> 6669</span>&#160; <span class="keywordflow">return</span>;</div> <div class="line"><a name="l06670"></a><span class="lineno"> 6670</span>&#160; }</div> <div class="line"><a name="l06671"></a><span class="lineno"> 6671</span>&#160; Set(Integer::NewFromUnsigned(GetIsolate(), i));</div> <div class="line"><a name="l06672"></a><span class="lineno"> 6672</span>&#160;}</div> <div class="line"><a name="l06673"></a><span class="lineno"> 6673</span>&#160;</div> <div class="line"><a name="l06674"></a><span class="lineno"> 6674</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06675"></a><span class="lineno"> 6675</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::Set(<span class="keywordtype">bool</span> value) {</div> <div class="line"><a name="l06676"></a><span class="lineno"> 6676</span>&#160; TYPE_CHECK(T, Boolean);</div> <div class="line"><a name="l06677"></a><span class="lineno"> 6677</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l06678"></a><span class="lineno"> 6678</span>&#160; <span class="keywordtype">int</span> root_index;</div> <div class="line"><a name="l06679"></a><span class="lineno"> 6679</span>&#160; <span class="keywordflow">if</span> (value) {</div> <div class="line"><a name="l06680"></a><span class="lineno"> 6680</span>&#160; root_index = I::kTrueValueRootIndex;</div> <div class="line"><a name="l06681"></a><span class="lineno"> 6681</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l06682"></a><span class="lineno"> 6682</span>&#160; root_index = I::kFalseValueRootIndex;</div> <div class="line"><a name="l06683"></a><span class="lineno"> 6683</span>&#160; }</div> <div class="line"><a name="l06684"></a><span class="lineno"> 6684</span>&#160; *value_ = *I::GetRoot(GetIsolate(), root_index);</div> <div class="line"><a name="l06685"></a><span class="lineno"> 6685</span>&#160;}</div> <div class="line"><a name="l06686"></a><span class="lineno"> 6686</span>&#160;</div> <div class="line"><a name="l06687"></a><span class="lineno"> 6687</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06688"></a><span class="lineno"> 6688</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::SetNull() {</div> <div class="line"><a name="l06689"></a><span class="lineno"> 6689</span>&#160; TYPE_CHECK(T, Primitive);</div> <div class="line"><a name="l06690"></a><span class="lineno"> 6690</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l06691"></a><span class="lineno"> 6691</span>&#160; *value_ = *I::GetRoot(GetIsolate(), I::kNullValueRootIndex);</div> <div class="line"><a name="l06692"></a><span class="lineno"> 6692</span>&#160;}</div> <div class="line"><a name="l06693"></a><span class="lineno"> 6693</span>&#160;</div> <div class="line"><a name="l06694"></a><span class="lineno"> 6694</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06695"></a><span class="lineno"> 6695</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::SetUndefined() {</div> <div class="line"><a name="l06696"></a><span class="lineno"> 6696</span>&#160; TYPE_CHECK(T, Primitive);</div> <div class="line"><a name="l06697"></a><span class="lineno"> 6697</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l06698"></a><span class="lineno"> 6698</span>&#160; *value_ = *I::GetRoot(GetIsolate(), I::kUndefinedValueRootIndex);</div> <div class="line"><a name="l06699"></a><span class="lineno"> 6699</span>&#160;}</div> <div class="line"><a name="l06700"></a><span class="lineno"> 6700</span>&#160;</div> <div class="line"><a name="l06701"></a><span class="lineno"> 6701</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06702"></a><span class="lineno"> 6702</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::SetEmptyString() {</div> <div class="line"><a name="l06703"></a><span class="lineno"> 6703</span>&#160; TYPE_CHECK(T, String);</div> <div class="line"><a name="l06704"></a><span class="lineno"> 6704</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l06705"></a><span class="lineno"> 6705</span>&#160; *value_ = *I::GetRoot(GetIsolate(), I::kEmptyStringRootIndex);</div> <div class="line"><a name="l06706"></a><span class="lineno"> 6706</span>&#160;}</div> <div class="line"><a name="l06707"></a><span class="lineno"> 6707</span>&#160;</div> <div class="line"><a name="l06708"></a><span class="lineno"> 6708</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06709"></a><span class="lineno"> 6709</span>&#160;Isolate* ReturnValue&lt;T&gt;::GetIsolate() {</div> <div class="line"><a name="l06710"></a><span class="lineno"> 6710</span>&#160; <span class="comment">// Isolate is always the pointer below the default value on the stack.</span></div> <div class="line"><a name="l06711"></a><span class="lineno"> 6711</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast&lt;</span>Isolate**<span class="keyword">&gt;</span>(&amp;value_[-2]);</div> <div class="line"><a name="l06712"></a><span class="lineno"> 6712</span>&#160;}</div> <div class="line"><a name="l06713"></a><span class="lineno"> 6713</span>&#160;</div> <div class="line"><a name="l06714"></a><span class="lineno"> 6714</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06715"></a><span class="lineno"> 6715</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> S&gt;</div> <div class="line"><a name="l06716"></a><span class="lineno"> 6716</span>&#160;<span class="keywordtype">void</span> ReturnValue&lt;T&gt;::Set(S* whatever) {</div> <div class="line"><a name="l06717"></a><span class="lineno"> 6717</span>&#160; <span class="comment">// Uncompilable to prevent inadvertent misuse.</span></div> <div class="line"><a name="l06718"></a><span class="lineno"> 6718</span>&#160; TYPE_CHECK(S*, Primitive);</div> <div class="line"><a name="l06719"></a><span class="lineno"> 6719</span>&#160;}</div> <div class="line"><a name="l06720"></a><span class="lineno"> 6720</span>&#160;</div> <div class="line"><a name="l06721"></a><span class="lineno"> 6721</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06722"></a><span class="lineno"> 6722</span>&#160;internal::Object* ReturnValue&lt;T&gt;::GetDefaultValue() {</div> <div class="line"><a name="l06723"></a><span class="lineno"> 6723</span>&#160; <span class="comment">// Default value is always the pointer below value_ on the stack.</span></div> <div class="line"><a name="l06724"></a><span class="lineno"> 6724</span>&#160; <span class="keywordflow">return</span> value_[-1];</div> <div class="line"><a name="l06725"></a><span class="lineno"> 6725</span>&#160;}</div> <div class="line"><a name="l06726"></a><span class="lineno"> 6726</span>&#160;</div> <div class="line"><a name="l06727"></a><span class="lineno"> 6727</span>&#160;</div> <div class="line"><a name="l06728"></a><span class="lineno"> 6728</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06729"></a><span class="lineno"> 6729</span>&#160;FunctionCallbackInfo&lt;T&gt;::FunctionCallbackInfo(internal::Object** implicit_args,</div> <div class="line"><a name="l06730"></a><span class="lineno"> 6730</span>&#160; internal::Object** values,</div> <div class="line"><a name="l06731"></a><span class="lineno"> 6731</span>&#160; <span class="keywordtype">int</span> length,</div> <div class="line"><a name="l06732"></a><span class="lineno"> 6732</span>&#160; <span class="keywordtype">bool</span> is_construct_call)</div> <div class="line"><a name="l06733"></a><span class="lineno"> 6733</span>&#160; : implicit_args_(implicit_args),</div> <div class="line"><a name="l06734"></a><span class="lineno"> 6734</span>&#160; values_(values),</div> <div class="line"><a name="l06735"></a><span class="lineno"> 6735</span>&#160; length_(length),</div> <div class="line"><a name="l06736"></a><span class="lineno"> 6736</span>&#160; is_construct_call_(is_construct_call) { }</div> <div class="line"><a name="l06737"></a><span class="lineno"> 6737</span>&#160;</div> <div class="line"><a name="l06738"></a><span class="lineno"> 6738</span>&#160;</div> <div class="line"><a name="l06739"></a><span class="lineno"> 6739</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06740"></a><span class="lineno"> 6740</span>&#160;Local&lt;Value&gt; FunctionCallbackInfo&lt;T&gt;::operator[](<span class="keywordtype">int</span> i)<span class="keyword"> const </span>{</div> <div class="line"><a name="l06741"></a><span class="lineno"> 6741</span>&#160; <span class="keywordflow">if</span> (i &lt; 0 || length_ &lt;= i) <span class="keywordflow">return</span> Local&lt;Value&gt;(*Undefined(GetIsolate()));</div> <div class="line"><a name="l06742"></a><span class="lineno"> 6742</span>&#160; <span class="keywordflow">return</span> Local&lt;Value&gt;(<span class="keyword">reinterpret_cast&lt;</span>Value*<span class="keyword">&gt;</span>(values_ - i));</div> <div class="line"><a name="l06743"></a><span class="lineno"> 6743</span>&#160;}</div> <div class="line"><a name="l06744"></a><span class="lineno"> 6744</span>&#160;</div> <div class="line"><a name="l06745"></a><span class="lineno"> 6745</span>&#160;</div> <div class="line"><a name="l06746"></a><span class="lineno"> 6746</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06747"></a><span class="lineno"> 6747</span>&#160;Local&lt;Function&gt; FunctionCallbackInfo&lt;T&gt;::Callee()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06748"></a><span class="lineno"> 6748</span>&#160; <span class="keywordflow">return</span> Local&lt;Function&gt;(<span class="keyword">reinterpret_cast&lt;</span>Function*<span class="keyword">&gt;</span>(</div> <div class="line"><a name="l06749"></a><span class="lineno"> 6749</span>&#160; &amp;implicit_args_[kCalleeIndex]));</div> <div class="line"><a name="l06750"></a><span class="lineno"> 6750</span>&#160;}</div> <div class="line"><a name="l06751"></a><span class="lineno"> 6751</span>&#160;</div> <div class="line"><a name="l06752"></a><span class="lineno"> 6752</span>&#160;</div> <div class="line"><a name="l06753"></a><span class="lineno"> 6753</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06754"></a><span class="lineno"> 6754</span>&#160;Local&lt;Object&gt; FunctionCallbackInfo&lt;T&gt;::This()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06755"></a><span class="lineno"> 6755</span>&#160; <span class="keywordflow">return</span> Local&lt;Object&gt;(<span class="keyword">reinterpret_cast&lt;</span>Object*<span class="keyword">&gt;</span>(values_ + 1));</div> <div class="line"><a name="l06756"></a><span class="lineno"> 6756</span>&#160;}</div> <div class="line"><a name="l06757"></a><span class="lineno"> 6757</span>&#160;</div> <div class="line"><a name="l06758"></a><span class="lineno"> 6758</span>&#160;</div> <div class="line"><a name="l06759"></a><span class="lineno"> 6759</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06760"></a><span class="lineno"> 6760</span>&#160;Local&lt;Object&gt; FunctionCallbackInfo&lt;T&gt;::Holder()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06761"></a><span class="lineno"> 6761</span>&#160; <span class="keywordflow">return</span> Local&lt;Object&gt;(<span class="keyword">reinterpret_cast&lt;</span>Object*<span class="keyword">&gt;</span>(</div> <div class="line"><a name="l06762"></a><span class="lineno"> 6762</span>&#160; &amp;implicit_args_[kHolderIndex]));</div> <div class="line"><a name="l06763"></a><span class="lineno"> 6763</span>&#160;}</div> <div class="line"><a name="l06764"></a><span class="lineno"> 6764</span>&#160;</div> <div class="line"><a name="l06765"></a><span class="lineno"> 6765</span>&#160;</div> <div class="line"><a name="l06766"></a><span class="lineno"> 6766</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06767"></a><span class="lineno"> 6767</span>&#160;Local&lt;Value&gt; FunctionCallbackInfo&lt;T&gt;::Data()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06768"></a><span class="lineno"> 6768</span>&#160; <span class="keywordflow">return</span> Local&lt;Value&gt;(<span class="keyword">reinterpret_cast&lt;</span>Value*<span class="keyword">&gt;</span>(&amp;implicit_args_[kDataIndex]));</div> <div class="line"><a name="l06769"></a><span class="lineno"> 6769</span>&#160;}</div> <div class="line"><a name="l06770"></a><span class="lineno"> 6770</span>&#160;</div> <div class="line"><a name="l06771"></a><span class="lineno"> 6771</span>&#160;</div> <div class="line"><a name="l06772"></a><span class="lineno"> 6772</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06773"></a><span class="lineno"> 6773</span>&#160;Isolate* FunctionCallbackInfo&lt;T&gt;::GetIsolate()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06774"></a><span class="lineno"> 6774</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast&lt;</span>Isolate**<span class="keyword">&gt;</span>(&amp;implicit_args_[kIsolateIndex]);</div> <div class="line"><a name="l06775"></a><span class="lineno"> 6775</span>&#160;}</div> <div class="line"><a name="l06776"></a><span class="lineno"> 6776</span>&#160;</div> <div class="line"><a name="l06777"></a><span class="lineno"> 6777</span>&#160;</div> <div class="line"><a name="l06778"></a><span class="lineno"> 6778</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06779"></a><span class="lineno"> 6779</span>&#160;ReturnValue&lt;T&gt; FunctionCallbackInfo&lt;T&gt;::GetReturnValue()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06780"></a><span class="lineno"> 6780</span>&#160; <span class="keywordflow">return</span> ReturnValue&lt;T&gt;(&amp;implicit_args_[kReturnValueIndex]);</div> <div class="line"><a name="l06781"></a><span class="lineno"> 6781</span>&#160;}</div> <div class="line"><a name="l06782"></a><span class="lineno"> 6782</span>&#160;</div> <div class="line"><a name="l06783"></a><span class="lineno"> 6783</span>&#160;</div> <div class="line"><a name="l06784"></a><span class="lineno"> 6784</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06785"></a><span class="lineno"> 6785</span>&#160;<span class="keywordtype">bool</span> FunctionCallbackInfo&lt;T&gt;::IsConstructCall()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06786"></a><span class="lineno"> 6786</span>&#160; <span class="keywordflow">return</span> is_construct_call_ &amp; 0x1;</div> <div class="line"><a name="l06787"></a><span class="lineno"> 6787</span>&#160;}</div> <div class="line"><a name="l06788"></a><span class="lineno"> 6788</span>&#160;</div> <div class="line"><a name="l06789"></a><span class="lineno"> 6789</span>&#160;</div> <div class="line"><a name="l06790"></a><span class="lineno"> 6790</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l06791"></a><span class="lineno"> 6791</span>&#160;<span class="keywordtype">int</span> FunctionCallbackInfo&lt;T&gt;::Length()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06792"></a><span class="lineno"> 6792</span>&#160; <span class="keywordflow">return</span> length_;</div> <div class="line"><a name="l06793"></a><span class="lineno"> 6793</span>&#160;}</div> <div class="line"><a name="l06794"></a><span class="lineno"> 6794</span>&#160;</div> <div class="line"><a name="l06795"></a><span class="lineno"> 6795</span>&#160;</div> <div class="line"><a name="l06796"></a><span class="lineno"> 6796</span>&#160;Handle&lt;Value&gt; ScriptOrigin::ResourceName()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06797"></a><span class="lineno"> 6797</span>&#160; <span class="keywordflow">return</span> resource_name_;</div> <div class="line"><a name="l06798"></a><span class="lineno"> 6798</span>&#160;}</div> <div class="line"><a name="l06799"></a><span class="lineno"> 6799</span>&#160;</div> <div class="line"><a name="l06800"></a><span class="lineno"> 6800</span>&#160;</div> <div class="line"><a name="l06801"></a><span class="lineno"> 6801</span>&#160;Handle&lt;Integer&gt; ScriptOrigin::ResourceLineOffset()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06802"></a><span class="lineno"> 6802</span>&#160; <span class="keywordflow">return</span> resource_line_offset_;</div> <div class="line"><a name="l06803"></a><span class="lineno"> 6803</span>&#160;}</div> <div class="line"><a name="l06804"></a><span class="lineno"> 6804</span>&#160;</div> <div class="line"><a name="l06805"></a><span class="lineno"> 6805</span>&#160;</div> <div class="line"><a name="l06806"></a><span class="lineno"> 6806</span>&#160;Handle&lt;Integer&gt; ScriptOrigin::ResourceColumnOffset()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06807"></a><span class="lineno"> 6807</span>&#160; <span class="keywordflow">return</span> resource_column_offset_;</div> <div class="line"><a name="l06808"></a><span class="lineno"> 6808</span>&#160;}</div> <div class="line"><a name="l06809"></a><span class="lineno"> 6809</span>&#160;</div> <div class="line"><a name="l06810"></a><span class="lineno"> 6810</span>&#160;</div> <div class="line"><a name="l06811"></a><span class="lineno"><a class="line" href="classv8_1_1_script_origin.html#aa4e6fedf782dd605dc2cee4c8486a894"> 6811</a></span>&#160;<a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> <a class="code" href="classv8_1_1_script_origin.html#aa4e6fedf782dd605dc2cee4c8486a894">ScriptOrigin::ResourceIsEmbedderDebugScript</a>()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06812"></a><span class="lineno"> 6812</span>&#160; <span class="keywordflow">return</span> resource_is_embedder_debug_script_;</div> <div class="line"><a name="l06813"></a><span class="lineno"> 6813</span>&#160;}</div> <div class="line"><a name="l06814"></a><span class="lineno"> 6814</span>&#160;</div> <div class="line"><a name="l06815"></a><span class="lineno"> 6815</span>&#160;</div> <div class="line"><a name="l06816"></a><span class="lineno"> 6816</span>&#160;<a class="code" href="classv8_1_1_handle.html">Handle&lt;Boolean&gt;</a> ScriptOrigin::ResourceIsSharedCrossOrigin()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06817"></a><span class="lineno"> 6817</span>&#160; <span class="keywordflow">return</span> resource_is_shared_cross_origin_;</div> <div class="line"><a name="l06818"></a><span class="lineno"> 6818</span>&#160;}</div> <div class="line"><a name="l06819"></a><span class="lineno"> 6819</span>&#160;</div> <div class="line"><a name="l06820"></a><span class="lineno"> 6820</span>&#160;</div> <div class="line"><a name="l06821"></a><span class="lineno"> 6821</span>&#160;Handle&lt;Integer&gt; ScriptOrigin::ScriptID()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06822"></a><span class="lineno"> 6822</span>&#160; <span class="keywordflow">return</span> script_id_;</div> <div class="line"><a name="l06823"></a><span class="lineno"> 6823</span>&#160;}</div> <div class="line"><a name="l06824"></a><span class="lineno"> 6824</span>&#160;</div> <div class="line"><a name="l06825"></a><span class="lineno"> 6825</span>&#160;</div> <div class="line"><a name="l06826"></a><span class="lineno"> 6826</span>&#160;ScriptCompiler::Source::Source(Local&lt;String&gt; <span class="keywordtype">string</span>, <span class="keyword">const</span> ScriptOrigin&amp; origin,</div> <div class="line"><a name="l06827"></a><span class="lineno"> 6827</span>&#160; CachedData* data)</div> <div class="line"><a name="l06828"></a><span class="lineno"> 6828</span>&#160; : source_string(string),</div> <div class="line"><a name="l06829"></a><span class="lineno"> 6829</span>&#160; resource_name(origin.ResourceName()),</div> <div class="line"><a name="l06830"></a><span class="lineno"> 6830</span>&#160; resource_line_offset(origin.ResourceLineOffset()),</div> <div class="line"><a name="l06831"></a><span class="lineno"> 6831</span>&#160; resource_column_offset(origin.ResourceColumnOffset()),</div> <div class="line"><a name="l06832"></a><span class="lineno"> 6832</span>&#160; resource_is_embedder_debug_script(origin.ResourceIsEmbedderDebugScript()),</div> <div class="line"><a name="l06833"></a><span class="lineno"> 6833</span>&#160; resource_is_shared_cross_origin(origin.ResourceIsSharedCrossOrigin()),</div> <div class="line"><a name="l06834"></a><span class="lineno"> 6834</span>&#160; cached_data(data) {}</div> <div class="line"><a name="l06835"></a><span class="lineno"> 6835</span>&#160;</div> <div class="line"><a name="l06836"></a><span class="lineno"> 6836</span>&#160;</div> <div class="line"><a name="l06837"></a><span class="lineno"> 6837</span>&#160;ScriptCompiler::Source::Source(Local&lt;String&gt; <span class="keywordtype">string</span>,</div> <div class="line"><a name="l06838"></a><span class="lineno"> 6838</span>&#160; CachedData* data)</div> <div class="line"><a name="l06839"></a><span class="lineno"> 6839</span>&#160; : source_string(string), cached_data(data) {}</div> <div class="line"><a name="l06840"></a><span class="lineno"> 6840</span>&#160;</div> <div class="line"><a name="l06841"></a><span class="lineno"> 6841</span>&#160;</div> <div class="line"><a name="l06842"></a><span class="lineno"> 6842</span>&#160;ScriptCompiler::Source::~Source() {</div> <div class="line"><a name="l06843"></a><span class="lineno"> 6843</span>&#160; <span class="keyword">delete</span> cached_data;</div> <div class="line"><a name="l06844"></a><span class="lineno"> 6844</span>&#160;}</div> <div class="line"><a name="l06845"></a><span class="lineno"> 6845</span>&#160;</div> <div class="line"><a name="l06846"></a><span class="lineno"> 6846</span>&#160;</div> <div class="line"><a name="l06847"></a><span class="lineno"> 6847</span>&#160;<span class="keyword">const</span> ScriptCompiler::CachedData* ScriptCompiler::Source::GetCachedData()<span class="keyword"></span></div> <div class="line"><a name="l06848"></a><span class="lineno"> 6848</span>&#160;<span class="keyword"> const </span>{</div> <div class="line"><a name="l06849"></a><span class="lineno"> 6849</span>&#160; <span class="keywordflow">return</span> cached_data;</div> <div class="line"><a name="l06850"></a><span class="lineno"> 6850</span>&#160;}</div> <div class="line"><a name="l06851"></a><span class="lineno"> 6851</span>&#160;</div> <div class="line"><a name="l06852"></a><span class="lineno"> 6852</span>&#160;</div> <div class="line"><a name="l06853"></a><span class="lineno"> 6853</span>&#160;Handle&lt;Boolean&gt; Boolean::New(Isolate* isolate, <span class="keywordtype">bool</span> value) {</div> <div class="line"><a name="l06854"></a><span class="lineno"> 6854</span>&#160; <span class="keywordflow">return</span> value ? True(isolate) : False(isolate);</div> <div class="line"><a name="l06855"></a><span class="lineno"> 6855</span>&#160;}</div> <div class="line"><a name="l06856"></a><span class="lineno"> 6856</span>&#160;</div> <div class="line"><a name="l06857"></a><span class="lineno"> 6857</span>&#160;</div> <div class="line"><a name="l06858"></a><span class="lineno"> 6858</span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_template.html#ad464514215a3a6b331c890019124dcbb">Template::Set</a>(Isolate* isolate, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <a class="code" href="classv8_1_1_handle.html">v8::Handle&lt;Data&gt;</a> value) {</div> <div class="line"><a name="l06859"></a><span class="lineno"> 6859</span>&#160; Set(<a class="code" href="classv8_1_1_string.html#aa4b8c052f5108ca6350c45922602b9d4">v8::String::NewFromUtf8</a>(isolate, name), value);</div> <div class="line"><a name="l06860"></a><span class="lineno"> 6860</span>&#160;}</div> <div class="line"><a name="l06861"></a><span class="lineno"> 6861</span>&#160;</div> <div class="line"><a name="l06862"></a><span class="lineno"> 6862</span>&#160;</div> <div class="line"><a name="l06863"></a><span class="lineno"><a class="line" href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d"> 6863</a></span>&#160;<a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> <a class="code" href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d">Object::GetInternalField</a>(<span class="keywordtype">int</span> index) {</div> <div class="line"><a name="l06864"></a><span class="lineno"> 6864</span>&#160;<span class="preprocessor">#ifndef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06865"></a><span class="lineno"> 6865</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06866"></a><span class="lineno"> 6866</span>&#160; <span class="keyword">typedef</span> internal::HeapObject HO;</div> <div class="line"><a name="l06867"></a><span class="lineno"> 6867</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06868"></a><span class="lineno"> 6868</span>&#160; O* obj = *<span class="keyword">reinterpret_cast&lt;</span>O**<span class="keyword">&gt;</span>(<span class="keyword">this</span>);</div> <div class="line"><a name="l06869"></a><span class="lineno"> 6869</span>&#160; <span class="comment">// Fast path: If the object is a plain JSObject, which is the common case, we</span></div> <div class="line"><a name="l06870"></a><span class="lineno"> 6870</span>&#160; <span class="comment">// know where to find the internal fields and can return the value directly.</span></div> <div class="line"><a name="l06871"></a><span class="lineno"> 6871</span>&#160; <span class="keywordflow">if</span> (I::GetInstanceType(obj) == I::kJSObjectType) {</div> <div class="line"><a name="l06872"></a><span class="lineno"> 6872</span>&#160; <span class="keywordtype">int</span> offset = I::kJSObjectHeaderSize + (internal::kApiPointerSize * index);</div> <div class="line"><a name="l06873"></a><span class="lineno"> 6873</span>&#160; O* value = I::ReadField&lt;O*&gt;(obj, offset);</div> <div class="line"><a name="l06874"></a><span class="lineno"> 6874</span>&#160; O** result = HandleScope::CreateHandle(reinterpret_cast&lt;HO*&gt;(obj), value);</div> <div class="line"><a name="l06875"></a><span class="lineno"> 6875</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a>(<span class="keyword">reinterpret_cast&lt;</span><a class="code" href="classv8_1_1_value.html">Value</a>*<span class="keyword">&gt;</span>(result));</div> <div class="line"><a name="l06876"></a><span class="lineno"> 6876</span>&#160; }</div> <div class="line"><a name="l06877"></a><span class="lineno"> 6877</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06878"></a><span class="lineno"> 6878</span>&#160; <span class="keywordflow">return</span> SlowGetInternalField(index);</div> <div class="line"><a name="l06879"></a><span class="lineno"> 6879</span>&#160;}</div> <div class="line"><a name="l06880"></a><span class="lineno"> 6880</span>&#160;</div> <div class="line"><a name="l06881"></a><span class="lineno"> 6881</span>&#160;</div> <div class="line"><a name="l06882"></a><span class="lineno"><a class="line" href="classv8_1_1_object.html#a435f68bb7ef0f64dd522c5c910682448"> 6882</a></span>&#160;<span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_object.html#a435f68bb7ef0f64dd522c5c910682448">Object::GetAlignedPointerFromInternalField</a>(<span class="keywordtype">int</span> index) {</div> <div class="line"><a name="l06883"></a><span class="lineno"> 6883</span>&#160;<span class="preprocessor">#ifndef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06884"></a><span class="lineno"> 6884</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06885"></a><span class="lineno"> 6885</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06886"></a><span class="lineno"> 6886</span>&#160; O* obj = *<span class="keyword">reinterpret_cast&lt;</span>O**<span class="keyword">&gt;</span>(<span class="keyword">this</span>);</div> <div class="line"><a name="l06887"></a><span class="lineno"> 6887</span>&#160; <span class="comment">// Fast path: If the object is a plain JSObject, which is the common case, we</span></div> <div class="line"><a name="l06888"></a><span class="lineno"> 6888</span>&#160; <span class="comment">// know where to find the internal fields and can return the value directly.</span></div> <div class="line"><a name="l06889"></a><span class="lineno"> 6889</span>&#160; <span class="keywordflow">if</span> (V8_LIKELY(I::GetInstanceType(obj) == I::kJSObjectType)) {</div> <div class="line"><a name="l06890"></a><span class="lineno"> 6890</span>&#160; <span class="keywordtype">int</span> offset = I::kJSObjectHeaderSize + (internal::kApiPointerSize * index);</div> <div class="line"><a name="l06891"></a><span class="lineno"> 6891</span>&#160; <span class="keywordflow">return</span> I::ReadField&lt;void*&gt;(obj, offset);</div> <div class="line"><a name="l06892"></a><span class="lineno"> 6892</span>&#160; }</div> <div class="line"><a name="l06893"></a><span class="lineno"> 6893</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06894"></a><span class="lineno"> 6894</span>&#160; <span class="keywordflow">return</span> SlowGetAlignedPointerFromInternalField(index);</div> <div class="line"><a name="l06895"></a><span class="lineno"> 6895</span>&#160;}</div> <div class="line"><a name="l06896"></a><span class="lineno"> 6896</span>&#160;</div> <div class="line"><a name="l06897"></a><span class="lineno"> 6897</span>&#160;</div> <div class="line"><a name="l06898"></a><span class="lineno"> 6898</span>&#160;<a class="code" href="classv8_1_1_string.html">String</a>* String::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l06899"></a><span class="lineno"> 6899</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06900"></a><span class="lineno"> 6900</span>&#160; CheckCast(value);</div> <div class="line"><a name="l06901"></a><span class="lineno"> 6901</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06902"></a><span class="lineno"> 6902</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span><a class="code" href="classv8_1_1_string.html">String</a>*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l06903"></a><span class="lineno"> 6903</span>&#160;}</div> <div class="line"><a name="l06904"></a><span class="lineno"> 6904</span>&#160;</div> <div class="line"><a name="l06905"></a><span class="lineno"> 6905</span>&#160;</div> <div class="line"><a name="l06906"></a><span class="lineno"><a class="line" href="classv8_1_1_string.html#aa393d47baa54467fe57001065e49194b"> 6906</a></span>&#160;<a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a> <a class="code" href="classv8_1_1_string.html#aa393d47baa54467fe57001065e49194b">String::Empty</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) {</div> <div class="line"><a name="l06907"></a><span class="lineno"> 6907</span>&#160; <span class="keyword">typedef</span> internal::Object* S;</div> <div class="line"><a name="l06908"></a><span class="lineno"> 6908</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06909"></a><span class="lineno"> 6909</span>&#160; I::CheckInitialized(isolate);</div> <div class="line"><a name="l06910"></a><span class="lineno"> 6910</span>&#160; S* slot = I::GetRoot(isolate, I::kEmptyStringRootIndex);</div> <div class="line"><a name="l06911"></a><span class="lineno"> 6911</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local&lt;String&gt;</a>(<span class="keyword">reinterpret_cast&lt;</span><a class="code" href="classv8_1_1_string.html">String</a>*<span class="keyword">&gt;</span>(slot));</div> <div class="line"><a name="l06912"></a><span class="lineno"> 6912</span>&#160;}</div> <div class="line"><a name="l06913"></a><span class="lineno"> 6913</span>&#160;</div> <div class="line"><a name="l06914"></a><span class="lineno"> 6914</span>&#160;</div> <div class="line"><a name="l06915"></a><span class="lineno"><a class="line" href="classv8_1_1_string.html#a1a78c6fe39dbdd6322ca576e224f0cba"> 6915</a></span>&#160;<a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">String::ExternalStringResource</a>* <a class="code" href="classv8_1_1_string.html#a1a78c6fe39dbdd6322ca576e224f0cba">String::GetExternalStringResource</a>()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06916"></a><span class="lineno"> 6916</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06917"></a><span class="lineno"> 6917</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06918"></a><span class="lineno"> 6918</span>&#160; O* obj = *<span class="keyword">reinterpret_cast&lt;</span>O* const*<span class="keyword">&gt;</span>(<span class="keyword">this</span>);</div> <div class="line"><a name="l06919"></a><span class="lineno"> 6919</span>&#160; <a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">String::ExternalStringResource</a>* result;</div> <div class="line"><a name="l06920"></a><span class="lineno"> 6920</span>&#160; <span class="keywordflow">if</span> (I::IsExternalTwoByteString(I::GetInstanceType(obj))) {</div> <div class="line"><a name="l06921"></a><span class="lineno"> 6921</span>&#160; <span class="keywordtype">void</span>* value = I::ReadField&lt;void*&gt;(obj, I::kStringResourceOffset);</div> <div class="line"><a name="l06922"></a><span class="lineno"> 6922</span>&#160; result = <span class="keyword">reinterpret_cast&lt;</span><a class="code" href="classv8_1_1_string_1_1_external_string_resource.html">String::ExternalStringResource</a>*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l06923"></a><span class="lineno"> 6923</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l06924"></a><span class="lineno"> 6924</span>&#160; result = NULL;</div> <div class="line"><a name="l06925"></a><span class="lineno"> 6925</span>&#160; }</div> <div class="line"><a name="l06926"></a><span class="lineno"> 6926</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06927"></a><span class="lineno"> 6927</span>&#160; VerifyExternalStringResource(result);</div> <div class="line"><a name="l06928"></a><span class="lineno"> 6928</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06929"></a><span class="lineno"> 6929</span>&#160; <span class="keywordflow">return</span> result;</div> <div class="line"><a name="l06930"></a><span class="lineno"> 6930</span>&#160;}</div> <div class="line"><a name="l06931"></a><span class="lineno"> 6931</span>&#160;</div> <div class="line"><a name="l06932"></a><span class="lineno"> 6932</span>&#160;</div> <div class="line"><a name="l06933"></a><span class="lineno"><a class="line" href="classv8_1_1_string.html#a471cf0e3ca135d839e59d25da66894e0"> 6933</a></span>&#160;<a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">String::ExternalStringResourceBase</a>* <a class="code" href="classv8_1_1_string.html#a471cf0e3ca135d839e59d25da66894e0">String::GetExternalStringResourceBase</a>(</div> <div class="line"><a name="l06934"></a><span class="lineno"> 6934</span>&#160; String::Encoding* encoding_out)<span class="keyword"> const </span>{</div> <div class="line"><a name="l06935"></a><span class="lineno"> 6935</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06936"></a><span class="lineno"> 6936</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06937"></a><span class="lineno"> 6937</span>&#160; O* obj = *<span class="keyword">reinterpret_cast&lt;</span>O* const*<span class="keyword">&gt;</span>(<span class="keyword">this</span>);</div> <div class="line"><a name="l06938"></a><span class="lineno"> 6938</span>&#160; <span class="keywordtype">int</span> type = I::GetInstanceType(obj) &amp; I::kFullStringRepresentationMask;</div> <div class="line"><a name="l06939"></a><span class="lineno"> 6939</span>&#160; *encoding_out = <span class="keyword">static_cast&lt;</span>Encoding<span class="keyword">&gt;</span>(type &amp; I::kStringEncodingMask);</div> <div class="line"><a name="l06940"></a><span class="lineno"> 6940</span>&#160; <a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>* resource = NULL;</div> <div class="line"><a name="l06941"></a><span class="lineno"> 6941</span>&#160; <span class="keywordflow">if</span> (type == I::kExternalOneByteRepresentationTag ||</div> <div class="line"><a name="l06942"></a><span class="lineno"> 6942</span>&#160; type == I::kExternalTwoByteRepresentationTag) {</div> <div class="line"><a name="l06943"></a><span class="lineno"> 6943</span>&#160; <span class="keywordtype">void</span>* value = I::ReadField&lt;void*&gt;(obj, I::kStringResourceOffset);</div> <div class="line"><a name="l06944"></a><span class="lineno"> 6944</span>&#160; resource = <span class="keyword">static_cast&lt;</span><a class="code" href="classv8_1_1_string_1_1_external_string_resource_base.html">ExternalStringResourceBase</a>*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l06945"></a><span class="lineno"> 6945</span>&#160; }</div> <div class="line"><a name="l06946"></a><span class="lineno"> 6946</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06947"></a><span class="lineno"> 6947</span>&#160; VerifyExternalStringResourceBase(resource, *encoding_out);</div> <div class="line"><a name="l06948"></a><span class="lineno"> 6948</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06949"></a><span class="lineno"> 6949</span>&#160; <span class="keywordflow">return</span> resource;</div> <div class="line"><a name="l06950"></a><span class="lineno"> 6950</span>&#160;}</div> <div class="line"><a name="l06951"></a><span class="lineno"> 6951</span>&#160;</div> <div class="line"><a name="l06952"></a><span class="lineno"> 6952</span>&#160;</div> <div class="line"><a name="l06953"></a><span class="lineno"><a class="line" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6"> 6953</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">Value::IsUndefined</a>()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06954"></a><span class="lineno"> 6954</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06955"></a><span class="lineno"> 6955</span>&#160; <span class="keywordflow">return</span> FullIsUndefined();</div> <div class="line"><a name="l06956"></a><span class="lineno"> 6956</span>&#160;<span class="preprocessor">#else</span></div> <div class="line"><a name="l06957"></a><span class="lineno"> 6957</span>&#160; <span class="keywordflow">return</span> QuickIsUndefined();</div> <div class="line"><a name="l06958"></a><span class="lineno"> 6958</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06959"></a><span class="lineno"> 6959</span>&#160;}</div> <div class="line"><a name="l06960"></a><span class="lineno"> 6960</span>&#160;</div> <div class="line"><a name="l06961"></a><span class="lineno"> 6961</span>&#160;<span class="keywordtype">bool</span> Value::QuickIsUndefined()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06962"></a><span class="lineno"> 6962</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06963"></a><span class="lineno"> 6963</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06964"></a><span class="lineno"> 6964</span>&#160; O* obj = *<span class="keyword">reinterpret_cast&lt;</span>O* const*<span class="keyword">&gt;</span>(<span class="keyword">this</span>);</div> <div class="line"><a name="l06965"></a><span class="lineno"> 6965</span>&#160; <span class="keywordflow">if</span> (!I::HasHeapObjectTag(obj)) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l06966"></a><span class="lineno"> 6966</span>&#160; <span class="keywordflow">if</span> (I::GetInstanceType(obj) != I::kOddballType) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l06967"></a><span class="lineno"> 6967</span>&#160; <span class="keywordflow">return</span> (I::GetOddballKind(obj) == I::kUndefinedOddballKind);</div> <div class="line"><a name="l06968"></a><span class="lineno"> 6968</span>&#160;}</div> <div class="line"><a name="l06969"></a><span class="lineno"> 6969</span>&#160;</div> <div class="line"><a name="l06970"></a><span class="lineno"> 6970</span>&#160;</div> <div class="line"><a name="l06971"></a><span class="lineno"><a class="line" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78"> 6971</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">Value::IsNull</a>()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06972"></a><span class="lineno"> 6972</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06973"></a><span class="lineno"> 6973</span>&#160; <span class="keywordflow">return</span> FullIsNull();</div> <div class="line"><a name="l06974"></a><span class="lineno"> 6974</span>&#160;<span class="preprocessor">#else</span></div> <div class="line"><a name="l06975"></a><span class="lineno"> 6975</span>&#160; <span class="keywordflow">return</span> QuickIsNull();</div> <div class="line"><a name="l06976"></a><span class="lineno"> 6976</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06977"></a><span class="lineno"> 6977</span>&#160;}</div> <div class="line"><a name="l06978"></a><span class="lineno"> 6978</span>&#160;</div> <div class="line"><a name="l06979"></a><span class="lineno"> 6979</span>&#160;<span class="keywordtype">bool</span> Value::QuickIsNull()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06980"></a><span class="lineno"> 6980</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06981"></a><span class="lineno"> 6981</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l06982"></a><span class="lineno"> 6982</span>&#160; O* obj = *<span class="keyword">reinterpret_cast&lt;</span>O* const*<span class="keyword">&gt;</span>(<span class="keyword">this</span>);</div> <div class="line"><a name="l06983"></a><span class="lineno"> 6983</span>&#160; <span class="keywordflow">if</span> (!I::HasHeapObjectTag(obj)) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l06984"></a><span class="lineno"> 6984</span>&#160; <span class="keywordflow">if</span> (I::GetInstanceType(obj) != I::kOddballType) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l06985"></a><span class="lineno"> 6985</span>&#160; <span class="keywordflow">return</span> (I::GetOddballKind(obj) == I::kNullOddballKind);</div> <div class="line"><a name="l06986"></a><span class="lineno"> 6986</span>&#160;}</div> <div class="line"><a name="l06987"></a><span class="lineno"> 6987</span>&#160;</div> <div class="line"><a name="l06988"></a><span class="lineno"> 6988</span>&#160;</div> <div class="line"><a name="l06989"></a><span class="lineno"><a class="line" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00"> 6989</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">Value::IsString</a>()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06990"></a><span class="lineno"> 6990</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l06991"></a><span class="lineno"> 6991</span>&#160; <span class="keywordflow">return</span> FullIsString();</div> <div class="line"><a name="l06992"></a><span class="lineno"> 6992</span>&#160;<span class="preprocessor">#else</span></div> <div class="line"><a name="l06993"></a><span class="lineno"> 6993</span>&#160; <span class="keywordflow">return</span> QuickIsString();</div> <div class="line"><a name="l06994"></a><span class="lineno"> 6994</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l06995"></a><span class="lineno"> 6995</span>&#160;}</div> <div class="line"><a name="l06996"></a><span class="lineno"> 6996</span>&#160;</div> <div class="line"><a name="l06997"></a><span class="lineno"> 6997</span>&#160;<span class="keywordtype">bool</span> Value::QuickIsString()<span class="keyword"> const </span>{</div> <div class="line"><a name="l06998"></a><span class="lineno"> 6998</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l06999"></a><span class="lineno"> 6999</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l07000"></a><span class="lineno"> 7000</span>&#160; O* obj = *<span class="keyword">reinterpret_cast&lt;</span>O* const*<span class="keyword">&gt;</span>(<span class="keyword">this</span>);</div> <div class="line"><a name="l07001"></a><span class="lineno"> 7001</span>&#160; <span class="keywordflow">if</span> (!I::HasHeapObjectTag(obj)) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l07002"></a><span class="lineno"> 7002</span>&#160; <span class="keywordflow">return</span> (I::GetInstanceType(obj) &lt; I::kFirstNonstringType);</div> <div class="line"><a name="l07003"></a><span class="lineno"> 7003</span>&#160;}</div> <div class="line"><a name="l07004"></a><span class="lineno"> 7004</span>&#160;</div> <div class="line"><a name="l07005"></a><span class="lineno"> 7005</span>&#160;</div> <div class="line"><a name="l07006"></a><span class="lineno"> 7006</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; Value* Value::Cast(T* value) {</div> <div class="line"><a name="l07007"></a><span class="lineno"> 7007</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Value*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07008"></a><span class="lineno"> 7008</span>&#160;}</div> <div class="line"><a name="l07009"></a><span class="lineno"> 7009</span>&#160;</div> <div class="line"><a name="l07010"></a><span class="lineno"> 7010</span>&#160;</div> <div class="line"><a name="l07011"></a><span class="lineno"> 7011</span>&#160;Local&lt;Boolean&gt; Value::ToBoolean()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07012"></a><span class="lineno"> 7012</span>&#160; <span class="keywordflow">return</span> ToBoolean(<a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>());</div> <div class="line"><a name="l07013"></a><span class="lineno"> 7013</span>&#160;}</div> <div class="line"><a name="l07014"></a><span class="lineno"> 7014</span>&#160;</div> <div class="line"><a name="l07015"></a><span class="lineno"> 7015</span>&#160;</div> <div class="line"><a name="l07016"></a><span class="lineno"> 7016</span>&#160;Local&lt;Number&gt; Value::ToNumber()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07017"></a><span class="lineno"> 7017</span>&#160; <span class="keywordflow">return</span> ToNumber(<a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>());</div> <div class="line"><a name="l07018"></a><span class="lineno"> 7018</span>&#160;}</div> <div class="line"><a name="l07019"></a><span class="lineno"> 7019</span>&#160;</div> <div class="line"><a name="l07020"></a><span class="lineno"> 7020</span>&#160;</div> <div class="line"><a name="l07021"></a><span class="lineno"> 7021</span>&#160;Local&lt;String&gt; Value::ToString()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07022"></a><span class="lineno"> 7022</span>&#160; <span class="keywordflow">return</span> ToString(<a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>());</div> <div class="line"><a name="l07023"></a><span class="lineno"> 7023</span>&#160;}</div> <div class="line"><a name="l07024"></a><span class="lineno"> 7024</span>&#160;</div> <div class="line"><a name="l07025"></a><span class="lineno"> 7025</span>&#160;</div> <div class="line"><a name="l07026"></a><span class="lineno"> 7026</span>&#160;Local&lt;String&gt; Value::ToDetailString()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07027"></a><span class="lineno"> 7027</span>&#160; <span class="keywordflow">return</span> ToDetailString(<a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>());</div> <div class="line"><a name="l07028"></a><span class="lineno"> 7028</span>&#160;}</div> <div class="line"><a name="l07029"></a><span class="lineno"> 7029</span>&#160;</div> <div class="line"><a name="l07030"></a><span class="lineno"> 7030</span>&#160;</div> <div class="line"><a name="l07031"></a><span class="lineno"> 7031</span>&#160;Local&lt;Object&gt; Value::ToObject()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07032"></a><span class="lineno"> 7032</span>&#160; <span class="keywordflow">return</span> ToObject(<a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>());</div> <div class="line"><a name="l07033"></a><span class="lineno"> 7033</span>&#160;}</div> <div class="line"><a name="l07034"></a><span class="lineno"> 7034</span>&#160;</div> <div class="line"><a name="l07035"></a><span class="lineno"> 7035</span>&#160;</div> <div class="line"><a name="l07036"></a><span class="lineno"> 7036</span>&#160;Local&lt;Integer&gt; Value::ToInteger()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07037"></a><span class="lineno"> 7037</span>&#160; <span class="keywordflow">return</span> ToInteger(<a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>());</div> <div class="line"><a name="l07038"></a><span class="lineno"> 7038</span>&#160;}</div> <div class="line"><a name="l07039"></a><span class="lineno"> 7039</span>&#160;</div> <div class="line"><a name="l07040"></a><span class="lineno"> 7040</span>&#160;</div> <div class="line"><a name="l07041"></a><span class="lineno"> 7041</span>&#160;Local&lt;Uint32&gt; Value::ToUint32()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07042"></a><span class="lineno"> 7042</span>&#160; <span class="keywordflow">return</span> ToUint32(<a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>());</div> <div class="line"><a name="l07043"></a><span class="lineno"> 7043</span>&#160;}</div> <div class="line"><a name="l07044"></a><span class="lineno"> 7044</span>&#160;</div> <div class="line"><a name="l07045"></a><span class="lineno"> 7045</span>&#160;</div> <div class="line"><a name="l07046"></a><span class="lineno"> 7046</span>&#160;Local&lt;Int32&gt; Value::ToInt32()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> ToInt32(<a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>()); }</div> <div class="line"><a name="l07047"></a><span class="lineno"> 7047</span>&#160;</div> <div class="line"><a name="l07048"></a><span class="lineno"> 7048</span>&#160;</div> <div class="line"><a name="l07049"></a><span class="lineno"> 7049</span>&#160;Name* Name::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07050"></a><span class="lineno"> 7050</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07051"></a><span class="lineno"> 7051</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07052"></a><span class="lineno"> 7052</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07053"></a><span class="lineno"> 7053</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Name*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07054"></a><span class="lineno"> 7054</span>&#160;}</div> <div class="line"><a name="l07055"></a><span class="lineno"> 7055</span>&#160;</div> <div class="line"><a name="l07056"></a><span class="lineno"> 7056</span>&#160;</div> <div class="line"><a name="l07057"></a><span class="lineno"> 7057</span>&#160;Symbol* Symbol::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07058"></a><span class="lineno"> 7058</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07059"></a><span class="lineno"> 7059</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07060"></a><span class="lineno"> 7060</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07061"></a><span class="lineno"> 7061</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Symbol*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07062"></a><span class="lineno"> 7062</span>&#160;}</div> <div class="line"><a name="l07063"></a><span class="lineno"> 7063</span>&#160;</div> <div class="line"><a name="l07064"></a><span class="lineno"> 7064</span>&#160;</div> <div class="line"><a name="l07065"></a><span class="lineno"> 7065</span>&#160;Number* Number::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07066"></a><span class="lineno"> 7066</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07067"></a><span class="lineno"> 7067</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07068"></a><span class="lineno"> 7068</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07069"></a><span class="lineno"> 7069</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Number*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07070"></a><span class="lineno"> 7070</span>&#160;}</div> <div class="line"><a name="l07071"></a><span class="lineno"> 7071</span>&#160;</div> <div class="line"><a name="l07072"></a><span class="lineno"> 7072</span>&#160;</div> <div class="line"><a name="l07073"></a><span class="lineno"> 7073</span>&#160;Integer* Integer::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07074"></a><span class="lineno"> 7074</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07075"></a><span class="lineno"> 7075</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07076"></a><span class="lineno"> 7076</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07077"></a><span class="lineno"> 7077</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Integer*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07078"></a><span class="lineno"> 7078</span>&#160;}</div> <div class="line"><a name="l07079"></a><span class="lineno"> 7079</span>&#160;</div> <div class="line"><a name="l07080"></a><span class="lineno"> 7080</span>&#160;</div> <div class="line"><a name="l07081"></a><span class="lineno"> 7081</span>&#160;Date* Date::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07082"></a><span class="lineno"> 7082</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07083"></a><span class="lineno"> 7083</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07084"></a><span class="lineno"> 7084</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07085"></a><span class="lineno"> 7085</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Date*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07086"></a><span class="lineno"> 7086</span>&#160;}</div> <div class="line"><a name="l07087"></a><span class="lineno"> 7087</span>&#160;</div> <div class="line"><a name="l07088"></a><span class="lineno"> 7088</span>&#160;</div> <div class="line"><a name="l07089"></a><span class="lineno"> 7089</span>&#160;StringObject* StringObject::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07090"></a><span class="lineno"> 7090</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07091"></a><span class="lineno"> 7091</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07092"></a><span class="lineno"> 7092</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07093"></a><span class="lineno"> 7093</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>StringObject*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07094"></a><span class="lineno"> 7094</span>&#160;}</div> <div class="line"><a name="l07095"></a><span class="lineno"> 7095</span>&#160;</div> <div class="line"><a name="l07096"></a><span class="lineno"> 7096</span>&#160;</div> <div class="line"><a name="l07097"></a><span class="lineno"> 7097</span>&#160;SymbolObject* SymbolObject::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07098"></a><span class="lineno"> 7098</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07099"></a><span class="lineno"> 7099</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07100"></a><span class="lineno"> 7100</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07101"></a><span class="lineno"> 7101</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>SymbolObject*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07102"></a><span class="lineno"> 7102</span>&#160;}</div> <div class="line"><a name="l07103"></a><span class="lineno"> 7103</span>&#160;</div> <div class="line"><a name="l07104"></a><span class="lineno"> 7104</span>&#160;</div> <div class="line"><a name="l07105"></a><span class="lineno"> 7105</span>&#160;NumberObject* NumberObject::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07106"></a><span class="lineno"> 7106</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07107"></a><span class="lineno"> 7107</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07108"></a><span class="lineno"> 7108</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07109"></a><span class="lineno"> 7109</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>NumberObject*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07110"></a><span class="lineno"> 7110</span>&#160;}</div> <div class="line"><a name="l07111"></a><span class="lineno"> 7111</span>&#160;</div> <div class="line"><a name="l07112"></a><span class="lineno"> 7112</span>&#160;</div> <div class="line"><a name="l07113"></a><span class="lineno"> 7113</span>&#160;BooleanObject* BooleanObject::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07114"></a><span class="lineno"> 7114</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07115"></a><span class="lineno"> 7115</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07116"></a><span class="lineno"> 7116</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07117"></a><span class="lineno"> 7117</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>BooleanObject*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07118"></a><span class="lineno"> 7118</span>&#160;}</div> <div class="line"><a name="l07119"></a><span class="lineno"> 7119</span>&#160;</div> <div class="line"><a name="l07120"></a><span class="lineno"> 7120</span>&#160;</div> <div class="line"><a name="l07121"></a><span class="lineno"> 7121</span>&#160;RegExp* RegExp::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07122"></a><span class="lineno"> 7122</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07123"></a><span class="lineno"> 7123</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07124"></a><span class="lineno"> 7124</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07125"></a><span class="lineno"> 7125</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>RegExp*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07126"></a><span class="lineno"> 7126</span>&#160;}</div> <div class="line"><a name="l07127"></a><span class="lineno"> 7127</span>&#160;</div> <div class="line"><a name="l07128"></a><span class="lineno"> 7128</span>&#160;</div> <div class="line"><a name="l07129"></a><span class="lineno"> 7129</span>&#160;Object* Object::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07130"></a><span class="lineno"> 7130</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07131"></a><span class="lineno"> 7131</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07132"></a><span class="lineno"> 7132</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07133"></a><span class="lineno"> 7133</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Object*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07134"></a><span class="lineno"> 7134</span>&#160;}</div> <div class="line"><a name="l07135"></a><span class="lineno"> 7135</span>&#160;</div> <div class="line"><a name="l07136"></a><span class="lineno"> 7136</span>&#160;</div> <div class="line"><a name="l07137"></a><span class="lineno"> 7137</span>&#160;Array* Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07138"></a><span class="lineno"> 7138</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07139"></a><span class="lineno"> 7139</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07140"></a><span class="lineno"> 7140</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07141"></a><span class="lineno"> 7141</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07142"></a><span class="lineno"> 7142</span>&#160;}</div> <div class="line"><a name="l07143"></a><span class="lineno"> 7143</span>&#160;</div> <div class="line"><a name="l07144"></a><span class="lineno"> 7144</span>&#160;</div> <div class="line"><a name="l07145"></a><span class="lineno"> 7145</span>&#160;Promise* Promise::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07146"></a><span class="lineno"> 7146</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07147"></a><span class="lineno"> 7147</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07148"></a><span class="lineno"> 7148</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07149"></a><span class="lineno"> 7149</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Promise*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07150"></a><span class="lineno"> 7150</span>&#160;}</div> <div class="line"><a name="l07151"></a><span class="lineno"> 7151</span>&#160;</div> <div class="line"><a name="l07152"></a><span class="lineno"> 7152</span>&#160;</div> <div class="line"><a name="l07153"></a><span class="lineno"> 7153</span>&#160;Promise::Resolver* Promise::Resolver::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07154"></a><span class="lineno"> 7154</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07155"></a><span class="lineno"> 7155</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07156"></a><span class="lineno"> 7156</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07157"></a><span class="lineno"> 7157</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Promise::Resolver*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07158"></a><span class="lineno"> 7158</span>&#160;}</div> <div class="line"><a name="l07159"></a><span class="lineno"> 7159</span>&#160;</div> <div class="line"><a name="l07160"></a><span class="lineno"> 7160</span>&#160;</div> <div class="line"><a name="l07161"></a><span class="lineno"> 7161</span>&#160;ArrayBuffer* ArrayBuffer::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07162"></a><span class="lineno"> 7162</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07163"></a><span class="lineno"> 7163</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07164"></a><span class="lineno"> 7164</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07165"></a><span class="lineno"> 7165</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>ArrayBuffer*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07166"></a><span class="lineno"> 7166</span>&#160;}</div> <div class="line"><a name="l07167"></a><span class="lineno"> 7167</span>&#160;</div> <div class="line"><a name="l07168"></a><span class="lineno"> 7168</span>&#160;</div> <div class="line"><a name="l07169"></a><span class="lineno"> 7169</span>&#160;ArrayBufferView* ArrayBufferView::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07170"></a><span class="lineno"> 7170</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07171"></a><span class="lineno"> 7171</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07172"></a><span class="lineno"> 7172</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07173"></a><span class="lineno"> 7173</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>ArrayBufferView*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07174"></a><span class="lineno"> 7174</span>&#160;}</div> <div class="line"><a name="l07175"></a><span class="lineno"> 7175</span>&#160;</div> <div class="line"><a name="l07176"></a><span class="lineno"> 7176</span>&#160;</div> <div class="line"><a name="l07177"></a><span class="lineno"> 7177</span>&#160;TypedArray* TypedArray::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07178"></a><span class="lineno"> 7178</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07179"></a><span class="lineno"> 7179</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07180"></a><span class="lineno"> 7180</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07181"></a><span class="lineno"> 7181</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>TypedArray*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07182"></a><span class="lineno"> 7182</span>&#160;}</div> <div class="line"><a name="l07183"></a><span class="lineno"> 7183</span>&#160;</div> <div class="line"><a name="l07184"></a><span class="lineno"> 7184</span>&#160;</div> <div class="line"><a name="l07185"></a><span class="lineno"> 7185</span>&#160;Uint8Array* Uint8Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07186"></a><span class="lineno"> 7186</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07187"></a><span class="lineno"> 7187</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07188"></a><span class="lineno"> 7188</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07189"></a><span class="lineno"> 7189</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Uint8Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07190"></a><span class="lineno"> 7190</span>&#160;}</div> <div class="line"><a name="l07191"></a><span class="lineno"> 7191</span>&#160;</div> <div class="line"><a name="l07192"></a><span class="lineno"> 7192</span>&#160;</div> <div class="line"><a name="l07193"></a><span class="lineno"> 7193</span>&#160;Int8Array* Int8Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07194"></a><span class="lineno"> 7194</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07195"></a><span class="lineno"> 7195</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07196"></a><span class="lineno"> 7196</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07197"></a><span class="lineno"> 7197</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Int8Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07198"></a><span class="lineno"> 7198</span>&#160;}</div> <div class="line"><a name="l07199"></a><span class="lineno"> 7199</span>&#160;</div> <div class="line"><a name="l07200"></a><span class="lineno"> 7200</span>&#160;</div> <div class="line"><a name="l07201"></a><span class="lineno"> 7201</span>&#160;Uint16Array* Uint16Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07202"></a><span class="lineno"> 7202</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07203"></a><span class="lineno"> 7203</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07204"></a><span class="lineno"> 7204</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07205"></a><span class="lineno"> 7205</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Uint16Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07206"></a><span class="lineno"> 7206</span>&#160;}</div> <div class="line"><a name="l07207"></a><span class="lineno"> 7207</span>&#160;</div> <div class="line"><a name="l07208"></a><span class="lineno"> 7208</span>&#160;</div> <div class="line"><a name="l07209"></a><span class="lineno"> 7209</span>&#160;Int16Array* Int16Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07210"></a><span class="lineno"> 7210</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07211"></a><span class="lineno"> 7211</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07212"></a><span class="lineno"> 7212</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07213"></a><span class="lineno"> 7213</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Int16Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07214"></a><span class="lineno"> 7214</span>&#160;}</div> <div class="line"><a name="l07215"></a><span class="lineno"> 7215</span>&#160;</div> <div class="line"><a name="l07216"></a><span class="lineno"> 7216</span>&#160;</div> <div class="line"><a name="l07217"></a><span class="lineno"> 7217</span>&#160;Uint32Array* Uint32Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07218"></a><span class="lineno"> 7218</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07219"></a><span class="lineno"> 7219</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07220"></a><span class="lineno"> 7220</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07221"></a><span class="lineno"> 7221</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Uint32Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07222"></a><span class="lineno"> 7222</span>&#160;}</div> <div class="line"><a name="l07223"></a><span class="lineno"> 7223</span>&#160;</div> <div class="line"><a name="l07224"></a><span class="lineno"> 7224</span>&#160;</div> <div class="line"><a name="l07225"></a><span class="lineno"> 7225</span>&#160;Int32Array* Int32Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07226"></a><span class="lineno"> 7226</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07227"></a><span class="lineno"> 7227</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07228"></a><span class="lineno"> 7228</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07229"></a><span class="lineno"> 7229</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Int32Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07230"></a><span class="lineno"> 7230</span>&#160;}</div> <div class="line"><a name="l07231"></a><span class="lineno"> 7231</span>&#160;</div> <div class="line"><a name="l07232"></a><span class="lineno"> 7232</span>&#160;</div> <div class="line"><a name="l07233"></a><span class="lineno"> 7233</span>&#160;Float32Array* Float32Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07234"></a><span class="lineno"> 7234</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07235"></a><span class="lineno"> 7235</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07236"></a><span class="lineno"> 7236</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07237"></a><span class="lineno"> 7237</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Float32Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07238"></a><span class="lineno"> 7238</span>&#160;}</div> <div class="line"><a name="l07239"></a><span class="lineno"> 7239</span>&#160;</div> <div class="line"><a name="l07240"></a><span class="lineno"> 7240</span>&#160;</div> <div class="line"><a name="l07241"></a><span class="lineno"> 7241</span>&#160;Float64Array* Float64Array::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07242"></a><span class="lineno"> 7242</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07243"></a><span class="lineno"> 7243</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07244"></a><span class="lineno"> 7244</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07245"></a><span class="lineno"> 7245</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Float64Array*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07246"></a><span class="lineno"> 7246</span>&#160;}</div> <div class="line"><a name="l07247"></a><span class="lineno"> 7247</span>&#160;</div> <div class="line"><a name="l07248"></a><span class="lineno"> 7248</span>&#160;</div> <div class="line"><a name="l07249"></a><span class="lineno"> 7249</span>&#160;Uint8ClampedArray* Uint8ClampedArray::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07250"></a><span class="lineno"> 7250</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07251"></a><span class="lineno"> 7251</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07252"></a><span class="lineno"> 7252</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07253"></a><span class="lineno"> 7253</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Uint8ClampedArray*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07254"></a><span class="lineno"> 7254</span>&#160;}</div> <div class="line"><a name="l07255"></a><span class="lineno"> 7255</span>&#160;</div> <div class="line"><a name="l07256"></a><span class="lineno"> 7256</span>&#160;</div> <div class="line"><a name="l07257"></a><span class="lineno"> 7257</span>&#160;DataView* DataView::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07258"></a><span class="lineno"> 7258</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07259"></a><span class="lineno"> 7259</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07260"></a><span class="lineno"> 7260</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07261"></a><span class="lineno"> 7261</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>DataView*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07262"></a><span class="lineno"> 7262</span>&#160;}</div> <div class="line"><a name="l07263"></a><span class="lineno"> 7263</span>&#160;</div> <div class="line"><a name="l07264"></a><span class="lineno"> 7264</span>&#160;</div> <div class="line"><a name="l07265"></a><span class="lineno"> 7265</span>&#160;Function* Function::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07266"></a><span class="lineno"> 7266</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07267"></a><span class="lineno"> 7267</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07268"></a><span class="lineno"> 7268</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07269"></a><span class="lineno"> 7269</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>Function*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07270"></a><span class="lineno"> 7270</span>&#160;}</div> <div class="line"><a name="l07271"></a><span class="lineno"> 7271</span>&#160;</div> <div class="line"><a name="l07272"></a><span class="lineno"> 7272</span>&#160;</div> <div class="line"><a name="l07273"></a><span class="lineno"> 7273</span>&#160;External* External::Cast(<a class="code" href="classv8_1_1_value.html">v8::Value</a>* value) {</div> <div class="line"><a name="l07274"></a><span class="lineno"> 7274</span>&#160;<span class="preprocessor">#ifdef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07275"></a><span class="lineno"> 7275</span>&#160; CheckCast(value);</div> <div class="line"><a name="l07276"></a><span class="lineno"> 7276</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07277"></a><span class="lineno"> 7277</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>External*<span class="keyword">&gt;</span>(value);</div> <div class="line"><a name="l07278"></a><span class="lineno"> 7278</span>&#160;}</div> <div class="line"><a name="l07279"></a><span class="lineno"> 7279</span>&#160;</div> <div class="line"><a name="l07280"></a><span class="lineno"> 7280</span>&#160;</div> <div class="line"><a name="l07281"></a><span class="lineno"> 7281</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l07282"></a><span class="lineno"> 7282</span>&#160;Isolate* PropertyCallbackInfo&lt;T&gt;::GetIsolate()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07283"></a><span class="lineno"> 7283</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">reinterpret_cast&lt;</span>Isolate**<span class="keyword">&gt;</span>(&amp;args_[kIsolateIndex]);</div> <div class="line"><a name="l07284"></a><span class="lineno"> 7284</span>&#160;}</div> <div class="line"><a name="l07285"></a><span class="lineno"> 7285</span>&#160;</div> <div class="line"><a name="l07286"></a><span class="lineno"> 7286</span>&#160;</div> <div class="line"><a name="l07287"></a><span class="lineno"> 7287</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l07288"></a><span class="lineno"> 7288</span>&#160;Local&lt;Value&gt; PropertyCallbackInfo&lt;T&gt;::Data()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07289"></a><span class="lineno"> 7289</span>&#160; <span class="keywordflow">return</span> Local&lt;Value&gt;(<span class="keyword">reinterpret_cast&lt;</span>Value*<span class="keyword">&gt;</span>(&amp;args_[kDataIndex]));</div> <div class="line"><a name="l07290"></a><span class="lineno"> 7290</span>&#160;}</div> <div class="line"><a name="l07291"></a><span class="lineno"> 7291</span>&#160;</div> <div class="line"><a name="l07292"></a><span class="lineno"> 7292</span>&#160;</div> <div class="line"><a name="l07293"></a><span class="lineno"> 7293</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l07294"></a><span class="lineno"> 7294</span>&#160;Local&lt;Object&gt; PropertyCallbackInfo&lt;T&gt;::This()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07295"></a><span class="lineno"> 7295</span>&#160; <span class="keywordflow">return</span> Local&lt;Object&gt;(<span class="keyword">reinterpret_cast&lt;</span>Object*<span class="keyword">&gt;</span>(&amp;args_[kThisIndex]));</div> <div class="line"><a name="l07296"></a><span class="lineno"> 7296</span>&#160;}</div> <div class="line"><a name="l07297"></a><span class="lineno"> 7297</span>&#160;</div> <div class="line"><a name="l07298"></a><span class="lineno"> 7298</span>&#160;</div> <div class="line"><a name="l07299"></a><span class="lineno"> 7299</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l07300"></a><span class="lineno"> 7300</span>&#160;Local&lt;Object&gt; PropertyCallbackInfo&lt;T&gt;::Holder()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07301"></a><span class="lineno"> 7301</span>&#160; <span class="keywordflow">return</span> Local&lt;Object&gt;(<span class="keyword">reinterpret_cast&lt;</span>Object*<span class="keyword">&gt;</span>(&amp;args_[kHolderIndex]));</div> <div class="line"><a name="l07302"></a><span class="lineno"> 7302</span>&#160;}</div> <div class="line"><a name="l07303"></a><span class="lineno"> 7303</span>&#160;</div> <div class="line"><a name="l07304"></a><span class="lineno"> 7304</span>&#160;</div> <div class="line"><a name="l07305"></a><span class="lineno"> 7305</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l07306"></a><span class="lineno"> 7306</span>&#160;ReturnValue&lt;T&gt; PropertyCallbackInfo&lt;T&gt;::GetReturnValue()<span class="keyword"> const </span>{</div> <div class="line"><a name="l07307"></a><span class="lineno"> 7307</span>&#160; <span class="keywordflow">return</span> ReturnValue&lt;T&gt;(&amp;args_[kReturnValueIndex]);</div> <div class="line"><a name="l07308"></a><span class="lineno"> 7308</span>&#160;}</div> <div class="line"><a name="l07309"></a><span class="lineno"> 7309</span>&#160;</div> <div class="line"><a name="l07310"></a><span class="lineno"> 7310</span>&#160;</div> <div class="line"><a name="l07311"></a><span class="lineno"> 7311</span>&#160;Handle&lt;Primitive&gt; Undefined(Isolate* isolate) {</div> <div class="line"><a name="l07312"></a><span class="lineno"> 7312</span>&#160; <span class="keyword">typedef</span> internal::Object* S;</div> <div class="line"><a name="l07313"></a><span class="lineno"> 7313</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l07314"></a><span class="lineno"> 7314</span>&#160; I::CheckInitialized(isolate);</div> <div class="line"><a name="l07315"></a><span class="lineno"> 7315</span>&#160; S* slot = I::GetRoot(isolate, I::kUndefinedValueRootIndex);</div> <div class="line"><a name="l07316"></a><span class="lineno"> 7316</span>&#160; <span class="keywordflow">return</span> Handle&lt;Primitive&gt;(<span class="keyword">reinterpret_cast&lt;</span>Primitive*<span class="keyword">&gt;</span>(slot));</div> <div class="line"><a name="l07317"></a><span class="lineno"> 7317</span>&#160;}</div> <div class="line"><a name="l07318"></a><span class="lineno"> 7318</span>&#160;</div> <div class="line"><a name="l07319"></a><span class="lineno"> 7319</span>&#160;</div> <div class="line"><a name="l07320"></a><span class="lineno"> 7320</span>&#160;Handle&lt;Primitive&gt; Null(Isolate* isolate) {</div> <div class="line"><a name="l07321"></a><span class="lineno"> 7321</span>&#160; <span class="keyword">typedef</span> internal::Object* S;</div> <div class="line"><a name="l07322"></a><span class="lineno"> 7322</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l07323"></a><span class="lineno"> 7323</span>&#160; I::CheckInitialized(isolate);</div> <div class="line"><a name="l07324"></a><span class="lineno"> 7324</span>&#160; S* slot = I::GetRoot(isolate, I::kNullValueRootIndex);</div> <div class="line"><a name="l07325"></a><span class="lineno"> 7325</span>&#160; <span class="keywordflow">return</span> Handle&lt;Primitive&gt;(<span class="keyword">reinterpret_cast&lt;</span>Primitive*<span class="keyword">&gt;</span>(slot));</div> <div class="line"><a name="l07326"></a><span class="lineno"> 7326</span>&#160;}</div> <div class="line"><a name="l07327"></a><span class="lineno"> 7327</span>&#160;</div> <div class="line"><a name="l07328"></a><span class="lineno"> 7328</span>&#160;</div> <div class="line"><a name="l07329"></a><span class="lineno"> 7329</span>&#160;Handle&lt;Boolean&gt; True(Isolate* isolate) {</div> <div class="line"><a name="l07330"></a><span class="lineno"> 7330</span>&#160; <span class="keyword">typedef</span> internal::Object* S;</div> <div class="line"><a name="l07331"></a><span class="lineno"> 7331</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l07332"></a><span class="lineno"> 7332</span>&#160; I::CheckInitialized(isolate);</div> <div class="line"><a name="l07333"></a><span class="lineno"> 7333</span>&#160; S* slot = I::GetRoot(isolate, I::kTrueValueRootIndex);</div> <div class="line"><a name="l07334"></a><span class="lineno"> 7334</span>&#160; <span class="keywordflow">return</span> Handle&lt;Boolean&gt;(<span class="keyword">reinterpret_cast&lt;</span>Boolean*<span class="keyword">&gt;</span>(slot));</div> <div class="line"><a name="l07335"></a><span class="lineno"> 7335</span>&#160;}</div> <div class="line"><a name="l07336"></a><span class="lineno"> 7336</span>&#160;</div> <div class="line"><a name="l07337"></a><span class="lineno"> 7337</span>&#160;</div> <div class="line"><a name="l07338"></a><span class="lineno"> 7338</span>&#160;Handle&lt;Boolean&gt; False(Isolate* isolate) {</div> <div class="line"><a name="l07339"></a><span class="lineno"> 7339</span>&#160; <span class="keyword">typedef</span> internal::Object* S;</div> <div class="line"><a name="l07340"></a><span class="lineno"> 7340</span>&#160; <span class="keyword">typedef</span> internal::Internals I;</div> <div class="line"><a name="l07341"></a><span class="lineno"> 7341</span>&#160; I::CheckInitialized(isolate);</div> <div class="line"><a name="l07342"></a><span class="lineno"> 7342</span>&#160; S* slot = I::GetRoot(isolate, I::kFalseValueRootIndex);</div> <div class="line"><a name="l07343"></a><span class="lineno"> 7343</span>&#160; <span class="keywordflow">return</span> Handle&lt;Boolean&gt;(<span class="keyword">reinterpret_cast&lt;</span>Boolean*<span class="keyword">&gt;</span>(slot));</div> <div class="line"><a name="l07344"></a><span class="lineno"> 7344</span>&#160;}</div> <div class="line"><a name="l07345"></a><span class="lineno"> 7345</span>&#160;</div> <div class="line"><a name="l07346"></a><span class="lineno"> 7346</span>&#160;</div> <div class="line"><a name="l07347"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#a2ae968a7ff8a397f1ac09d32990883f6"> 7347</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_isolate.html#a2ae968a7ff8a397f1ac09d32990883f6">Isolate::SetData</a>(uint32_t slot, <span class="keywordtype">void</span>* data) {</div> <div class="line"><a name="l07348"></a><span class="lineno"> 7348</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l07349"></a><span class="lineno"> 7349</span>&#160; I::SetEmbedderData(<span class="keyword">this</span>, slot, data);</div> <div class="line"><a name="l07350"></a><span class="lineno"> 7350</span>&#160;}</div> <div class="line"><a name="l07351"></a><span class="lineno"> 7351</span>&#160;</div> <div class="line"><a name="l07352"></a><span class="lineno"> 7352</span>&#160;</div> <div class="line"><a name="l07353"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#aed85b3c82bf69a60ecebc2558ab95083"> 7353</a></span>&#160;<span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_isolate.html#aed85b3c82bf69a60ecebc2558ab95083">Isolate::GetData</a>(uint32_t slot) {</div> <div class="line"><a name="l07354"></a><span class="lineno"> 7354</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l07355"></a><span class="lineno"> 7355</span>&#160; <span class="keywordflow">return</span> I::GetEmbedderData(<span class="keyword">this</span>, slot);</div> <div class="line"><a name="l07356"></a><span class="lineno"> 7356</span>&#160;}</div> <div class="line"><a name="l07357"></a><span class="lineno"> 7357</span>&#160;</div> <div class="line"><a name="l07358"></a><span class="lineno"> 7358</span>&#160;</div> <div class="line"><a name="l07359"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#a7060092fd45588f4085753b3da1b2c82"> 7359</a></span>&#160;uint32_t <a class="code" href="classv8_1_1_isolate.html#a7060092fd45588f4085753b3da1b2c82">Isolate::GetNumberOfDataSlots</a>() {</div> <div class="line"><a name="l07360"></a><span class="lineno"> 7360</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l07361"></a><span class="lineno"> 7361</span>&#160; <span class="keywordflow">return</span> I::kNumIsolateDataSlots;</div> <div class="line"><a name="l07362"></a><span class="lineno"> 7362</span>&#160;}</div> <div class="line"><a name="l07363"></a><span class="lineno"> 7363</span>&#160;</div> <div class="line"><a name="l07364"></a><span class="lineno"> 7364</span>&#160;</div> <div class="line"><a name="l07365"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#aaeda5fa60961a3d9d476c46200e30711"> 7365</a></span>&#160;int64_t <a class="code" href="classv8_1_1_isolate.html#aaeda5fa60961a3d9d476c46200e30711">Isolate::AdjustAmountOfExternalAllocatedMemory</a>(</div> <div class="line"><a name="l07366"></a><span class="lineno"> 7366</span>&#160; int64_t change_in_bytes) {</div> <div class="line"><a name="l07367"></a><span class="lineno"> 7367</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l07368"></a><span class="lineno"> 7368</span>&#160; int64_t* amount_of_external_allocated_memory =</div> <div class="line"><a name="l07369"></a><span class="lineno"> 7369</span>&#160; <span class="keyword">reinterpret_cast&lt;</span>int64_t*<span class="keyword">&gt;</span>(<span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(<span class="keyword">this</span>) +</div> <div class="line"><a name="l07370"></a><span class="lineno"> 7370</span>&#160; I::kAmountOfExternalAllocatedMemoryOffset);</div> <div class="line"><a name="l07371"></a><span class="lineno"> 7371</span>&#160; int64_t* amount_of_external_allocated_memory_at_last_global_gc =</div> <div class="line"><a name="l07372"></a><span class="lineno"> 7372</span>&#160; <span class="keyword">reinterpret_cast&lt;</span>int64_t*<span class="keyword">&gt;</span>(</div> <div class="line"><a name="l07373"></a><span class="lineno"> 7373</span>&#160; <span class="keyword">reinterpret_cast&lt;</span>uint8_t*<span class="keyword">&gt;</span>(<span class="keyword">this</span>) +</div> <div class="line"><a name="l07374"></a><span class="lineno"> 7374</span>&#160; I::kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset);</div> <div class="line"><a name="l07375"></a><span class="lineno"> 7375</span>&#160; int64_t amount = *amount_of_external_allocated_memory + change_in_bytes;</div> <div class="line"><a name="l07376"></a><span class="lineno"> 7376</span>&#160; <span class="keywordflow">if</span> (change_in_bytes &gt; 0 &amp;&amp;</div> <div class="line"><a name="l07377"></a><span class="lineno"> 7377</span>&#160; amount - *amount_of_external_allocated_memory_at_last_global_gc &gt;</div> <div class="line"><a name="l07378"></a><span class="lineno"> 7378</span>&#160; I::kExternalAllocationLimit) {</div> <div class="line"><a name="l07379"></a><span class="lineno"> 7379</span>&#160; CollectAllGarbage(<span class="stringliteral">&quot;external memory allocation limit reached.&quot;</span>);</div> <div class="line"><a name="l07380"></a><span class="lineno"> 7380</span>&#160; }</div> <div class="line"><a name="l07381"></a><span class="lineno"> 7381</span>&#160; *amount_of_external_allocated_memory = amount;</div> <div class="line"><a name="l07382"></a><span class="lineno"> 7382</span>&#160; <span class="keywordflow">return</span> *amount_of_external_allocated_memory;</div> <div class="line"><a name="l07383"></a><span class="lineno"> 7383</span>&#160;}</div> <div class="line"><a name="l07384"></a><span class="lineno"> 7384</span>&#160;</div> <div class="line"><a name="l07385"></a><span class="lineno"> 7385</span>&#160;</div> <div class="line"><a name="l07386"></a><span class="lineno"> 7386</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l07387"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#ae4418cb238686a321aa406e90c72fab5"> 7387</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_isolate.html#ae4418cb238686a321aa406e90c72fab5">Isolate::SetObjectGroupId</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T&gt;</a>&amp; <span class="keywordtype">object</span>,</div> <div class="line"><a name="l07388"></a><span class="lineno"> 7388</span>&#160; <a class="code" href="classv8_1_1_unique_id.html">UniqueId</a> <span class="keywordtype">id</span>) {</div> <div class="line"><a name="l07389"></a><span class="lineno"> 7389</span>&#160; TYPE_CHECK(<a class="code" href="classv8_1_1_value.html">Value</a>, T);</div> <div class="line"><a name="l07390"></a><span class="lineno"> 7390</span>&#160; SetObjectGroupId(reinterpret_cast&lt;v8::internal::Object**&gt;(<span class="keywordtype">object</span>.val_), <span class="keywordtype">id</span>);</div> <div class="line"><a name="l07391"></a><span class="lineno"> 7391</span>&#160;}</div> <div class="line"><a name="l07392"></a><span class="lineno"> 7392</span>&#160;</div> <div class="line"><a name="l07393"></a><span class="lineno"> 7393</span>&#160;</div> <div class="line"><a name="l07394"></a><span class="lineno"> 7394</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div> <div class="line"><a name="l07395"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#a0f8484db111e967d70ea7551b3593ce6"> 7395</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_isolate.html#a0f8484db111e967d70ea7551b3593ce6">Isolate::SetReferenceFromGroup</a>(<a class="code" href="classv8_1_1_unique_id.html">UniqueId</a> <span class="keywordtype">id</span>,</div> <div class="line"><a name="l07396"></a><span class="lineno"> 7396</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T&gt;</a>&amp; <span class="keywordtype">object</span>) {</div> <div class="line"><a name="l07397"></a><span class="lineno"> 7397</span>&#160; TYPE_CHECK(<a class="code" href="classv8_1_1_value.html">Value</a>, T);</div> <div class="line"><a name="l07398"></a><span class="lineno"> 7398</span>&#160; SetReferenceFromGroup(<span class="keywordtype">id</span>,</div> <div class="line"><a name="l07399"></a><span class="lineno"> 7399</span>&#160; reinterpret_cast&lt;v8::internal::Object**&gt;(<span class="keywordtype">object</span>.val_));</div> <div class="line"><a name="l07400"></a><span class="lineno"> 7400</span>&#160;}</div> <div class="line"><a name="l07401"></a><span class="lineno"> 7401</span>&#160;</div> <div class="line"><a name="l07402"></a><span class="lineno"> 7402</span>&#160;</div> <div class="line"><a name="l07403"></a><span class="lineno"> 7403</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T, <span class="keyword">typename</span> S&gt;</div> <div class="line"><a name="l07404"></a><span class="lineno"><a class="line" href="classv8_1_1_isolate.html#a055fc73d18747b96c51f00599cdd3ec1"> 7404</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_isolate.html#a055fc73d18747b96c51f00599cdd3ec1">Isolate::SetReference</a>(<span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;T&gt;</a>&amp; parent,</div> <div class="line"><a name="l07405"></a><span class="lineno"> 7405</span>&#160; <span class="keyword">const</span> <a class="code" href="classv8_1_1_persistent.html">Persistent&lt;S&gt;</a>&amp; child) {</div> <div class="line"><a name="l07406"></a><span class="lineno"> 7406</span>&#160; TYPE_CHECK(<a class="code" href="classv8_1_1_object.html">Object</a>, T);</div> <div class="line"><a name="l07407"></a><span class="lineno"> 7407</span>&#160; TYPE_CHECK(<a class="code" href="classv8_1_1_value.html">Value</a>, S);</div> <div class="line"><a name="l07408"></a><span class="lineno"> 7408</span>&#160; SetReference(reinterpret_cast&lt;v8::internal::Object**&gt;(parent.val_),</div> <div class="line"><a name="l07409"></a><span class="lineno"> 7409</span>&#160; reinterpret_cast&lt;v8::internal::Object**&gt;(child.val_));</div> <div class="line"><a name="l07410"></a><span class="lineno"> 7410</span>&#160;}</div> <div class="line"><a name="l07411"></a><span class="lineno"> 7411</span>&#160;</div> <div class="line"><a name="l07412"></a><span class="lineno"> 7412</span>&#160;</div> <div class="line"><a name="l07413"></a><span class="lineno"><a class="line" href="classv8_1_1_context.html#a9cfafe0ac56f6aee17eb80a913489296"> 7413</a></span>&#160;<a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a> <a class="code" href="classv8_1_1_context.html#a9cfafe0ac56f6aee17eb80a913489296">Context::GetEmbedderData</a>(<span class="keywordtype">int</span> index) {</div> <div class="line"><a name="l07414"></a><span class="lineno"> 7414</span>&#160;<span class="preprocessor">#ifndef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07415"></a><span class="lineno"> 7415</span>&#160; <span class="keyword">typedef</span> internal::Object O;</div> <div class="line"><a name="l07416"></a><span class="lineno"> 7416</span>&#160; <span class="keyword">typedef</span> internal::HeapObject HO;</div> <div class="line"><a name="l07417"></a><span class="lineno"> 7417</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l07418"></a><span class="lineno"> 7418</span>&#160; HO* context = *<span class="keyword">reinterpret_cast&lt;</span>HO**<span class="keyword">&gt;</span>(<span class="keyword">this</span>);</div> <div class="line"><a name="l07419"></a><span class="lineno"> 7419</span>&#160; O** result =</div> <div class="line"><a name="l07420"></a><span class="lineno"> 7420</span>&#160; HandleScope::CreateHandle(context, I::ReadEmbedderData&lt;O*&gt;(<span class="keyword">this</span>, index));</div> <div class="line"><a name="l07421"></a><span class="lineno"> 7421</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classv8_1_1_local.html">Local&lt;Value&gt;</a>(<span class="keyword">reinterpret_cast&lt;</span><a class="code" href="classv8_1_1_value.html">Value</a>*<span class="keyword">&gt;</span>(result));</div> <div class="line"><a name="l07422"></a><span class="lineno"> 7422</span>&#160;<span class="preprocessor">#else</span></div> <div class="line"><a name="l07423"></a><span class="lineno"> 7423</span>&#160; <span class="keywordflow">return</span> SlowGetEmbedderData(index);</div> <div class="line"><a name="l07424"></a><span class="lineno"> 7424</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07425"></a><span class="lineno"> 7425</span>&#160;}</div> <div class="line"><a name="l07426"></a><span class="lineno"> 7426</span>&#160;</div> <div class="line"><a name="l07427"></a><span class="lineno"> 7427</span>&#160;</div> <div class="line"><a name="l07428"></a><span class="lineno"><a class="line" href="classv8_1_1_context.html#aa3b5c1a1a5d145c6096840898013f559"> 7428</a></span>&#160;<span class="keywordtype">void</span>* <a class="code" href="classv8_1_1_context.html#aa3b5c1a1a5d145c6096840898013f559">Context::GetAlignedPointerFromEmbedderData</a>(<span class="keywordtype">int</span> index) {</div> <div class="line"><a name="l07429"></a><span class="lineno"> 7429</span>&#160;<span class="preprocessor">#ifndef V8_ENABLE_CHECKS</span></div> <div class="line"><a name="l07430"></a><span class="lineno"> 7430</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classv8_1_1internal_1_1_internals.html">internal::Internals</a> I;</div> <div class="line"><a name="l07431"></a><span class="lineno"> 7431</span>&#160; <span class="keywordflow">return</span> I::ReadEmbedderData&lt;void*&gt;(<span class="keyword">this</span>, index);</div> <div class="line"><a name="l07432"></a><span class="lineno"> 7432</span>&#160;<span class="preprocessor">#else</span></div> <div class="line"><a name="l07433"></a><span class="lineno"> 7433</span>&#160; <span class="keywordflow">return</span> SlowGetAlignedPointerFromEmbedderData(index);</div> <div class="line"><a name="l07434"></a><span class="lineno"> 7434</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l07435"></a><span class="lineno"> 7435</span>&#160;}</div> <div class="line"><a name="l07436"></a><span class="lineno"> 7436</span>&#160;</div> <div class="line"><a name="l07437"></a><span class="lineno"> 7437</span>&#160;</div> <div class="line"><a name="l07438"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a699f7f6cd694d83ebf3cf28b0137b811"> 7438</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a699f7f6cd694d83ebf3cf28b0137b811">V8::SetAllowCodeGenerationFromStringsCallback</a>(</div> <div class="line"><a name="l07439"></a><span class="lineno"> 7439</span>&#160; <a class="code" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">AllowCodeGenerationFromStringsCallback</a> callback) {</div> <div class="line"><a name="l07440"></a><span class="lineno"> 7440</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07441"></a><span class="lineno"> 7441</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#ad91199faf0a599c69539af01f5df44e9">SetAllowCodeGenerationFromStringsCallback</a>(callback);</div> <div class="line"><a name="l07442"></a><span class="lineno"> 7442</span>&#160;}</div> <div class="line"><a name="l07443"></a><span class="lineno"> 7443</span>&#160;</div> <div class="line"><a name="l07444"></a><span class="lineno"> 7444</span>&#160;</div> <div class="line"><a name="l07445"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#ae5af79b24fc62e987e08c43ee148424d"> 7445</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_v8.html#ae5af79b24fc62e987e08c43ee148424d">V8::IsDead</a>() {</div> <div class="line"><a name="l07446"></a><span class="lineno"> 7446</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07447"></a><span class="lineno"> 7447</span>&#160; <span class="keywordflow">return</span> isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a603a9bc7860d7936bce2dd45829869c3">IsDead</a>();</div> <div class="line"><a name="l07448"></a><span class="lineno"> 7448</span>&#160;}</div> <div class="line"><a name="l07449"></a><span class="lineno"> 7449</span>&#160;</div> <div class="line"><a name="l07450"></a><span class="lineno"> 7450</span>&#160;</div> <div class="line"><a name="l07451"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a4e8ca19596400bd4df6a345f66daf937"> 7451</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_v8.html#a4e8ca19596400bd4df6a345f66daf937">V8::AddMessageListener</a>(MessageCallback that, <a class="code" href="classv8_1_1_handle.html">Handle&lt;Value&gt;</a> data) {</div> <div class="line"><a name="l07452"></a><span class="lineno"> 7452</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07453"></a><span class="lineno"> 7453</span>&#160; <span class="keywordflow">return</span> isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#ae160d90f70a522dca66b8929762598a2">AddMessageListener</a>(that, data);</div> <div class="line"><a name="l07454"></a><span class="lineno"> 7454</span>&#160;}</div> <div class="line"><a name="l07455"></a><span class="lineno"> 7455</span>&#160;</div> <div class="line"><a name="l07456"></a><span class="lineno"> 7456</span>&#160;</div> <div class="line"><a name="l07457"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a103099e00d03c714261e00d75f0d745a"> 7457</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a103099e00d03c714261e00d75f0d745a">V8::RemoveMessageListeners</a>(MessageCallback that) {</div> <div class="line"><a name="l07458"></a><span class="lineno"> 7458</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07459"></a><span class="lineno"> 7459</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a0319e55b26ba3ac51d867b37b917a21f">RemoveMessageListeners</a>(that);</div> <div class="line"><a name="l07460"></a><span class="lineno"> 7460</span>&#160;}</div> <div class="line"><a name="l07461"></a><span class="lineno"> 7461</span>&#160;</div> <div class="line"><a name="l07462"></a><span class="lineno"> 7462</span>&#160;</div> <div class="line"><a name="l07463"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#affcb65e1fdf849fadc6302655b981bbc"> 7463</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#affcb65e1fdf849fadc6302655b981bbc">V8::SetFailedAccessCheckCallbackFunction</a>(</div> <div class="line"><a name="l07464"></a><span class="lineno"> 7464</span>&#160; FailedAccessCheckCallback callback) {</div> <div class="line"><a name="l07465"></a><span class="lineno"> 7465</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07466"></a><span class="lineno"> 7466</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#ab9ef29fc049d82e0c33994632b4f6ba6">SetFailedAccessCheckCallbackFunction</a>(callback);</div> <div class="line"><a name="l07467"></a><span class="lineno"> 7467</span>&#160;}</div> <div class="line"><a name="l07468"></a><span class="lineno"> 7468</span>&#160;</div> <div class="line"><a name="l07469"></a><span class="lineno"> 7469</span>&#160;</div> <div class="line"><a name="l07470"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a6ed3c6cd32b8d225013445b145381d34"> 7470</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a6ed3c6cd32b8d225013445b145381d34">V8::SetCaptureStackTraceForUncaughtExceptions</a>(</div> <div class="line"><a name="l07471"></a><span class="lineno"> 7471</span>&#160; <span class="keywordtype">bool</span> capture, <span class="keywordtype">int</span> frame_limit, <a class="code" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTrace::StackTraceOptions</a> options) {</div> <div class="line"><a name="l07472"></a><span class="lineno"> 7472</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07473"></a><span class="lineno"> 7473</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a0ea70b9953abf15184a20eba6aab389f">SetCaptureStackTraceForUncaughtExceptions</a>(capture, frame_limit,</div> <div class="line"><a name="l07474"></a><span class="lineno"> 7474</span>&#160; options);</div> <div class="line"><a name="l07475"></a><span class="lineno"> 7475</span>&#160;}</div> <div class="line"><a name="l07476"></a><span class="lineno"> 7476</span>&#160;</div> <div class="line"><a name="l07477"></a><span class="lineno"> 7477</span>&#160;</div> <div class="line"><a name="l07478"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a290bf883bb4bf8f312089a23a628c067"> 7478</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a290bf883bb4bf8f312089a23a628c067">V8::SetFatalErrorHandler</a>(FatalErrorCallback callback) {</div> <div class="line"><a name="l07479"></a><span class="lineno"> 7479</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07480"></a><span class="lineno"> 7480</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a131f1e2e6a80618ac3c8c266a041851d">SetFatalErrorHandler</a>(callback);</div> <div class="line"><a name="l07481"></a><span class="lineno"> 7481</span>&#160;}</div> <div class="line"><a name="l07482"></a><span class="lineno"> 7482</span>&#160;</div> <div class="line"><a name="l07483"></a><span class="lineno"> 7483</span>&#160;</div> <div class="line"><a name="l07484"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#ae2b102e4db324cf06a92fd9acdd6b112"> 7484</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#ae2b102e4db324cf06a92fd9acdd6b112">V8::RemoveGCPrologueCallback</a>(GCPrologueCallback callback) {</div> <div class="line"><a name="l07485"></a><span class="lineno"> 7485</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07486"></a><span class="lineno"> 7486</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a7902b8b58f3c85bac9b7dd1086fa81ce">RemoveGCPrologueCallback</a>(</div> <div class="line"><a name="l07487"></a><span class="lineno"> 7487</span>&#160; reinterpret_cast&lt;v8::Isolate::GCPrologueCallback&gt;(callback));</div> <div class="line"><a name="l07488"></a><span class="lineno"> 7488</span>&#160;}</div> <div class="line"><a name="l07489"></a><span class="lineno"> 7489</span>&#160;</div> <div class="line"><a name="l07490"></a><span class="lineno"> 7490</span>&#160;</div> <div class="line"><a name="l07491"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#aee4cfeb1a6153e2e6488fb8e3c1ac6ce"> 7491</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#aee4cfeb1a6153e2e6488fb8e3c1ac6ce">V8::RemoveGCEpilogueCallback</a>(GCEpilogueCallback callback) {</div> <div class="line"><a name="l07492"></a><span class="lineno"> 7492</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07493"></a><span class="lineno"> 7493</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a277144482f5fefd58d822c22a173b01a">RemoveGCEpilogueCallback</a>(</div> <div class="line"><a name="l07494"></a><span class="lineno"> 7494</span>&#160; reinterpret_cast&lt;v8::Isolate::GCEpilogueCallback&gt;(callback));</div> <div class="line"><a name="l07495"></a><span class="lineno"> 7495</span>&#160;}</div> <div class="line"><a name="l07496"></a><span class="lineno"> 7496</span>&#160;</div> <div class="line"><a name="l07497"></a><span class="lineno"> 7497</span>&#160;</div> <div class="line"><a name="l07498"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#ad2d640d45bc1a675c5605bb9c5958b29"> 7498</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#ad2d640d45bc1a675c5605bb9c5958b29">V8::AddMemoryAllocationCallback</a>(MemoryAllocationCallback callback,</div> <div class="line"><a name="l07499"></a><span class="lineno"> 7499</span>&#160; ObjectSpace space,</div> <div class="line"><a name="l07500"></a><span class="lineno"> 7500</span>&#160; AllocationAction action) {</div> <div class="line"><a name="l07501"></a><span class="lineno"> 7501</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07502"></a><span class="lineno"> 7502</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#acff413b8633aa13f1308697c0ce8c5fa">AddMemoryAllocationCallback</a>(callback, space, action);</div> <div class="line"><a name="l07503"></a><span class="lineno"> 7503</span>&#160;}</div> <div class="line"><a name="l07504"></a><span class="lineno"> 7504</span>&#160;</div> <div class="line"><a name="l07505"></a><span class="lineno"> 7505</span>&#160;</div> <div class="line"><a name="l07506"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a2e188bdc8a4afccad8e326e2a43e582e"> 7506</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a2e188bdc8a4afccad8e326e2a43e582e">V8::RemoveMemoryAllocationCallback</a>(MemoryAllocationCallback callback) {</div> <div class="line"><a name="l07507"></a><span class="lineno"> 7507</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07508"></a><span class="lineno"> 7508</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a99349e062c11085eeb63a0d825226487">RemoveMemoryAllocationCallback</a>(callback);</div> <div class="line"><a name="l07509"></a><span class="lineno"> 7509</span>&#160;}</div> <div class="line"><a name="l07510"></a><span class="lineno"> 7510</span>&#160;</div> <div class="line"><a name="l07511"></a><span class="lineno"> 7511</span>&#160;</div> <div class="line"><a name="l07512"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a23fe97e88020bf23ad009f7a4bdb0192"> 7512</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a23fe97e88020bf23ad009f7a4bdb0192">V8::TerminateExecution</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) { isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#ad212b2e0b66ff5d586cd79cfa0b555fb">TerminateExecution</a>(); }</div> <div class="line"><a name="l07513"></a><span class="lineno"> 7513</span>&#160;</div> <div class="line"><a name="l07514"></a><span class="lineno"> 7514</span>&#160;</div> <div class="line"><a name="l07515"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#ac9336f620bc684ff6e3c68ee6f549d18"> 7515</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classv8_1_1_v8.html#ac9336f620bc684ff6e3c68ee6f549d18">V8::IsExecutionTerminating</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) {</div> <div class="line"><a name="l07516"></a><span class="lineno"> 7516</span>&#160; <span class="keywordflow">if</span> (isolate == NULL) {</div> <div class="line"><a name="l07517"></a><span class="lineno"> 7517</span>&#160; isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07518"></a><span class="lineno"> 7518</span>&#160; }</div> <div class="line"><a name="l07519"></a><span class="lineno"> 7519</span>&#160; <span class="keywordflow">return</span> isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#aee57283198c192e83afe5e7d12d42e85">IsExecutionTerminating</a>();</div> <div class="line"><a name="l07520"></a><span class="lineno"> 7520</span>&#160;}</div> <div class="line"><a name="l07521"></a><span class="lineno"> 7521</span>&#160;</div> <div class="line"><a name="l07522"></a><span class="lineno"> 7522</span>&#160;</div> <div class="line"><a name="l07523"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#af73cb6766b9c008d0ba6c6ca991d8328"> 7523</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#af73cb6766b9c008d0ba6c6ca991d8328">V8::CancelTerminateExecution</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate) {</div> <div class="line"><a name="l07524"></a><span class="lineno"> 7524</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a75cbe037e7657a7c7bd65e2edf0164d5">CancelTerminateExecution</a>();</div> <div class="line"><a name="l07525"></a><span class="lineno"> 7525</span>&#160;}</div> <div class="line"><a name="l07526"></a><span class="lineno"> 7526</span>&#160;</div> <div class="line"><a name="l07527"></a><span class="lineno"> 7527</span>&#160;</div> <div class="line"><a name="l07528"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a7eb03e6ab4e2eca21632e55a4ad30061"> 7528</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a7eb03e6ab4e2eca21632e55a4ad30061">V8::VisitExternalResources</a>(<a class="code" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a>* visitor) {</div> <div class="line"><a name="l07529"></a><span class="lineno"> 7529</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07530"></a><span class="lineno"> 7530</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a44d513b6426299de4c16e069958a723b">VisitExternalResources</a>(visitor);</div> <div class="line"><a name="l07531"></a><span class="lineno"> 7531</span>&#160;}</div> <div class="line"><a name="l07532"></a><span class="lineno"> 7532</span>&#160;</div> <div class="line"><a name="l07533"></a><span class="lineno"> 7533</span>&#160;</div> <div class="line"><a name="l07534"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a824fd99c5cbc7c576370c9ffeca233d4"> 7534</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a824fd99c5cbc7c576370c9ffeca233d4">V8::VisitHandlesWithClassIds</a>(<a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>* visitor) {</div> <div class="line"><a name="l07535"></a><span class="lineno"> 7535</span>&#160; <a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate = <a class="code" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent</a>();</div> <div class="line"><a name="l07536"></a><span class="lineno"> 7536</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a8c60c4e0f61250a422ba2336dcd50a75">VisitHandlesWithClassIds</a>(visitor);</div> <div class="line"><a name="l07537"></a><span class="lineno"> 7537</span>&#160;}</div> <div class="line"><a name="l07538"></a><span class="lineno"> 7538</span>&#160;</div> <div class="line"><a name="l07539"></a><span class="lineno"> 7539</span>&#160;</div> <div class="line"><a name="l07540"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#a79ca881386f5341d0e5d68ebad6addcf"> 7540</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#a824fd99c5cbc7c576370c9ffeca233d4">V8::VisitHandlesWithClassIds</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l07541"></a><span class="lineno"> 7541</span>&#160; <a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>* visitor) {</div> <div class="line"><a name="l07542"></a><span class="lineno"> 7542</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#a8c60c4e0f61250a422ba2336dcd50a75">VisitHandlesWithClassIds</a>(visitor);</div> <div class="line"><a name="l07543"></a><span class="lineno"> 7543</span>&#160;}</div> <div class="line"><a name="l07544"></a><span class="lineno"> 7544</span>&#160;</div> <div class="line"><a name="l07545"></a><span class="lineno"> 7545</span>&#160;</div> <div class="line"><a name="l07546"></a><span class="lineno"><a class="line" href="classv8_1_1_v8.html#af5e81135dae7560b5c503050e67c145a"> 7546</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classv8_1_1_v8.html#af5e81135dae7560b5c503050e67c145a">V8::VisitHandlesForPartialDependence</a>(<a class="code" href="classv8_1_1_isolate.html">Isolate</a>* isolate,</div> <div class="line"><a name="l07547"></a><span class="lineno"> 7547</span>&#160; <a class="code" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a>* visitor) {</div> <div class="line"><a name="l07548"></a><span class="lineno"> 7548</span>&#160; isolate-&gt;<a class="code" href="classv8_1_1_isolate.html#ac5a3ecbb7ef90476150a20904c522744">VisitHandlesForPartialDependence</a>(visitor);</div> <div class="line"><a name="l07549"></a><span class="lineno"> 7549</span>&#160;}</div> <div class="line"><a name="l07550"></a><span class="lineno"> 7550</span>&#160;</div> <div class="line"><a name="l07563"></a><span class="lineno"> 7563</span>&#160;} <span class="comment">// namespace v8</span></div> <div class="line"><a name="l07564"></a><span class="lineno"> 7564</span>&#160;</div> <div class="line"><a name="l07565"></a><span class="lineno"> 7565</span>&#160;</div> <div class="line"><a name="l07566"></a><span class="lineno"> 7566</span>&#160;<span class="preprocessor">#undef TYPE_CHECK</span></div> <div class="line"><a name="l07567"></a><span class="lineno"> 7567</span>&#160;</div> <div class="line"><a name="l07568"></a><span class="lineno"> 7568</span>&#160;</div> <div class="line"><a name="l07569"></a><span class="lineno"> 7569</span>&#160;<span class="preprocessor">#endif // V8_H_</span></div> <div class="ttc" id="classv8_1_1_v8_html_a699f7f6cd694d83ebf3cf28b0137b811"><div class="ttname"><a href="classv8_1_1_v8.html#a699f7f6cd694d83ebf3cf28b0137b811">v8::V8::SetAllowCodeGenerationFromStringsCallback</a></div><div class="ttdeci">static V8_INLINE void SetAllowCodeGenerationFromStringsCallback(AllowCodeGenerationFromStringsCallback that)</div><div class="ttdef"><b>Definition:</b> v8.h:7438</div></div> <div class="ttc" id="classv8_1_1_v8_html_a6ed3c6cd32b8d225013445b145381d34"><div class="ttname"><a href="classv8_1_1_v8.html#a6ed3c6cd32b8d225013445b145381d34">v8::V8::SetCaptureStackTraceForUncaughtExceptions</a></div><div class="ttdeci">static V8_INLINE void SetCaptureStackTraceForUncaughtExceptions(bool capture, int frame_limit=10, StackTrace::StackTraceOptions options=StackTrace::kOverview)</div><div class="ttdef"><b>Definition:</b> v8.h:7470</div></div> <div class="ttc" id="classv8_1_1_string_1_1_value_html"><div class="ttname"><a href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></div><div class="ttdef"><b>Definition:</b> v8.h:2258</div></div> <div class="ttc" id="classv8_1_1_unique_persistent_html_af7dbba9e4b73104d0a1950c215426a57"><div class="ttname"><a href="classv8_1_1_unique_persistent.html#af7dbba9e4b73104d0a1950c215426a57">v8::UniquePersistent::UniquePersistent</a></div><div class="ttdeci">V8_INLINE UniquePersistent(Isolate *isolate, Handle&lt; S &gt; that)</div><div class="ttdef"><b>Definition:</b> v8.h:791</div></div> <div class="ttc" id="classv8_1_1_unlocker_html"><div class="ttname"><a href="classv8_1_1_unlocker.html">v8::Unlocker</a></div><div class="ttdef"><b>Definition:</b> v8.h:6108</div></div> <div class="ttc" id="namespacev8_html_aaba861076c5b111912cfa0791d348437"><div class="ttname"><a href="namespacev8.html#aaba861076c5b111912cfa0791d348437">v8::NamedPropertyDeleterCallback</a></div><div class="ttdeci">void(* NamedPropertyDeleterCallback)(Local&lt; String &gt; property, const PropertyCallbackInfo&lt; Boolean &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3636</div></div> <div class="ttc" id="classv8_1_1_external_one_byte_string_resource_impl_html_aedcf350d46f64cf1e3045658920d1dc8"><div class="ttname"><a href="classv8_1_1_external_one_byte_string_resource_impl.html#aedcf350d46f64cf1e3045658920d1dc8">v8::ExternalOneByteStringResourceImpl::length</a></div><div class="ttdeci">size_t length() const </div><div class="ttdef"><b>Definition:</b> v8.h:4235</div></div> <div class="ttc" id="classv8_1_1_value_html_ab23a34b7df62806808e01b0908bf5f00"><div class="ttname"><a href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">v8::Value::IsString</a></div><div class="ttdeci">V8_INLINE bool IsString() const </div><div class="ttdef"><b>Definition:</b> v8.h:6989</div></div> <div class="ttc" id="structv8_1_1_isolate_1_1_create_params_html_a783e3eba90ce6e2800bdd69197bbccdd"><div class="ttname"><a href="structv8_1_1_isolate_1_1_create_params.html#a783e3eba90ce6e2800bdd69197bbccdd">v8::Isolate::CreateParams::code_event_handler</a></div><div class="ttdeci">JitCodeEventHandler code_event_handler</div><div class="ttdef"><b>Definition:</b> v8.h:4683</div></div> <div class="ttc" id="namespacev8_html_a53863728de14cde48dd6543207b2f2da"><div class="ttname"><a href="namespacev8.html#a53863728de14cde48dd6543207b2f2da">v8::IndexedPropertyDeleterCallback</a></div><div class="ttdeci">void(* IndexedPropertyDeleterCallback)(uint32_t index, const PropertyCallbackInfo&lt; Boolean &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3727</div></div> <div class="ttc" id="classv8_1_1_unlocker_html_a2faeb117d7308b65ac85fdad390e4c1f"><div class="ttname"><a href="classv8_1_1_unlocker.html#a2faeb117d7308b65ac85fdad390e4c1f">v8::Unlocker::Unlocker</a></div><div class="ttdeci">V8_INLINE Unlocker(Isolate *isolate)</div><div class="ttdef"><b>Definition:</b> v8.h:6113</div></div> <div class="ttc" id="classv8_1_1_context_html_aa3b5c1a1a5d145c6096840898013f559"><div class="ttname"><a href="classv8_1_1_context.html#aa3b5c1a1a5d145c6096840898013f559">v8::Context::GetAlignedPointerFromEmbedderData</a></div><div class="ttdeci">V8_INLINE void * GetAlignedPointerFromEmbedderData(int index)</div><div class="ttdef"><b>Definition:</b> v8.h:7428</div></div> <div class="ttc" id="classv8_1_1_j_s_o_n_html"><div class="ttname"><a href="classv8_1_1_j_s_o_n.html">v8::JSON</a></div><div class="ttdef"><b>Definition:</b> v8.h:1578</div></div> <div class="ttc" id="classv8_1_1_startup_data_html"><div class="ttname"><a href="classv8_1_1_startup_data.html">v8::StartupData</a></div><div class="ttdef"><b>Definition:</b> v8.h:5333</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a99349e062c11085eeb63a0d825226487"><div class="ttname"><a href="classv8_1_1_isolate.html#a99349e062c11085eeb63a0d825226487">v8::Isolate::RemoveMemoryAllocationCallback</a></div><div class="ttdeci">void RemoveMemoryAllocationCallback(MemoryAllocationCallback callback)</div></div> <div class="ttc" id="classv8_1_1_v8_html_ac9336f620bc684ff6e3c68ee6f549d18"><div class="ttname"><a href="classv8_1_1_v8.html#ac9336f620bc684ff6e3c68ee6f549d18">v8::V8::IsExecutionTerminating</a></div><div class="ttdeci">static V8_INLINE bool IsExecutionTerminating(Isolate *isolate=NULL)</div><div class="ttdef"><b>Definition:</b> v8.h:7515</div></div> <div class="ttc" id="classv8_1_1_context_html"><div class="ttname"><a href="classv8_1_1_context.html">v8::Context</a></div><div class="ttdef"><b>Definition:</b> v8.h:5874</div></div> <div class="ttc" id="classv8_1_1_external_resource_visitor_html"><div class="ttname"><a href="classv8_1_1_external_resource_visitor.html">v8::ExternalResourceVisitor</a></div><div class="ttdef"><b>Definition:</b> v8.h:4633</div></div> <div class="ttc" id="classv8_1_1_isolate_html_aed85b3c82bf69a60ecebc2558ab95083"><div class="ttname"><a href="classv8_1_1_isolate.html#aed85b3c82bf69a60ecebc2558ab95083">v8::Isolate::GetData</a></div><div class="ttdeci">V8_INLINE void * GetData(uint32_t slot)</div><div class="ttdef"><b>Definition:</b> v8.h:7353</div></div> <div class="ttc" id="classv8_1_1_handle_scope_html"><div class="ttname"><a href="classv8_1_1_handle_scope.html">v8::HandleScope</a></div><div class="ttdef"><b>Definition:</b> v8.h:853</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html_a174bb1e45b18fd4eeaee033622825bb8"><div class="ttname"><a href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">v8::PersistentBase::Reset</a></div><div class="ttdeci">V8_INLINE void Reset()</div><div class="ttdef"><b>Definition:</b> v8.h:6511</div></div> <div class="ttc" id="classv8_1_1_script_compiler_1_1_source_html"><div class="ttname"><a href="classv8_1_1_script_compiler_1_1_source.html">v8::ScriptCompiler::Source</a></div><div class="ttdef"><b>Definition:</b> v8.h:1140</div></div> <div class="ttc" id="classv8_1_1_object_html_aa3324fdf652d8ac3b2f27faa0559231d"><div class="ttname"><a href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d">v8::Object::GetInternalField</a></div><div class="ttdeci">V8_INLINE Local&lt; Value &gt; GetInternalField(int index)</div><div class="ttdef"><b>Definition:</b> v8.h:6863</div></div> <div class="ttc" id="classv8_1_1_persistent_html_a22331e91572784cd5ed5519739bb50c7"><div class="ttname"><a href="classv8_1_1_persistent.html#a22331e91572784cd5ed5519739bb50c7">v8::Persistent::Persistent</a></div><div class="ttdeci">V8_INLINE Persistent(const Persistent &amp;that)</div><div class="ttdef"><b>Definition:</b> v8.h:712</div></div> <div class="ttc" id="namespacev8_html_aebbcc7837753e51112d944ad96520da1"><div class="ttname"><a href="namespacev8.html#aebbcc7837753e51112d944ad96520da1">v8::IndexedSecurityCallback</a></div><div class="ttdeci">bool(* IndexedSecurityCallback)(Local&lt; Object &gt; host, uint32_t index, AccessType type, Local&lt; Value &gt; data)</div><div class="ttdef"><b>Definition:</b> v8.h:3766</div></div> <div class="ttc" id="namespacev8_html_a5f6f16818a9cddacadbfe6d90ca3a6b1"><div class="ttname"><a href="namespacev8.html#a5f6f16818a9cddacadbfe6d90ca3a6b1">v8::NamedPropertyEnumeratorCallback</a></div><div class="ttdeci">void(* NamedPropertyEnumeratorCallback)(const PropertyCallbackInfo&lt; Array &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3645</div></div> <div class="ttc" id="classv8_1_1_v8_html"><div class="ttname"><a href="classv8_1_1_v8.html">v8::V8</a></div><div class="ttdef"><b>Definition:</b> v8.h:5367</div></div> <div class="ttc" id="structv8_1_1internal_1_1_smi_tagging_html"><div class="ttname"><a href="structv8_1_1internal_1_1_smi_tagging.html">v8::internal::SmiTagging</a></div><div class="ttdef"><b>Definition:</b> v8.h:6175</div></div> <div class="ttc" id="classv8_1_1_value_html"><div class="ttname"><a href="classv8_1_1_value.html">v8::Value</a></div><div class="ttdef"><b>Definition:</b> v8.h:1612</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a277144482f5fefd58d822c22a173b01a"><div class="ttname"><a href="classv8_1_1_isolate.html#a277144482f5fefd58d822c22a173b01a">v8::Isolate::RemoveGCEpilogueCallback</a></div><div class="ttdeci">void RemoveGCEpilogueCallback(GCEpilogueCallback callback)</div></div> <div class="ttc" id="classv8_1_1_v8_html_ae2b102e4db324cf06a92fd9acdd6b112"><div class="ttname"><a href="classv8_1_1_v8.html#ae2b102e4db324cf06a92fd9acdd6b112">v8::V8::RemoveGCPrologueCallback</a></div><div class="ttdeci">static V8_INLINE void RemoveGCPrologueCallback(GCPrologueCallback callback)</div><div class="ttdef"><b>Definition:</b> v8.h:7484</div></div> <div class="ttc" id="classv8_1_1_isolate_html_ac5a3ecbb7ef90476150a20904c522744"><div class="ttname"><a href="classv8_1_1_isolate.html#ac5a3ecbb7ef90476150a20904c522744">v8::Isolate::VisitHandlesForPartialDependence</a></div><div class="ttdeci">void VisitHandlesForPartialDependence(PersistentHandleVisitor *visitor)</div></div> <div class="ttc" id="classv8_1_1_template_html_ad464514215a3a6b331c890019124dcbb"><div class="ttname"><a href="classv8_1_1_template.html#ad464514215a3a6b331c890019124dcbb">v8::Template::Set</a></div><div class="ttdeci">void Set(Handle&lt; Name &gt; name, Handle&lt; Data &gt; value, PropertyAttribute attributes=None)</div></div> <div class="ttc" id="classv8_1_1_v8_html_a4e8ca19596400bd4df6a345f66daf937"><div class="ttname"><a href="classv8_1_1_v8.html#a4e8ca19596400bd4df6a345f66daf937">v8::V8::AddMessageListener</a></div><div class="ttdeci">static V8_INLINE bool AddMessageListener(MessageCallback that, Handle&lt; Value &gt; data=Handle&lt; Value &gt;())</div><div class="ttdef"><b>Definition:</b> v8.h:7451</div></div> <div class="ttc" id="classv8_1_1_promise_html"><div class="ttname"><a href="classv8_1_1_promise.html">v8::Promise</a></div><div class="ttdef"><b>Definition:</b> v8.h:2971</div></div> <div class="ttc" id="classv8_1_1_script_compiler_1_1_script_streaming_task_html"><div class="ttname"><a href="classv8_1_1_script_compiler_1_1_script_streaming_task.html">v8::ScriptCompiler::ScriptStreamingTask</a></div><div class="ttdef"><b>Definition:</b> v8.h:1236</div></div> <div class="ttc" id="classv8_1_1_stack_trace_html"><div class="ttname"><a href="classv8_1_1_stack_trace.html">v8::StackTrace</a></div><div class="ttdef"><b>Definition:</b> v8.h:1442</div></div> <div class="ttc" id="classv8_1_1internal_1_1_callback_data_html"><div class="ttname"><a href="classv8_1_1internal_1_1_callback_data.html">v8::internal::CallbackData</a></div><div class="ttdef"><b>Definition:</b> v8.h:146</div></div> <div class="ttc" id="classv8_1_1_name_html"><div class="ttname"><a href="classv8_1_1_name.html">v8::Name</a></div><div class="ttdef"><b>Definition:</b> v8.h:1935</div></div> <div class="ttc" id="classv8_1_1_script_origin_html"><div class="ttname"><a href="classv8_1_1_script_origin.html">v8::ScriptOrigin</a></div><div class="ttdef"><b>Definition:</b> v8.h:991</div></div> <div class="ttc" id="classv8_1_1_context_1_1_scope_html"><div class="ttname"><a href="classv8_1_1_context_1_1_scope.html">v8::Context::Scope</a></div><div class="ttdef"><b>Definition:</b> v8.h:6010</div></div> <div class="ttc" id="classv8_1_1_script_compiler_1_1_streamed_source_html"><div class="ttname"><a href="classv8_1_1_script_compiler_1_1_streamed_source.html">v8::ScriptCompiler::StreamedSource</a></div><div class="ttdef"><b>Definition:</b> v8.h:1210</div></div> <div class="ttc" id="classv8_1_1_retained_object_info_html"><div class="ttname"><a href="classv8_1_1_retained_object_info.html">v8::RetainedObjectInfo</a></div><div class="ttdef"><b>Definition:</b> v8-profiler.h:565</div></div> <div class="ttc" id="classv8_1_1_local_html_ae718dd5d42264bfaa2b5a42616b6673e"><div class="ttname"><a href="classv8_1_1_local.html#ae718dd5d42264bfaa2b5a42616b6673e">v8::Local::New</a></div><div class="ttdeci">static V8_INLINE Local&lt; T &gt; New(Isolate *isolate, Handle&lt; T &gt; that)</div><div class="ttdef"><b>Definition:</b> v8.h:6416</div></div> <div class="ttc" id="classv8_1_1_exception_html"><div class="ttname"><a href="classv8_1_1_exception.html">v8::Exception</a></div><div class="ttdef"><b>Definition:</b> v8.h:4367</div></div> <div class="ttc" id="structv8_1_1_jit_code_event_1_1line__info__t_html"><div class="ttname"><a href="structv8_1_1_jit_code_event_1_1line__info__t.html">v8::JitCodeEvent::line_info_t</a></div><div class="ttdef"><b>Definition:</b> v8.h:4591</div></div> <div class="ttc" id="classv8_1_1_external_one_byte_string_resource_impl_html_a37ada5dc21ecb982c50482c90fffe529"><div class="ttname"><a href="classv8_1_1_external_one_byte_string_resource_impl.html#a37ada5dc21ecb982c50482c90fffe529">v8::ExternalOneByteStringResourceImpl::data</a></div><div class="ttdeci">const char * data() const </div><div class="ttdef"><b>Definition:</b> v8.h:4234</div></div> <div class="ttc" id="classv8_1_1_integer_html"><div class="ttname"><a href="classv8_1_1_integer.html">v8::Integer</a></div><div class="ttdef"><b>Definition:</b> v8.h:2365</div></div> <div class="ttc" id="classv8_1_1_object_html"><div class="ttname"><a href="classv8_1_1_object.html">v8::Object</a></div><div class="ttdef"><b>Definition:</b> v8.h:2472</div></div> <div class="ttc" id="classv8_1_1_data_html"><div class="ttname"><a href="classv8_1_1_data.html">v8::Data</a></div><div class="ttdef"><b>Definition:</b> v8.h:982</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a131f1e2e6a80618ac3c8c266a041851d"><div class="ttname"><a href="classv8_1_1_isolate.html#a131f1e2e6a80618ac3c8c266a041851d">v8::Isolate::SetFatalErrorHandler</a></div><div class="ttdeci">void SetFatalErrorHandler(FatalErrorCallback that)</div></div> <div class="ttc" id="classv8_1_1_boolean_object_html"><div class="ttname"><a href="classv8_1_1_boolean_object.html">v8::BooleanObject</a></div><div class="ttdef"><b>Definition:</b> v8.h:3421</div></div> <div class="ttc" id="classv8_1_1_object_template_html"><div class="ttname"><a href="classv8_1_1_object_template.html">v8::ObjectTemplate</a></div><div class="ttdef"><b>Definition:</b> v8.h:4014</div></div> <div class="ttc" id="namespacev8_html_ad2aecc0406ea4bc02d5a4f84a433b273"><div class="ttname"><a href="namespacev8.html#ad2aecc0406ea4bc02d5a4f84a433b273">v8::GenericNamedPropertyDeleterCallback</a></div><div class="ttdeci">void(* GenericNamedPropertyDeleterCallback)(Local&lt; Name &gt; property, const PropertyCallbackInfo&lt; Boolean &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3682</div></div> <div class="ttc" id="classv8_1_1_v8_html_a7eb03e6ab4e2eca21632e55a4ad30061"><div class="ttname"><a href="classv8_1_1_v8.html#a7eb03e6ab4e2eca21632e55a4ad30061">v8::V8::VisitExternalResources</a></div><div class="ttdeci">static V8_INLINE void VisitExternalResources(ExternalResourceVisitor *visitor)</div><div class="ttdef"><b>Definition:</b> v8.h:7528</div></div> <div class="ttc" id="namespacev8_html_a9587769513971dc7cb301b740d9e66b6"><div class="ttname"><a href="namespacev8.html#a9587769513971dc7cb301b740d9e66b6">v8::NamedPropertySetterCallback</a></div><div class="ttdeci">void(* NamedPropertySetterCallback)(Local&lt; String &gt; property, Local&lt; Value &gt; value, const PropertyCallbackInfo&lt; Value &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3615</div></div> <div class="ttc" id="classv8_1_1_extension_html"><div class="ttname"><a href="classv8_1_1_extension.html">v8::Extension</a></div><div class="ttdef"><b>Definition:</b> v8.h:4245</div></div> <div class="ttc" id="classv8_1_1_message_html"><div class="ttname"><a href="classv8_1_1_message.html">v8::Message</a></div><div class="ttdef"><b>Definition:</b> v8.h:1369</div></div> <div class="ttc" id="classv8_1_1_heap_statistics_html"><div class="ttname"><a href="classv8_1_1_heap_statistics.html">v8::HeapStatistics</a></div><div class="ttdef"><b>Definition:</b> v8.h:4510</div></div> <div class="ttc" id="classv8_1_1_string_html_a9ce7f1458ffd08f8eb2b9c8dc056e616"><div class="ttname"><a href="classv8_1_1_string.html#a9ce7f1458ffd08f8eb2b9c8dc056e616">v8::String::WriteOptions</a></div><div class="ttdeci">WriteOptions</div><div class="ttdef"><b>Definition:</b> v8.h:2011</div></div> <div class="ttc" id="classv8_1_1_string_1_1_external_string_resource_base_html"><div class="ttname"><a href="classv8_1_1_string_1_1_external_string_resource_base.html">v8::String::ExternalStringResourceBase</a></div><div class="ttdef"><b>Definition:</b> v8.h:2053</div></div> <div class="ttc" id="classv8_1_1_float64_array_html"><div class="ttname"><a href="classv8_1_1_float64_array.html">v8::Float64Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:3340</div></div> <div class="ttc" id="structv8_1_1_script_compiler_1_1_cached_data_html"><div class="ttname"><a href="structv8_1_1_script_compiler_1_1_cached_data.html">v8::ScriptCompiler::CachedData</a></div><div class="ttdef"><b>Definition:</b> v8.h:1105</div></div> <div class="ttc" id="classv8_1_1_reg_exp_html_aa4718a5c1f18472aff3bf51ed694fc5a"><div class="ttname"><a href="classv8_1_1_reg_exp.html#aa4718a5c1f18472aff3bf51ed694fc5a">v8::RegExp::Flags</a></div><div class="ttdeci">Flags</div><div class="ttdef"><b>Definition:</b> v8.h:3477</div></div> <div class="ttc" id="classv8_1_1_float32_array_html"><div class="ttname"><a href="classv8_1_1_float32_array.html">v8::Float32Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:3324</div></div> <div class="ttc" id="classv8_1_1_unique_persistent_html_a795e5299871d11469dc2e1c637eb76fa"><div class="ttname"><a href="classv8_1_1_unique_persistent.html#a795e5299871d11469dc2e1c637eb76fa">v8::UniquePersistent::UniquePersistent</a></div><div class="ttdeci">V8_INLINE UniquePersistent(Isolate *isolate, const PersistentBase&lt; S &gt; &amp;that)</div><div class="ttdef"><b>Definition:</b> v8.h:801</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a44d513b6426299de4c16e069958a723b"><div class="ttname"><a href="classv8_1_1_isolate.html#a44d513b6426299de4c16e069958a723b">v8::Isolate::VisitExternalResources</a></div><div class="ttdeci">void VisitExternalResources(ExternalResourceVisitor *visitor)</div></div> <div class="ttc" id="classv8_1_1_object_html_a324a71142f621a32bfe5738648718370"><div class="ttname"><a href="classv8_1_1_object.html#a324a71142f621a32bfe5738648718370">v8::Object::InternalFieldCount</a></div><div class="ttdeci">static V8_INLINE int InternalFieldCount(const PersistentBase&lt; Object &gt; &amp;object)</div><div class="ttdef"><b>Definition:</b> v8.h:2595</div></div> <div class="ttc" id="namespacev8_html_a722613c87061708a4f1aa050d095f868"><div class="ttname"><a href="namespacev8.html#a722613c87061708a4f1aa050d095f868">v8::AccessorGetterCallback</a></div><div class="ttdeci">void(* AccessorGetterCallback)(Local&lt; String &gt; property, const PropertyCallbackInfo&lt; Value &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:2434</div></div> <div class="ttc" id="classv8_1_1_phantom_callback_data_html"><div class="ttname"><a href="classv8_1_1_phantom_callback_data.html">v8::PhantomCallbackData</a></div><div class="ttdef"><b>Definition:</b> v8.h:438</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html"><div class="ttname"><a href="classv8_1_1_persistent_base.html">v8::PersistentBase</a></div><div class="ttdef"><b>Definition:</b> v8.h:110</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html_a01a46bf4e69ed9a837639702ee234643"><div class="ttname"><a href="classv8_1_1_persistent_base.html#a01a46bf4e69ed9a837639702ee234643">v8::PersistentBase::WrapperClassId</a></div><div class="ttdeci">V8_INLINE uint16_t WrapperClassId() const </div><div class="ttdef"><b>Definition:</b> v8.h:6611</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a2ae968a7ff8a397f1ac09d32990883f6"><div class="ttname"><a href="classv8_1_1_isolate.html#a2ae968a7ff8a397f1ac09d32990883f6">v8::Isolate::SetData</a></div><div class="ttdeci">V8_INLINE void SetData(uint32_t slot, void *data)</div><div class="ttdef"><b>Definition:</b> v8.h:7347</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html_a4a876d30dda0dfb812e82bb240e4686e"><div class="ttname"><a href="classv8_1_1_persistent_base.html#a4a876d30dda0dfb812e82bb240e4686e">v8::PersistentBase::MarkPartiallyDependent</a></div><div class="ttdeci">V8_INLINE void MarkPartiallyDependent()</div><div class="ttdef"><b>Definition:</b> v8.h:6591</div></div> <div class="ttc" id="classv8_1_1_isolate_html_aa79441b5da4438221d0f38790c4de2ed"><div class="ttname"><a href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">v8::Isolate::GetCurrent</a></div><div class="ttdeci">static Isolate * GetCurrent()</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html_ac4c979164b3ed4dc92319e6f5a108d3d"><div class="ttname"><a href="classv8_1_1_persistent_base.html#ac4c979164b3ed4dc92319e6f5a108d3d">v8::PersistentBase::SetWrapperClassId</a></div><div class="ttdeci">V8_INLINE void SetWrapperClassId(uint16_t class_id)</div><div class="ttdef"><b>Definition:</b> v8.h:6601</div></div> <div class="ttc" id="classv8_1_1_unique_persistent_html_a73c1edaf902755a71c1236f91388ef5a"><div class="ttname"><a href="classv8_1_1_unique_persistent.html#a73c1edaf902755a71c1236f91388ef5a">v8::UniquePersistent::UniquePersistent</a></div><div class="ttdeci">V8_INLINE UniquePersistent(RValue rvalue)</div><div class="ttdef"><b>Definition:</b> v8.h:808</div></div> <div class="ttc" id="classv8_1_1_weak_callback_object_html"><div class="ttname"><a href="classv8_1_1_weak_callback_object.html">v8::WeakCallbackObject</a></div><div class="ttdef"><b>Definition:</b> v8.h:120</div></div> <div class="ttc" id="classv8_1_1_string_html_a1a78c6fe39dbdd6322ca576e224f0cba"><div class="ttname"><a href="classv8_1_1_string.html#a1a78c6fe39dbdd6322ca576e224f0cba">v8::String::GetExternalStringResource</a></div><div class="ttdeci">V8_INLINE ExternalStringResource * GetExternalStringResource() const </div><div class="ttdef"><b>Definition:</b> v8.h:6915</div></div> <div class="ttc" id="classv8_1_1_non_copyable_persistent_traits_html"><div class="ttname"><a href="classv8_1_1_non_copyable_persistent_traits.html">v8::NonCopyablePersistentTraits</a></div><div class="ttdef"><b>Definition:</b> v8.h:109</div></div> <div class="ttc" id="classv8_1_1_isolate_html_aaeda5fa60961a3d9d476c46200e30711"><div class="ttname"><a href="classv8_1_1_isolate.html#aaeda5fa60961a3d9d476c46200e30711">v8::Isolate::AdjustAmountOfExternalAllocatedMemory</a></div><div class="ttdeci">V8_INLINE int64_t AdjustAmountOfExternalAllocatedMemory(int64_t change_in_bytes)</div><div class="ttdef"><b>Definition:</b> v8.h:7365</div></div> <div class="ttc" id="classv8_1_1_persistent_html_a7d4d2bebfe3919e447e22adc15464e25"><div class="ttname"><a href="classv8_1_1_persistent.html#a7d4d2bebfe3919e447e22adc15464e25">v8::Persistent::~Persistent</a></div><div class="ttdeci">V8_INLINE ~Persistent()</div><div class="ttdef"><b>Definition:</b> v8.h:733</div></div> <div class="ttc" id="classv8_1_1_private_html"><div class="ttname"><a href="classv8_1_1_private.html">v8::Private</a></div><div class="ttdef"><b>Definition:</b> v8.h:2325</div></div> <div class="ttc" id="classv8_1_1_unique_persistent_html_aa533c3aff16091f332a0f892a658e70c"><div class="ttname"><a href="classv8_1_1_unique_persistent.html#aa533c3aff16091f332a0f892a658e70c">v8::UniquePersistent::operator=</a></div><div class="ttdeci">V8_INLINE UniquePersistent &amp; operator=(UniquePersistent&lt; S &gt; rhs)</div><div class="ttdef"><b>Definition:</b> v8.h:817</div></div> <div class="ttc" id="classv8_1_1_persistent_html_aaf9eb7c4e6d0ef2c81a2c08238653578"><div class="ttname"><a href="classv8_1_1_persistent.html#aaf9eb7c4e6d0ef2c81a2c08238653578">v8::Persistent::Persistent</a></div><div class="ttdeci">V8_INLINE Persistent(Isolate *isolate, const Persistent&lt; S, M2 &gt; &amp;that)</div><div class="ttdef"><b>Definition:</b> v8.h:702</div></div> <div class="ttc" id="classv8_1_1_boolean_html"><div class="ttname"><a href="classv8_1_1_boolean.html">v8::Boolean</a></div><div class="ttdef"><b>Definition:</b> v8.h:1925</div></div> <div class="ttc" id="namespacev8_html_a06f34fa4fa4cfc8518366808d1d461c1"><div class="ttname"><a href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1">v8::JitCodeEventOptions</a></div><div class="ttdeci">JitCodeEventOptions</div><div class="ttdef"><b>Definition:</b> v8.h:4615</div></div> <div class="ttc" id="classv8_1_1_v8_html_a824fd99c5cbc7c576370c9ffeca233d4"><div class="ttname"><a href="classv8_1_1_v8.html#a824fd99c5cbc7c576370c9ffeca233d4">v8::V8::VisitHandlesWithClassIds</a></div><div class="ttdeci">static V8_INLINE void VisitHandlesWithClassIds(PersistentHandleVisitor *visitor)</div><div class="ttdef"><b>Definition:</b> v8.h:7534</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html_a4a64c26d91ed6a276aa8a7ca4bb7683a"><div class="ttname"><a href="classv8_1_1_persistent_base.html#a4a64c26d91ed6a276aa8a7ca4bb7683a">v8::PersistentBase::IsNearDeath</a></div><div class="ttdeci">V8_INLINE bool IsNearDeath() const </div><div class="ttdef"><b>Definition:</b> v8.h:6491</div></div> <div class="ttc" id="classv8_1_1_string_1_1_utf8_value_html"><div class="ttname"><a href="classv8_1_1_string_1_1_utf8_value.html">v8::String::Utf8Value</a></div><div class="ttdef"><b>Definition:</b> v8.h:2236</div></div> <div class="ttc" id="namespacev8_html_ab699f4bbbb56350e6e915682e420fcdc"><div class="ttname"><a href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">v8::EntropySource</a></div><div class="ttdeci">bool(* EntropySource)(unsigned char *buffer, size_t length)</div><div class="ttdef"><b>Definition:</b> v8.h:5344</div></div> <div class="ttc" id="classv8_1_1_isolate_html_aec80bb49b6b7647ff75e8f2cc9484ea3"><div class="ttname"><a href="classv8_1_1_isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">v8::Isolate::Enter</a></div><div class="ttdeci">void Enter()</div></div> <div class="ttc" id="classv8_1_1_v8_html_a103099e00d03c714261e00d75f0d745a"><div class="ttname"><a href="classv8_1_1_v8.html#a103099e00d03c714261e00d75f0d745a">v8::V8::RemoveMessageListeners</a></div><div class="ttdeci">static V8_INLINE void RemoveMessageListeners(MessageCallback that)</div><div class="ttdef"><b>Definition:</b> v8.h:7457</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a603a9bc7860d7936bce2dd45829869c3"><div class="ttname"><a href="classv8_1_1_isolate.html#a603a9bc7860d7936bce2dd45829869c3">v8::Isolate::IsDead</a></div><div class="ttdeci">bool IsDead()</div></div> <div class="ttc" id="classv8_1_1_promise_reject_message_html"><div class="ttname"><a href="classv8_1_1_promise_reject_message.html">v8::PromiseRejectMessage</a></div><div class="ttdef"><b>Definition:</b> v8.h:4435</div></div> <div class="ttc" id="classv8_1_1_reg_exp_html"><div class="ttname"><a href="classv8_1_1_reg_exp.html">v8::RegExp</a></div><div class="ttdef"><b>Definition:</b> v8.h:3471</div></div> <div class="ttc" id="classv8_1_1_script_origin_html_aa4e6fedf782dd605dc2cee4c8486a894"><div class="ttname"><a href="classv8_1_1_script_origin.html#aa4e6fedf782dd605dc2cee4c8486a894">v8::ScriptOrigin::ResourceIsEmbedderDebugScript</a></div><div class="ttdeci">V8_INLINE Handle&lt; Boolean &gt; ResourceIsEmbedderDebugScript() const </div><div class="ttdef"><b>Definition:</b> v8.h:6811</div></div> <div class="ttc" id="classv8_1_1_string_html_a471cf0e3ca135d839e59d25da66894e0"><div class="ttname"><a href="classv8_1_1_string.html#a471cf0e3ca135d839e59d25da66894e0">v8::String::GetExternalStringResourceBase</a></div><div class="ttdeci">V8_INLINE ExternalStringResourceBase * GetExternalStringResourceBase(Encoding *encoding_out) const </div><div class="ttdef"><b>Definition:</b> v8.h:6933</div></div> <div class="ttc" id="classv8_1_1_string_1_1_external_string_resource_html_a6b7ef9e33a47059092e1447b10c35416"><div class="ttname"><a href="classv8_1_1_string_1_1_external_string_resource.html#a6b7ef9e33a47059092e1447b10c35416">v8::String::ExternalStringResource::~ExternalStringResource</a></div><div class="ttdeci">virtual ~ExternalStringResource()</div><div class="ttdef"><b>Definition:</b> v8.h:2089</div></div> <div class="ttc" id="namespacev8_html_add9f7ab11e4a9a2b9ad2c4536b0e1a64"><div class="ttname"><a href="namespacev8.html#add9f7ab11e4a9a2b9ad2c4536b0e1a64">v8::GenericNamedPropertyQueryCallback</a></div><div class="ttdeci">void(* GenericNamedPropertyQueryCallback)(Local&lt; Name &gt; property, const PropertyCallbackInfo&lt; Integer &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3673</div></div> <div class="ttc" id="classv8_1_1_promise_1_1_resolver_html"><div class="ttname"><a href="classv8_1_1_promise_1_1_resolver.html">v8::Promise::Resolver</a></div><div class="ttdef"><b>Definition:</b> v8.h:2973</div></div> <div class="ttc" id="classv8_1_1_v8_html_af5e81135dae7560b5c503050e67c145a"><div class="ttname"><a href="classv8_1_1_v8.html#af5e81135dae7560b5c503050e67c145a">v8::V8::VisitHandlesForPartialDependence</a></div><div class="ttdeci">static V8_INLINE void VisitHandlesForPartialDependence(Isolate *isolate, PersistentHandleVisitor *visitor)</div><div class="ttdef"><b>Definition:</b> v8.h:7546</div></div> <div class="ttc" id="namespacev8_html_a20826eb7e52e84fa4f632534e8eddd04"><div class="ttname"><a href="namespacev8.html#a20826eb7e52e84fa4f632534e8eddd04">v8::GenericNamedPropertyEnumeratorCallback</a></div><div class="ttdeci">void(* GenericNamedPropertyEnumeratorCallback)(const PropertyCallbackInfo&lt; Array &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3690</div></div> <div class="ttc" id="classv8_1_1_string_1_1_external_string_resource_base_html_af4720342ae31e1ab4656df3f15d069c0"><div class="ttname"><a href="classv8_1_1_string_1_1_external_string_resource_base.html#af4720342ae31e1ab4656df3f15d069c0">v8::String::ExternalStringResourceBase::Dispose</a></div><div class="ttdeci">virtual void Dispose()</div><div class="ttdef"><b>Definition:</b> v8.h:2066</div></div> <div class="ttc" id="classv8_1_1_array_buffer_html"><div class="ttname"><a href="classv8_1_1_array_buffer.html">v8::ArrayBuffer</a></div><div class="ttdef"><b>Definition:</b> v8.h:3032</div></div> <div class="ttc" id="structv8_1_1_maybe_html"><div class="ttname"><a href="structv8_1_1_maybe.html">v8::Maybe</a></div><div class="ttdef"><b>Definition:</b> v8.h:959</div></div> <div class="ttc" id="classv8_1_1_v8_html_ae5af79b24fc62e987e08c43ee148424d"><div class="ttname"><a href="classv8_1_1_v8.html#ae5af79b24fc62e987e08c43ee148424d">v8::V8::IsDead</a></div><div class="ttdeci">static V8_INLINE bool IsDead()</div><div class="ttdef"><b>Definition:</b> v8.h:7445</div></div> <div class="ttc" id="classv8_1_1_function_callback_info_html"><div class="ttname"><a href="classv8_1_1_function_callback_info.html">v8::FunctionCallbackInfo</a></div><div class="ttdef"><b>Definition:</b> v8.h:124</div></div> <div class="ttc" id="classv8_1_1_isolate_html_ae160d90f70a522dca66b8929762598a2"><div class="ttname"><a href="classv8_1_1_isolate.html#ae160d90f70a522dca66b8929762598a2">v8::Isolate::AddMessageListener</a></div><div class="ttdeci">bool AddMessageListener(MessageCallback that, Handle&lt; Value &gt; data=Handle&lt; Value &gt;())</div></div> <div class="ttc" id="namespacev8_html"><div class="ttname"><a href="namespacev8.html">v8</a></div><div class="ttdef"><b>Definition:</b> v8-debug.h:13</div></div> <div class="ttc" id="classv8_1_1_handle_html_a8d20b7afe6afd613b2c026c6bc863d68"><div class="ttname"><a href="classv8_1_1_handle.html#a8d20b7afe6afd613b2c026c6bc863d68">v8::Handle::Clear</a></div><div class="ttdeci">V8_INLINE void Clear()</div><div class="ttdef"><b>Definition:</b> v8.h:253</div></div> <div class="ttc" id="classv8_1_1_try_catch_html_ac2e6359fa11a2aba609af82fb80cf07a"><div class="ttname"><a href="classv8_1_1_try_catch.html#ac2e6359fa11a2aba609af82fb80cf07a">v8::TryCatch::JSStackComparableAddress</a></div><div class="ttdeci">static void * JSStackComparableAddress(v8::TryCatch *handler)</div><div class="ttdef"><b>Definition:</b> v8.h:5817</div></div> <div class="ttc" id="structv8_1_1_jit_code_event_1_1name__t_html"><div class="ttname"><a href="structv8_1_1_jit_code_event_1_1name__t.html">v8::JitCodeEvent::name_t</a></div><div class="ttdef"><b>Definition:</b> v8.h:4583</div></div> <div class="ttc" id="classv8_1_1_handle_html_a69c7348626e4c4d9788189b4efbac2f0"><div class="ttname"><a href="classv8_1_1_handle.html#a69c7348626e4c4d9788189b4efbac2f0">v8::Handle::operator!=</a></div><div class="ttdeci">V8_INLINE bool operator!=(const Handle&lt; S &gt; &amp;that) const </div><div class="ttdef"><b>Definition:</b> v8.h:288</div></div> <div class="ttc" id="classv8_1_1_persistent_html_a37ec0a2c08eea4b397272a1a0fe0138c"><div class="ttname"><a href="classv8_1_1_persistent.html#a37ec0a2c08eea4b397272a1a0fe0138c">v8::Persistent::Persistent</a></div><div class="ttdeci">V8_INLINE Persistent(Isolate *isolate, Handle&lt; S &gt; that)</div><div class="ttdef"><b>Definition:</b> v8.h:692</div></div> <div class="ttc" id="classv8_1_1internal_1_1_custom_arguments_html"><div class="ttname"><a href="classv8_1_1internal_1_1_custom_arguments.html">v8::internal::CustomArguments</a></div><div class="ttdef"><b>Definition:</b> v8.h:140</div></div> <div class="ttc" id="classv8_1_1_v8_html_a290bf883bb4bf8f312089a23a628c067"><div class="ttname"><a href="classv8_1_1_v8.html#a290bf883bb4bf8f312089a23a628c067">v8::V8::SetFatalErrorHandler</a></div><div class="ttdeci">static V8_INLINE void SetFatalErrorHandler(FatalErrorCallback that)</div><div class="ttdef"><b>Definition:</b> v8.h:7478</div></div> <div class="ttc" id="classv8_1_1_function_html"><div class="ttname"><a href="classv8_1_1_function.html">v8::Function</a></div><div class="ttdef"><b>Definition:</b> v8.h:2899</div></div> <div class="ttc" id="classv8_1_1_persistent_handle_visitor_html"><div class="ttname"><a href="classv8_1_1_persistent_handle_visitor.html">v8::PersistentHandleVisitor</a></div><div class="ttdef"><b>Definition:</b> v8.h:4643</div></div> <div class="ttc" id="classv8_1_1_seal_handle_scope_html"><div class="ttname"><a href="classv8_1_1_seal_handle_scope.html">v8::SealHandleScope</a></div><div class="ttdef"><b>Definition:</b> v8.h:935</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a055fc73d18747b96c51f00599cdd3ec1"><div class="ttname"><a href="classv8_1_1_isolate.html#a055fc73d18747b96c51f00599cdd3ec1">v8::Isolate::SetReference</a></div><div class="ttdeci">void SetReference(const Persistent&lt; T &gt; &amp;parent, const Persistent&lt; S &gt; &amp;child)</div><div class="ttdef"><b>Definition:</b> v8.h:7404</div></div> <div class="ttc" id="classv8_1_1_string_html"><div class="ttname"><a href="classv8_1_1_string.html">v8::String</a></div><div class="ttdef"><b>Definition:</b> v8.h:1955</div></div> <div class="ttc" id="namespacev8_html_add8bef6469c5b94706584124e610046c"><div class="ttname"><a href="namespacev8.html#add8bef6469c5b94706584124e610046c">v8::AccessType</a></div><div class="ttdeci">AccessType</div><div class="ttdef"><b>Definition:</b> v8.h:3743</div></div> <div class="ttc" id="classv8_1_1_accessor_signature_html"><div class="ttname"><a href="classv8_1_1_accessor_signature.html">v8::AccessorSignature</a></div><div class="ttdef"><b>Definition:</b> v8.h:4201</div></div> <div class="ttc" id="structv8_1_1_register_state_html"><div class="ttname"><a href="structv8_1_1_register_state.html">v8::RegisterState</a></div><div class="ttdef"><b>Definition:</b> v8.h:1560</div></div> <div class="ttc" id="classv8_1_1_data_view_html"><div class="ttname"><a href="classv8_1_1_data_view.html">v8::DataView</a></div><div class="ttdef"><b>Definition:</b> v8.h:3356</div></div> <div class="ttc" id="namespacev8_html_a48e7816ba64447bf32a25d194588daaf"><div class="ttname"><a href="namespacev8.html#a48e7816ba64447bf32a25d194588daaf">v8::IndexedPropertyGetterCallback</a></div><div class="ttdeci">void(* IndexedPropertyGetterCallback)(uint32_t index, const PropertyCallbackInfo&lt; Value &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3698</div></div> <div class="ttc" id="structv8_1_1_isolate_1_1_create_params_html_a6dae371b4c28bf7e8b3534dc24f13323"><div class="ttname"><a href="structv8_1_1_isolate_1_1_create_params.html#a6dae371b4c28bf7e8b3534dc24f13323">v8::Isolate::CreateParams::enable_serializer</a></div><div class="ttdeci">bool enable_serializer</div><div class="ttdef"><b>Definition:</b> v8.h:4693</div></div> <div class="ttc" id="classv8_1_1_locker_html_a9f41151c92493a27d6724676fc774b51"><div class="ttname"><a href="classv8_1_1_locker.html#a9f41151c92493a27d6724676fc774b51">v8::Locker::Locker</a></div><div class="ttdeci">V8_INLINE Locker(Isolate *isolate)</div><div class="ttdef"><b>Definition:</b> v8.h:6128</div></div> <div class="ttc" id="classv8_1_1_uint32_html"><div class="ttname"><a href="classv8_1_1_uint32.html">v8::Uint32</a></div><div class="ttdef"><b>Definition:</b> v8.h:2391</div></div> <div class="ttc" id="classv8_1_1internal_1_1_internals_html"><div class="ttname"><a href="classv8_1_1internal_1_1_internals.html">v8::internal::Internals</a></div><div class="ttdef"><b>Definition:</b> v8.h:6244</div></div> <div class="ttc" id="classv8_1_1_heap_profiler_html"><div class="ttname"><a href="classv8_1_1_heap_profiler.html">v8::HeapProfiler</a></div><div class="ttdef"><b>Definition:</b> v8-profiler.h:410</div></div> <div class="ttc" id="classv8_1_1_handle_html_a38d25e9394afb08cf0aa088549dad810"><div class="ttname"><a href="classv8_1_1_handle.html#a38d25e9394afb08cf0aa088549dad810">v8::Handle::Handle</a></div><div class="ttdeci">V8_INLINE Handle()</div><div class="ttdef"><b>Definition:</b> v8.h:223</div></div> <div class="ttc" id="namespacev8_html_a50cae386a68bf9ff23d02aa1161face4"><div class="ttname"><a href="namespacev8.html#a50cae386a68bf9ff23d02aa1161face4">v8::NamedPropertyGetterCallback</a></div><div class="ttdeci">void(* NamedPropertyGetterCallback)(Local&lt; String &gt; property, const PropertyCallbackInfo&lt; Value &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3606</div></div> <div class="ttc" id="classv8_1_1_uint32_array_html"><div class="ttname"><a href="classv8_1_1_uint32_array.html">v8::Uint32Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:3292</div></div> <div class="ttc" id="structv8_1_1_jit_code_event_html"><div class="ttname"><a href="structv8_1_1_jit_code_event.html">v8::JitCodeEvent</a></div><div class="ttdef"><b>Definition:</b> v8.h:4553</div></div> <div class="ttc" id="classv8_1_1_phantom_persistent_value_map_html"><div class="ttname"><a href="classv8_1_1_phantom_persistent_value_map.html">v8::PhantomPersistentValueMap</a></div><div class="ttdef"><b>Definition:</b> v8-util.h:409</div></div> <div class="ttc" id="classv8_1_1_handle_html_a9ef27868379876db37322856edeafca7"><div class="ttname"><a href="classv8_1_1_handle.html#a9ef27868379876db37322856edeafca7">v8::Handle::Handle</a></div><div class="ttdeci">V8_INLINE Handle(Handle&lt; S &gt; that)</div><div class="ttdef"><b>Definition:</b> v8.h:235</div></div> <div class="ttc" id="classv8_1_1_isolate_html_ad91199faf0a599c69539af01f5df44e9"><div class="ttname"><a href="classv8_1_1_isolate.html#ad91199faf0a599c69539af01f5df44e9">v8::Isolate::SetAllowCodeGenerationFromStringsCallback</a></div><div class="ttdeci">void SetAllowCodeGenerationFromStringsCallback(AllowCodeGenerationFromStringsCallback callback)</div></div> <div class="ttc" id="classv8_1_1_function_template_html"><div class="ttname"><a href="classv8_1_1_function_template.html">v8::FunctionTemplate</a></div><div class="ttdef"><b>Definition:</b> v8.h:3867</div></div> <div class="ttc" id="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope_html"><div class="ttname"><a href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">v8::Isolate::DisallowJavascriptExecutionScope</a></div><div class="ttdef"><b>Definition:</b> v8.h:4721</div></div> <div class="ttc" id="classv8_1_1_number_html"><div class="ttname"><a href="classv8_1_1_number.html">v8::Number</a></div><div class="ttdef"><b>Definition:</b> v8.h:2351</div></div> <div class="ttc" id="classv8_1_1_v8_html_a2e188bdc8a4afccad8e326e2a43e582e"><div class="ttname"><a href="classv8_1_1_v8.html#a2e188bdc8a4afccad8e326e2a43e582e">v8::V8::RemoveMemoryAllocationCallback</a></div><div class="ttdeci">static V8_INLINE void RemoveMemoryAllocationCallback(MemoryAllocationCallback callback)</div><div class="ttdef"><b>Definition:</b> v8.h:7506</div></div> <div class="ttc" id="classv8_1_1_isolate_html_ae4418cb238686a321aa406e90c72fab5"><div class="ttname"><a href="classv8_1_1_isolate.html#ae4418cb238686a321aa406e90c72fab5">v8::Isolate::SetObjectGroupId</a></div><div class="ttdeci">void SetObjectGroupId(const Persistent&lt; T &gt; &amp;object, UniqueId id)</div><div class="ttdef"><b>Definition:</b> v8.h:7387</div></div> <div class="ttc" id="classv8_1_1_script_compiler_html"><div class="ttname"><a href="classv8_1_1_script_compiler.html">v8::ScriptCompiler</a></div><div class="ttdef"><b>Definition:</b> v8.h:1096</div></div> <div class="ttc" id="classv8_1_1_stack_trace_html_a9704e4a37949eb8eb8ccddbddf161492"><div class="ttname"><a href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">v8::StackTrace::StackTraceOptions</a></div><div class="ttdeci">StackTraceOptions</div><div class="ttdef"><b>Definition:</b> v8.h:1448</div></div> <div class="ttc" id="classv8_1_1_string_html_aa4b8c052f5108ca6350c45922602b9d4"><div class="ttname"><a href="classv8_1_1_string.html#aa4b8c052f5108ca6350c45922602b9d4">v8::String::NewFromUtf8</a></div><div class="ttdeci">static Local&lt; String &gt; NewFromUtf8(Isolate *isolate, const char *data, NewStringType type=kNormalString, int length=-1)</div></div> <div class="ttc" id="namespacev8_html_a4ac7cc6185ebc8b6a199f9fa8e6bf5c3"><div class="ttname"><a href="namespacev8.html#a4ac7cc6185ebc8b6a199f9fa8e6bf5c3">v8::IndexedPropertySetterCallback</a></div><div class="ttdeci">void(* IndexedPropertySetterCallback)(uint32_t index, Local&lt; Value &gt; value, const PropertyCallbackInfo&lt; Value &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3707</div></div> <div class="ttc" id="classv8_1_1_handle_html"><div class="ttname"><a href="classv8_1_1_handle.html">v8::Handle</a></div><div class="ttdef"><b>Definition:</b> v8.h:106</div></div> <div class="ttc" id="structv8_1_1_named_property_handler_configuration_html_a192a4ed58ec8d3398b8fe11a8894f9d4"><div class="ttname"><a href="structv8_1_1_named_property_handler_configuration.html#a192a4ed58ec8d3398b8fe11a8894f9d4">v8::NamedPropertyHandlerConfiguration::NamedPropertyHandlerConfiguration</a></div><div class="ttdeci">NamedPropertyHandlerConfiguration(GenericNamedPropertyGetterCallback getter=0, GenericNamedPropertySetterCallback setter=0, GenericNamedPropertyQueryCallback query=0, GenericNamedPropertyDeleterCallback deleter=0, GenericNamedPropertyEnumeratorCallback enumerator=0, Handle&lt; Value &gt; data=Handle&lt; Value &gt;(), PropertyHandlerFlags flags=PropertyHandlerFlags::kNone)</div><div class="ttdef"><b>Definition:</b> v8.h:3953</div></div> <div class="ttc" id="structv8_1_1_indexed_property_handler_configuration_html"><div class="ttname"><a href="structv8_1_1_indexed_property_handler_configuration.html">v8::IndexedPropertyHandlerConfiguration</a></div><div class="ttdef"><b>Definition:</b> v8.h:3980</div></div> <div class="ttc" id="classv8_1_1_type_switch_html"><div class="ttname"><a href="classv8_1_1_type_switch.html">v8::TypeSwitch</a></div><div class="ttdef"><b>Definition:</b> v8.h:4216</div></div> <div class="ttc" id="classv8_1_1_v8_html_a23fe97e88020bf23ad009f7a4bdb0192"><div class="ttname"><a href="classv8_1_1_v8.html#a23fe97e88020bf23ad009f7a4bdb0192">v8::V8::TerminateExecution</a></div><div class="ttdeci">static V8_INLINE void TerminateExecution(Isolate *isolate)</div><div class="ttdef"><b>Definition:</b> v8.h:7512</div></div> <div class="ttc" id="classv8_1_1_resource_constraints_html"><div class="ttname"><a href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></div><div class="ttdef"><b>Definition:</b> v8.h:4303</div></div> <div class="ttc" id="classv8_1_1_unique_persistent_html"><div class="ttname"><a href="classv8_1_1_unique_persistent.html">v8::UniquePersistent</a></div><div class="ttdef"><b>Definition:</b> v8.h:113</div></div> <div class="ttc" id="classv8_1_1_number_object_html"><div class="ttname"><a href="classv8_1_1_number_object.html">v8::NumberObject</a></div><div class="ttdef"><b>Definition:</b> v8.h:3405</div></div> <div class="ttc" id="classv8_1_1_script_html"><div class="ttname"><a href="classv8_1_1_script.html">v8::Script</a></div><div class="ttdef"><b>Definition:</b> v8.h:1062</div></div> <div class="ttc" id="namespacev8_html_adbb0a6d5537371953f9ba807d4f6275e"><div class="ttname"><a href="namespacev8.html#adbb0a6d5537371953f9ba807d4f6275e">v8::IndexedPropertyEnumeratorCallback</a></div><div class="ttdeci">void(* IndexedPropertyEnumeratorCallback)(const PropertyCallbackInfo&lt; Array &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3736</div></div> <div class="ttc" id="namespacev8_html_a980b62c33eb664783e61e25c3b27f9ee"><div class="ttname"><a href="namespacev8.html#a980b62c33eb664783e61e25c3b27f9ee">v8::IndexedPropertyQueryCallback</a></div><div class="ttdeci">void(* IndexedPropertyQueryCallback)(uint32_t index, const PropertyCallbackInfo&lt; Integer &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3717</div></div> <div class="ttc" id="classv8_1_1_symbol_html"><div class="ttname"><a href="classv8_1_1_symbol.html">v8::Symbol</a></div><div class="ttdef"><b>Definition:</b> v8.h:2287</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a0319e55b26ba3ac51d867b37b917a21f"><div class="ttname"><a href="classv8_1_1_isolate.html#a0319e55b26ba3ac51d867b37b917a21f">v8::Isolate::RemoveMessageListeners</a></div><div class="ttdeci">void RemoveMessageListeners(MessageCallback that)</div></div> <div class="ttc" id="structv8_1_1_sample_info_html"><div class="ttname"><a href="structv8_1_1_sample_info.html">v8::SampleInfo</a></div><div class="ttdef"><b>Definition:</b> v8.h:1569</div></div> <div class="ttc" id="classv8_1_1_array_html"><div class="ttname"><a href="classv8_1_1_array.html">v8::Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:2757</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a8c60c4e0f61250a422ba2336dcd50a75"><div class="ttname"><a href="classv8_1_1_isolate.html#a8c60c4e0f61250a422ba2336dcd50a75">v8::Isolate::VisitHandlesWithClassIds</a></div><div class="ttdeci">void VisitHandlesWithClassIds(PersistentHandleVisitor *visitor)</div></div> <div class="ttc" id="classv8_1_1_string_1_1_external_string_resource_html"><div class="ttname"><a href="classv8_1_1_string_1_1_external_string_resource.html">v8::String::ExternalStringResource</a></div><div class="ttdef"><b>Definition:</b> v8.h:2082</div></div> <div class="ttc" id="classv8_1_1_string_html_aa393d47baa54467fe57001065e49194b"><div class="ttname"><a href="classv8_1_1_string.html#aa393d47baa54467fe57001065e49194b">v8::String::Empty</a></div><div class="ttdeci">static V8_INLINE v8::Local&lt; v8::String &gt; Empty(Isolate *isolate)</div><div class="ttdef"><b>Definition:</b> v8.h:6906</div></div> <div class="ttc" id="namespacev8_html_a39243bc91e63d64d111452fdb98c4733"><div class="ttname"><a href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">v8::JitCodeEventHandler</a></div><div class="ttdeci">void(* JitCodeEventHandler)(const JitCodeEvent *event)</div><div class="ttdef"><b>Definition:</b> v8.h:4627</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a7060092fd45588f4085753b3da1b2c82"><div class="ttname"><a href="classv8_1_1_isolate.html#a7060092fd45588f4085753b3da1b2c82">v8::Isolate::GetNumberOfDataSlots</a></div><div class="ttdeci">static V8_INLINE uint32_t GetNumberOfDataSlots()</div><div class="ttdef"><b>Definition:</b> v8.h:7359</div></div> <div class="ttc" id="classv8_1_1_isolate_1_1_allow_javascript_execution_scope_html"><div class="ttname"><a href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">v8::Isolate::AllowJavascriptExecutionScope</a></div><div class="ttdef"><b>Definition:</b> v8.h:4742</div></div> <div class="ttc" id="classv8_1_1_object_html_a435f68bb7ef0f64dd522c5c910682448"><div class="ttname"><a href="classv8_1_1_object.html#a435f68bb7ef0f64dd522c5c910682448">v8::Object::GetAlignedPointerFromInternalField</a></div><div class="ttdeci">V8_INLINE void * GetAlignedPointerFromInternalField(int index)</div><div class="ttdef"><b>Definition:</b> v8.h:6882</div></div> <div class="ttc" id="classv8_1_1_array_buffer_view_html"><div class="ttname"><a href="classv8_1_1_array_buffer_view.html">v8::ArrayBufferView</a></div><div class="ttdef"><b>Definition:</b> v8.h:3162</div></div> <div class="ttc" id="structv8_1_1_isolate_1_1_create_params_html_aa7aa18bbe2d86713e5b074a93b38dc60"><div class="ttname"><a href="structv8_1_1_isolate_1_1_create_params.html#aa7aa18bbe2d86713e5b074a93b38dc60">v8::Isolate::CreateParams::entry_hook</a></div><div class="ttdeci">FunctionEntryHook entry_hook</div><div class="ttdef"><b>Definition:</b> v8.h:4677</div></div> <div class="ttc" id="classv8_1_1_property_callback_info_html"><div class="ttname"><a href="classv8_1_1_property_callback_info.html">v8::PropertyCallbackInfo</a></div><div class="ttdef"><b>Definition:</b> v8.h:125</div></div> <div class="ttc" id="classv8_1_1_uint8_array_html"><div class="ttname"><a href="classv8_1_1_uint8_array.html">v8::Uint8Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:3213</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html_a1fb3293eff7a66068de13d152f73f308"><div class="ttname"><a href="classv8_1_1_persistent_base.html#a1fb3293eff7a66068de13d152f73f308">v8::PersistentBase::SetWeak</a></div><div class="ttdeci">V8_INLINE void SetWeak(P *parameter, typename WeakCallbackData&lt; T, P &gt;::Callback callback)</div></div> <div class="ttc" id="classv8_1_1_stack_frame_html"><div class="ttname"><a href="classv8_1_1_stack_frame.html">v8::StackFrame</a></div><div class="ttdef"><b>Definition:</b> v8.h:1494</div></div> <div class="ttc" id="namespacev8_html_a24b1801fa53a7c5a71366d8044927563"><div class="ttname"><a href="namespacev8.html#a24b1801fa53a7c5a71366d8044927563">v8::GenericNamedPropertyGetterCallback</a></div><div class="ttdeci">void(* GenericNamedPropertyGetterCallback)(Local&lt; Name &gt; property, const PropertyCallbackInfo&lt; Value &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3655</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a75cbe037e7657a7c7bd65e2edf0164d5"><div class="ttname"><a href="classv8_1_1_isolate.html#a75cbe037e7657a7c7bd65e2edf0164d5">v8::Isolate::CancelTerminateExecution</a></div><div class="ttdeci">void CancelTerminateExecution()</div></div> <div class="ttc" id="classv8_1_1_native_weak_map_html"><div class="ttname"><a href="classv8_1_1_native_weak_map.html">v8::NativeWeakMap</a></div><div class="ttdef"><b>Definition:</b> v8.h:1596</div></div> <div class="ttc" id="classv8_1_1_persistent_value_map_base_html"><div class="ttname"><a href="classv8_1_1_persistent_value_map_base.html">v8::PersistentValueMapBase</a></div><div class="ttdef"><b>Definition:</b> v8-util.h:156</div></div> <div class="ttc" id="classv8_1_1_v8_html_affcb65e1fdf849fadc6302655b981bbc"><div class="ttname"><a href="classv8_1_1_v8.html#affcb65e1fdf849fadc6302655b981bbc">v8::V8::SetFailedAccessCheckCallbackFunction</a></div><div class="ttdeci">static V8_INLINE void SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallback)</div><div class="ttdef"><b>Definition:</b> v8.h:7463</div></div> <div class="ttc" id="classv8_1_1_typed_array_html"><div class="ttname"><a href="classv8_1_1_typed_array.html">v8::TypedArray</a></div><div class="ttdef"><b>Definition:</b> v8.h:3193</div></div> <div class="ttc" id="classv8_1_1_template_html"><div class="ttname"><a href="classv8_1_1_template.html">v8::Template</a></div><div class="ttdef"><b>Definition:</b> v8.h:3534</div></div> <div class="ttc" id="classv8_1_1_persistent_html_a5ce14612215393683d814056015a102d"><div class="ttname"><a href="classv8_1_1_persistent.html#a5ce14612215393683d814056015a102d">v8::Persistent::Persistent</a></div><div class="ttdeci">V8_INLINE Persistent()</div><div class="ttdef"><b>Definition:</b> v8.h:686</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html_aed12b0a54bc5ade1fb44e3bdb3a1fe74"><div class="ttname"><a href="classv8_1_1_persistent_base.html#aed12b0a54bc5ade1fb44e3bdb3a1fe74">v8::PersistentBase::MarkIndependent</a></div><div class="ttdeci">V8_INLINE void MarkIndependent()</div><div class="ttdef"><b>Definition:</b> v8.h:6581</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a5ae00cc99d8aca148c6f5f9698c432c9"><div class="ttname"><a href="classv8_1_1_isolate.html#a5ae00cc99d8aca148c6f5f9698c432c9">v8::Isolate::GarbageCollectionType</a></div><div class="ttdeci">GarbageCollectionType</div><div class="ttdef"><b>Definition:</b> v8.h:4779</div></div> <div class="ttc" id="classv8_1_1_array_buffer_1_1_contents_html"><div class="ttname"><a href="classv8_1_1_array_buffer_1_1_contents.html">v8::ArrayBuffer::Contents</a></div><div class="ttdef"><b>Definition:</b> v8.h:3073</div></div> <div class="ttc" id="classv8_1_1_uint8_clamped_array_html"><div class="ttname"><a href="classv8_1_1_uint8_clamped_array.html">v8::Uint8ClampedArray</a></div><div class="ttdef"><b>Definition:</b> v8.h:3229</div></div> <div class="ttc" id="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope_html"><div class="ttname"><a href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">v8::Isolate::SuppressMicrotaskExecutionScope</a></div><div class="ttdef"><b>Definition:</b> v8.h:4761</div></div> <div class="ttc" id="classv8_1_1_script_compiler_1_1_external_source_stream_html"><div class="ttname"><a href="classv8_1_1_script_compiler_1_1_external_source_stream.html">v8::ScriptCompiler::ExternalSourceStream</a></div><div class="ttdef"><b>Definition:</b> v8.h:1179</div></div> <div class="ttc" id="classv8_1_1_v8_html_aee4cfeb1a6153e2e6488fb8e3c1ac6ce"><div class="ttname"><a href="classv8_1_1_v8.html#aee4cfeb1a6153e2e6488fb8e3c1ac6ce">v8::V8::RemoveGCEpilogueCallback</a></div><div class="ttdeci">static V8_INLINE void RemoveGCEpilogueCallback(GCEpilogueCallback callback)</div><div class="ttdef"><b>Definition:</b> v8.h:7491</div></div> <div class="ttc" id="classv8_1_1_persistent_html"><div class="ttname"><a href="classv8_1_1_persistent.html">v8::Persistent</a></div><div class="ttdef"><b>Definition:</b> v8.h:112</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a0f8484db111e967d70ea7551b3593ce6"><div class="ttname"><a href="classv8_1_1_isolate.html#a0f8484db111e967d70ea7551b3593ce6">v8::Isolate::SetReferenceFromGroup</a></div><div class="ttdeci">void SetReferenceFromGroup(UniqueId id, const Persistent&lt; T &gt; &amp;child)</div><div class="ttdef"><b>Definition:</b> v8.h:7395</div></div> <div class="ttc" id="classv8_1_1_try_catch_html"><div class="ttname"><a href="classv8_1_1_try_catch.html">v8::TryCatch</a></div><div class="ttdef"><b>Definition:</b> v8.h:5694</div></div> <div class="ttc" id="classv8_1_1_primitive_html"><div class="ttname"><a href="classv8_1_1_primitive.html">v8::Primitive</a></div><div class="ttdef"><b>Definition:</b> v8.h:1918</div></div> <div class="ttc" id="classv8_1_1_unique_persistent_html_adab1460f2350842ea97e9ac63b3b3692"><div class="ttname"><a href="classv8_1_1_unique_persistent.html#adab1460f2350842ea97e9ac63b3b3692">v8::UniquePersistent::UniquePersistent</a></div><div class="ttdeci">V8_INLINE UniquePersistent()</div><div class="ttdef"><b>Definition:</b> v8.h:784</div></div> <div class="ttc" id="classv8_1_1_string_1_1_external_one_byte_string_resource_html_a443edbb33926b2a9480fe0caac6e95ab"><div class="ttname"><a href="classv8_1_1_string_1_1_external_one_byte_string_resource.html#a443edbb33926b2a9480fe0caac6e95ab">v8::String::ExternalOneByteStringResource::~ExternalOneByteStringResource</a></div><div class="ttdeci">virtual ~ExternalOneByteStringResource()</div><div class="ttdef"><b>Definition:</b> v8.h:2122</div></div> <div class="ttc" id="classv8_1_1_persistent_value_vector_html"><div class="ttname"><a href="classv8_1_1_persistent_value_vector.html">v8::PersistentValueVector</a></div><div class="ttdef"><b>Definition:</b> v8-util.h:527</div></div> <div class="ttc" id="classv8_1_1_date_html"><div class="ttname"><a href="classv8_1_1_date.html">v8::Date</a></div><div class="ttdef"><b>Definition:</b> v8.h:3371</div></div> <div class="ttc" id="classv8_1_1_isolate_html_acff413b8633aa13f1308697c0ce8c5fa"><div class="ttname"><a href="classv8_1_1_isolate.html#acff413b8633aa13f1308697c0ce8c5fa">v8::Isolate::AddMemoryAllocationCallback</a></div><div class="ttdeci">void AddMemoryAllocationCallback(MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action)</div></div> <div class="ttc" id="classv8_1_1_unique_id_html"><div class="ttname"><a href="classv8_1_1_unique_id.html">v8::UniqueId</a></div><div class="ttdef"><b>Definition:</b> v8.h:164</div></div> <div class="ttc" id="classv8_1_1_array_buffer_1_1_allocator_html"><div class="ttname"><a href="classv8_1_1_array_buffer_1_1_allocator.html">v8::ArrayBuffer::Allocator</a></div><div class="ttdef"><b>Definition:</b> v8.h:3041</div></div> <div class="ttc" id="classv8_1_1_handle_html_abdacd07b9678b4545e5dcf6a030ccad5"><div class="ttname"><a href="classv8_1_1_handle.html#abdacd07b9678b4545e5dcf6a030ccad5">v8::Handle::operator==</a></div><div class="ttdeci">V8_INLINE bool operator==(const Handle&lt; S &gt; &amp;that) const </div><div class="ttdef"><b>Definition:</b> v8.h:265</div></div> <div class="ttc" id="classv8_1_1_int32_array_html"><div class="ttname"><a href="classv8_1_1_int32_array.html">v8::Int32Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:3308</div></div> <div class="ttc" id="classv8_1_1_weak_callback_data_html"><div class="ttname"><a href="classv8_1_1_weak_callback_data.html">v8::WeakCallbackData</a></div><div class="ttdef"><b>Definition:</b> v8.h:458</div></div> <div class="ttc" id="classv8_1_1_isolate_html"><div class="ttname"><a href="classv8_1_1_isolate.html">v8::Isolate</a></div><div class="ttdef"><b>Definition:</b> v8.h:4659</div></div> <div class="ttc" id="classv8_1_1_symbol_object_html"><div class="ttname"><a href="classv8_1_1_symbol_object.html">v8::SymbolObject</a></div><div class="ttdef"><b>Definition:</b> v8.h:3455</div></div> <div class="ttc" id="classv8_1_1_external_html"><div class="ttname"><a href="classv8_1_1_external.html">v8::External</a></div><div class="ttdef"><b>Definition:</b> v8.h:3518</div></div> <div class="ttc" id="classv8_1_1_object_html_a65b5a3dc93c0774594f8b0f2ab5481c8"><div class="ttname"><a href="classv8_1_1_object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">v8::Object::GetAlignedPointerFromInternalField</a></div><div class="ttdeci">static V8_INLINE void * GetAlignedPointerFromInternalField(const PersistentBase&lt; Object &gt; &amp;object, int index)</div><div class="ttdef"><b>Definition:</b> v8.h:2614</div></div> <div class="ttc" id="classv8_1_1_handle_html_a9e58ac49e3f1a029c2c6e217a61c8419"><div class="ttname"><a href="classv8_1_1_handle.html#a9e58ac49e3f1a029c2c6e217a61c8419">v8::Handle::IsEmpty</a></div><div class="ttdeci">V8_INLINE bool IsEmpty() const </div><div class="ttdef"><b>Definition:</b> v8.h:248</div></div> <div class="ttc" id="namespacev8_html_ac109d6f27e0c0f9ef4e98bcf7a806cf2"><div class="ttname"><a href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">v8::GCType</a></div><div class="ttdeci">GCType</div><div class="ttdef"><b>Definition:</b> v8.h:4485</div></div> <div class="ttc" id="classv8_1_1_int32_html"><div class="ttname"><a href="classv8_1_1_int32.html">v8::Int32</a></div><div class="ttdef"><b>Definition:</b> v8.h:2380</div></div> <div class="ttc" id="classv8_1_1_isolate_html_ad212b2e0b66ff5d586cd79cfa0b555fb"><div class="ttname"><a href="classv8_1_1_isolate.html#ad212b2e0b66ff5d586cd79cfa0b555fb">v8::Isolate::TerminateExecution</a></div><div class="ttdeci">void TerminateExecution()</div></div> <div class="ttc" id="classv8_1_1_isolate_1_1_scope_html"><div class="ttname"><a href="classv8_1_1_isolate_1_1_scope.html">v8::Isolate::Scope</a></div><div class="ttdef"><b>Definition:</b> v8.h:4701</div></div> <div class="ttc" id="namespacev8_html_ab5cafda0c556bba990c660ce9c904e0d"><div class="ttname"><a href="namespacev8.html#ab5cafda0c556bba990c660ce9c904e0d">v8::NamedSecurityCallback</a></div><div class="ttdeci">bool(* NamedSecurityCallback)(Local&lt; Object &gt; host, Local&lt; Value &gt; key, AccessType type, Local&lt; Value &gt; data)</div><div class="ttdef"><b>Definition:</b> v8.h:3756</div></div> <div class="ttc" id="classv8_1_1_platform_html"><div class="ttname"><a href="classv8_1_1_platform.html">v8::Platform</a></div><div class="ttdef"><b>Definition:</b> v8-platform.h:28</div></div> <div class="ttc" id="classv8_1_1_int8_array_html"><div class="ttname"><a href="classv8_1_1_int8_array.html">v8::Int8Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:3244</div></div> <div class="ttc" id="classv8_1_1_escapable_handle_scope_html"><div class="ttname"><a href="classv8_1_1_escapable_handle_scope.html">v8::EscapableHandleScope</a></div><div class="ttdef"><b>Definition:</b> v8.h:906</div></div> <div class="ttc" id="structv8_1_1_named_property_handler_configuration_html"><div class="ttname"><a href="structv8_1_1_named_property_handler_configuration.html">v8::NamedPropertyHandlerConfiguration</a></div><div class="ttdef"><b>Definition:</b> v8.h:3952</div></div> <div class="ttc" id="classv8_1_1_eternal_html"><div class="ttname"><a href="classv8_1_1_eternal.html">v8::Eternal</a></div><div class="ttdef"><b>Definition:</b> v8.h:108</div></div> <div class="ttc" id="classv8_1_1_int16_array_html"><div class="ttname"><a href="classv8_1_1_int16_array.html">v8::Int16Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:3276</div></div> <div class="ttc" id="classv8_1_1_uint16_array_html"><div class="ttname"><a href="classv8_1_1_uint16_array.html">v8::Uint16Array</a></div><div class="ttdef"><b>Definition:</b> v8.h:3260</div></div> <div class="ttc" id="classv8_1_1_string_object_html"><div class="ttname"><a href="classv8_1_1_string_object.html">v8::StringObject</a></div><div class="ttdef"><b>Definition:</b> v8.h:3437</div></div> <div class="ttc" id="classv8_1_1_external_one_byte_string_resource_impl_html"><div class="ttname"><a href="classv8_1_1_external_one_byte_string_resource_impl.html">v8::ExternalOneByteStringResourceImpl</a></div><div class="ttdef"><b>Definition:</b> v8.h:4228</div></div> <div class="ttc" id="classv8_1_1_isolate_html_aee57283198c192e83afe5e7d12d42e85"><div class="ttname"><a href="classv8_1_1_isolate.html#aee57283198c192e83afe5e7d12d42e85">v8::Isolate::IsExecutionTerminating</a></div><div class="ttdeci">bool IsExecutionTerminating()</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a0ea70b9953abf15184a20eba6aab389f"><div class="ttname"><a href="classv8_1_1_isolate.html#a0ea70b9953abf15184a20eba6aab389f">v8::Isolate::SetCaptureStackTraceForUncaughtExceptions</a></div><div class="ttdeci">void SetCaptureStackTraceForUncaughtExceptions(bool capture, int frame_limit=10, StackTrace::StackTraceOptions options=StackTrace::kOverview)</div></div> <div class="ttc" id="classv8_1_1_v8_html_ad2d640d45bc1a675c5605bb9c5958b29"><div class="ttname"><a href="classv8_1_1_v8.html#ad2d640d45bc1a675c5605bb9c5958b29">v8::V8::AddMemoryAllocationCallback</a></div><div class="ttdeci">static V8_INLINE void AddMemoryAllocationCallback(MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action)</div><div class="ttdef"><b>Definition:</b> v8.h:7498</div></div> <div class="ttc" id="classv8_1_1_extension_configuration_html"><div class="ttname"><a href="classv8_1_1_extension_configuration.html">v8::ExtensionConfiguration</a></div><div class="ttdef"><b>Definition:</b> v8.h:5855</div></div> <div class="ttc" id="classv8_1_1_return_value_html"><div class="ttname"><a href="classv8_1_1_return_value.html">v8::ReturnValue</a></div><div class="ttdef"><b>Definition:</b> v8.h:131</div></div> <div class="ttc" id="classv8_1_1_escapable_handle_scope_html_afdf0d3850978f65d1a827f78b3a2b6fd"><div class="ttname"><a href="classv8_1_1_escapable_handle_scope.html#afdf0d3850978f65d1a827f78b3a2b6fd">v8::EscapableHandleScope::Escape</a></div><div class="ttdeci">V8_INLINE Local&lt; T &gt; Escape(Local&lt; T &gt; value)</div><div class="ttdef"><b>Definition:</b> v8.h:916</div></div> <div class="ttc" id="classv8_1_1_value_html_aa2c6ed8ef832223a7e2cd81e6ac61c78"><div class="ttname"><a href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">v8::Value::IsNull</a></div><div class="ttdeci">V8_INLINE bool IsNull() const </div><div class="ttdef"><b>Definition:</b> v8.h:6971</div></div> <div class="ttc" id="classv8_1_1_local_html_a18d761713c1062a38f58a568fffe8f80"><div class="ttname"><a href="classv8_1_1_local.html#a18d761713c1062a38f58a568fffe8f80">v8::Local::Local</a></div><div class="ttdeci">V8_INLINE Local(Local&lt; S &gt; that)</div><div class="ttdef"><b>Definition:</b> v8.h:357</div></div> <div class="ttc" id="namespacev8_html_af74716c6e95a269c6cd4314662fd0a7e"><div class="ttname"><a href="namespacev8.html#af74716c6e95a269c6cd4314662fd0a7e">v8::GenericNamedPropertySetterCallback</a></div><div class="ttdeci">void(* GenericNamedPropertySetterCallback)(Local&lt; Name &gt; property, Local&lt; Value &gt; value, const PropertyCallbackInfo&lt; Value &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3663</div></div> <div class="ttc" id="classv8_1_1_locker_html"><div class="ttname"><a href="classv8_1_1_locker.html">v8::Locker</a></div><div class="ttdef"><b>Definition:</b> v8.h:6123</div></div> <div class="ttc" id="namespacev8_html_a8ce54c75241be41ff6a25e9944eefd2a"><div class="ttname"><a href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">v8::ReturnAddressLocationResolver</a></div><div class="ttdeci">uintptr_t(* ReturnAddressLocationResolver)(uintptr_t return_addr_location)</div><div class="ttdef"><b>Definition:</b> v8.h:5360</div></div> <div class="ttc" id="structv8_1_1_copyable_persistent_traits_html"><div class="ttname"><a href="structv8_1_1_copyable_persistent_traits.html">v8::CopyablePersistentTraits</a></div><div class="ttdef"><b>Definition:</b> v8.h:662</div></div> <div class="ttc" id="structv8_1_1_isolate_1_1_create_params_html"><div class="ttname"><a href="structv8_1_1_isolate_1_1_create_params.html">v8::Isolate::CreateParams</a></div><div class="ttdef"><b>Definition:</b> v8.h:4664</div></div> <div class="ttc" id="namespacev8_html_a521d909ec201742a1cb35d50a8e2a3c2"><div class="ttname"><a href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">v8::AllowCodeGenerationFromStringsCallback</a></div><div class="ttdeci">bool(* AllowCodeGenerationFromStringsCallback)(Local&lt; Context &gt; context)</div><div class="ttdef"><b>Definition:</b> v8.h:4474</div></div> <div class="ttc" id="classv8_1_1_isolate_html_ab9ef29fc049d82e0c33994632b4f6ba6"><div class="ttname"><a href="classv8_1_1_isolate.html#ab9ef29fc049d82e0c33994632b4f6ba6">v8::Isolate::SetFailedAccessCheckCallbackFunction</a></div><div class="ttdeci">void SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallback)</div></div> <div class="ttc" id="classv8_1_1_persistent_value_map_html"><div class="ttname"><a href="classv8_1_1_persistent_value_map.html">v8::PersistentValueMap</a></div><div class="ttdef"><b>Definition:</b> v8-util.h:342</div></div> <div class="ttc" id="classv8_1_1_isolate_html_aed6909379c3f2820cb3084710b73385d"><div class="ttname"><a href="classv8_1_1_isolate.html#aed6909379c3f2820cb3084710b73385d">v8::Isolate::UseCounterFeature</a></div><div class="ttdeci">UseCounterFeature</div><div class="ttdef"><b>Definition:</b> v8.h:4789</div></div> <div class="ttc" id="namespacev8_html_a31d8355cb043d7d2dda3f4a52760b64e"><div class="ttname"><a href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">v8::AccessControl</a></div><div class="ttdeci">AccessControl</div><div class="ttdef"><b>Definition:</b> v8.h:2461</div></div> <div class="ttc" id="namespacev8_html_aaf07fb6bb13f295da3c6568938b7dec5"><div class="ttname"><a href="namespacev8.html#aaf07fb6bb13f295da3c6568938b7dec5">v8::FunctionEntryHook</a></div><div class="ttdeci">void(* FunctionEntryHook)(uintptr_t function, uintptr_t return_addr_location)</div><div class="ttdef"><b>Definition:</b> v8.h:4545</div></div> <div class="ttc" id="classv8_1_1_local_html"><div class="ttname"><a href="classv8_1_1_local.html">v8::Local</a></div><div class="ttdef"><b>Definition:</b> v8.h:107</div></div> <div class="ttc" id="classv8_1_1_unbound_script_html"><div class="ttname"><a href="classv8_1_1_unbound_script.html">v8::UnboundScript</a></div><div class="ttdef"><b>Definition:</b> v8.h:1029</div></div> <div class="ttc" id="classv8_1_1_value_html_aea287b745656baa8a12a2ae1d69744b6"><div class="ttname"><a href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">v8::Value::IsUndefined</a></div><div class="ttdeci">V8_INLINE bool IsUndefined() const </div><div class="ttdef"><b>Definition:</b> v8.h:6953</div></div> <div class="ttc" id="structv8_1_1_isolate_1_1_create_params_html_a2c570b306aa8c1c24cfe70e8eee50fa1"><div class="ttname"><a href="structv8_1_1_isolate_1_1_create_params.html#a2c570b306aa8c1c24cfe70e8eee50fa1">v8::Isolate::CreateParams::constraints</a></div><div class="ttdeci">ResourceConstraints constraints</div><div class="ttdef"><b>Definition:</b> v8.h:4688</div></div> <div class="ttc" id="namespacev8_html_ac135beae5f0c8b290255accb438f990e"><div class="ttname"><a href="namespacev8.html#ac135beae5f0c8b290255accb438f990e">v8::NamedPropertyQueryCallback</a></div><div class="ttdeci">void(* NamedPropertyQueryCallback)(Local&lt; String &gt; property, const PropertyCallbackInfo&lt; Integer &gt; &amp;info)</div><div class="ttdef"><b>Definition:</b> v8.h:3626</div></div> <div class="ttc" id="classv8_1_1_persistent_base_html_a714b7794149df483837a2c6b09d52396"><div class="ttname"><a href="classv8_1_1_persistent_base.html#a714b7794149df483837a2c6b09d52396">v8::PersistentBase::IsWeak</a></div><div class="ttdeci">V8_INLINE bool IsWeak() const </div><div class="ttdef"><b>Definition:</b> v8.h:6502</div></div> <div class="ttc" id="classv8_1_1_string_1_1_external_one_byte_string_resource_html"><div class="ttname"><a href="classv8_1_1_string_1_1_external_one_byte_string_resource.html">v8::String::ExternalOneByteStringResource</a></div><div class="ttdef"><b>Definition:</b> v8.h:2115</div></div> <div class="ttc" id="classv8_1_1_context_html_a9cfafe0ac56f6aee17eb80a913489296"><div class="ttname"><a href="classv8_1_1_context.html#a9cfafe0ac56f6aee17eb80a913489296">v8::Context::GetEmbedderData</a></div><div class="ttdeci">V8_INLINE Local&lt; Value &gt; GetEmbedderData(int index)</div><div class="ttdef"><b>Definition:</b> v8.h:7413</div></div> <div class="ttc" id="classv8_1_1_signature_html"><div class="ttname"><a href="classv8_1_1_signature.html">v8::Signature</a></div><div class="ttdef"><b>Definition:</b> v8.h:4186</div></div> <div class="ttc" id="classv8_1_1_unique_persistent_html_ace8f7fa76e5d36afd3ae8ee94acff00f"><div class="ttname"><a href="classv8_1_1_unique_persistent.html#ace8f7fa76e5d36afd3ae8ee94acff00f">v8::UniquePersistent::Pass</a></div><div class="ttdeci">UniquePersistent Pass()</div><div class="ttdef"><b>Definition:</b> v8.h:831</div></div> <div class="ttc" id="classv8_1_1_v8_html_af73cb6766b9c008d0ba6c6ca991d8328"><div class="ttname"><a href="classv8_1_1_v8.html#af73cb6766b9c008d0ba6c6ca991d8328">v8::V8::CancelTerminateExecution</a></div><div class="ttdeci">static V8_INLINE void CancelTerminateExecution(Isolate *isolate)</div><div class="ttdef"><b>Definition:</b> v8.h:7523</div></div> <div class="ttc" id="classv8_1_1_cpu_profiler_html"><div class="ttname"><a href="classv8_1_1_cpu_profiler.html">v8::CpuProfiler</a></div><div class="ttdef"><b>Definition:</b> v8-profiler.h:149</div></div> <div class="ttc" id="structv8_1_1_indexed_property_handler_configuration_html_a7a5eac48b07049cefccfc952fbd47613"><div class="ttname"><a href="structv8_1_1_indexed_property_handler_configuration.html#a7a5eac48b07049cefccfc952fbd47613">v8::IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration</a></div><div class="ttdeci">IndexedPropertyHandlerConfiguration(IndexedPropertyGetterCallback getter=0, IndexedPropertySetterCallback setter=0, IndexedPropertyQueryCallback query=0, IndexedPropertyDeleterCallback deleter=0, IndexedPropertyEnumeratorCallback enumerator=0, Handle&lt; Value &gt; data=Handle&lt; Value &gt;(), PropertyHandlerFlags flags=PropertyHandlerFlags::kNone)</div><div class="ttdef"><b>Definition:</b> v8.h:3981</div></div> <div class="ttc" id="classv8_1_1_isolate_html_a7902b8b58f3c85bac9b7dd1086fa81ce"><div class="ttname"><a href="classv8_1_1_isolate.html#a7902b8b58f3c85bac9b7dd1086fa81ce">v8::Isolate::RemoveGCPrologueCallback</a></div><div class="ttdeci">void RemoveGCPrologueCallback(GCPrologueCallback callback)</div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:50:09 for V8 API Reference Guide for io.js v2.5.0 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
0a7bf81/html/v8_8h_source.html
HTML
mit
856,818
<html> <head> <title>Jacob Ward's CSIS 2420 Homework</title> <link rel="stylesheet" href="../style.css"/> </head> <body> <h1>Week 11 Ex. 1: Write a filter that allows you to find the set A of words starting with a, b, c or d. How many elements in the set?</h1> <h2>Output:</h2> <img src="11-01.png"></img> <br> <br> <!--This is where commentary would go--> <p>SetA Contains 497 elements</p> <h2>Source Code:</h2> <pre> package CSIS2420unit2; //Implementing Sets //Using hash tables: no order import java.util.*; import java.io.*; public class FindSetA { public static void main (String[] args) throws IOException{ String [] wordArray = utilities.fileToStringArray("awmt.txt"); List<String> wordList = Arrays.asList(wordArray); TreeSet<String> setA = new TreeSet<String>(wordList); Iterator<String> it; it = setA.iterator(); while (it.hasNext()){ if (!cond(it.next())){ it.remove(); } } for(String s:setA){ System.out.println(s); } System.out.println("SetA has "+setA.size()+" elements."); } public static boolean cond(String str){ if (str.charAt(0)=='a'||str.charAt(0)=='b'||str.charAt(0)=='c'||str.charAt(0)=='d'){ return true; } return false; } } </pre> <br> <br> <br> </body> </html>
JacobCWard/computation_pasteurizer
week11/week11-ex1.html
HTML
mit
1,308
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v2.3.2: v8::ScriptCompiler::CachedData Struct 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 io.js v2.3.2 </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_script_compiler.html">ScriptCompiler</a></li><li class="navelem"><a class="el" href="structv8_1_1_script_compiler_1_1_cached_data.html">CachedData</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-attribs">Public Attributes</a> &#124; <a href="structv8_1_1_script_compiler_1_1_cached_data-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::ScriptCompiler::CachedData Struct Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:ac1a1055d361e89b589c3fa98b79b9c25"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac1a1055d361e89b589c3fa98b79b9c25"></a>enum &#160;</td><td class="memItemRight" valign="bottom"><b>BufferPolicy</b> { <b>BufferNotOwned</b>, <b>BufferOwned</b> }</td></tr> <tr class="separator:ac1a1055d361e89b589c3fa98b79b9c25"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ab45b2bd22aa86eafd0b8eecbdc72d44e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab45b2bd22aa86eafd0b8eecbdc72d44e"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>CachedData</b> (const uint8_t *data, int length, BufferPolicy buffer_policy=BufferNotOwned)</td></tr> <tr class="separator:ab45b2bd22aa86eafd0b8eecbdc72d44e"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a31e313a969170116f98d5a76c110fe61"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a31e313a969170116f98d5a76c110fe61"></a> const uint8_t *&#160;</td><td class="memItemRight" valign="bottom"><b>data</b></td></tr> <tr class="separator:a31e313a969170116f98d5a76c110fe61"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad7b8b1b672095a2c33621d3d5b5c7f8f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad7b8b1b672095a2c33621d3d5b5c7f8f"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>length</b></td></tr> <tr class="separator:ad7b8b1b672095a2c33621d3d5b5c7f8f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa1d16fbd48957df19d4cc1c886afff8f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa1d16fbd48957df19d4cc1c886afff8f"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>rejected</b></td></tr> <tr class="separator:aa1d16fbd48957df19d4cc1c886afff8f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1e5c9ff625ac790139aec4294493fe32"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1e5c9ff625ac790139aec4294493fe32"></a> BufferPolicy&#160;</td><td class="memItemRight" valign="bottom"><b>buffer_policy</b></td></tr> <tr class="separator:a1e5c9ff625ac790139aec4294493fe32"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Compilation data that the embedder can cache and pass back to speed up future compilations. The data is produced if the CompilerOptions passed to the compilation functions in <a class="el" href="classv8_1_1_script_compiler.html">ScriptCompiler</a> contains produce_data_to_cache = true. The data to cache can then can be retrieved from <a class="el" href="classv8_1_1_unbound_script.html">UnboundScript</a>. </p> </div><hr/>The documentation for this struct 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:50:02 for V8 API Reference Guide for io.js v2.3.2 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
1a51f00/html/structv8_1_1_script_compiler_1_1_cached_data.html
HTML
mit
8,256
<footer class="container-fluid bg-grayWhite p-4"> <div class="row"> <div class="cell-md-6"> <ul class="inline-list h-menu no-hover bg-grayWhite" style="margin-left: -.5rem"> <li><a href="https://github.com/olton/Metro-UI-CSS">Github</a></li> <li><a href="https://www.facebook.com/metrouicss/">Facebook</a></li> <li><a href="https://github.com/olton/Metro-UI-CSS/issues">Issues</a></li> <li><a href="https://www.patreon.com/metroui">Donate</a></li> </ul> <p> Metro 4 &copy; 2012-2018 by <a href="mailto:sergey@pimenov.com.ua" class="no-wrap">Sergey Pimenov</a>. <br /> <span class="no-wrap">Domain by <a href="https://imena.ua/">Imena.ua</a>.</span> <span class="no-wrap">Hosting by <a href="https://mirohost.net/">Mirohost</a>.</span> <span class="no-wrap">Metro CDN by <a href="https://www.keycdn.com/">KeyCDN</a>.</span> <span class="no-wrap">IDE PhpStorm by <a href="https://www.jetbrains.com/">JetBrains</a>.</span> <br /> Currently v4.0.0-alpha. Code licensed <a href="https://github.com/olton/Metro-UI-CSS/blob/master/LICENSE">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>. </p> </div> <div class="cell-md-6"> <!-- ads-html --> </div> </div> </footer>
Pro-Club/MetroCL
docs/footer.html
HTML
mit
1,487
<div id="chartContainer"> <script src="/lib/d3.v3.min.js"></script> <script src="/dist/dimple.v2.0.0.js"></script> <script type="text/javascript"> var svg = dimple.newSvg("#chartContainer", 590, 400); d3.tsv("/data/example_data.tsv", function (data) { var myChart = new dimple.chart(svg, data); myChart.setBounds(60, 50, 480, 280) var x = myChart.addCategoryAxis("x", "Month"); x.addOrderRule("Date"); myChart.addMeasureAxis("y", "Unit Sales"); myChart.addSeries("Owner", dimple.plot.bar); myChart.setStoryboard("Price Tier"); myChart.ease = "bounce" myChart.staggerDraw = true; myChart.addLegend(200, 10, 380, 20, "right"); myChart.draw(800); }); </script> </div>
brucemcpherson/dimple
adhoc/adhoc_bounce_stagger.html
HTML
mit
751
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v6.11.3: 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.11.3 </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_1Debug.html">Debug</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Debug Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Call</b>(Local&lt; Context &gt; context, v8::Local&lt; v8::Function &gt; fun, Local&lt; Value &gt; data=Local&lt; Value &gt;()) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CancelDebugBreak</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CheckDebugBreak</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DebugBreak</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Debug.html#a91cd8aa9743e3478bc63fe73abcd557c">DebugMessageDispatchHandler</a> typedef</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Debug.html#ab53894746a21222796062f0e81ea28d8">EventCallback</a> typedef</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Debug.html#abcf6727d68c5f8c35eef75a72e6a0da8">GetDebugContext</a>(Isolate *isolate)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Debug.html#a10ef14b11ffdd57287f25b39dc728e07">GetInternalProperties</a>(Isolate *isolate, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetMirror</b>(Local&lt; Context &gt; context, v8::Local&lt; v8::Value &gt; obj) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Debug.html#a79ce7b9e4e09be64ca1c3494ec6130ab">IsTailCallEliminationEnabled</a>(Isolate *isolate)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Debug.html#a526826b857bd3e3efa184e12bcebc694">MessageHandler</a> typedef</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Debug.html#af005b911101260e0458847d149d5610e">ProcessDebugMessages</a>(Isolate *isolate)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SendCommand</b>(Isolate *isolate, const uint16_t *command, int length, ClientData *client_data=NULL) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetDebugEventListener</b>(Isolate *isolate, EventCallback that, Local&lt; Value &gt; data=Local&lt; Value &gt;()) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Debug.html#ab635f979d369bed13187e2594d825517">SetLiveEditEnabled</a>(Isolate *isolate, bool enable)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetMessageHandler</b>(Isolate *isolate, MessageHandler handler) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetTailCallEliminationEnabled</b>(Isolate *isolate, bool enabled) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use version with an Isolate&quot;, static bool SetDebugEventListener(EventCallback that, Local&lt; Value &gt; data=Local&lt; Value &gt;())) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use version with an Isolate&quot;, static void SetMessageHandler(MessageHandler handler)) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Debug.html#a6350dc826625864ee045783685bed057">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Call(v8::Local&lt; v8::Function &gt; fun, Local&lt; Value &gt; data=Local&lt; Value &gt;()))</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Debug.html#aeda86872fb9c66df641e6d16c8db7182">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetMirror(v8::Local&lt; v8::Value &gt; obj))</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use version with an Isolate&quot;, static void ProcessDebugMessages()) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use version with an Isolate&quot;, static Local&lt; Context &gt; GetDebugContext()) (defined in <a class="el" href="classv8_1_1Debug.html">v8::Debug</a>)</td><td class="entry"><a class="el" href="classv8_1_1Debug.html">v8::Debug</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
9e2d85e/html/classv8_1_1Debug-members.html
HTML
mit
11,918
<!DOCTYPE HTML> <html> <head> <META charset="UTF-8"> <title>[JUI Library] - CSS/Datepicker</title> <link rel="stylesheet" href="../../dist/jui.css" /> <link rel="stylesheet" href="../../dist/jennifer.theme.css" /> </head> <body class="jui"> <div style="width: 800px; height: 600px;"> <div class="calendar"> <div class="head"> <div class="prev"></div> <div class="title">2013년 11월</div> <div class="next"></div> </div> <table class="body"> <tr> <th>SUN</th><th>MON</th><th>TUE</th><th>WED</th><th>THU</th><th>FRI</th><th>SAT</th> </tr> <tr> <td class="none">27</td><td class="none">28</td><td class="none">29</td><td class="none">30</td><td class="none">31</td><td>1</td><td>2</td> </tr> <tr> <td> <span>3</span> <div class="task"> <span style="background: #28a7db;">보고서 제출일123123123123123123123123123123123</span> <span style="background: #ff846c;">보고서 제출일</span> <span style="background: #aa8bc6;">보고서 제출일</span> </div> </td> <td>4</td> <td>5</td> <td class="now">6</td> <td>7</td> <td>8</td> <td>9</td> </tr> <tr> <td>10</td><td>11</td><td>12</td><td class="active">13</td><td>14</td><td>15</td><td>16</td> </tr> <tr> <td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td> </tr> <tr> <td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td> </tr> <tr> <td class="none">1</td><td class="none">2</td><td class="none">3</td><td class="none">4</td><td class="none">5</td><td class="none">6</td><td class="none">7</td> </tr> </table> </div> </div> </body> </html>
juijs/store.jui.io
public/jui/sample/css/calendar.html
HTML
mit
2,219
<!DOCTYPE html> <html lang="en"> <head> <!-- [[! Document Settings ]] --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- [[! Page Meta ]] --> <title>Day 3: How Rails Works &#8211; Database Migrations - Alex Tamoykin</title> <meta name="description" content="Alex Tamoykin - Building world-class software, teams, and products." /> <meta name="google-site-verification" content="horxITIYTI7rrUZ219n23sjKtiQOm96bz4eOBWqWbIM" /> <meta name="msvalidate.01" content="4C14E46D36C2AA9FF97482F0DF51F36E" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/assets/images/favicon.ico" > <!-- [[! Styles'n'Scripts ]] --> <link rel="stylesheet" type="text/css" href="/assets/css/screen.css" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="stylesheet" type="text/css" href="/assets/css/syntax.css" /> <!-- [[! highlight.js ]] --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/default.min.css"> <style>.hljs { background: none; }</style> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <!-- [[! Ghost outputs important style and meta data with this tag ]] --> <link rel="canonical" href="/" /> <meta name="referrer" content="origin" /> <link rel="next" href="/page2/" /> <meta property="og:site_name" content="Alex Tamoykin" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Alex Tamoykin" /> <meta property="og:description" content="Building world-class software, teams, and products." /> <meta property="og:url" content="/" /> <meta property="og:image" content="/assets/images/cover1.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Alex Tamoykin" /> <meta name="twitter:description" content="Building world-class software, teams, and products." /> <meta name="twitter:url" content="/" /> <meta name="twitter:image:src" content="/assets/images/cover1.jpg" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Website", "publisher": "Alex Tamoykin", "url": "/", "image": "/assets/images/cover1.jpg", "description": "Building world-class software, teams, and products." } </script> <meta name="generator" content="Jekyll 3.0.0" /> <link rel="alternate" type="application/rss+xml" title="Alex Tamoykin" href="/feed.xml" /> </head> <body class="home-template nav-closed"> <div class="nav"> <h3 class="nav-title">Menu</h3> <a href="#" class="nav-close"> <span class="hidden">Close</span> </a> <ul> <li class="nav-home " role="presentation"><a href="/">Home</a></li> <li class="nav-about " role="presentation"><a href="/author/fsproru">About</a></li> <li class="nav-fables " role="presentation"><a href="/tag/7-days-of-ruby">7 Days of Ruby</a></li> <li class="nav-speeches " role="presentation"><a href="/tag/7-days-of-rails">Rails in 7 Days</a></li> <li class="nav-speeches " role="presentation"><a href="/tag/book">Books</a></li> </ul> <a class="subscribe-button icon-feed" href="/feed.xml">Subscribe</a> </div> <span class="nav-cover"></span> <div class="site-wrapper"> <!-- [[! Everything else gets inserted here ]] --> <!-- < default --> <!-- The comment above "< default" means - insert everything in this file into --> <!-- the [body] of the default.hbs template, which contains our header/footer. --> <!-- Everything inside the #post tags pulls data from the post --> <!-- #post --> <header class="main-header post-head " style="background-image: url(/assets/images/train_cover.jpg) "> <nav class="main-nav overlay clearfix"> <a class="blog-logo" href="/"><img src="/assets/images/logo.png" alt="Blog Logo" /></a> <a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a> </nav> </header> <main class="content" role="main"> <article class="post tag-speeches"> <header class="post-header"> <h1 class="post-title">Day 3: How Rails Works &#8211; Database Migrations</h1> <section class="post-meta"> <!-- <a href='/'>Alex Tamoykin</a> --> <time class="post-date" datetime="2014-03-10">10 Mar 2014</time> <!-- [[tags prefix=" on "]] --> on <a href='/tag/7-days-of-rails'>7-days-of-rails</a> </section> </header> <section class="post-content"> <h2 id="how-rails-works">How Rails works</h2> <p>Here is what happens when you go to your browser and see a web page.</p> <p><img src="/assets/images/how_rails_works.png" alt="How Rails Works" /> Rails is a MVC framework. MVC stands for Model View Controller. Model, View and Controller components are displayed as scroll scripts on the picture above. Think about each of the components as of individual ruby files.</p> <p>As soon as you hit enter after typing in the URL, your browser sends a <strong>request</strong> to a server. In our case the <strong>server</strong> is running locally. We stated it with <em>bundle exec rails server</em> command.</p> <p>When request hits the server, controller takes care of it. It reads the url and tries to understand what kind of a page you want to see. Then it usually instantiates a model. Model retrieves data from a database. The data is returned to the controller. Now the controller has all data it needs, it uses a view component to construct a HTML page. Finally, HTML is generated and controller sends the <strong>response</strong> back to the browser.</p> <p>Don’t worry if it sounds confusing. It will make more sense when we’ll write code for every component. Let’s do it!</p> <h2 id="database-migrations">Database migrations</h2> <p>To keep things simple, let’s assume that a task can be either completed or incomplete. In order to capture this information we need to store it inside the database. Rails uses the mechanism called migrations. It’s really simple. You need to generate a migration and run it. Run this command in the terminal to generate it.</p> <p><img src="/assets/images/ruby_on_rails_generate_migration.png" alt="Generate a Migration with Ruby on Rails" /></p> <p>Look at the output. It have generated a file for us. It’s located under db/migrate folder. Let’s open this newly generated file in our editor. Launch RubyMine application. Click Open Directory link and choose the project location (it should be in home -&gt; todo).</p> <p><img src="/assets/images/ruby_mine_open_directory.png" alt="Open Directory in RubyMine" /></p> <p>Next, look at the directory structure on a left. Navigate to db/migrate folder and choose the generated migration file.</p> <p><img src="/assets/images/ruby_mine_open_file.png" alt="Open File in RubyMine" /></p> <p>This is the generated class <em>AddCompletedToTasks</em>. As you can see it <a title="Inheritance explained" href="http://howtoprogrambetter.com/day-7-iterators-and-inheritance/" target="_blank">inherits</a> from the base class <em>ActiveRecord::Migration</em>. For now it has only one method called <em>change</em> which does nothing. Let’s write the code that adds a <em>completed</em> column to <em>Tasks</em> table.</p> <p><em>Note: Double colon sign :: is used as a namespace separator.</em></p> <figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">class</span> <span class="nc">AddCompletedToTasks</span> <span class="o">&lt;</span> <span class="no">ActiveRecord</span><span class="o">::</span><span class="no">Migration</span> <span class="k">def</span> <span class="nf">change</span> <span class="n">add_column</span> <span class="ss">:tasks</span><span class="p">,</span> <span class="ss">:completed</span><span class="p">,</span> <span class="ss">:boolean</span> <span class="k">end</span> <span class="k">end</span></code></pre></figure> <p>We used the function <em>add_column</em>. Where does this function come from ? Right, it’s inherited from <em>ActiveRecord::Migration</em> base class.</p> <p><em>Note: We passed input parameters into add_column function. Here we used the new data type called</em> <strong><em>symbols</em></strong><em>. Symbols are similar to strings. The main difference is that symbols are immutable. You can’t change symbols after you created them. Therefore, symbols work well as input parameters. The way you define a symbol is by prefixing the name of the symbol with a colon.</em></p> <p>We wrote our migration. Let’s run it.</p> <figure class="highlight"><pre><code class="language-shell" data-lang="shell"><span class="gp">$ </span>bundle <span class="nb">exec </span>rake db:migrate <span class="o">==</span> AddCompletedToTasks: migrating <span class="o">===============================================</span> -- add_column<span class="o">(</span>:tasks, :completed, :boolean<span class="o">)</span> <span class="gp">-&gt; </span>0.0043s <span class="o">==</span> AddCompletedToTasks: migrated <span class="o">(</span>0.0044s<span class="o">)</span> <span class="o">======================================</span></code></pre></figure> <p>As you can see from the terminal output, we’ve successfully added the new <em>completed</em> column. Awesome! Let’s move on to the Task model. Click here to go to <a href="//day-4-models-controllers-and-routing/">Day 4: Models, Controllers and Routing</a></p> <p><a href="https://www.flickr.com/photos/victorcamilo">Cover photo by victorcamilo</a></p> </section> <footer class="post-footer"> <!-- Everything inside the #author tags pulls data from the author --> <!-- #author--> <figure class="author-image"> <a class="img" href="/author/fsproru" style="background-image: url(/assets/images/alex_tamoykin_profile_pic_small.jpg)"><span class="hidden">Alex Tamoykin's Picture</span></a> </figure> <section class="author"> <h4><a href="/author/fsproru">Alex Tamoykin</a></h4> <p> Alex started coding in the 5th grade of elementary school. He is an award winning software engineer and a hands on technical leader with over a decade of industry experience.</p> </section> <!-- /author --> <!-- subscribe --> <section class="primary-action"> <a href="http://eepurl.com/OvBfP" target="_blank"><button>SUBSCRIBE</button></a> </section> <!-- add Disqus Comments --> </footer> </article> </main> <aside class="read-next"> <!-- [[! next_post ]] --> <a class="read-next-story " style="background-image: url(/assets/images/model.jpg)" href="/day-4-models-controllers-and-routing"> <section class="post"> <h2>Day 4: Models, Controllers and Routing</h2> <p>## Task model Rails has a particular file structure. Models are located under _app/models_ folder....</p> </section> </a> <!-- [[! /next_post ]] --> <!-- [[! prev_post ]] --> <a class="read-next-story prev " style="background-image: url(/assets/images/todo_list.jpg)" href="/day-2-building-a-simple-todo-application"> <section class="post"> <h2>Day 2: Building a simple ToDo application</h2> <p>In order to keep things simple, we’re going to create a simple todo list application....</p> </section> </a> <!-- [[! /prev_post ]] --> </aside> <!-- /post --> <footer class="site-footer clearfix"> <section class="copyright"><a href="/">Alex Tamoykin</a> &copy; 2020</section> <section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/biomadeira/jasper">Jasper</a></section> </footer> </div> <!-- [[! Ghost outputs important scripts and data with this tag ]] --> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script> <!-- [[! The main JavaScript file for Casper ]] --> <script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script> <script type="text/javascript" src="/assets/js/index.js"></script> <!-- Add Google Analytics --> <!-- Google Analytics Tracking code --> <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-45185368-3', 'auto'); ga('require', 'outboundLinkTracker'); ga('send', 'pageview'); </script> <script async src="/assets/js/autotrack.js"></script> </body> </html>
fsproru/alextamoykin.com
day-3-how-rails-works-database-migrations/index.html
HTML
mit
13,687
{% extends 'base.html' %} {% block head %} <link rel="stylesheet" href="{{ url_for('static', filename='css/group_rank.css') }}"> {% endblock %} {% block container %} <ul class="collection"> <li class="collection-item">Alvin</li> <li class="collection-item">Alvin</li> <li class="collection-item">Alvin</li> <li class="collection-item">Alvin</li> </ul> {% endblock %}
Remember-Fossil/Fossil-Server
fossil/templates/group_rank.html
HTML
mit
383
<html><body><p><!-- saved from url=(0024)http://docs.autodesk.com --> <!DOCTYPE html> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.MakeLive.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:32:40 GMT --> <!-- Added by HTTrack --><meta content="text/html;charset=utf-8" http-equiv="content-type"/><!-- /Added by HTTrack --> </p> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>pymel.core.runtime.MakeLive — PyMEL 1.0.7 documentation</title> <link href="../../../_static/nature.css" rel="stylesheet" type="text/css"/> <link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../', VERSION: '1.0.7', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script src="../../../_static/jquery.js" type="text/javascript"></script> <script src="../../../_static/underscore.js" type="text/javascript"></script> <script src="../../../_static/doctools.js" type="text/javascript"></script> <link href="../../../index-2.html" rel="top" title="PyMEL 1.0.7 documentation"/> <link href="../../pymel.core.runtime.html" rel="up" title="pymel.core.runtime"/> <link href="pymel.core.runtime.MakeMotionField.html" rel="next" title="pymel.core.runtime.MakeMotionField"/> <link href="pymel.core.runtime.MakeLightLinks.html" rel="prev" title="pymel.core.runtime.MakeLightLinks"/> <link href="../../../../style/adsk.cpm.css" rel="stylesheet" type="text/css"/><meta content="expert" name="experiencelevel"/><meta content="programmer" name="audience"/><meta content="enable" name="user-comments"/><meta content="ENU" name="language"/><meta content="MAYAUL" name="product"/><meta content="2016" name="release"/><meta content="Customization" name="book"/><meta content="Maya-Tech-Docs" name="component"/><meta content="/view/MAYAUL/2016/ENU/" name="helpsystempath"/><meta content="04/03/2015" name="created"/><meta content="04/03/2015" name="modified"/><meta content="Navigation index modules | next | previous | PyMEL 1.0.7 documentation » pymel.core.runtime » pymel.core.runtime.MakeLive ¶ MakeLive ( *args , **kwargs ) ¶ Previous topic pymel.core.runtime.MakeLightLinks Next topic pymel.core.runtime.MakeMotionField Core Modules animation effects general language modeling rendering system windows Type Modules datatypes nodetypes..." name="description"/><meta content="__PyMel_generated_functions_pymel_core_runtime_pymel_core_runtime_MakeLive_html" name="topicid"/> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a accesskey="I" 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="right"> <a accesskey="N" href="pymel.core.runtime.MakeMotionField.html" title="pymel.core.runtime.MakeMotionField">next</a> |</li> <li class="right"> <a accesskey="P" href="pymel.core.runtime.MakeLightLinks.html" title="pymel.core.runtime.MakeLightLinks">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a accesskey="U" href="../../pymel.core.runtime.html">pymel.core.runtime</a> »</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="pymel-core-runtime-makelive"> <h1>pymel.core.runtime.MakeLive<a class="headerlink" href="#pymel-core-runtime-makelive" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="pymel.core.runtime.MakeLive"><a name="//apple_ref/cpp/Function/pymel.core.runtime.MakeLive"></a> <tt class="descname">MakeLive</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.runtime.MakeLive" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="pymel.core.runtime.MakeLightLinks.html" title="previous chapter">pymel.core.runtime.MakeLightLinks</a></p> <h4>Next topic</h4> <p class="topless"><a href="pymel.core.runtime.MakeMotionField.html" title="next chapter">pymel.core.runtime.MakeMotionField</a></p> <h3><a href="../../../modules.html">Core Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.animation.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> </ul> <h3><a href="../../../modules.html">Type Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.datatypes.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.uitypes.html#module-pymel.core.uitypes"><tt class="xref">uitypes</tt></a></li> </ul> <h3><a href="../../../modules.html">Other Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.api.plugins.html#module-pymel.api.plugins"><tt class="xref">plugins</tt></a></li> <li><a class="reference external" href="../../pymel.mayautils.html#module-pymel.mayautils"><tt class="xref">mayautils</tt></a></li> <li><a class="reference external" href="../../pymel.util.html#module-pymel.util"><tt class="xref">util</tt></a></li> <li><a class="reference external" href="../../pymel.versions.html#module-pymel.versions"><tt class="xref">versions</tt></a> </li><li><a class="reference external" href="../../pymel.tools.html#module-pymel.tools"><tt class="xref">tools</tt></a></li> </ul> <!-- <ul> <li><a class="reference external" href="../../pymel.core.animation.html.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.datatypes.html.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> <li><a class="reference external" href="../../pymel.util.html.html#module-pymel.util"><tt class="xref">pymel.util</tt></a></li> </ul> --> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../../_sources/generated/functions/pymel.core.runtime/pymel.core.runtime.MakeLive.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form action="http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/search.html" class="search" method="get"></form> <input name="q" type="text"/> <input type="submit" value="Go"/> <input name="check_keywords" type="hidden" value="yes"/> <input name="area" type="hidden" value="default"/> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <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="right"> <a href="pymel.core.runtime.MakeMotionField.html" title="pymel.core.runtime.MakeMotionField">next</a> |</li> <li class="right"> <a href="pymel.core.runtime.MakeLightLinks.html" title="pymel.core.runtime.MakeLightLinks">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a href="../../pymel.core.runtime.html">pymel.core.runtime</a> »</li> </ul> </div> <div class="footer"> © Copyright 2009, Chad Dombrova. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.MakeLive.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:32:40 GMT --> </body></html>
alexwidener/PyMelDocset
PyMel.docset/Contents/Resources/Documents/generated/functions/pymel.core.runtime/pymel.core.runtime.MakeLive.html
HTML
mit
10,377
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="generator" content="Jekyll v{{ jekyll.version }}"> <link rel="stylesheet" href="{{ site.baseurl }}/css/screen.css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:300|Open+Sans" rel="stylesheet"> <link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> <link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192"> <link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicon1.png"> {% seo %} {% feed_meta %} {% if jekyll.environment == 'production' and site.google_analytics_key != '' %} <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", "{{ site.google_analytics_key }}", "auto"); ga("send", "pageview"); </script> {% endif %} </head> <body> <header> <div class="container"> <h1 class="company-name"><a href="{{ site.baseurl }}/">CODIATORS</a></h1> {% include navigation.html %} </div> </header> {{ content }} <footer class="diagonal"> <div class="container"> <p class="editor-link"><a href="cloudcannon:collections/_data/footer.yml" class="btn"><strong>&#9998;</strong> Update Footer Sections</a></p> <div class="footer-columns"> {% for column in site.data.footer %} <ul class="footer-links"> <li> <h2>{{ column.title }}</h2> </li> {% for link in column.links %} <li> <a {% if link.new_window %}target="_blank"{% endif %} href="{% include relative-src.html src=link.link %}" {% if link.social_icon %}class="{{ link.social_icon | slugify }}-icon"{% endif %}> {% if link.social_icon %} {% include social-icon.html icon=link.social_icon %} {% endif %} {{ link.name }} </a> </li> {% endfor %} </ul> {% endfor %} <ul class="footer-links"> <li> <h2>{{ site.data.company.title }}</h2> </li> <li>{{ site.data.company.description }}</li> <li><a href="{{ site.baseurl }}/feed.xml">{% include social-icon.html icon="RSS" %} Subscribe with RSS</a></li> </ul> </div> </div> <div class="legal-line"> <p class="container"> &copy; {{ site.time | date: '%Y' }} {{ site.data.company.title }} </p> </div> </footer> <script> document.getElementById("open-nav").onclick = function () { document.body.classList.toggle("nav-open"); return false; }; </script> </body> </html>
Codiators/codiators.github.io
_layouts/default.html
HTML
mit
2,864
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> <link rel="stylesheet" type="text/css" href="../css/font-awesome-4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../css/fonts.css"> <link rel="stylesheet" type="text/css" href="../css/sweetalert.css"> <link rel="stylesheet" type="text/css" href="../css/game.css"> <title>C.A.S.E.O.</title> </head> <body> <div class="center-align-container"> <canvas id="myCanvas" class="myCanvas"></canvas> </div> <div class="center-align-container" style="font-size:1.4em;margin-top:0;padding-top:0"> <a href="../menu.html" style="color:rgba(150, 146, 130, 0.7)"><i class="fa fa-bars fa-3x" aria-hidden="true"></i></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> <a id="LOCK_BTN" style="color:rgba(150, 146, 130, 0.7);cursor:pointer"><i class="fa fa-lock fa-3x" aria-hidden="true"></i></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> <a id="UNDO_BTN" style="color:rgba(150, 146, 130, 0.7);cursor:pointer"><i class="fa fa-times fa-3x" aria-hidden="true"></i></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> <a id="BOOKMARK_BTN" style="color:rgba(150, 146, 130, 0.7);cursor:pointer"><i class="fa fa-bookmark-o fa-3x" aria-hidden="true"></i></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> <a onclick="ReloadPage()" style="color:#DB7093;cursor:pointer"><i class="fa fa-repeat fa-3x" aria-hidden="true"></i></a> </div> <script src="../js/jquery-3.2.1.min.js"></script> <script src="../js/sweetalert.min.js"></script> <script src="../js/js.cookie.js"></script> <script src="../js/utils.js"></script> <script src="../js/board.js"></script> <script> $(document).ready(function() { let R = 4; let C = 6; let row_data = [[0, 2, 0, 2, 2, 0], [1, 0, 1, 0, 1, 1], [1, 1, 0, 1, 0, 1], [1, 1, 1, 1, 1, 1], [0, 0, 0, 0, 2, 0]]; let col_data = [[0, 1, 1, 1, 1, 1, 0], [2, 1, 1, 1, 1, 1, 0], [0, 1, 1, 1, 1, 1, 0], [0, 1, 1, 1, 1, 1, 0]]; let win_h = $(window).height(); let win_w = $(window).width(); let FONT = "Courier, monospace"; let fh = 2; let font_dim = MeasureText("A", true, FONT, fh); let char_h = font_dim[1]; let char_w = font_dim[0]; let req_h = R * 5 * char_h + (R+1) * char_h + 80; let req_w = C * 11 * char_w + (C+1) * char_w + 80; while (req_h < win_h && req_w < win_w) { ++fh; font_dim = MeasureText("A", true, FONT, fh); char_h = font_dim[1]; char_w = font_dim[0]; req_h = R * 5 * char_h + (R+1) * char_h + 80; req_w = C * 11 * char_w + (C+1) * char_w + 80; } var _b = new board(R, C, "myCanvas", FONT, fh-1); _b.RestoreBookmark(row_data, col_data); function getMousePos(canvas, evt) { let rect = canvas.getBoundingClientRect(); return { x: (evt.clientX-rect.left) / (rect.right-rect.left) * canvas.width, y: (evt.clientY-rect.top) / (rect.bottom-rect.top) * canvas.height }; } var canvas = document.getElementById("myCanvas"); var _ctx = canvas.getContext("2d"); _ctx.strokeStyle = "#E6E6FA"; _ctx.lineWidth = Math.floor(fh*1.33); var _drawing = false; var _mousePos = { x : -1, y : -1 }; var _lastPos = _mousePos; $('body').on('contextmenu', '#myCanvas', function(e) { // Disable default right-click - it is used for creating helper walls return false; }); canvas.addEventListener("mousedown", function (e) { _ctx.beginPath(); _drawing = true; _lastPos = getMousePos(canvas, e); _ctx.lineJoin = _ctx.lineCap = 'round'; }, false); canvas.addEventListener("mouseup", function (e) { if (_drawing) { _ctx.closePath(); _mousePos = getMousePos(canvas, e); if (e.which && e.which == 3) _b.AddHelperWall(_mousePos.x, _mousePos.y); else _b.Clicked(_mousePos.x, _mousePos.y); _lastPos = _mousePos; _drawing = false; } }, false); canvas.addEventListener("mousemove", function (e) { _mousePos = getMousePos(canvas, e); }, false); canvas.addEventListener("mouseout", function (e) { var mouseEvent = new MouseEvent("mouseup", {}); canvas.dispatchEvent(mouseEvent); }, false); function renderCanvas() { if (_drawing) { if (_lastPos.x > 0 && _lastPos.y > 0 && _mousePos.x > 0 && _mousePos.y > 0) { _ctx.moveTo(_lastPos.x, _lastPos.y); _ctx.lineTo(_mousePos.x, _mousePos.y); _ctx.stroke(); } _lastPos = _mousePos; _b.LogDragClick(_mousePos.x, _mousePos.y); } } (function drawLoop () { requestAnimFrame(drawLoop); renderCanvas(); })(); // TOUCH EVENTS // Prevent scrolling when touching the canvas canvas.addEventListener("touchstart", function (e) { e.preventDefault(); var touch = e.touches[0]; var mouseEvent = new MouseEvent("mousedown", { clientX: touch.clientX, clientY: touch.clientY }); canvas.dispatchEvent(mouseEvent); }, false); canvas.addEventListener("touchend", function (e) { var mouseEvent = new MouseEvent("mouseup", {}); canvas.dispatchEvent(mouseEvent); }, false); canvas.addEventListener("touchmove", function (e) { e.preventDefault(); var touch = e.touches[0]; var mouseEvent = new MouseEvent("mousemove", { clientX: touch.clientX, clientY: touch.clientY }); canvas.dispatchEvent(mouseEvent); }, false); $("#LOCK_BTN").click(function() { _b.ToggleLock(); }); $("#UNDO_BTN").click(function() { _b.RestoreLockedState(); }); $("#BOOKMARK_BTN").click(function() { _b.Bookmark(); }); }); </script> </body> </html>
grunfeld/grunfeld.github.io
levels/e10.html
HTML
mit
6,130
<div class="row"> <div ng-repeat="item in content" class="col-xs-12 col-sm-6 col-md-2"> <a ng-href="{{item.link}}" class="thumbnail"> <img class="thumbnail-image" ng-src="{{item.image}}" alt="{{item.title}}"> <div class="caption"> <h4>{{item.title}}</h4> <p>{{item.description}}</p> </div> </a> </div> </div>
alexandervelasco/alexandervelasco.github.io
build/src/app/components/contentGrid/contentGrid.html
HTML
mit
401
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>extructures: 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.5.0 / extructures - 0.2.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> extructures <small> 0.2.1 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-06-25 03:38:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-06-25 03:38:52 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils coq 8.5.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;arthur.aa@gmail.com&quot; homepage: &quot;https://github.com/arthuraa/extructures&quot; dev-repo: &quot;git+https://github.com/arthuraa/extructures.git&quot; bug-reports: &quot;https://github.com/arthuraa/extructures/issues&quot; authors: [&quot;Arthur Azevedo de Amorim&quot;] license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.9&quot; &amp; &lt; &quot;1.10~&quot;} ] tags: [ &quot;keyword:finite maps&quot; &quot;keyword:extensionality&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;date:2019-10-26&quot; &quot;logpath:extructures&quot; ] synopsis: &quot;Finite data structures with extensional reasoning&quot; url { src: &quot;https://github.com/arthuraa/extructures/archive/v0.2.1.tar.gz&quot; checksum: &quot;sha512=1798513a2826525c6d0d91c0c5e6a928511e1bea78f9268b24bb2c312a1f735160f51ed95bfc7e1879248e8f95b9fd3e1961203c188535bfa36e0690b2ff8e77&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-extructures.0.2.1 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0). The following dependencies couldn&#39;t be met: - coq-extructures -&gt; coq &gt;= 8.10 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-extructures.0.2.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.0/extructures/0.2.1.html
HTML
mit
6,811
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>corn: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / corn - 1.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> corn <small> 1.2.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-30 22:40:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-30 22:40:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;b.a.w.spitters@gmail.com&quot; homepage: &quot;http://corn.cs.ru.nl/&quot; dev-repo: &quot;git+https://github.com/c-corn/corn.git&quot; bug-reports: &quot;https://github.com/c-corn/corn/issues&quot; doc: &quot;http://corn.cs.ru.nl/&quot; authors: &quot;Corn development team&quot; license: &quot;GPL 2&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CoRN&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-math-classes&quot; {= &quot;1.0.7&quot;} ] synopsis: &quot;The CoRN library. A library for constructive analysis&quot; flags: light-uninstall url { src: &quot;https://github.com/c-corn/corn/archive/1.2.0.zip&quot; checksum: &quot;md5=00b0a8cc680146bbcb7933172fcbd04e&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-corn.1.2.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0). The following dependencies couldn&#39;t be met: - coq-corn -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-corn.1.2.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.0/corn/1.2.0.html
HTML
mit
6,845
<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"> 此處所列為「肝膽相照」之典故說明,提供參考。</font> 在秦末楚漢相爭之時,出現了一個軍事天才,蕭何曾經讚許他「國士無雙」,劉邦也認為他「連百萬之軍,戰必勝,攻必取」。劉邦能敗項羽而稱王天下,此人功不可沒,他就是淮陰侯韓信。韓信年少時父母雙亡,克苦讀書,熟習兵法。因為出身貧賤,他在鄉里屢屢受到人們的汙辱和輕視,受過「胯下之辱」,但他仍舊忍辱負重,等待一展抱負的時機。陳勝、吳廣揭竿起義之後,韓信投身項梁麾下。他曾多次向項羽獻計,但都沒有受到重視,於是他離開楚營,投靠劉邦。劉邦本來也沒有重用他,丞相蕭何知道韓信是個不可多得的人才,屢次向劉邦推薦,劉邦將信將疑,與韓信討論軍國大事之後,終於確信韓信是個人才,遂拜為大將軍。韓信屢建奇功,他先以「明修棧道,暗渡陳倉」之計,順利取下關中,使劉邦得以還定三秦;在井徑口「背水一戰」,大破趙軍二十萬;攻克齊都臨淄後,楚將龍且領二十萬人馬來救,韓信派人用一萬多個沙袋截阻淮水,利用「半渡而擊」的辦法,趁楚軍渡水之時掘開上游的堤防,將楚軍沖得大潰四逃。楚漢對立之時,韓信被封為齊王,掌握大軍,項羽害怕他會效忠劉邦,對抗自己,便派武涉前去說服韓信,希望他能反漢聯楚,三分天下,但遭到韓信拒絕。韓信拒絕了項羽的提議後,他的謀士蒯通認為韓信功高震主,將來天下一旦平定,必有殺身之憂,便勸韓信道:「現在的天下大勢取決於將軍手中,將軍效忠漢王,則漢王獲勝;效忠楚王,則楚王獲勝。我願與將軍以肝膽互相照見,一片赤誠,貢獻我的所有智慧,只怕將軍不能信任我。今日項王一旦敗亡,漢王接下來所要對付的便是將軍。將軍不如保持中立,與兩王三分天下,鼎足而立。這樣一來,不但將軍可保全自身,天下百姓也可免於戰禍。」然而韓信感念劉邦對他的知遇之恩,加上他自恃有功,認為劉邦不會對付自己,也拒絕了蒯通的提議。韓信雖深諳兵法,卻不懂政治,不像張良、蕭何懂得自保之道,又好大喜功,過於相信劉邦的為人。後來項羽自刎於烏江,楚軍敗亡,劉邦即削去韓信兵權,黜為淮陰侯。最後韓信被呂后以謀反罪名誅殺,夷其三族,這便是一代名將的下場。後來《史記》原文中的「披腹心,輸肝膽」演變成「肝膽相照」這句成語,用來比喻赤忱相處。</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/3000-3999/3255-32.html
HTML
mit
3,355
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / hammer - 1.0.9+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> hammer <small> 1.0.9+8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-06 09:57:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-06 09:57:06 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 2 Virtual package relying on perl coq 8.9.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL 2.1&quot; build: [ [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] [make &quot;tests&quot;] {with-test} ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; &quot;conf-g++&quot; {build} &quot;coq&quot; {= &quot;8.8.0&quot;} ] tags: [ &quot;keyword:automation&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;date:2018-08-22&quot; ] authors: [ &quot;Lukasz Czajka &lt;lukaszcz@mimuw.edu.pl&gt;&quot; &quot;Cezary Kaliszyk &lt;cezary.kaliszyk@uibk.ac.at&gt;&quot; &quot;Burak Ekici &lt;burak.ekici@uibk.ac.at&gt;&quot; ] synopsis: &quot;Automation for Dependent Type Theory&quot; url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.0.9-coq8.8.0.tar.gz&quot; checksum: &quot;md5=b39e959d96bf366773424e71f21b69e1&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-hammer.1.0.9+8.8.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-hammer -&gt; coq = 8.8.0 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-hammer.1.0.9+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.09.1-2.0.6/released/8.9.0/hammer/1.0.9+8.8.0.html
HTML
mit
6,809
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>bignums: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / bignums - 8.14.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> bignums <small> 8.14.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-04 03:17:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 03:17:13 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Laurent.Thery@inria.fr&quot; homepage: &quot;https://github.com/coq/bignums&quot; dev-repo: &quot;git+https://github.com/coq/bignums.git&quot; bug-reports: &quot;https://github.com/coq/bignums/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;Bignums, the Coq library of arbitrary large numbers&quot; description: &quot;&quot;&quot; Provides BigN, BigZ, BigQ that used to be part of Coq standard library &lt; 8.6 &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.05&quot;} &quot;coq&quot; {&gt;= &quot;8.14&quot; &amp; &lt; &quot;8.15~&quot;} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;category:Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;category:Mathematics/Arithmetic and Number Theory/Rational numbers&quot; &quot;keyword:integer numbers&quot; &quot;keyword:rational numbers&quot; &quot;keyword:arithmetic&quot; &quot;keyword:arbitrary-precision&quot; &quot;logpath:Bignums&quot; &quot;date:2021-09-17&quot; ] authors: [ &quot;Laurent Théry&quot; &quot;Benjamin Grégoire&quot; &quot;Arnaud Spiwack&quot; &quot;Evgeny Makarov&quot; &quot;Pierre Letouzey&quot; ] url { src: &quot;https://github.com/coq/bignums/archive/V8.14.0.tar.gz&quot; checksum: &quot;sha512=72be63a6be2600026ee4f5f24ea3479ff4c5d3f2a67ab65ec96ede56fbc35380ef6c721ad467c1b6d39f1447c28fe594fa5570d4228f1a05c6386b2b9955f2bc&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-bignums.8.14.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-bignums -&gt; coq &gt;= 8.14 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-bignums.8.14.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.9.0/bignums/8.14.0.html
HTML
mit
7,340
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131-google-v7) on Wed May 09 11:21:02 PDT 2018 --> <title>BroadcastReceiverData</title> <meta name="date" content="2018-05-09"> <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="BroadcastReceiverData"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/manifest/AndroidManifest.html" title="class in org.robolectric.manifest"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/manifest/ContentProviderData.html" title="class in org.robolectric.manifest"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/manifest/BroadcastReceiverData.html" target="_top">Frames</a></li> <li><a href="BroadcastReceiverData.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields.inherited.from.class.org.robolectric.manifest.PackageItemData">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.manifest</div> <h2 title="Class BroadcastReceiverData" class="title">Class BroadcastReceiverData</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../org/robolectric/manifest/PackageItemData.html" title="class in org.robolectric.manifest">org.robolectric.manifest.PackageItemData</a></li> <li> <ul class="inheritance"> <li>org.robolectric.manifest.BroadcastReceiverData</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">BroadcastReceiverData</span> extends <a href="../../../org/robolectric/manifest/PackageItemData.html" title="class in org.robolectric.manifest">PackageItemData</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.org.robolectric.manifest.PackageItemData"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.robolectric.manifest.<a href="../../../org/robolectric/manifest/PackageItemData.html" title="class in org.robolectric.manifest">PackageItemData</a></h3> <code><a href="../../../org/robolectric/manifest/PackageItemData.html#metaData">metaData</a>, <a href="../../../org/robolectric/manifest/PackageItemData.html#name">name</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#BroadcastReceiverData-java.util.Map-org.robolectric.manifest.MetaData-java.util.List-">BroadcastReceiverData</a></span>(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;attributes, <a href="../../../org/robolectric/manifest/MetaData.html" title="class in org.robolectric.manifest">MetaData</a>&nbsp;metaData, java.util.List&lt;<a href="../../../org/robolectric/manifest/IntentFilterData.html" title="class in org.robolectric.manifest">IntentFilterData</a>&gt;&nbsp;intentFilters)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#BroadcastReceiverData-java.lang.String-org.robolectric.manifest.MetaData-">BroadcastReceiverData</a></span>(java.lang.String&nbsp;className, <a href="../../../org/robolectric/manifest/MetaData.html" title="class in org.robolectric.manifest">MetaData</a>&nbsp;metaData)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#addAction-java.lang.String-">addAction</a></span>(java.lang.String&nbsp;action)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#getActions--">getActions</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.util.Map&lt;java.lang.String,java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#getAllAttributes--">getAllAttributes</a></span>()</code> <div class="block">Get the map for all attributes defined for the broadcast receiver.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../org/robolectric/manifest/IntentFilterData.html" title="class in org.robolectric.manifest">IntentFilterData</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#getIntentFilters--">getIntentFilters</a></span>()</code> <div class="block">Get the intent filters defined for the broadcast receiver.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#getPermission--">getPermission</a></span>()</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#isExported--">isExported</a></span>()</code> <div class="block">Returns whether this broadcast receiver is exported by checking the XML attribute.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/BroadcastReceiverData.html#setPermission-java.lang.String-">setPermission</a></span>(java.lang.String&nbsp;permission)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.robolectric.manifest.PackageItemData"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.robolectric.manifest.<a href="../../../org/robolectric/manifest/PackageItemData.html" title="class in org.robolectric.manifest">PackageItemData</a></h3> <code><a href="../../../org/robolectric/manifest/PackageItemData.html#getClassName--">getClassName</a>, <a href="../../../org/robolectric/manifest/PackageItemData.html#getMetaData--">getMetaData</a>, <a href="../../../org/robolectric/manifest/PackageItemData.html#getName--">getName</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="BroadcastReceiverData-java.util.Map-org.robolectric.manifest.MetaData-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BroadcastReceiverData</h4> <pre>public&nbsp;BroadcastReceiverData(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;attributes, <a href="../../../org/robolectric/manifest/MetaData.html" title="class in org.robolectric.manifest">MetaData</a>&nbsp;metaData, java.util.List&lt;<a href="../../../org/robolectric/manifest/IntentFilterData.html" title="class in org.robolectric.manifest">IntentFilterData</a>&gt;&nbsp;intentFilters)</pre> </li> </ul> <a name="BroadcastReceiverData-java.lang.String-org.robolectric.manifest.MetaData-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>BroadcastReceiverData</h4> <pre>public&nbsp;BroadcastReceiverData(java.lang.String&nbsp;className, <a href="../../../org/robolectric/manifest/MetaData.html" title="class in org.robolectric.manifest">MetaData</a>&nbsp;metaData)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getActions--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getActions</h4> <pre>public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;getActions()</pre> </li> </ul> <a name="addAction-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAction</h4> <pre>public&nbsp;void&nbsp;addAction(java.lang.String&nbsp;action)</pre> </li> </ul> <a name="setPermission-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setPermission</h4> <pre>public&nbsp;void&nbsp;setPermission(java.lang.String&nbsp;permission)</pre> </li> </ul> <a name="getPermission--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPermission</h4> <pre>public&nbsp;java.lang.String&nbsp;getPermission()</pre> </li> </ul> <a name="getIntentFilters--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIntentFilters</h4> <pre>public&nbsp;java.util.List&lt;<a href="../../../org/robolectric/manifest/IntentFilterData.html" title="class in org.robolectric.manifest">IntentFilterData</a>&gt;&nbsp;getIntentFilters()</pre> <div class="block"><p>Get the intent filters defined for the broadcast receiver.</p></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>A list of intent filters.</dd> </dl> </li> </ul> <a name="getAllAttributes--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAllAttributes</h4> <pre>public&nbsp;java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;getAllAttributes()</pre> <div class="block"><p>Get the map for all attributes defined for the broadcast receiver.</p></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>map of attributes names to values from the manifest.</dd> </dl> </li> </ul> <a name="isExported--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>isExported</h4> <pre>public&nbsp;boolean&nbsp;isExported()</pre> <div class="block"><p>Returns whether this broadcast receiver is exported by checking the XML attribute.</p></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if the broadcast receiver is exported</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/manifest/AndroidManifest.html" title="class in org.robolectric.manifest"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/manifest/ContentProviderData.html" title="class in org.robolectric.manifest"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/manifest/BroadcastReceiverData.html" target="_top">Frames</a></li> <li><a href="BroadcastReceiverData.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields.inherited.from.class.org.robolectric.manifest.PackageItemData">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/4.0-alpha/org/robolectric/manifest/BroadcastReceiverData.html
HTML
mit
17,228
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>DataTables example - Complex headers (rowspan and colspan)</title> <link rel="stylesheet" type="text/css" href="../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { $('#example').dataTable(); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>DataTables example <span>Complex headers (rowspan and colspan)</span></h1> <div class="info"> <p>When using tables to display data, you will often wish to display column information in groups. DataTables fully supports <code>colspan</code> and <code>rowspan</code> in the table's header, assigning the required order listeners to the TH element suitable for that column.</p> <p>Each column must have one TH cell which is unique to it for the listeners to be added. By default DataTables will use the bottom unique cell for the column to attach the order listener, if more than one cell for a column if found. The <a href="//datatables.net/reference/option/orderCellsTop"><code class="option" title= "DataTables initialisation option">orderCellsTop<span>DT</span></code></a> option can be used to tell DataTables to use the top cell if you prefer.</p> <p>The example shown below has two sets of grouped information, grouped by colspan in the header.</p> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th rowspan="2">Name</th> <th colspan="2">HR Information</th> <th colspan="3">Contact</th> </tr> <tr> <th>Position</th> <th>Salary</th> <th>Office</th> <th>Extn.</th> <th>E-mail</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Salary</th> <th>Office</th> <th>Extn.</th> <th>E-mail</th> </tr> </tfoot> <tbody> <tr> <td>Tiger Nixon</td> <td>System Architect</td> <td>$320,800</td> <td>Edinburgh</td> <td>5421</td> <td>t.nixon@datatables.net</td> </tr> <tr> <td>Garrett Winters</td> <td>Accountant</td> <td>$170,750</td> <td>Tokyo</td> <td>8422</td> <td>g.winters@datatables.net</td> </tr> <tr> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>$86,000</td> <td>San Francisco</td> <td>1562</td> <td>a.cox@datatables.net</td> </tr> <tr> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>$433,060</td> <td>Edinburgh</td> <td>6224</td> <td>c.kelly@datatables.net</td> </tr> <tr> <td>Airi Satou</td> <td>Accountant</td> <td>$162,700</td> <td>Tokyo</td> <td>5407</td> <td>a.satou@datatables.net</td> </tr> <tr> <td>Brielle Williamson</td> <td>Integration Specialist</td> <td>$372,000</td> <td>New York</td> <td>4804</td> <td>b.williamson@datatables.net</td> </tr> <tr> <td>Herrod Chandler</td> <td>Sales Assistant</td> <td>$137,500</td> <td>San Francisco</td> <td>9608</td> <td>h.chandler@datatables.net</td> </tr> <tr> <td>Rhona Davidson</td> <td>Integration Specialist</td> <td>$327,900</td> <td>Tokyo</td> <td>6200</td> <td>r.davidson@datatables.net</td> </tr> <tr> <td>Colleen Hurst</td> <td>Javascript Developer</td> <td>$205,500</td> <td>San Francisco</td> <td>2360</td> <td>c.hurst@datatables.net</td> </tr> <tr> <td>Sonya Frost</td> <td>Software Engineer</td> <td>$103,600</td> <td>Edinburgh</td> <td>1667</td> <td>s.frost@datatables.net</td> </tr> <tr> <td>Jena Gaines</td> <td>Office Manager</td> <td>$90,560</td> <td>London</td> <td>3814</td> <td>j.gaines@datatables.net</td> </tr> <tr> <td>Quinn Flynn</td> <td>Support Lead</td> <td>$342,000</td> <td>Edinburgh</td> <td>9497</td> <td>q.flynn@datatables.net</td> </tr> <tr> <td>Charde Marshall</td> <td>Regional Director</td> <td>$470,600</td> <td>San Francisco</td> <td>6741</td> <td>c.marshall@datatables.net</td> </tr> <tr> <td>Haley Kennedy</td> <td>Senior Marketing Designer</td> <td>$313,500</td> <td>London</td> <td>3597</td> <td>h.kennedy@datatables.net</td> </tr> <tr> <td>Tatyana Fitzpatrick</td> <td>Regional Director</td> <td>$385,750</td> <td>London</td> <td>1965</td> <td>t.fitzpatrick@datatables.net</td> </tr> <tr> <td>Michael Silva</td> <td>Marketing Designer</td> <td>$198,500</td> <td>London</td> <td>1581</td> <td>m.silva@datatables.net</td> </tr> <tr> <td>Paul Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>$725,000</td> <td>New York</td> <td>3059</td> <td>p.byrd@datatables.net</td> </tr> <tr> <td>Gloria Little</td> <td>Systems Administrator</td> <td>$237,500</td> <td>New York</td> <td>1721</td> <td>g.little@datatables.net</td> </tr> <tr> <td>Bradley Greer</td> <td>Software Engineer</td> <td>$132,000</td> <td>London</td> <td>2558</td> <td>b.greer@datatables.net</td> </tr> <tr> <td>Dai Rios</td> <td>Personnel Lead</td> <td>$217,500</td> <td>Edinburgh</td> <td>2290</td> <td>d.rios@datatables.net</td> </tr> <tr> <td>Jenette Caldwell</td> <td>Development Lead</td> <td>$345,000</td> <td>New York</td> <td>1937</td> <td>j.caldwell@datatables.net</td> </tr> <tr> <td>Yuri Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>$675,000</td> <td>New York</td> <td>6154</td> <td>y.berry@datatables.net</td> </tr> <tr> <td>Caesar Vance</td> <td>Pre-Sales Support</td> <td>$106,450</td> <td>New York</td> <td>8330</td> <td>c.vance@datatables.net</td> </tr> <tr> <td>Doris Wilder</td> <td>Sales Assistant</td> <td>$85,600</td> <td>Sidney</td> <td>3023</td> <td>d.wilder@datatables.net</td> </tr> <tr> <td>Angelica Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>$1,200,000</td> <td>London</td> <td>5797</td> <td>a.ramos@datatables.net</td> </tr> <tr> <td>Gavin Joyce</td> <td>Developer</td> <td>$92,575</td> <td>Edinburgh</td> <td>8822</td> <td>g.joyce@datatables.net</td> </tr> <tr> <td>Jennifer Chang</td> <td>Regional Director</td> <td>$357,650</td> <td>Singapore</td> <td>9239</td> <td>j.chang@datatables.net</td> </tr> <tr> <td>Brenden Wagner</td> <td>Software Engineer</td> <td>$206,850</td> <td>San Francisco</td> <td>1314</td> <td>b.wagner@datatables.net</td> </tr> <tr> <td>Fiona Green</td> <td>Chief Operating Officer (COO)</td> <td>$850,000</td> <td>San Francisco</td> <td>2947</td> <td>f.green@datatables.net</td> </tr> <tr> <td>Shou Itou</td> <td>Regional Marketing</td> <td>$163,000</td> <td>Tokyo</td> <td>8899</td> <td>s.itou@datatables.net</td> </tr> <tr> <td>Michelle House</td> <td>Integration Specialist</td> <td>$95,400</td> <td>Sidney</td> <td>2769</td> <td>m.house@datatables.net</td> </tr> <tr> <td>Suki Burks</td> <td>Developer</td> <td>$114,500</td> <td>London</td> <td>6832</td> <td>s.burks@datatables.net</td> </tr> <tr> <td>Prescott Bartlett</td> <td>Technical Author</td> <td>$145,000</td> <td>London</td> <td>3606</td> <td>p.bartlett@datatables.net</td> </tr> <tr> <td>Gavin Cortez</td> <td>Team Leader</td> <td>$235,500</td> <td>San Francisco</td> <td>2860</td> <td>g.cortez@datatables.net</td> </tr> <tr> <td>Martena Mccray</td> <td>Post-Sales support</td> <td>$324,050</td> <td>Edinburgh</td> <td>8240</td> <td>m.mccray@datatables.net</td> </tr> <tr> <td>Unity Butler</td> <td>Marketing Designer</td> <td>$85,675</td> <td>San Francisco</td> <td>5384</td> <td>u.butler@datatables.net</td> </tr> <tr> <td>Howard Hatfield</td> <td>Office Manager</td> <td>$164,500</td> <td>San Francisco</td> <td>7031</td> <td>h.hatfield@datatables.net</td> </tr> <tr> <td>Hope Fuentes</td> <td>Secretary</td> <td>$109,850</td> <td>San Francisco</td> <td>6318</td> <td>h.fuentes@datatables.net</td> </tr> <tr> <td>Vivian Harrell</td> <td>Financial Controller</td> <td>$452,500</td> <td>San Francisco</td> <td>9422</td> <td>v.harrell@datatables.net</td> </tr> <tr> <td>Timothy Mooney</td> <td>Office Manager</td> <td>$136,200</td> <td>London</td> <td>7580</td> <td>t.mooney@datatables.net</td> </tr> <tr> <td>Jackson Bradshaw</td> <td>Director</td> <td>$645,750</td> <td>New York</td> <td>1042</td> <td>j.bradshaw@datatables.net</td> </tr> <tr> <td>Olivia Liang</td> <td>Support Engineer</td> <td>$234,500</td> <td>Singapore</td> <td>2120</td> <td>o.liang@datatables.net</td> </tr> <tr> <td>Bruno Nash</td> <td>Software Engineer</td> <td>$163,500</td> <td>London</td> <td>6222</td> <td>b.nash@datatables.net</td> </tr> <tr> <td>Sakura Yamamoto</td> <td>Support Engineer</td> <td>$139,575</td> <td>Tokyo</td> <td>9383</td> <td>s.yamamoto@datatables.net</td> </tr> <tr> <td>Thor Walton</td> <td>Developer</td> <td>$98,540</td> <td>New York</td> <td>8327</td> <td>t.walton@datatables.net</td> </tr> <tr> <td>Finn Camacho</td> <td>Support Engineer</td> <td>$87,500</td> <td>San Francisco</td> <td>2927</td> <td>f.camacho@datatables.net</td> </tr> <tr> <td>Serge Baldwin</td> <td>Data Coordinator</td> <td>$138,575</td> <td>Singapore</td> <td>8352</td> <td>s.baldwin@datatables.net</td> </tr> <tr> <td>Zenaida Frank</td> <td>Software Engineer</td> <td>$125,250</td> <td>New York</td> <td>7439</td> <td>z.frank@datatables.net</td> </tr> <tr> <td>Zorita Serrano</td> <td>Software Engineer</td> <td>$115,000</td> <td>San Francisco</td> <td>4389</td> <td>z.serrano@datatables.net</td> </tr> <tr> <td>Jennifer Acosta</td> <td>Junior Javascript Developer</td> <td>$75,650</td> <td>Edinburgh</td> <td>3431</td> <td>j.acosta@datatables.net</td> </tr> <tr> <td>Cara Stevens</td> <td>Sales Assistant</td> <td>$145,600</td> <td>New York</td> <td>3990</td> <td>c.stevens@datatables.net</td> </tr> <tr> <td>Hermione Butler</td> <td>Regional Director</td> <td>$356,250</td> <td>London</td> <td>1016</td> <td>h.butler@datatables.net</td> </tr> <tr> <td>Lael Greer</td> <td>Systems Administrator</td> <td>$103,500</td> <td>London</td> <td>6733</td> <td>l.greer@datatables.net</td> </tr> <tr> <td>Jonas Alexander</td> <td>Developer</td> <td>$86,500</td> <td>San Francisco</td> <td>8196</td> <td>j.alexander@datatables.net</td> </tr> <tr> <td>Shad Decker</td> <td>Regional Director</td> <td>$183,000</td> <td>Edinburgh</td> <td>6373</td> <td>s.decker@datatables.net</td> </tr> <tr> <td>Michael Bruce</td> <td>Javascript Developer</td> <td>$183,000</td> <td>Singapore</td> <td>5384</td> <td>m.bruce@datatables.net</td> </tr> <tr> <td>Donna Snider</td> <td>Customer Support</td> <td>$112,000</td> <td>New York</td> <td>4226</td> <td>d.snider@datatables.net</td> </tr> </tbody> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() { $('#example').dataTable(); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="../../media/js/jquery.js">../../media/js/jquery.js</a></li> <li><a href="../../media/js/jquery.dataTables.js">../../media/js/jquery.dataTables.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline language-css"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href="../../media/css/jquery.dataTables.css">../../media/css/jquery.dataTables.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="./index.html">Basic initialisation</a></h3> <ul class="toc active"> <li><a href="./zero_configuration.html">Zero configuration</a></li> <li><a href="./filter_only.html">Feature enable / disable</a></li> <li><a href="./table_sorting.html">Default ordering (sorting)</a></li> <li><a href="./multi_col_sort.html">Multi-column ordering</a></li> <li><a href="./multiple_tables.html">Multiple tables</a></li> <li><a href="./hidden_columns.html">Hidden columns</a></li> <li class="active"><a href="./complex_header.html">Complex headers (rowspan and colspan)</a></li> <li><a href="./dom.html">DOM positioning</a></li> <li><a href="./flexible_width.html">Flexible table width</a></li> <li><a href="./state_save.html">State saving</a></li> <li><a href="./alt_pagination.html">Alternative pagination</a></li> <li><a href="./scroll_y.html">Scroll - vertical</a></li> <li><a href="./scroll_x.html">Scroll - horizontal</a></li> <li><a href="./scroll_xy.html">Scroll - horizontal and vertical</a></li> <li><a href="./scroll_y_theme.html">Scroll - vertical with jQuery UI ThemeRoller</a></li> <li><a href="./comma-decimal.html">Language - Comma decimal place</a></li> <li><a href="./language.html">Language options</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../advanced_init/index.html">Advanced initialisation</a></h3> <ul class="toc"> <li><a href="../advanced_init/events_live.html">DOM / jQuery events</a></li> <li><a href="../advanced_init/dt_events.html">DataTables events</a></li> <li><a href="../advanced_init/column_render.html">Column rendering</a></li> <li><a href="../advanced_init/length_menu.html">Page length options</a></li> <li><a href="../advanced_init/dom_multiple_elements.html">Multiple table control elements</a></li> <li><a href="../advanced_init/complex_header.html">Complex headers (rowspan / colspan)</a></li> <li><a href="../advanced_init/object_dom_read.html">Read HTML to data objects</a></li> <li><a href="../advanced_init/html5-data-attributes.html">HTML5 data-* attributes</a></li> <li><a href="../advanced_init/language_file.html">Language file</a></li> <li><a href="../advanced_init/defaults.html">Setting defaults</a></li> <li><a href="../advanced_init/row_callback.html">Row created callback</a></li> <li><a href="../advanced_init/row_grouping.html">Row grouping</a></li> <li><a href="../advanced_init/footer_callback.html">Footer callback</a></li> <li><a href="../advanced_init/dom_toolbar.html">Custom toolbar elements</a></li> <li><a href="../advanced_init/sort_direction_control.html">Order direction sequence control</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../styling/index.html">Styling</a></h3> <ul class="toc"> <li><a href="../styling/display.html">Base style</a></li> <li><a href="../styling/no-classes.html">Base style - no styling classes</a></li> <li><a href="../styling/cell-border.html">Base style - cell borders</a></li> <li><a href="../styling/compact.html">Base style - compact</a></li> <li><a href="../styling/hover.html">Base style - hover</a></li> <li><a href="../styling/order-column.html">Base style - order-column</a></li> <li><a href="../styling/row-border.html">Base style - row borders</a></li> <li><a href="../styling/stripe.html">Base style - stripe</a></li> <li><a href="../styling/bootstrap.html">Bootstrap</a></li> <li><a href="../styling/foundation.html">Foundation</a></li> <li><a href="../styling/jqueryUI.html">jQuery UI ThemeRoller</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../data_sources/index.html">Data sources</a></h3> <ul class="toc"> <li><a href="../data_sources/dom.html">HTML (DOM) sourced data</a></li> <li><a href="../data_sources/ajax.html">Ajax sourced data</a></li> <li><a href="../data_sources/js_array.html">Javascript sourced data</a></li> <li><a href="../data_sources/server_side.html">Server-side processing</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../api/index.html">API</a></h3> <ul class="toc"> <li><a href="../api/add_row.html">Add rows</a></li> <li><a href="../api/multi_filter.html">Individual column searching (text inputs)</a></li> <li><a href="../api/multi_filter_select.html">Individual column searching (select inputs)</a></li> <li><a href="../api/highlight.html">Highlighting rows and columns</a></li> <li><a href="../api/row_details.html">Child rows (show extra / detailed information)</a></li> <li><a href="../api/select_row.html">Row selection (multiple rows)</a></li> <li><a href="../api/select_single_row.html">Row selection and deletion (single row)</a></li> <li><a href="../api/form.html">Form inputs</a></li> <li><a href="../api/counter_columns.html">Index column</a></li> <li><a href="../api/show_hide.html">Show / hide columns dynamically</a></li> <li><a href="../api/api_in_init.html">Using API in callbacks</a></li> <li><a href="../api/tabs_and_scrolling.html">Scrolling and jQuery UI tabs</a></li> <li><a href="../api/regex.html">Search API (regular expressions)</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../ajax/index.html">Ajax</a></h3> <ul class="toc"> <li><a href="../ajax/simple.html">Ajax data source (arrays)</a></li> <li><a href="../ajax/objects.html">Ajax data source (objects)</a></li> <li><a href="../ajax/deep.html">Nested object data (objects)</a></li> <li><a href="../ajax/objects_subarrays.html">Nested object data (arrays)</a></li> <li><a href="../ajax/orthogonal-data.html">Orthogonal data</a></li> <li><a href="../ajax/null_data_source.html">Generated content for a column</a></li> <li><a href="../ajax/custom_data_property.html">Custom data source property</a></li> <li><a href="../ajax/custom_data_flat.html">Flat array data source</a></li> <li><a href="../ajax/defer_render.html">Deferred rendering for speed</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../server_side/index.html">Server-side</a></h3> <ul class="toc"> <li><a href="../server_side/simple.html">Server-side processing</a></li> <li><a href="../server_side/custom_vars.html">Custom HTTP variables</a></li> <li><a href="../server_side/post.html">POST data</a></li> <li><a href="../server_side/ids.html">Automatic addition of row ID attributes</a></li> <li><a href="../server_side/object_data.html">Object data source</a></li> <li><a href="../server_side/row_details.html">Row details</a></li> <li><a href="../server_side/select_rows.html">Row selection</a></li> <li><a href="../server_side/jsonp.html">JSONP data source for remote domains</a></li> <li><a href="../server_side/defer_loading.html">Deferred loading of data</a></li> <li><a href="../server_side/pipeline.html">Pipelining data to reduce Ajax calls for paging</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../plug-ins/index.html">Plug-ins</a></h3> <ul class="toc"> <li><a href="../plug-ins/api.html">API plug-in methods</a></li> <li><a href="../plug-ins/sorting_auto.html">Ordering plug-ins (with type detection)</a></li> <li><a href="../plug-ins/sorting_manual.html">Ordering plug-ins (no type detection)</a></li> <li><a href="../plug-ins/range_filtering.html">Custom filtering - range search</a></li> <li><a href="../plug-ins/dom_sort.html">Live DOM ordering</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
nbagonet/AlphaAdminTemplate
dist/vendor/DataTables/examples/basic_init/complex_header.html
HTML
mit
24,508
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class StartProcessRequest | Picturepark.SDK.V1 API </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class StartProcessRequest | Picturepark.SDK.V1 API "> <meta name="generator" content="docfx 2.16.7.0"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="../styles/docfx.vendor.css"> <link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/main.css"> <meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:tocrel" content="toc.html"> <meta property="docfx:rel" content="../"> </head> <body data-spy="scroll" data-target="#affix"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html"> <img id="logo" class="svg" src="../logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div role="main" class="container body-content"> <div id="search-results"> <div class="search-list"></div> <div class="sr-items"></div> <ul id="pagination"></ul> </div> </div> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content"> <h1 id="Picturepark_SDK_V1_ServiceProvider_Contract_StartProcessRequest" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest">Class StartProcessRequest </h1> <div class="markdown level0 summary"></div> <div class="markdown level0 conceptual"></div> <div class="inheritance"> <h5>Inheritance</h5> <div class="level0"><span class="xref">System.Object</span></div> <div class="level1"><span class="xref">StartProcessRequest</span></div> </div> <div class="inheritedMembers"> <h5>Inherited Members</h5> <div> <span class="xref">System.Object.ToString()</span> </div> <div> <span class="xref">System.Object.Equals(System.Object)</span> </div> <div> <span class="xref">System.Object.Equals(System.Object, System.Object)</span> </div> <div> <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> </div> <div> <span class="xref">System.Object.GetHashCode()</span> </div> <div> <span class="xref">System.Object.GetType()</span> </div> <div> <span class="xref">System.Object.MemberwiseClone()</span> </div> </div> <h6><strong>Namespace</strong>:Picturepark.SDK.V1.ServiceProvider.Contract</h6> <h6><strong>Assembly</strong>:cs.temp.dll.dll</h6> <h5 id="Picturepark_SDK_V1_ServiceProvider_Contract_StartProcessRequest_syntax">Syntax</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public class StartProcessRequest</code></pre> </div> <h3 id="properties">Properties </h3> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_StartProcessRequest_Variables_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest.Variables*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_StartProcessRequest_Variables" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest.Variables">Variables</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public object Variables { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Object</span></td> <td></td> </tr> </tbody> </table> <h3 id="methods">Methods </h3> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_StartProcessRequest_FromJson_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest.FromJson*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_StartProcessRequest_FromJson_System_String_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest.FromJson(System.String)">FromJson(String)</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static StartProcessRequest FromJson(string data)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td><span class="parametername">data</span></td> <td></td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest.html">StartProcessRequest</a></td> <td></td> </tr> </tbody> </table> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_StartProcessRequest_ToJson_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest.ToJson*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_StartProcessRequest_ToJson" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest.ToJson">ToJson()</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public string ToJson()</code></pre> </div> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span> </div> </div> </footer> </div> <script type="text/javascript" src="../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/main.js"></script> </body> </html>
Picturepark/Picturepark.SDK.DotNet
docs/sdk/site/api/Picturepark.SDK.V1.ServiceProvider.Contract.StartProcessRequest.html
HTML
mit
10,949
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>miniml: 22 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.2 / miniml - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> miniml <small> 8.10.0 <span class="label label-success">22 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-30 11:23:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 11:23:11 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.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/miniml&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/MiniML&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: functional programming&quot; &quot;keyword: Categorical Abstract Machine&quot; &quot;keyword: compilation&quot; &quot;keyword: natural semantics&quot; &quot;category: Computer Science/Semantics and Compilation/Compilation&quot; ] authors: [ &quot;Samuel Boutin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/miniml/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/miniml.git&quot; synopsis: &quot;Correctness of the compilation of Mini-ML into the Categorical Abstract Machine&quot; description: &quot;&quot;&quot; A formalisation of Mini-ML and of the Categorical Abstract Machine (C.A.M) in natural semantics. It also contains the definition of the translation from Mini-ML to the CAM and the proof that this translation is correct&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/miniml/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=df00ed94ed18950b75878fd60c827e5c&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-miniml.8.10.0 coq.8.10.2</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-miniml.8.10.0 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 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-miniml.8.10.0 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>22 s</dd> </dl> <h2>Installation size</h2> <p>Total: 521 K</p> <ul> <li>349 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniML/Mini_ML.vo</code></li> <li>125 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniML/Mini_ML.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniML/Mini_ML.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-miniml.8.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.09.1-2.0.6/released/8.10.2/miniml/8.10.0.html
HTML
mit
7,117
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v4.8.6 - v4.9.1: Class 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 id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v4.8.6 - v4.9.1 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#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 class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li class="current"><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_j.html#index_j"><span>j</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_0x7e.html#index_0x7e"><span>~</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 documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_e"></a>- e -</h3><ul> <li>EmbedderDataFields : <a class="el" href="classv8_1_1Context.html#a8e8a8c567e2d193f25f1ec211db0b5f9">v8::Context</a> </li> <li>Empty() : <a class="el" href="classv8_1_1String.html#aa393d47baa54467fe57001065e49194b">v8::String</a> </li> <li>EndOfStream() : <a class="el" href="classv8_1_1OutputStream.html#a6c5c308367fc5776bcbedff0e94d6049">v8::OutputStream</a> </li> <li>EnqueueMicrotask() : <a class="el" href="classv8_1_1Isolate.html#a79a222a1a662d08479d5a1880c6793c5">v8::Isolate</a> </li> <li>Enter() : <a class="el" href="classv8_1_1Context.html#a6995c49d9897eb49053f07874b825133">v8::Context</a> , <a class="el" href="classv8_1_1Isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">v8::Isolate</a> </li> <li>entry_hook : <a class="el" href="structv8_1_1Isolate_1_1CreateParams.html#aa7aa18bbe2d86713e5b074a93b38dc60">v8::Isolate::CreateParams</a> </li> <li>Escape() : <a class="el" href="classv8_1_1EscapableHandleScope.html#afdf0d3850978f65d1a827f78b3a2b6fd">v8::EscapableHandleScope</a> </li> <li>EventCallback : <a class="el" href="classv8_1_1Debug.html#ab53894746a21222796062f0e81ea28d8">v8::Debug</a> </li> <li>Exception() : <a class="el" href="classv8_1_1TryCatch.html#a99c425f29b3355b4294cbe762377f99b">v8::TryCatch</a> </li> <li>Exit() : <a class="el" href="classv8_1_1Context.html#a2db09d4fefb26023a40d88972a4c1599">v8::Context</a> , <a class="el" href="classv8_1_1Isolate.html#a64a8503cafd00d1d2cadfbb0c2345054">v8::Isolate</a> </li> <li>ExpectedRuntime : <a class="el" href="classv8_1_1Platform.html#ace7f666b2b5995bb0e898e12fa660718">v8::Platform</a> </li> <li>Externalize() : <a class="el" href="classv8_1_1ArrayBuffer.html#a8b90b72486cfacb4fbec157f4803f889">v8::ArrayBuffer</a> , <a class="el" href="classv8_1_1SharedArrayBuffer.html#afe025bbf668e64439cfc0044b353eb41">v8::SharedArrayBuffer</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.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
9c3e246/html/functions_e.html
HTML
mit
8,039
<!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> Lou's Small Engines - 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=1492300253679&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=28074&V_SEARCH.docsStart=28073&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_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=28072&amp;V_DOCUMENT.docRank=28073&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492300285957&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567111313&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=28074&amp;V_DOCUMENT.docRank=28075&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492300285957&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567152475&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> 5366 NWT LTD </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>5366 NWT LTD</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Lou's Small Engines</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.loussmallengines.ca" target="_blank" title="Website URL">http://www.loussmallengines.ca</a></p> <p><a href="mailto:blaine@loussmallengines.ca" title="blaine@loussmallengines.ca">blaine@loussmallengines.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"> P.O. Box 810<br/> FORT SMITH, Northwest Territories<br/> X0E 0P0 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 255 McDougal Rd.<br/> FORT SMITH, Northwest Territories<br/> X0E 0P0 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (867) 872-2777 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (867) 872-2776</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"> </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> Blaine Walterhouse </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> President<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (867) 872-2777 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (867) 872-2776 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> blaine.lse@auroranet.nt.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 811411 - Home and Garden Equipment Repair and Maintenance </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> <div class="row"> <div class="col-md-5"> <strong> Aboriginal Firm: </strong> </div> <div class="col-md-7"> Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/> </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"> small engine sale &amp; service <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Aboriginal. Engines &amp; Equipment, Lawnmowers, Motorcycles, <br> Outboard Motors, Snowmobiles, Saws, Sporting Goods, Sales and <br> service.<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> Blaine Walterhouse </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> President<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (867) 872-2777 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (867) 872-2776 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> blaine.lse@auroranet.nt.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 811411 - Home and Garden Equipment Repair and Maintenance </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> <div class="row"> <div class="col-md-5"> <strong> Aboriginal Firm: </strong> </div> <div class="col-md-7"> Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/> </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"> small engine sale &amp; service <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Aboriginal. Engines &amp; Equipment, Lawnmowers, Motorcycles, <br> Outboard Motors, Snowmobiles, Saws, Sporting Goods, Sales and <br> service.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-11-12 </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/234567037219.html
HTML
mit
33,990
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jordan-curve-theorem: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / jordan-curve-theorem - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> jordan-curve-theorem <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-13 06:10:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-13 06:10:22 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.11 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.1 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/jordan-curve-theorem&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/JordanCurveTheorem&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:combinatorial hypermaps&quot; &quot;keyword:genus&quot; &quot;keyword:planarity&quot; &quot;keyword:euler formula&quot; &quot;keyword:discrete jordan curve theorem&quot; &quot;category:Mathematics/Geometry/General&quot; &quot;date:2008&quot; ] authors: [ &quot;Jean-François Dufourd &lt;dufourd@lsiit.u-strasbg.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/jordan-curve-theorem/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/jordan-curve-theorem.git&quot; synopsis: &quot;Hypermaps, planarity and discrete Jordan curve theorem&quot; description: &quot;Constructive formalization of the combinatorial hypermaps, characterization of the planarity, genus theorem, Euler formula, ring of faces, discrete Jordan curve theorem&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/jordan-curve-theorem/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=13d3470735ba88f23b21cdb1ebd5059a&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-jordan-curve-theorem.8.5.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1). The following dependencies couldn&#39;t be met: - coq-jordan-curve-theorem -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-jordan-curve-theorem.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.1/jordan-curve-theorem/8.5.0.html
HTML
mit
7,165
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>opam-website: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / opam-website - 1.3.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> opam-website <small> 1.3.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-06 09:57:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-06 09:57:06 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 2 Virtual package relying on perl coq 8.9.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-opam-website&quot; dev-repo: &quot;git+https://github.com/clarus/coq-opam-website.git&quot; bug-reports: &quot;https://github.com/clarus/coq-opam-website/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] [&quot;sh&quot; &quot;-c&quot; &quot;cd extraction &amp;&amp; make&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} &quot;coq-io&quot; {&gt;= &quot;3.1.0&quot;} &quot;coq-io-exception&quot; {&gt;= &quot;1.0.0&quot;} &quot;coq-io-system&quot; {&gt;= &quot;2.3.0&quot;} &quot;coq-list-string&quot; {&gt;= &quot;2.1.0&quot;} ] synopsis: &quot;Generation of a Coq website for OPAM: http://coq.io/opam/ &quot; url { src: &quot;https://github.com/coq-io/opam-website/archive/1.3.2.tar.gz&quot; checksum: &quot;md5=861185b02cdb15a15a1de3127abe0454&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-opam-website.1.3.2 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-opam-website -&gt; coq-io-exception -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.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-opam-website.1.3.2</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.9.0/opam-website/1.3.2.html
HTML
mit
6,749
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="generator" content="Gogon ngeBlog"> <title>Arsip: 2013/12 - Gogon ngeBlog</title> <meta name="author" content="Gogon"> <link rel="alternate" type="application/atom+xml" title="RSS" href="/atom.xml"> <script type="application/ld+json">{}</script> <meta name="description" content="Bukan Gogon Srimulat • Pengguna KDE • Progremer Gagal :|"> <meta property="og:type" content="blog"> <meta property="og:title" content="Gogon ngeBlog"> <meta property="og:url" content="http://go2n.github.io/archives/2013/12/index.html"> <meta property="og:site_name" content="Gogon ngeBlog"> <meta property="og:description" content="Bukan Gogon Srimulat • Pengguna KDE • Progremer Gagal :|"> <meta property="og:locale" content="id_ID"> <meta property="article:author" content="Gogon"> <meta name="twitter:card" content="summary"> <meta property="og:image" content="http://go2n.github.io/assets/images/go2n.jpg"/> <!--STYLES--> <link rel="stylesheet" href="/assets/css/style-cr6ygx2eptouictmr9m09oubvsh1xi4qunn2yz2xg7umzw0l9spayiq1geeo.min.css"> <!--STYLES END--> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-41394739-3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-41394739-3'); </script> </head> <body> <div id="blog"> <!-- Define author's picture --> <header id="header" data-behavior="2"> <i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i> <div class="header-title"> <a class="header-title-link" href="/%20" aria-label="" > Gogon ngeBlog </a> </div> <a class="header-right-picture " href="#about" aria-label="Öffne den Link: /#about" > <img class="header-picture" src="/assets/images/go2n.jpg" alt="Penulis"/> </a> </header> <!-- Define author's picture --> <nav id="sidebar" data-behavior="2"> <div class="sidebar-container"> <div class="sidebar-profile"> <a href="/#about" aria-label="Lesen Sie mehr über den Autor" > <img class="sidebar-profile-picture" src="/assets/images/go2n.jpg" alt="Penulis"/> </a> <h4 class="sidebar-profile-name">Gogon</h4> <h5 class="sidebar-profile-bio"><p>Bukan Gogon Srimulat • Suka dengan KDE • Programmer Gagal 😐</p> </h5> </div> <ul class="sidebar-buttons"> <li class="sidebar-button"> <a class="sidebar-button-link " href="/" rel="noopener" title="Beranda" > <i class="sidebar-button-icon fa fa-home" aria-hidden="true"></i> <span class="sidebar-button-desc">Beranda</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link " href="/all-categories" rel="noopener" title="Kategori" > <i class="sidebar-button-icon fa fa-bookmark" aria-hidden="true"></i> <span class="sidebar-button-desc">Kategori</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link " href="/all-tags" rel="noopener" title="Tag" > <i class="sidebar-button-icon fa fa-tags" aria-hidden="true"></i> <span class="sidebar-button-desc">Tag</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link " href="/all-archives" rel="noopener" title="Arsip" > <i class="sidebar-button-icon fa fa-archive" aria-hidden="true"></i> <span class="sidebar-button-desc">Arsip</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link open-algolia-search" href="#search" rel="noopener" title="Cari" > <i class="sidebar-button-icon fa fa-search" aria-hidden="true"></i> <span class="sidebar-button-desc">Cari</span> </a> </li> <li class="sidebar-button"> <a class="sidebar-button-link " href="/about" rel="noopener" title="Tentang" > <i class="sidebar-button-icon fa fa-question" aria-hidden="true"></i> <span class="sidebar-button-desc">Tentang</span> </a> </li> </ul> <ul class="sidebar-buttons"> </ul> <ul class="sidebar-buttons"> <li class="sidebar-button"> <a class="sidebar-button-link " href="/atom.xml" rel="noopener" title="RSS" > <i class="sidebar-button-icon fa fa-rss" aria-hidden="true"></i> <span class="sidebar-button-desc">RSS</span> </a> </li> </ul> </div> </nav> <div id="main" data-behavior="2" class=" hasCoverMetaIn "> <section class="postShorten-group main-content-wrap"> <article class="postShorten postShorten--thumbnailimg-right"> <div class="postShorten-wrap"> <div class="postShorten-header"> <h1 class="postShorten-title"> <a class="link-unstyled" href="/2013/12/22/applet-networkmanagement-digantikan-plasma-nm/" aria-label=": Applet NetworkManagement digantikan Plasma-nm" > Applet NetworkManagement digantikan Plasma-nm </a> </h1> <div class="postShorten-meta"> <time datetime="2013-12-22T15:31:18+07:00"> 22 Desember 2013 </time> <span> | </span> <a class="category-link" href="/categories/linux/">linux</a> </div> </div> <div class="postShorten-excerpt"> <p>Saya baru sadar kalau ternyata <code>kdeplasma-applets-networkmanagement</code> sekarang masuk AUR. Sempat bingung juga kok bisa di-drop ke <a target="_blank" rel="noopener" href="https://aur.archlinux.org/packages/kdeplasma-applets-networkmanagement/">AUR</a>. Apakah ada antarmuka grafis baru untuk NetworkManager?</p> <a href="/2013/12/22/applet-networkmanagement-digantikan-plasma-nm/" class="postShorten-excerpt_link link" aria-label=": Applet NetworkManagement digantikan Plasma-nm" > Selengkapnya </a> </div> </div> <a href="/2013/12/22/applet-networkmanagement-digantikan-plasma-nm/" aria-label=": Applet NetworkManagement digantikan Plasma-nm" > <div class="postShorten-thumbnailimg"> <img alt="" src="http://go2n.github.io/2013/12/22/applet-networkmanagement-digantikan-plasma-nm/plasma-nm.png"/> </div> </a> </article> <article class="postShorten postShorten--thumbnailimg-right"> <div class="postShorten-wrap"> <div class="postShorten-header"> <h1 class="postShorten-title"> <a class="link-unstyled" href="/2013/12/21/plasma-2-technology-preview/" aria-label=": Plasma 2 Technology Preview" > Plasma 2 Technology Preview </a> </h1> <div class="postShorten-meta"> <time datetime="2013-12-21T14:52:21+07:00"> 21 Desember 2013 </time> <span> | </span> <a class="category-link" href="/categories/linux/">linux</a> </div> </div> <div class="postShorten-excerpt"> <p>Konon katanya Plasma 2 ini dibangun dengan Qt5, QtQuick2 dan OpenGL dan KDE Framework 5. Preview dari KDE Framework 5 katanya akan keluar awal tahun 2014, sedangkan rilis pertama direncanakan pada akhir tahun. Waa… jadi masih setahun lagi bisa nyicip KF5 yang stable.</p> <a href="/2013/12/21/plasma-2-technology-preview/" class="postShorten-excerpt_link link" aria-label=": Plasma 2 Technology Preview" > Selengkapnya </a> </div> </div> <a href="/2013/12/21/plasma-2-technology-preview/" aria-label=": Plasma 2 Technology Preview" > <div class="postShorten-thumbnailimg"> <img alt="" src="https://dot.kde.org/sites/dot.kde.org/files/plasma2tp-networkmanagement.png"/> </div> </a> </article> <div class="pagination-bar"> <ul class="pagination"> <li class="pagination-number">hal 1 / 1</li> </ul> </div> </section> <footer id="footer" class="main-content-wrap"> <span class="copyrights"> Copyrights &copy; 2020 Gogon. All Rights Reserved. </span> </footer> </div> </div> <div id="about"> <div id="about-card"> <div id="about-btn-close"> <i class="fa fa-times"></i> </div> <img id="about-card-picture" src="/assets/images/go2n.jpg" alt="Penulis"/> <h4 id="about-card-name">Gogon</h4> <div id="about-card-bio"><p>Bukan Gogon Srimulat • Suka dengan KDE • Programmer Gagal 😐</p> </div> <div id="about-card-job"> <i class="fa fa-briefcase"></i> <br/> <p>Janitor</p> </div> <div id="about-card-location"> <i class="fa fa-map-marker-alt"></i> <br/> Indonesia </div> </div> </div> <div id="algolia-search-modal" class="modal-container"> <div class="modal"> <div class="modal-header"> <span class="close-button"><i class="fa fa-times"></i></span> <a href="https://algolia.com" target="_blank" rel="noopener" class="searchby-algolia text-color-light link-unstyled"> <span class="searchby-algolia-text text-color-light text-small">by</span> <img class="searchby-algolia-logo" src="/assets/images/logo-algolia-nebula-blue-full.svg"> </a> <i class="search-icon fa fa-search"></i> <form id="algolia-search-form"> <input type="text" id="algolia-search-input" name="search" class="form-control input--large search-input" placeholder="Search " /> </form> </div> <div class="modal-body"> <div class="no-result text-color-light text-center">0 post ditemukan</div> <div class="results"> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2008/11/29/membuat-kamus-dengan-bahasa-c/" aria-label=": Membuat kamus dengan bahasa C" > <img class="media-image" src="http://go2n.github.io/2008/11/29/membuat-kamus-dengan-bahasa-c/./kamus.c.png" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2008/11/29/membuat-kamus-dengan-bahasa-c/" aria-label=": Membuat kamus dengan bahasa C" > <h3 class="media-heading">Membuat kamus dengan bahasa C</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 29 Nov 2008 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Membuat kamus sendiri? Mungkin nggak ya…? Jawabannya adalah mungkin. Dengan memanfaatkan bahasa C, kompiler GCC dan SQLite 3 beserta pustakanya, kita bisa membuat kamus sendiri. Tak perlu interface yang canggih dan keren, yang penting kamus yang dibuat berguna. Pada contoh ini kamus yang dibuat berjalan pada modus command line. Source code pada contoh ini berdasarkan pada dokumentasi <a target="_blank" rel="noopener" href="http://www.sqlite.org/">SQLite</a>.</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2011/12/11/wicd-kde-plasmoid/" aria-label=": Wicd KDE Plasmoid!" > <img class="media-image" src="http://go2n.github.io/2011/12/11/wicd-kde-plasmoid/./snapshot11.png" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2011/12/11/wicd-kde-plasmoid/" aria-label=": Wicd KDE Plasmoid!" > <h3 class="media-heading">Wicd KDE Plasmoid!</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 11 Des 2011 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Tadi pagi membaca feed dari <a target="_blank" rel="noopener" href="https://kde-apps.org">https://kde-apps.org</a>, ada berita bahwa Wicd KDE 0.3.0 telah dirilis. Wicd KDE adalah Wicd klien untuk KDE Platform. Apa yang baru dengan Wicd KDE 0.3.0? Pada rilis yang sekarang ini Wicd KDE adalah sebuah plasmoid. Iseng-iseng saya update Wicd KDE melalui AUR, namun ternyata paket dari AUR sudah out of dated. 😦</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2012/01/07/oxygen-font-kde-desktop-font/" aria-label=": Oxygen Font: KDE Desktop Font" > <img class="media-image" src="http://go2n.github.io/2012/01/07/oxygen-font-kde-desktop-font/oxygen1.png" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2012/01/07/oxygen-font-kde-desktop-font/" aria-label=": Oxygen Font: KDE Desktop Font" > <h3 class="media-heading">Oxygen Font: KDE Desktop Font</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 7 Jan 2012 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Pagi ini membuka akregator dan membaca feeds yang ada. Ada 2 feed yang judulnya menarik perhatian saya:</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2012/04/06/upgrade-kde-dengan-delta-update-di-arch-linux/" aria-label=": Upgrade KDE dengan Delta Update di Arch Linux" > <img class="media-image" src="http://go2n.github.io/2012/04/06/upgrade-kde-dengan-delta-update-di-arch-linux/snapshot29.png" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2012/04/06/upgrade-kde-dengan-delta-update-di-arch-linux/" aria-label=": Upgrade KDE dengan Delta Update di Arch Linux" > <h3 class="media-heading">Upgrade KDE dengan Delta Update di Arch Linux</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 6 Apr 2012 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Waah ternyata lumayan lama juga saya ndak nulis di blog ini. Kali ini saya akan berbagi tulisan mengenai pengalaman saya meng-<em>upgrade</em> <a target="_blank" rel="noopener" href="http://www.archlinux.org/">Arch Linux</a> dengan <a target="_blank" rel="noopener" href="https://wiki.archlinux.org/index.php/Deltup">delta update</a>. Pada awalnya saya sempat ragu menggunakan delta karena delta update sendiri belum didukung secara <em>official</em>. Selain itu mirror yang menyediakan paket delta baru 1 yaitu <a target="_blank" rel="noopener" href="http://delta.archlinux.fr/">http://delta.archlinux.fr/</a>. Namun pada akhirnya saya nekat saja, kalau ndak nekat kapan saya punya pengalaman upgrade menggunakan delta? 😁</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2012/06/18/mencoba-kde-4-9-beta2-4-8-90/" aria-label=": Mencoba KDE 4.9 Beta2 (4.8.90)" > <img class="media-image" src="http://go2n.github.io/2012/06/18/mencoba-kde-4-9-beta2-4-8-90/./snapshot50.png" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2012/06/18/mencoba-kde-4-9-beta2-4-8-90/" aria-label=": Mencoba KDE 4.9 Beta2 (4.8.90)" > <h3 class="media-heading">Mencoba KDE 4.9 Beta2 (4.8.90)</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 18 Jun 2012 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Gara-gara komentar di <a target="_blank" rel="noopener" href="https://www.facebook.com/walesa/posts/4007252307182">status</a> Facebooknya om Walesa jadi kepengin menjajal <a target="_blank" rel="noopener" href="http://www.kde.org/announcements/announce-4.9-beta2.php">KDE 4.9 Beta2</a>. Setelah semalaman ketiduran menunggu upgrade KDE, baru pagi ini saya punya kesempatan menjajalnya.</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2012/06/29/kde-4-9-rc1-4-8-95/" aria-label=": KDE 4.9 RC1 (4.8.95)" > <img class="media-image" src="http://go2n.github.io/2012/06/29/kde-4-9-rc1-4-8-95/snapshot56.png" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2012/06/29/kde-4-9-rc1-4-8-95/" aria-label=": KDE 4.9 RC1 (4.8.95)" > <h3 class="media-heading">KDE 4.9 RC1 (4.8.95)</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 29 Jun 2012 </span> </span> <div class="media-content hide-xs font-merryweather"><p>27 Juni 2012 kemarin KDE mengumumkan tersedianya <a target="_blank" rel="noopener" href="http://www.kde.org/announcements/announce-4.9-rc1.php">KDE 4.8.95 alias KDE 4.9 RC1</a>, dan semalam saya mengupgrade desktop KDE saya dari 4.8.90 (4.9 beta2) menjadi 4.8.95 (4.9 RC1). Ritual upgrade dengan <code>pacman -Syu</code> berjalan lantjar djaja dan tidak ada masalah sama sekali ketika masuk ke desktop.</p></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2012/07/07/menerjemahkan-kata-atau-kalimat-dari-commandline/" aria-label=": Menerjemahkan kata atau kalimat dari commandline" > <img class="media-image" src="https://www.akashtrehan.com/assets/images/emoji/terminal.png" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2012/07/07/menerjemahkan-kata-atau-kalimat-dari-commandline/" aria-label=": Menerjemahkan kata atau kalimat dari commandline" > <h3 class="media-heading">Menerjemahkan kata atau kalimat dari commandline</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 7 Jul 2012 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Mungkin tidak kita menerjemahkan kata atau kalimat menggunakan dari commandline?</div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2012/10/09/arch-linux-with-kde-4-9-2/" aria-label=": Arch Linux ❤ KDE 4.9.2" > <h3 class="media-heading">Arch Linux ❤ KDE 4.9.2</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 9 Okt 2012 </span> </span> <div class="media-content hide-xs font-merryweather"></div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2012/10/10/tidak-ada-lagi-aif/" aria-label=": Tidak ada lagi AIF 😭" > <img class="media-image" src="https://i.imgur.com/xGdmDKR.jpg" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2012/10/10/tidak-ada-lagi-aif/" aria-label=": Tidak ada lagi AIF 😭" > <h3 class="media-heading">Tidak ada lagi AIF 😭</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 10 Okt 2012 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Pagi ini saya iseng untuk coba memasang Arch Linux dengan installer terbaru (2012.10.06) di PC tempat saya mburuh. Saya agak terkejut dengan tidak disertakannya AIF - Arch Installation Framework di media instalasi tersebut.</div> </div> <div style="clear:both;"></div> <hr> </div> <div class="media"> <div class="media-left"> <a class="link-unstyled" href="http://go2n.github.io/2012/10/11/akhirnya/" aria-label=": Akhirnya…" > <img class="media-image" src="http://go2n.github.io/2012/10/11/akhirnya/xfce.png" width="90" height="90"/> </a> </div> <div class="media-body"> <a class="link-unstyled" href="http://go2n.github.io/2012/10/11/akhirnya/" aria-label=": Akhirnya…" > <h3 class="media-heading">Akhirnya…</h3> </a> <span class="media-meta"> <span class="media-date text-small"> 11 Okt 2012 </span> </span> <div class="media-content hide-xs font-merryweather"><p>Di tulisan yang <a href="https://go2n.github.io/2012/10/10/tidak-ada-lagi-aif/">sebelumnya</a> saya sempat mengeluh mengenai ribetnya instalasi Arch Linux tanpa AIF (Arch Installation Framework). Saya akui, memang tidak mengenakkan alias tidak manusiawi memasang Arch Linux tanpa AIF tersebut, ditambah dengan tidak adanya jaringan internet untuk PC saya. 😐</p></div> </div> <div style="clear:both;"></div> <hr> </div> </div> </div> <div class="modal-footer"> <p class="results-count text-medium" data-message-zero="0 post ditemukan" data-message-one="1 post ditemukan" data-message-other="{n} post ditemukan"> 44 post ditemukan </p> </div> </div> </div> <div id="cover" style="background-image:url('/assets/images/cover.jpg');"></div> <!--SCRIPTS--> <script src="/assets/js/script-xl9xkv7botefhpdv5tsehll2rt0wmqq4ptsnspylwkopq9efag494tpe3gpd.min.js"></script> <!--SCRIPTS END--> <script src="/assets/js/moment-with-locales.js"></script> <script src="/assets/js/algoliasearch.js"></script> <script> var algoliaClient = algoliasearch('AKI0Y37EA1', '9b0084f5343d3a80d8e0e1c7f04851e2'); var algoliaIndex = algoliaClient.initIndex('Goblog'); </script> </body> </html>
go2n/go2n.github.io
archives/2013/12/index.html
HTML
mit
33,364
<!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> Landmark Feeds Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492298009856&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=26470&V_SEARCH.docsStart=26469&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=26468&amp;V_DOCUMENT.docRank=26469&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492298036331&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567162834&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=26470&amp;V_DOCUMENT.docRank=26471&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492298036331&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567156599&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> Landmark Feeds Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Landmark Feeds Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.landmarkfeeds.com" target="_blank" title="Website URL">http://www.landmarkfeeds.com</a></p> <p><a href="mailto:info@landmarkfeeds.com" title="info@landmarkfeeds.com">info@landmarkfeeds.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"> Highway 205 West, Box 159<br/> ROSENORT, Manitoba<br/> R0G 1W0 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 205 Main St W<br/> ROSENORT, Manitoba<br/> R0G 1W0 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (204) 746-2338 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (888) 746-2338</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (204) 746-8961</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"> </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> Brian Gerrard </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Business Ops Man<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 746-2338 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 746-8961 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@landmarkseeds.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Doug Beckie </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Regional Manager <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 355-6220 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 355-4534 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> dbeckie@landmarkfeeds.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> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1974 </div> </div> <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"> 311119 - Other Animal Food Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $5,000,000 to $9,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 35&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"> POULTRY FEED, COMPLETE /EXC TURKEY/ <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SWINE FEED, COMPLETE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TURKEY FEED, COMPLETE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> DAIRY AND CATTLE FEED CONCENTRATES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> DAIRY AND CATTLE FEEDS, COMPLETE NES <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>United States</li> <li>North Dakota</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Iowa</li> <li>Minnesota</li> <li>Nebraska</li> <li>South Dakota</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Brian Gerrard </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Business Ops Man<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 746-2338 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 746-8961 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@landmarkseeds.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Doug Beckie </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Regional Manager <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 355-6220 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 355-4534 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> dbeckie@landmarkfeeds.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> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1974 </div> </div> <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"> 311119 - Other Animal Food Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $5,000,000 to $9,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 35&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"> POULTRY FEED, COMPLETE /EXC TURKEY/ <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SWINE FEED, COMPLETE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TURKEY FEED, COMPLETE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> DAIRY AND CATTLE FEED CONCENTRATES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> DAIRY AND CATTLE FEEDS, COMPLETE NES <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>United States</li> <li>North Dakota</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Iowa</li> <li>Minnesota</li> <li>Nebraska</li> <li>South Dakota</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-07-02 </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/293030210000.html
HTML
mit
51,950
<meta charset="utf-8" /> <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'> <meta name="twitter:card" content="summary" /> {% if page.excerpt %} <meta name="description" content="{{ page.excerpt| strip_html }}" /> <meta property="og:description" content="{{ page.excerpt| strip_html }}" /> <meta name="twitter:description" content="{{ page.excerpt| strip_html }}" /> {% else %} <meta name="description" content="{{ site.description }}"> <meta property="og:description" content="{{ site.description }}" /> <meta name="twitter:description" content="{{ site.description }}" /> {% endif %} <meta name="author" content="{{ site.name }}" /> {% if page.title %} <meta property="og:title" content="{{ page.title }}" /> <meta property="twitter:title" content="{{ page.title }}" /> {% endif %} <meta name="twitter:site" content="@flickr" /> <meta name="twitter:image" content="https://farm6.staticflickr.com/5510/14338202952_93595258ff_z.jpg" /> <meta name="twitter:url" content="https://www.flickr.com/photos/unicphoto/sets/72157645001703785/" />
jenokarthic/nallawebsite
_includes/meta.html
HTML
mit
1,281
<!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.1.16 - v0.1.18: deps/v8/include Directory 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.1.16 - v0.1.18 </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><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> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_94a36784afa54c0b50996002372b429e.html">deps</a></li><li class="navelem"><a class="el" href="dir_7edecdc49f3d0e5b35ff20670f3bf33e.html">v8</a></li><li class="navelem"><a class="el" href="dir_3debe4bd29323c1699f247c91661804b.html">include</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">include Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> Files</h2></td></tr> <tr class="memitem:v8-debug_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><b>v8-debug.h</b> <a href="v8-debug_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:v8_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><b>v8.h</b> <a href="v8_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:44:20 for V8 API Reference Guide for node.js v0.1.16 - v0.1.18 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
6959a1d/html/dir_3debe4bd29323c1699f247c91661804b.html
HTML
mit
4,761
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tait: 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.8.1 / tait - 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> tait <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-09 22:00:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-09 22:00:21 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.8.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/tait&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/Tait&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: normalization&quot; &quot;keyword: lambda calculus&quot; &quot;keyword: extraction&quot; &quot;keyword: Tait proof&quot; &quot;keyword: normalization by evalution&quot; &quot;keyword: type theory&quot; &quot;category: Mathematics/Logic/Type theory&quot; &quot;category: Computer Science/Lambda Calculi&quot; &quot;category: Miscellaneous/Extracted Programs/Type checking unification and normalization&quot; &quot;date: 2004&quot; ] authors: [ &quot;Pierre Letouzey&quot; &quot;Helmut Schwichtenberg&quot; ] bug-reports: &quot;https://github.com/coq-contribs/tait/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/tait.git&quot; synopsis: &quot;A normalization proof a la Tait for simply-typed lambda-calculus&quot; description: &quot;&quot;&quot; This is a formalization of Berger&#39;s TLCA&#39;93 paper, with complete proofs of the axioms and an extraction of a normalization program close to N.B.E.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/tait/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=48d400473e1fa67d2020577377d07706&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-tait.8.9.0 coq.8.8.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.8.1). The following dependencies couldn&#39;t be met: - coq-tait -&gt; coq &gt;= 8.9 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-tait.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.06.1-2.0.5/released/8.8.1/tait/8.9.0.html
HTML
mit
7,248
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: 1 m 7 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.10.0 / mathcomp-finmap - 1.3.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-finmap <small> 1.3.1 <span class="label label-success">1 m 7 s</span> </small> </h1> <p><em><script>document.write(moment("2020-03-09 03:40:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-09 03:40:58 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-finmap&quot; maintainer: &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; homepage: &quot;https://github.com/math-comp/finmap&quot; bug-reports: &quot;https://github.com/math-comp/finmap/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/finmap.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.11~&quot;) } &quot;coq-mathcomp-ssreflect&quot; { (&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.10~&quot;) } &quot;coq-mathcomp-bigenough&quot; { (&gt;= &quot;1.0.0&quot; &amp; &lt; &quot;1.1~&quot;) } ] tags: [ &quot;keyword:finmap&quot; &quot;keyword:finset&quot; &quot;keyword:multiset&quot; &quot;keyword:order&quot; &quot;date:2019-06-13&quot; &quot;logpath:mathcomp.finmap&quot;] authors: [ &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Kazuhiko Sakaguchi &lt;sakaguchi@coins.tsukuba.ac.jp&gt;&quot; ] synopsis: &quot;Finite sets, finite maps, finitely supported functions, orders&quot; description: &quot;&quot;&quot; This library is an extension of mathematical component in order to support finite sets and finite maps on choicetypes (rather that finite types). This includes support for functions with finite support and multisets. The library also contains a generic order and set libary, which will be used to subsume notations for finite sets, eventually.&quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/finmap/archive/1.3.1.tar.gz&quot; checksum: &quot;sha256=5b90b4dbb1c851be7a835493ef81471238260580e2d1b340dc4cf40668c6a15b&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-finmap.1.3.1 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-mathcomp-finmap.1.3.1 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 27 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-mathcomp-finmap.1.3.1 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 7 s</dd> </dl> <h2>Installation size</h2> <p>Total: 5 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/finmap.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/finmap.vo</code></li> <li>850 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/order.glob</code></li> <li>729 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/order.vo</code></li> <li>281 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/multiset.glob</code></li> <li>269 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/multiset.vo</code></li> <li>256 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/set.vo</code></li> <li>232 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/set.glob</code></li> <li>135 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/finmap.v</code></li> <li>128 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/order.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/set.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/mathcomp/finmap/multiset.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-finmap.1.3.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/8.10.0/mathcomp-finmap/1.3.1.html
HTML
mit
8,596
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>simple-io: 19 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / simple-io - 0.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> simple-io <small> 0.2 <span class="label label-success">19 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-19 08:01:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-19 08:01:03 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.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;Li-yao Xia &lt;lysxia@gmail.com&gt;&quot; authors: &quot;Li-yao Xia&quot; homepage: &quot;https://github.com/Lysxia/coq-simple-io&quot; bug-reports: &quot;https://github.com/Lysxia/coq-simple-io/issues&quot; license: &quot;MIT&quot; dev-repo: &quot;git+https://github.com/Lysxia/coq-simple-io.git&quot; build: [ [make &quot;build&quot;] [make &quot;test&quot;] {with-test} ] install: [make &quot;install&quot;] remove: [make &quot;uninstall&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.6.1&quot;} &quot;ocaml&quot; ] tags: [ &quot;date:2018-07-28&quot; &quot;logpath:SimpleIO&quot; &quot;keyword:extraction&quot; &quot;keyword:effects&quot; ] synopsis: &quot;IO monad for Coq&quot; description: &quot;&quot;&quot; This library provides tools to implement IO programs directly in Coq, in a similar style to Haskell. Facilities for formal verification are not included. IO is defined as a parameter with a purely functional interface in Coq, to be extracted to OCaml. Some wrappers for the basic types and functions in the OCaml Pervasives module are provided. Users are free to define their own APIs on top of this IO type.&quot;&quot;&quot; url { src: &quot;https://github.com/Lysxia/coq-simple-io/archive/0.2.tar.gz&quot; checksum: &quot;md5=3198cd391703efcd51f225ec2beb7426&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-simple-io.0.2 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-simple-io.0.2 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>14 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-simple-io.0.2 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>19 s</dd> </dl> <h2>Installation size</h2> <p>Total: 148 K</p> <ul> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/OcamlPervasives.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/CoqPervasives.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/OcamlString.vo</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IOMonad.vo</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/CoqPervasives.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/OcamlPervasives.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IOMonad.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/OcamlPervasives.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/OcamlString.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/CoqPervasives.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IOMonad.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/OcamlString.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-simple-io.0.2</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.11.1/simple-io/0.2.html
HTML
mit
8,120
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer-tactics: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.4.5 / hammer-tactics - 1.1.1+8.9</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hammer-tactics <small> 1.1.1+8.9 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-05 04:20:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-05 04:20:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.4.5 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 ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;Reconstruction tactics for the hammer for Coq&quot; description: &quot;&quot;&quot; Collection of tactics that are used by the hammer for Coq to reconstruct proofs found by automated theorem provers. When the hammer has been successfully applied to a project, only this package needs to be installed; the hammer plugin is not required. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;} &quot;tactics&quot;] install: [make &quot;install-tactics&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.10~&quot;} ] conflicts: [ &quot;coq-hammer&quot; {!= version} ] tags: [ &quot;keyword:automation&quot; &quot;keyword:hammer&quot; &quot;keyword:tactics&quot; &quot;logpath:Hammer&quot; &quot;date:2019-06-12&quot; ] authors: [ &quot;Lukasz Czajka &lt;lukaszcz@mimuw.edu.pl&gt;&quot; &quot;Cezary Kaliszyk &lt;cezary.kaliszyk@uibk.ac.at&gt;&quot; &quot;Burak Ekici &lt;burak.ekici@uibk.ac.at&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.1.1-coq8.9.tar.gz&quot; checksum: &quot;sha256=4f167c5fa8cc8a26c81a0efb6f7c360acf4f15151d3d53f8d0c8ab654c8dd814&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-hammer-tactics.1.1.1+8.9 coq.8.4.5</code></dd> <dt>Return code</dt> <dd>5120</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-hammer-tactics -&gt; coq &gt;= 8.8 -&gt; ocaml &gt;= 4.05.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-hammer-tactics.1.1.1+8.9</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.02.3-2.0.6/released/8.4.5/hammer-tactics/1.1.1+8.9.html
HTML
mit
7,567
<!DOCTYPE html> <!--[if lt IE 8]> <html class="no-js lt-ie8 lt-ie9" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9 ie8" lang="en"> <![endif]--> <!--[if IE 9 ]> <html class="no-js ie9" lang="en"> <![endif]--> <!--[if !(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Test: direction-links</title> <script type="text/javascript"> var $html=document.documentElement;if($html.classList)$html.classList.remove("no-js"),$html.classList.add("js");else{var className="no-js";$html.className=$html.className.replace(new RegExp("(^|\\b)"+className.split(" ").join("|")+"(\\b|$)","gi")," "),$html.className+=" js"} </script> <link rel="stylesheet" href="./../site/style.css"> </head> <body> <noscript> <p role="alert">This website needs JavaScript to work properly.</p> </noscript> <a class="test-link" href="../">&larr; back to the module index</a> <h1>React test: direction-links</h1> <div id='root'></div> <script src="bundle.js"></script> </body> </html>
govau/uikit
packages/direction-links/tests/react/index.html
HTML
mit
1,095
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>containers: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / containers - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> containers <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-04 15:07:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 15:07:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/containers&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/Containers&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: data structures&quot; &quot;keyword: type classes&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; ] authors: [ &quot;Stéphane Lescuyer&quot; ] bug-reports: &quot;https://github.com/coq-contribs/containers/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/containers.git&quot; synopsis: &quot;Containers: a typeclass-based library of finite sets/maps&quot; description: &quot;This is a reimplementation of the FSets/FMaps library from the standard library, using typeclasses. See tests files for usage. A new vernacular command is provided by Generate.v and the plugin to automatically generate ordered types for user-defined inductive types.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/containers/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=f367a6022d5749f8a6e0fb3427f4f08c&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-containers.8.7.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-containers -&gt; coq &lt; 8.8~ -&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-containers.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> 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.06.1-2.0.5/released/8.11.1/containers/8.7.0.html
HTML
mit
6,990
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pts: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.10.dev / pts - 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> pts <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-17 10:27:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-17 10:27:16 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/pts&quot; license: &quot;Unknown&quot; build: [make &quot;-j1&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PTS&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: calculus of constructions&quot; &quot;keyword: coq&quot; &quot;keyword: PTS&quot; &quot;keyword: pure type systems&quot; &quot;keyword: metatheory&quot; &quot;category: Computer Science/Lambda Calculi&quot; &quot;date: 2007-03&quot; ] authors: [ &quot;Bruno Barras&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pts/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pts.git&quot; synopsis: &quot;A formalisation of Pure Type Systems&quot; description: &quot;&quot;&quot; This contrib is a formalization of Pure Type Systems. It includes most of the basic metatheoretical properties: weakening, substitution, subject-reduction, decidability of type-checking (for strongly normalizing PTSs). Strengtheningis not proven here. The kernel of a very simple proof checker is automatically generated from the proofs. A small interface allows interacting with this kernel, making up a standalone proof system. The Makefile has a special target &quot;html&quot; that produces html files from the sources and main.html that gives a short overview.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pts/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=17d9aa978a4164823cacbb737f104f40&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-pts.8.6.0 coq.8.10.dev</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.dev). The following dependencies couldn&#39;t be met: - coq-pts -&gt; coq &lt; 8.7~ -&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-pts.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/8.10.dev/pts/8.6.0.html
HTML
mit
7,356
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqoban: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.10.dev / coqoban - 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> coqoban <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-07-17 06:06:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-17 06:06:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 1.3 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.8.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/coqoban&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/Coqoban&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Sokoban&quot; &quot;keyword: puzzles&quot; &quot;category: Miscellaneous/Logical Puzzles and Entertainment&quot; &quot;date: 2003-09-19&quot; ] authors: [ &quot;Jasper Stein&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coqoban/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coqoban.git&quot; synopsis: &quot;Coqoban (Sokoban)&quot; description: &quot;&quot;&quot; A Coq implementation of Sokoban, the Japanese warehouse keepers&#39; game&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coqoban/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=3948073ba0227d55d5d4c8956d0cbe7e&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-coqoban.8.9.0 coq.8.10.dev</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.dev). The following dependencies couldn&#39;t be met: - coq-coqoban -&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-coqoban.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.dev/coqoban/8.9.0.html
HTML
mit
6,839
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coalgebras: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.10.dev / coalgebras - 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> coalgebras <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-08-11 14:39:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-11 14:39:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/coalgebras&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/Coalgebras&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: coalgebra&quot; &quot;keyword: bisimulation&quot; &quot;keyword: weakly final&quot; &quot;keyword: coiteration&quot; &quot;keyword: coinductive&quot; &quot;category: Mathematics/Category Theory&quot; &quot;date: 2008-10&quot; ] authors: [ &quot;Milad Niqui &lt;M.Niqui@cwi.nl&gt; [http://www.cwi.nl/~milad]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coalgebras/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coalgebras.git&quot; synopsis: &quot;Coalgebras, bisimulation and lambda-coiteration&quot; description: &quot;&quot;&quot; This contribution contains a formalisation of coalgebras, bisimulation on coalgebras, weakly final coalgebras, lambda-coiteration definition scheme (including primitive corecursion) and a version of lambda-bisimulation. The formalisation is modular. The implementation of the module types for streams and potentially infinite Peano numbers are provided using the coinductive types.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coalgebras/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=6e0e5646c3de55b4a707bf05d5622736&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-coalgebras.8.9.0 coq.8.10.dev</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.dev). The following dependencies couldn&#39;t be met: - coq-coalgebras -&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-coalgebras.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.06.1-2.0.5/extra-dev/8.10.dev/coalgebras/8.9.0.html
HTML
mit
7,345
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>schroeder: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0~camlp4 / schroeder - 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> schroeder <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-23 22:02:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-23 22:02:02 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 camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.0~camlp4 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 ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/schroeder&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Schroeder&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Schroeder-Bernstein&quot; &quot;keyword: Set Theory&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Hugo herbelin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/schroeder/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/schroeder.git&quot; synopsis: &quot;The Theorem of Schroeder-Bernstein&quot; description: &quot;&quot;&quot; Fraenkel&#39;s proof of Schroeder-Bernstein theorem on decidable sets is formalized in a constructive variant of set theory based on stratified universes (the one defined in the Ensemble library). The informal proof can be found for instance in &quot;Axiomatic Set Theory&quot; from P. Suppes.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/schroeder/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=ddca334912fb99be950a0adc39a09c2d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-schroeder.8.6.0 coq.8.5.0~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4). The following dependencies couldn&#39;t be met: - coq-schroeder -&gt; coq &gt;= 8.6 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-schroeder.8.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.1/released/8.5.0~camlp4/schroeder/8.6.0.html
HTML
mit
7,382
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: 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 / compcert - 3.3.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> compcert <small> 3.3.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-02 09:47:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-02 09:47:12 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Jacques-Henri Jourdan &lt;jacques-Henri.jourdan@normalesup.org&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; build: [ [ &quot;./configure&quot; &quot;ia32-linux&quot; {os = &quot;linux&quot;} &quot;ia32-macosx&quot; {os = &quot;macos&quot;} &quot;ia32-cygwin&quot; {os = &quot;cygwin&quot;} &quot;-bindir&quot; &quot;%{bin}%&quot; &quot;-libdir&quot; &quot;%{lib}%/compcert&quot; &quot;-install-coqdev&quot; &quot;-clightgen&quot; &quot;-coqdevdir&quot; &quot;%{lib}%/coq/user-contrib/compcert&quot; &quot;-ignore-coq-version&quot; ] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] [&quot;install&quot; &quot;-m&quot; &quot;0644&quot; &quot;VERSION&quot; &quot;%{lib}%/coq/user-contrib/compcert/&quot;] ] remove: [ [&quot;rm&quot; &quot;%{bin}%/ccomp&quot;] [&quot;rm&quot; &quot;%{bin}%/clightgen&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/compcert&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/compcert&quot;] [&quot;rm&quot; &quot;%{share}%/compcert.ini&quot;] [&quot;rm&quot; &quot;%{share}%/man/man1/ccomp.1&quot;] [&quot;sh&quot; &quot;-c&quot; &quot;rmdir -p %{share}%/man/man1 || true&quot;] ] depends: [ &quot;ocaml&quot; {&lt; &quot;4.07.0&quot;} &quot;coq&quot; {&gt; &quot;8.6.0&quot; &amp; &lt; &quot;8.8.1&quot;} &quot;menhir&quot; {&gt;= &quot;20161201&quot; &amp; &lt; &quot;20180530&quot;} ] synopsis: &quot;The CompCert C compiler&quot; authors: &quot;Xavier Leroy &lt;xavier.leroy@inria.fr&gt;&quot; url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.3.tar.gz&quot; checksum: &quot;md5=89c62f13cea4c2be7917aa04590e8c7d&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-compcert.3.3.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-compcert -&gt; coq &lt; 8.8.1 -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-compcert.3.3.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.10.1/compcert/3.3.0.html
HTML
mit
7,674
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>squiggle-eq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / squiggle-eq - 1.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> squiggle-eq <small> 1.0.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-05 07:20:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 07:20:37 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.9.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;abhishek.anand.iitg@gmail.com&quot; homepage: &quot;https://github.com/aa755/SquiggleEq&quot; dev-repo: &quot;git+https://github.com/aa755/SquiggleEq&quot; authors: [&quot;Abhishek Anand&quot; &quot;Vincent Rahli&quot;] bug-reports: &quot;https://github.com/aa755/SquiggleEq/issues&quot; license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/SquiggleEq&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] synopsis: &quot;An abstract formalization of variable bindings (both named and de-bruijn),&quot; description: &quot;&quot;&quot; based on ideas in the following paper: Howe, Douglas J. “Equality in Lazy Computation Systems.” In LICS, 198–203, 1989.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/aa755/SquiggleEq/archive/1.0.1.tar.gz&quot; checksum: &quot;md5=a451328081bb9797101af0352ef37655&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-squiggle-eq.1.0.1 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1). The following dependencies couldn&#39;t be met: - coq-squiggle-eq -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-squiggle-eq.1.0.1</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.9.1/squiggle-eq/1.0.1.html
HTML
mit
6,783
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <title>Podam Messaging System should return an Enum value</title> <link rel="shortcut icon" href="favicon.ico"> <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css"> <!--[if IE 7]> <link rel="stylesheet" href="font-awesome/css/font-awesome-ie7.min.css"> <![endif]--><!-- JQuery --> <script type="text/javascript" src="scripts/jquery-1.11.1.min.js"></script><!-- Bootstrap --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <script src="bootstrap/js/bootstrap.min.js"></script><link rel="stylesheet" href="css/core.css"/> <link rel="stylesheet" href="css/link.css"/> <link type="text/css" media="screen" href="css/screen.css" rel="Stylesheet"/><!-- JQuery-UI --> <link type="text/css" href="jqueryui/1.11.2-start/jquery-ui.min.css" rel="Stylesheet" /> <script type="text/javascript" src="jqueryui/1.11.2-start/jquery-ui.min.js"></script><!-- DataTables --> <link type="text/css" href="datatables/1.10.4/media/jqueryui/dataTables.jqueryui.css" rel="Stylesheet"/> <link type="text/css" href="css/tables.css" rel="stylesheet" /> <script type="text/javascript" src="datatables/1.10.4/media/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="datatables/1.10.4/media/jqueryui/dataTables.jqueryui.min.js"></script><!-- ImgPreview --> <script src="scripts/imgpreview.full.jquery.js" type="text/javascript"></script> </head> <body class="results-page"> <div id="topheader"> <div id="topbanner"> <div id="logo"><a href="index.html"><img src="images/serenity-bdd-logo.png" border="0"/></a></div> <div id="projectname-banner" style="float:right"> <span class="projectname"></span> </div> </div> </div> <div class="middlecontent"> <div id="contenttop"> <div class="middlebg"> <span class="breadcrumbs"> <a href="index.html" class="breadcrumbs">Home</a> > <a href="7afc454d9fe815699e2a66d8ead9170d.html" title="Type Manufacturing (breadcrumbType)">Type Manufacturing</a> > <a href="990b0eb30778dce99594a358437c3649.html" title="Type Manufacturing Test (breadcrumbType)">Type Manufacturing T&hellip;</a> > Podam Messaging System should return an Enum value </span> </div> <div class="rightbg"></div> </div> <div class="clr"></div> <!--/* starts second table*/--> <div> <ul class="nav nav-tabs" role="tablist"> <li class="active"> <a href="#"><i class="fa fa-check-square-o"></i> Overall Test Results</a> </li> <li > <a href="capabilities.html"><i class="fa fa-book"></i> Requirements</a> </li> <li > <a href="c2f88807fda1a5fdef701e37e90d2760.html"><i class="fa fa-comments-o"></i> Epics</a> </li> <li > <a href="45f14f4e50d39cd433b548a78cc2dd0e.html"><i class="fa fa-comments-o"></i> Stories</a> </li> </ul> <span class="date-and-time"><a href="build-info.html"><i class="fa fa-info-circle"></i></a> Report generated 20-10-2017 17:39</span> <br style="clear:left"/> </div> <div class="clr"></div> <div id="contentbody"> <div class="titlebar"> <div class="story-title"> <table class="outcome-header"> <tr> <td> <div> <h3 class="discreet-story-header"> <i class="fa fa-2x fa-comments-o"></i> <span class="story-header-title">Type Manufacturing Test </span> </h3> <div class="discreet-requirement-narrative-title"> </div> </div> </td> <td valign="top"> <p class="tag"> <span class="badge tag-badge"> <i class="fa fa-tag"></i>&nbsp;<a class="tagLink" href="7afc454d9fe815699e2a66d8ead9170d.html">Type Manufacturing (epics)</a> </span> </p> </td> </tr> </table> </div> <div class="story-title"> <table class="outcome-header"> <tr> <td colspan="2" class="test-title-bar"> <span class="outcome-icon"><i class='fa fa-check-square-o success-icon fa-3x' title='SUCCESS'></i></span> <span class="test-case-title"> <span class="success-color"> Podam Messaging System Should Return An Enum Value <span class="related-issue-title"></span> </span> </span> </td> </tr> </table> </div> </div> </div> <div class="clr"></div> <div id="beforetable"></div> <div id="tablecontents"> <div> <table class="step-table"> <tr class="step-titles"> <th width="65"> &nbsp; </th> <th width="%" class="step-description-wide-column greentext"> Steps </th> <th width="100" class="greentext">Outcome</th> <th width="75" class="greentext">Duration</th> </tr> <tr class="step-table-separator"> <td colspan="5"></td> </tr> <tr class="test-SUCCESS"> <td width="60" class="step-icon"> <a name="0"/> <span style="margin-left: 20px; margin-right: 5px;" class="top-level-icon"><i class='fa fa-check-square-o success-icon ' title='SUCCESS'></i></span> </td> <td> <div class="step-description"> <span class="top-level-step">Given a Random Data Provider Strategy</span> </div> </td> <td width="100"><span class="top-level-step">SUCCESS</span></td> <td width="100"><span class="top-level-step">0s</span></td> </tr> <tr class="test-SUCCESS"> <td width="60" class="step-icon"> <a name="1"/> <span style="margin-left: 20px; margin-right: 5px;" class="top-level-icon"><i class='fa fa-check-square-o success-icon ' title='SUCCESS'></i></span> </td> <td> <div class="step-description"> <span class="top-level-step">Given an Attribute Meta Data object for Enums</span> </div> </td> <td width="100"><span class="top-level-step">SUCCESS</span></td> <td width="100"><span class="top-level-step">0s</span></td> </tr> <tr class="test-SUCCESS"> <td width="60" class="step-icon"> <a name="2"/> <span style="margin-left: 20px; margin-right: 5px;" class="top-level-icon"><i class='fa fa-check-square-o success-icon ' title='SUCCESS'></i></span> </td> <td> <div class="step-description"> <span class="top-level-step">Then the object &lt;uk.co.jemos.podam.api.AttributeMetadata&gt; should not be null</span> </div> </td> <td width="100"><span class="top-level-step">SUCCESS</span></td> <td width="100"><span class="top-level-step">0s</span></td> </tr> <tr class="test-SUCCESS"> <td width="60" class="step-icon"> <a name="3"/> <span style="margin-left: 20px; margin-right: 5px;" class="top-level-icon"><i class='fa fa-check-square-o success-icon ' title='SUCCESS'></i></span> </td> <td> <div class="step-description"> <span class="top-level-step">When I request a value for a type class java.lang.Enum</span> </div> </td> <td width="100"><span class="top-level-step">SUCCESS</span></td> <td width="100"><span class="top-level-step">0s</span></td> </tr> <tr class="test-SUCCESS"> <td width="60" class="step-icon"> <a name="4"/> <span style="margin-left: 20px; margin-right: 5px;" class="top-level-icon"><i class='fa fa-check-square-o success-icon ' title='SUCCESS'></i></span> </td> <td> <div class="step-description"> <span class="top-level-step">Then the object EXTERNAL_SUPERCOOL should not be null</span> </div> </td> <td width="100"><span class="top-level-step">SUCCESS</span></td> <td width="100"><span class="top-level-step">0s</span></td> </tr> <tr class="test-SUCCESS"> <td colspan="2"></td> <td width="100"><span class="top-level-step"><em>SUCCESS</em></span></td> <td width="100"><span class="top-level-step"><em>0.14s</em></span></td> </tr> </table> </div> </div> <div id="beforefooter"></div> <div id="bottomfooter"> <span class="version">Serenity BDD version 1.2.2</span> </div> <script type="text/javascript"> function toggleDiv(divId) { $("#" + divId).toggle(); var imgsrc = $(".img" + divId).attr('src'); if (imgsrc == 'images/plus.png') { $(".img" + divId).attr("src", function () { return "images/minus.png"; }); } else { $(".img" + divId).attr("src", function () { return "images/plus.png"; }); } } </script> <script type="text/javascript"> $('.example-table table').DataTable({ "order": [[0, "asc"]], "pageLength": 25, "scrollX": "100%", "scrollXInner": "100%", "scrollCollapse": true }); </script> <script type="text/javascript"> //<![CDATA[ $(document).ready(function () { $('img.screenshot').imgPreview({ imgCSS: { width: '500px' }, distanceFromCursor: {top: 10, left: -200} }); }); //]]> </script> <div id="imgPreviewContainer" style="position: absolute; top: 612px; left: 355px; display: none; " class=""><img src="" style="display: none; "></div> <div id="imgPreviewContainer2" style="position: absolute; top: 925px; left: 320px; display: none; " class=""> <img style="width: 200px; display: none; " src=""></div> <div id="imgPreviewWithStyles" style="position: absolute; top: 1272px; left: 321px; display: none; " class=""> <img style="height: 200px; opacity: 1; display: none; " src=""></div> <div id="imgPreviewWithStyles2" style="display: none; position: absolute; "><img style="height: 200px; "></div> <div id="imgPreviewWithStyles3" style="display: none; position: absolute; "><img style="height: 200px; "></div> </body> </html>
Vignesh4vi/podam
target/site/serenity/0ed8a64a5d432a3a111fee7734dcddb9.html
HTML
mit
12,498
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>group-theory: 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.8.2 / group-theory - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> group-theory <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-01 20:57:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-01 20:57:33 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.8.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/group-theory&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/GroupTheory&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:group theory&quot; &quot;category:Mathematics/Algebra&quot; ] authors: [ &quot;Gilles Kahn &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/group-theory/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/group-theory.git&quot; synopsis: &quot;Elements of Group Theory&quot; description: &quot;Group Theory following the book \&quot;Group Theory\&quot; from W.R. Scott.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/group-theory/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=1f78dcdd4950ec4e8ce157b1da52044e&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-group-theory.8.5.0 coq.8.8.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.8.2). The following dependencies couldn&#39;t be met: - coq-group-theory -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-group-theory.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.2/group-theory/8.5.0.html
HTML
mit
6,759
<template name="ModuleDashboard"> {{#if root}} <h2>{{rootModule.name}}</h2> <p> <span class="label label-default">{{rootModule.subModuleCount}}</span> modules registered </p> {{else}} <ol class="breadcrumb"> <li><a href="/">Root</a></li> {{#each breadcrumb in breadcrumbs}} <li><a href="/module/{{breadcrumb._id}}">{{breadcrumb.name}}</a></li> {{/each}} <li>{{module.name}}</li> </ol> {{> DetailView module=module}} {{/if}} <div class="row wrapping-fix"> {{#each subModule in subModules}} {{> SubModuleColumn module=subModule}} {{else}} <div class="col-sm-12"> <div class="alert alert-info"> This module has no submodules </div> </div> {{/each}} </div> </template> <template name="SubModuleColumn"> <div class="col-sm-4 {{#if highlighted}}highlight{{/if}}"> {{> Template.dynamic template=miniView data=miniViewData}} </div> </template>
Quite-nice/Visualisation
Web application/packages/core-ui/layouts/ModuleDashboard.html
HTML
mit
907
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>extensible-records: 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.2 / extensible-records - 1.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> extensible-records <small> 1.2.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-22 00:16:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-22 00:16:09 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.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/gmalecha/coq-extensible-records&quot; dev-repo: &quot;git+https://github.com/gmalecha/coq-extensible-records.git&quot; bug-reports: &quot;https://github.com/gmalecha/coq-extensible-records/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.0&quot; &amp; &lt; &quot;8.9&quot;} ] synopsis: &quot;Definitional (canonical) extensible records in Coq with string keys and arbitrary (non-dependent) types&quot; url { src: &quot;https://github.com/gmalecha/coq-extensible-records/archive/1.2.0.tar.gz&quot; checksum: &quot;md5=3794e13edcfde118d1cc61bc0858ac6d&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-extensible-records.1.2.0 coq.8.13.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.13.2). The following dependencies couldn&#39;t be met: - coq-extensible-records -&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-extensible-records.1.2.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.07.1-2.0.6/released/8.13.2/extensible-records/1.2.0.html
HTML
mit
6,762
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - LGE-MX830</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"> LGE-MX830 </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">LG</td><td>MX830</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] => LGE-MX830 [family] => LG MX830 [brand] => LG [model] => MX830 ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>LGE-MX830 </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] => [browser] => LGE-MX830 [version] => ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>MX830</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.22801</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] => 0 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => LG [mobile_model] => MX830 [version] => [is_android] => [browser_name] => unknown [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => LG [operating_system] => unknown [mobile_screen_width] => 0 [mobile_browser] => ) </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> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>MX830</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</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] => [operatingSystem] => Array ( ) [device] => Array ( [brand] => LG [brandName] => LG [model] => MX830 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>MX830</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.002</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] => [minor] => [patch] => [family] => Other ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => LG [model] => MX830 [family] => LG MX830 ) [originalUserAgent] => LGE-MX830 ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UserAgentStringCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>MX830</td><td>mobile:feature</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 ( [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => LG [model] => MX830 ) ) </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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>MX830</td><td>Feature Phone</td><td>yes</td><td></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] => false [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] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => LG MX830 [device_name] => LG MX830 [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => LG [model_name] => MX830 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => http://validator.openmobilealliance.org/VALIDATED/ytseo.xml.061008032942 [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => Openwave Mobile Browser [mobile_browser_version] => 6.2 [device_os_version] => [pointing_method] => [release_date] => 2009_april [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] => true [built_in_back_button_support] => true [card_title_support] => false [softkey_support] => true [table_support] => true [numbered_menus] => true [menu_with_select_element_recommended] => true [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => true [break_list_of_links_with_br_element_recommended] => false [access_key_support] => true [wrap_mode_support] => true [times_square_mode_support] => true [deck_prefetch_support] => true [elective_forms_recommended] => false [wizards_recommended] => true [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] => true [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] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => true [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => true [xhtml_supports_inline_input] => true [xhtml_supports_monospace_font] => true [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => true [xhtml_format_as_attribute] => true [xhtml_nowrap_mode] => true [xhtml_marquee_as_css_property] => true [xhtml_readable_background_color1] => #99CCFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso8859 [opwv_xhtml_extensions_support] => true [xhtml_make_phone_call_string] => wtai://wp/mc; [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => false [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 3 [preferred_markup] => html_wi_oma_xhtmlmp_1_0 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => true [html_wi_imode_html_2] => true [html_wi_imode_html_3] => true [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => true [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => true [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => true [total_cache_disable_support] => false [time_to_live_support] => true [resolution_width] => 240 [resolution_height] => 400 [columns] => 12 [max_image_width] => 228 [max_image_height] => 360 [rows] => 11 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [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] => false [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => true [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 24000 [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] => false [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] => true [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => true [connectionless_service_load] => false [connectionless_cache_operation] => true [connectionoriented_unconfirmed_service_indication] => true [connectionoriented_unconfirmed_service_load] => true [connectionoriented_unconfirmed_cache_operation] => true [connectionoriented_confirmed_service_indication] => true [connectionoriented_confirmed_service_load] => true [connectionoriented_confirmed_cache_operation] => true [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => true [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] => 512000 [mms_max_height] => 1200 [mms_max_width] => 1600 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => false [mms_png] => true [mms_bmp] => true [mms_wbmp] => false [mms_amr] => true [mms_wav] => false [mms_midi_monophonic] => true [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] => false [mp3] => false [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] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [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] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [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> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>MX830</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.001</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] => # [title] => Unknown [name] => Unknown [version] => [code] => null [image] => img/16/browser/null.png ) [os] => Array ( [link] => [name] => [version] => [code] => null [x64] => [title] => [type] => os [dir] => os [image] => img/16/os/null.png ) [device] => Array ( [link] => http://www.lgmobile.com [title] => LG MX830 [model] => MX830 [brand] => LG [code] => lg [dir] => device [type] => device [image] => img/16/device/lg.png ) [platform] => Array ( [link] => http://www.lgmobile.com [title] => LG MX830 [model] => MX830 [brand] => LG [code] => lg [dir] => device [type] => device [image] => img/16/device/lg.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:54:26</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/2f/e8/2fe83bf6-f535-45fa-9118-cbe41a66b999.html
HTML
mit
38,044
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>menhirlib: 45 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / menhirlib - 20211215</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> menhirlib <small> 20211215 <span class="label label-success">45 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-29 09:04:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 09:04:54 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;A support library for verified Coq parsers produced by Menhir&quot; maintainer: &quot;francois.pottier@inria.fr&quot; authors: [ &quot;Jacques-Henri Jourdan &lt;jacques-henri.jourdan@lri.fr&gt;&quot; ] homepage: &quot;https://gitlab.inria.fr/fpottier/coq-menhirlib&quot; dev-repo: &quot;git+https://gitlab.inria.fr/fpottier/menhir.git&quot; bug-reports: &quot;https://gitlab.inria.fr/fpottier/menhir/-/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;install&quot;] ] depends: [ &quot;coq&quot; { &gt;= &quot;8.7&quot; } ] conflicts: [ &quot;menhir&quot; { != version } ] tags: [ &quot;date:2021-12-15&quot; &quot;logpath:MenhirLib&quot; ] url { src: &quot;https://gitlab.inria.fr/fpottier/menhir/-/archive/20211215/archive.tar.gz&quot; checksum: [ &quot;md5=2cd0a956353298daf528d2a0bb03db72&quot; &quot;sha512=fb98dd0db72fe8aee3b94597b29bd036df9f90509a62641926c06b279ef262617a5b06818ef2cad53fc8bf603170be158b75f2ed7c83822a8b52f78638e9ee68&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-menhirlib.20211215 coq.8.12.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-menhirlib.20211215 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 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-menhirlib.20211215 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>45 s</dd> </dl> <h2>Installation size</h2> <p>Total: 6 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter_complete.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Main.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_complete.vo</code></li> <li>320 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter.vo</code></li> <li>257 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter_correct.vo</code></li> <li>150 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_safe.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Automaton.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter_complete.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Alphabet.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Grammar.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_classes.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_complete.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Alphabet.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter_complete.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter_correct.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_safe.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_complete.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Grammar.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Automaton.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Alphabet.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_safe.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Main.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_classes.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Interpreter_correct.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Automaton.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Grammar.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Main.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Validator_classes.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Version.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Version.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/MenhirLib/Version.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-menhirlib.20211215</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.1/menhirlib/20211215.html
HTML
mit
10,474
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>math-classes: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / math-classes - 8.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> math-classes <small> 8.11.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-17 08:28:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-17 08:28:11 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.15.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;b.a.w.spitters@gmail.com&quot; homepage: &quot;https://github.com/coq-community/math-classes&quot; dev-repo: &quot;git+https://github.com/coq-community/math-classes.git&quot; bug-reports: &quot;https://github.com/coq-community/math-classes/issues&quot; license: &quot;Public Domain&quot; synopsis: &quot;A library of abstract interfaces for mathematical structures in Coq&quot; description: &quot;&quot;&quot; Math classes is a library of abstract interfaces for mathematical structures, such as * Algebraic hierarchy (groups, rings, fields, …) * Relations, orders, … * Categories, functors, universal algebra, … * Numbers: N, Z, Q, … * Operations, (shift, power, abs, …) It is heavily based on Coq’s new type classes in order to provide: structure inference, multiple inheritance/sharing, convenient algebraic manipulation (e.g. rewriting) and idiomatic use of notations. &quot;&quot;&quot; build: [ [ &quot;./configure.sh&quot; ] [ make &quot;-j%{jobs}%&quot; ] ] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {(&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.12~&quot;)} &quot;coq-bignums&quot; ] tags: [ &quot;logpath:MathClasses&quot; &quot;date:2020-04-01&quot; ] authors: [ &quot;Eelis van der Weegen&quot; &quot;Bas Spitters&quot; &quot;Robbert Krebbers&quot; ] url { src: &quot;https://github.com/coq-community/math-classes/archive/8.11.0.tar.gz&quot; checksum: &quot;sha256=9d67d17c8568ae7a1d20830c560687af3d9ecd3e323ffb140111e182dd99471c&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-math-classes.8.11.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-math-classes -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-math-classes.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.15.0/math-classes/8.11.0.html
HTML
mit
7,633
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>buchberger: 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.8.1 / buchberger - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> buchberger <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-01 14:15:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-01 14:15:30 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.1 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/buchberger&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/Buchberger&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: Grobner basis&quot; &quot;keyword: polynomial ideal&quot; &quot;keyword: Buchberger&#39;s algorithm&quot; &quot;category: Mathematics/Algebra&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; &quot;date: 1998&quot; ] authors: [ &quot;Laurent Théry&quot; &quot;Henrik Persson&quot; ] bug-reports: &quot;https://github.com/coq-contribs/buchberger/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/buchberger.git&quot; synopsis: &quot;Proof of Buchberger&#39;s algorithm&quot; description: &quot;&quot;&quot; A machine-checked implementation of Buchberger&#39;s. It computes the Grobner basis associated to a polynomial ideal.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/buchberger/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=c11f69bfee55389a3f1234ef3b248de6&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-buchberger.8.7.0 coq.8.8.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.8.1). The following dependencies couldn&#39;t be met: - coq-buchberger -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-buchberger.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.1/buchberger/8.7.0.html
HTML
mit
7,161
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>equations: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / equations - 1.0+8.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> equations <small> 1.0+8.7 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-11 16:27:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-11 16:27:45 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; authors: [ &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Cyprien Mangin &lt;cyprien.mangin@m4x.org&gt;&quot; ] dev-repo: &quot;git+https://github.com/mattam82/Coq-Equations.git&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://mattam82.github.io/Coq-Equations&quot; bug-reports: &quot;https://github.com/mattam82/Coq-Equations/issues&quot; license: &quot;LGPL 2.1&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Equations&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8&quot;} ] synopsis: &quot;A function definition package for Coq&quot; description: &quot;&quot;&quot; Equations is a function definition plugin for Coq, that allows the definition of functions by dependent pattern-matching and well-founded, mutual or nested structural recursion and compiles them into core terms. It automatically derives the clauses equations, the graph of the function and its associated elimination principle.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/mattam82/Coq-Equations/archive/v1.0-8.7.tar.gz&quot; checksum: &quot;md5=3f9812ba4657f784038b9632478b5e9b&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-equations.1.0+8.7 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-equations -&gt; coq &lt; 8.8 -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-equations.1.0+8.7</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.11.2/equations/1.0+8.7.html
HTML
mit
7,220
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>error-handlers: 16 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 / error-handlers - 1.1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> error-handlers <small> 1.1.1 <span class="label label-success">16 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-20 02:39:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-20 02:39:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-error-handlers&quot; dev-repo: &quot;git+https://github.com/clarus/coq-error-handlers.git&quot; bug-reports: &quot;https://github.com/clarus/coq-error-handlers/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ErrorHandlers&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} ] synopsis: &quot;Simple and robust error handling functions&quot; flags: light-uninstall url { src: &quot;https://github.com/clarus/coq-error-handlers/archive/1.1.1.tar.gz&quot; checksum: &quot;md5=1457d5cb1fce4f9a8b2b6de2dec4b8c6&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-error-handlers.1.1.1 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-error-handlers.1.1.1 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>11 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-error-handlers.1.1.1 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>16 s</dd> </dl> <h2>Installation size</h2> <p>Total: 8 K</p> <ul> <li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ErrorHandlers/All.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ErrorHandlers/All.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/ErrorHandlers/All.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-error-handlers.1.1.1</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.03.0-2.0.5/released/8.8.1/error-handlers/1.1.1.html
HTML
mit
6,832
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>list-string: 26 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.2 / list-string - 2.1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> list-string <small> 2.1.1 <span class="label label-success">26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-30 11:23:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 11:23:11 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.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-list-string&quot; dev-repo: &quot;git+https://github.com/clarus/coq-list-string.git&quot; bug-reports: &quot;https://github.com/clarus/coq-list-string/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;conf-ruby&quot; {build} &quot;coq-cunit&quot; &quot;coq-error-handlers&quot; &quot;coq-list-plus&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.14&quot;} &quot;ocaml&quot; ] tags: [ &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;date:2015-07-25&quot; &quot;logpath:ListString&quot; ] synopsis: &quot;Strings implemented as lists&quot; url { src: &quot;https://github.com/clarus/coq-list-string/archive/2.1.1.tar.gz&quot; checksum: &quot;md5=862ce9f8080c7d0aa9c406eceb2ad65c&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-list-string.2.1.1 coq.8.10.2</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-list-string.2.1.1 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>24 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-list-string.2.1.1 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 624 K</p> <ul> <li>147 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/All.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/UnitTests.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/UnitTests.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Etc.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Char.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Conversion.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Trim.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Comparison.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Case.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/LString.vo</code></li> <li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Etc.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/UnitTests.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Char.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Conversion.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Comparison.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Bool.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Char.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Trim.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Etc.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Conversion.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Comparison.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Bool.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Trim.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Case.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/All.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Case.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/Bool.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/All.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/LString.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/ListString/LString.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-list-string.2.1.1</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.2/list-string/2.1.1.html
HTML
mit
9,801
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-algebra: 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.2 / mathcomp-algebra - 1.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-algebra <small> 1.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-30 03:42:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-30 03:42:16 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.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 zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-algebra&quot; version: &quot;1.8.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/algebra&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/algebra&#39;&quot; ] depends: [ &quot;coq-mathcomp-fingroup&quot; { = &quot;1.8.0&quot; } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&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 Algebra&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about discrete (i.e. with decidable equality) algebraic structures : ring, fields, ordered fields, real fields, modules, algebras, integers, rational numbers, polynomials, matrices, vector spaces... &quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.8.0.tar.gz&quot; checksum: &quot;sha256=dcb3b29041d61084d21451cd38c0aeb61ef61dd136efaec96055a1ceea3b9162&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-algebra.1.8.0 coq.8.13.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.13.2). The following dependencies couldn&#39;t be met: - coq-mathcomp-algebra -&gt; coq-mathcomp-fingroup = 1.8.0 -&gt; coq-mathcomp-ssreflect = 1.8.0 -&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-mathcomp-algebra.1.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.2/mathcomp-algebra/1.8.0.html
HTML
mit
8,004
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hierarchy-builder: 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.8.2 / hierarchy-builder - 0.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hierarchy-builder <small> 0.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-10 04:49:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-10 04:49:34 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.8.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Cyril Cohen&quot; &quot;Kazuhiko Sakaguchi&quot; &quot;Enrico Tassi&quot; ] license: &quot;MIT&quot; homepage: &quot;https://github.com/math-comp/hierarchy-builder&quot; bug-reports: &quot;https://github.com/math-comp/hierarchy-builder/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/hierarchy-builder&quot; build: [ make ] install: [ make &quot;install&quot; &quot;VFILES=structures.v&quot; ] depends: [ &quot;coq&quot; {&gt;= &quot;8.10.0&quot; &amp; &lt; &quot;8.12.0~&quot; } &quot;coq-elpi&quot; {&gt;= &quot;1.3.0&quot; &amp; &lt; &quot;1.4.0~&quot;} ] synopsis: &quot;Hierarchy Builder&quot; description: &quot;&quot;&quot; High level commands to declare and evolve a hierarchy based on packed classes. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/hierarchy-builder/archive/v0.9.0.tar.gz&quot; checksum: &quot;sha256=6eb4d51a1c66aeea8448f7c62b21a8603ccd025c00b9b62976c1e01278a6cd01&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-hierarchy-builder.0.9.0 coq.8.8.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.8.2). The following dependencies couldn&#39;t be met: - coq-hierarchy-builder -&gt; coq &gt;= 8.10.0 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-hierarchy-builder.0.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.8.2/hierarchy-builder/0.9.0.html
HTML
mit
6,811
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cantor: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.2 / cantor - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> cantor <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-18 13:05:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 13:05:13 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/cantor&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/Cantor&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: ordinal numbers&quot; &quot;keyword: well-foundedness&quot; &quot;keyword: termination&quot; &quot;keyword: rpo&quot; &quot;keyword: Goodstein sequences&quot; &quot;category: Mathematics/Logic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date: 2006-05-22&quot; ] authors: [ &quot;Pierre Castéran &lt;pierre.casteran@labri.fr&gt; [http://www.labri.fr/~casteran/]&quot; &quot;Évelyne Contejean &lt;contejea@lri.fr&gt; [http://www.lri.fr/~contejea]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cantor/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cantor.git&quot; synopsis: &quot;On Ordinal Notations&quot; description: &quot;&quot;&quot; This contribution contains data structures for ordinals less than Gamma0 under Cantor and Veblen normal forms. Well-foundedness is established thanks to RPO with status for generic terms. This contribution also includes termination proofs of Hydra battles and Goodstein sequences as well as a computation of the length of the Goodstein sequence starting from 4 in base 2. This work is supported by INRIA-Futurs (Logical project-team), CNRS and the French ANR via the A3PAT project (http://www3.iie.cnam.fr/~urbain/a3pat/).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cantor/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=06d84560777ad83488f3446815841a8d&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-cantor.8.7.0 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2). The following dependencies couldn&#39;t be met: - coq-cantor -&gt; coq &lt; 8.8~ -&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-cantor.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> 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.07.1-2.0.6/released/8.10.2/cantor/8.7.0.html
HTML
mit
7,529
<html> <head> <title>Mozilla/5.0 (Windows NT 6.1; WKC) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50</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"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Mozilla/5.0 (Windows NT 6.1; WKC) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50 <p> Detected by 8 of 8 providers<br /> As bot detected by 0 of 7 </p> </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></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>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Safari 5.1</td><td>WebKit </td><td>Win7 6.1</td><td></td><td>Windows Desktop</td><td>Desktop</td><td></td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" 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 \(.*windows nt 6\.1.*\) applewebkit\/.* \(khtml, like gecko\) .*version\/5\.1.* safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*windows nt 6.1*) applewebkit/* (khtml, like gecko) *version/5.1* safari/* [parent] => Safari 5.1 [comment] => Safari 5.1 [browser] => Safari [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Apple Inc [browser_modus] => unknown [version] => 5.1 [majorver] => 5 [minorver] => 1 [platform] => Win7 [platform_version] => 6.1 [platform_description] => Windows 7 [platform_bits] => 32 [platform_maker] => Microsoft Corporation [alpha] => [beta] => [win16] => [win32] => 1 [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => Windows Desktop [device_maker] => Various [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => Windows Desktop [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple 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>DonatjUAParser<br /><small>v0.5.0</small></td><td>Safari 5.1</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><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><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Windows [browser] => Safari [version] => 5.1 ) </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.5.1</small></td><td>Safari 5.1</td><td>WebKit </td><td>Windows 7</td><td></td><td></td><td>desktop</td><td></td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" 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] => Safari [short_name] => SF [version] => 5.1 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Windows [short_name] => WIN [version] => 7 [platform] => ) [device] => Array ( [brand] => [brandName] => [model] => [device] => 0 [deviceName] => desktop ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => 1 [isMobile] => [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.0</small></td><td>Safari 5.1</td><td><i class="material-icons">close</i></td><td>Windows 7</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" 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 (Windows NT 6.1; WKC) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50 ) [name:Sinergi\BrowserDetector\Browser:private] => Safari [version:Sinergi\BrowserDetector\Browser:private] => 5.1 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Windows [version:Sinergi\BrowserDetector\Os:private] => 7 [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows NT 6.1; WKC) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50 ) ) [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 (Windows NT 6.1; WKC) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50 ) ) ) </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></td><td>Safari 5.1</td><td><i class="material-icons">close</i></td><td>Windows 7 </td><td></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></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" 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] => 5 [minor] => 1 [patch] => [family] => Safari ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Windows 7 ) [device] => UAParser\Result\Device Object ( [brand] => [model] => [family] => Other ) [originalUserAgent] => Mozilla/5.0 (Windows NT 6.1; WKC) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50 ) </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>2.0.9</small></td><td>Safari 5.1</td><td>Webkit 534.50</td><td>Windows 7</td><td></td><td></td><td>desktop</td><td></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Safari [version] => 5.1 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 534.50 ) [os] => Array ( [name] => Windows [version] => Array ( [value] => 6.1 [alias] => 7 ) ) [device] => Array ( [type] => desktop ) ) </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></td><td>Safari 5.1</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>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 5.1 [category] => pc [os] => Windows 7 [os_version] => NT 6.1 ) </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.6.4</small></td><td>Safari 5.1</td><td><i class="material-icons">close</i></td><td>Windows 7</td><td></td><td></td><td>Desktop</td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => true [is_largescreen] => true [is_mobile] => false [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Windows [advertised_device_os_version] => 7 [advertised_browser] => Safari [advertised_browser_version] => 5.1 [complete_device_name] => Apple Safari [form_factor] => Desktop [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Apple [model_name] => Safari [unique] => true [ununiqueness_handler] => [is_wireless_device] => false [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] => Desktop [mobile_browser] => [mobile_browser_version] => 5.0 [device_os_version] => [pointing_method] => mouse [release_date] => 2010_june [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => false [softkey_support] => false [table_support] => false [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => false [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] => none [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] => true [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => true [xhtml_select_as_radiobutton] => true [xhtml_select_as_popup] => true [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [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] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => none [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [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] => none [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] => false [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] => 800 [resolution_height] => 600 [columns] => 120 [max_image_width] => 800 [max_image_height] => 600 [rows] => 200 [physical_screen_width] => 400 [physical_screen_height] => 400 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => true [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] => 3200 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => false [max_deck_size] => 100000 [max_url_length_in_requests] => 128 [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] => false [inline_support] => false [oma_support] => false [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] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [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] => false [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] => false [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] => false [mp3] => false [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] => none [css_rounded_corners] => none [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] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [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] => false [html_preferred_dtd] => html4 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => true [jqm_grade] => A [is_sencha_touch_ok] => true [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </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-01-26 16:42:41</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.1.1/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
v3/user-agent-detail/25/46/254654d7-6292-47c8-bf28-1237b0676eb1.html
HTML
mit
38,618
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>antivalence: 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.4.6 / antivalence - 1.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> antivalence <small> 1.0.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-17 23:41:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-17 23:41:22 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.4.6 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 ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;A Coq plugin to generate type-inequality axioms for inductive definitions&quot; description: &quot;&quot;&quot; Antivalence generates universally-quantified type inequality axioms, letting you treat the set of inductive definitions in your program as a closed inductive definition itself. &quot;&quot;&quot; homepage: &quot;https://github.com/ivanbakel/coq-antivalence&quot; dev-repo: &quot;git+https://github.com/ivanbakel/coq-antivalence.git&quot; bug-reports: &quot;https://github.com/ivanbakel/coq-antivalence/issues&quot; maintainer: &quot;ivb@vanbakel.io&quot; authors: [ &quot;Isaac van Bakel&quot; ] license: &quot;MIT&quot; depends: [ &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] url { src: &quot;https://github.com/ivanbakel/coq-antivalence/archive/1.0.1.tar.gz&quot; checksum: &quot;sha256=faa00b1dc21afef199f975815f6f69e0fc122ce249b5179bc946529c450d5608&quot; } tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Antivalence&quot; &quot;date:2020-08-24&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-antivalence.1.0.1 coq.8.4.6</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6). The following dependencies couldn&#39;t be met: - coq-antivalence -&gt; coq &gt;= 8.11 -&gt; ocaml &gt;= 4.05.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-antivalence.1.0.1</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.02.3-2.0.6/released/8.4.6/antivalence/1.0.1.html
HTML
mit
7,093
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-erasure: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / metacoq-erasure - 1.0~alpha2+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-erasure <small> 1.0~alpha2+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-19 04:09:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-19 04:09:34 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;erasure&quot;] ] install: [ [make &quot;-C&quot; &quot;erasure&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} ] synopsis: &quot;Implementation and verification of an erasure procedure for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Erasure module provides a complete specification of Coq&#39;s so-called \&quot;extraction\&quot; procedure, starting from the PCUIC calculus and targeting untyped call-by-value lambda-calculus. The `erasure` function translates types and proofs in well-typed terms into a dummy `tBox` constructor, following closely P. Letouzey&#39;s PhD thesis. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.11.tar.gz&quot; checksum: &quot;sha256=8f1d2b42ad97d7c8660a57aabe53ddcc7b1645ced43386a1d2bef428b20d6b42&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-erasure.1.0~alpha2+8.11 coq.8.7.1+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.7.1+1). The following dependencies couldn&#39;t be met: - coq-metacoq-erasure -&gt; ocaml &gt;= 4.07.1 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-erasure.1.0~alpha2+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+1/metacoq-erasure/1.0~alpha2+8.11.html
HTML
mit
7,990
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>corn: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / corn - 8.8.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> corn <small> 8.8.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-22 08:53:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-22 08:53:51 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;b.a.w.spitters@gmail.com&quot; homepage: &quot;http://corn.cs.ru.nl/&quot; dev-repo: &quot;git+https://github.com/coq-community/corn.git&quot; bug-reports: &quot;https://github.com/coq-community/corn/issues&quot; doc: &quot;http://corn.cs.ru.nl/&quot; authors: &quot;Corn development team&quot; license: &quot;GPL 2&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CoRN&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-math-classes&quot; {&gt;= &quot;8.8.1&quot;} ] synopsis: &quot;The CoRN library. A library for constructive analysis&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-community/corn/archive/8.8.1.zip&quot; checksum: &quot;md5=8fb4305a8b6041aab68e503a9eb97510&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-corn.8.8.1 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0). The following dependencies couldn&#39;t be met: - coq-corn -&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-corn.8.8.1</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.07.1-2.0.6/released/8.13.0/corn/8.8.1.html
HTML
mit
6,797
<!doctype html><title>HTML base app</title><script src=js.js></script><link rel=stylesheet href=css.css>
zr40/base-web-app
src/release.html
HTML
mit
105
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hierarchy-builder: 1 m 47 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / hierarchy-builder - 0.9.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hierarchy-builder <small> 0.9.1 <span class="label label-success">1 m 47 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-07 13:08:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-07 13:08:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Cyril Cohen&quot; &quot;Kazuhiko Sakaguchi&quot; &quot;Enrico Tassi&quot; ] license: &quot;MIT&quot; homepage: &quot;https://github.com/math-comp/hierarchy-builder&quot; bug-reports: &quot;https://github.com/math-comp/hierarchy-builder/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/hierarchy-builder&quot; build: [ make ] install: [ make &quot;install&quot; &quot;VFILES=structures.v&quot; ] depends: [ &quot;coq-elpi&quot; {&gt;= &quot;1.4.0&quot; &amp; &lt; &quot;1.5.0~&quot;} ] synopsis: &quot;Hierarchy Builder&quot; description: &quot;&quot;&quot; High level commands to declare and evolve a hierarchy based on packed classes. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/hierarchy-builder/archive/v0.9.1.tar.gz&quot; checksum: &quot;sha256=25acacb6b8aaac1666c4d710bb35d1f715c936d7dc0cab01d573102a33ae9c98&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-hierarchy-builder.0.9.1 coq.8.11.2</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-hierarchy-builder.0.9.1 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>27 m 1 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-hierarchy-builder.0.9.1 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 47 s</dd> </dl> <h2>Installation size</h2> <p>Total: 739 K</p> <ul> <li>718 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/HB/structures.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/HB/structures.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/HB/structures.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-hierarchy-builder.0.9.1</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.07.1-2.0.6/released/8.11.2/hierarchy-builder/0.9.1.html
HTML
mit
6,758
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-ssreflect: 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.5.2 / mathcomp-ssreflect - 1.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-ssreflect <small> 1.11.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-25 22:42:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-25 22:42:58 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # 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/ssreflect&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;install&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.13~&quot;)} ] tags: [ &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.ssreflect&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;Small Scale Reflection&quot; description: &quot;&quot;&quot; This library includes the small scale reflection proof language extension and the minimal set of libraries to take advantage of it. This includes libraries on lists (seq), boolean and boolean predicates, natural numbers and types with decidable equality, finite types, finite sets, finite functions, finite graphs, basic arithmetics and prime numbers, big operators &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.11.0.tar.gz&quot; checksum: &quot;sha256=b16108320f77d15dd19ecc5aad90775b576edfa50c971682a1a439f6d364fef6&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-ssreflect.1.11.0 coq.8.5.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.5.2). The following dependencies couldn&#39;t be met: - coq-mathcomp-ssreflect -&gt; coq &gt;= 8.7 -&gt; ocaml &gt;= 4.05.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-mathcomp-ssreflect.1.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.2/mathcomp-ssreflect/1.11.0.html
HTML
mit
7,841
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ptsatr: 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.8.2 / ptsatr - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ptsatr <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-27 23:25:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-27 23:25:13 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 2 Virtual package relying on perl coq 8.8.2 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.2 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;http://www.lix.polytechnique.fr/~vsiles/coq/PTSATR.html&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/PTSATR&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: pure type systems&quot; &quot;keyword: judgmental equality&quot; &quot;keyword: Church-Rosser&quot; &quot;keyword: confluence&quot; &quot;keyword: subject reduction&quot; &quot;keyword: pi injectivity&quot; &quot;category: Mathematics/Logic/Type theory&quot; ] authors: [ &quot;Vincent Siles &lt;vincent.siles@ens-lyon.org&gt; [http://www.lix.polytechnique.fr/~vsiles]&quot; &quot;Hugo Herbelin &lt;hugo.herbelin@inria.fr&gt; [http://pauillac.inria.fr/~herbelin/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ptsatr/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ptsatr.git&quot; synopsis: &quot;PTSATR&quot; description: &quot;&quot;&quot; Formalization of the proof that PTS and PTS with judgmental equality (PTSe) are equivalent. With this equivalence, we are able to derive all the meta-theory of PTSe, like Pi-injectivity or Subject Reduction.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ptsatr/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=88109005908fca0aeff7afac0b568d1e&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-ptsatr.8.10.0 coq.8.8.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.8.2). The following dependencies couldn&#39;t be met: - coq-ptsatr -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.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-ptsatr.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.2/ptsatr/8.10.0.html
HTML
mit
7,408
<html> <head> <title>Nokia/6600/1.0 (3.44.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0</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"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Nokia/6600/1.0 (3.44.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 <p> Detected by 8 of 8 providers<br /> As bot detected by 0 of 7 </p> </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></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>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Nokia </td><td> </td><td> </td><td>Nokia</td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^.*nokia.*$/ [browser_name_pattern] => *nokia* [parent] => Nokia [comment] => Nokia [browser] => Nokia [browser_type] => Browser [browser_bits] => 0 [browser_maker] => Nokia [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => unknown [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 0 [aolversion] => 0 [device_name] => general Mobile Device [device_maker] => Nokia [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => general Mobile Device [device_brand_name] => Nokia [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.0</small></td><td>Nokia 6600</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><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><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => Nokia [version] => 6600 ) </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.5.1</small></td><td>Nokia OSS Browser 2.0</td><td> </td><td>Symbian OS Series 60 2.0</td><td>Nokia</td><td>6600</td><td>smartphone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" 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] => Nokia OSS Browser [short_name] => NO [version] => 2.0 [engine] => ) [operatingSystem] => Array ( [name] => Symbian OS Series 60 [short_name] => S60 [version] => 2.0 [platform] => ) [device] => Array ( [brand] => NK [brandName] => Nokia [model] => 6600 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [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.0</small></td><td> </td><td><i class="material-icons">close</i></td><td>Nokia </td><td><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></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" 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] => Nokia/6600/1.0 (3.44.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 ) [name:Sinergi\BrowserDetector\Browser:private] => unknown [version:Sinergi\BrowserDetector\Browser:private] => unknown [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Nokia [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Nokia/6600/1.0 (3.44.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 ) ) [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] => Nokia/6600/1.0 (3.44.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 ) ) ) </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></td><td>Nokia Services (WAP) Browser </td><td><i class="material-icons">close</i></td><td>Symbian OS 7.0</td><td></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></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" 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] => [minor] => [patch] => [family] => Nokia Services (WAP) Browser ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 7 [minor] => 0 [patch] => [patchMinor] => [family] => Symbian OS ) [device] => UAParser\Result\Device Object ( [brand] => Generic [model] => Smartphone [family] => Generic Smartphone ) [originalUserAgent] => Nokia/6600/1.0 (3.44.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0 ) </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>2.0.9</small></td><td> </td><td> </td><td>Series60 2.0</td><td>Nokia</td><td>6600</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [os] => Array ( [name] => Series60 [family] => Array ( [name] => Symbian [version] => 7.0 ) [version] => 2.0 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Nokia [model] => 6600 ) ) </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></td><td>SymbianOS </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>mobilephone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => SymbianOS [os] => SymbianOS [category] => mobilephone [version] => UNKNOWN [vendor] => UNKNOWN [os_version] => 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>Wurfl<br /><small>1.6.4</small></td><td>Symbian S60 Browser </td><td><i class="material-icons">close</i></td><td>Symbian S60 7.0</td><td>Nokia</td><td>3587</td><td>Feature Phone</td><td>yes</td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [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] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => Symbian S60 [advertised_device_os_version] => 7.0 [advertised_browser] => Symbian S60 Browser [advertised_browser_version] => [complete_device_name] => Nokia 3587 [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Nokia [model_name] => 3587 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 40 [nokia_edition] => 1 [device_os] => [mobile_browser] => Nokia [mobile_browser_version] => [device_os_version] => [pointing_method] => [release_date] => 2004_april [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] => true [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => true [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => true [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => true [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => true [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] => false [xhtml_supports_forms_in_table] => false [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] => false [xhtml_supports_css_cell_table_coloring] => false [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] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 1 [preferred_markup] => wml_1_3 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [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] => true [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 96 [resolution_height] => 65 [columns] => 10 [max_image_width] => 96 [max_image_height] => 48 [rows] => 5 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => true [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 4096 [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] => true [wta_voice_call] => false [wta_phonebook] => true [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 10000 [max_url_length_in_requests] => 255 [max_url_length_homepage] => 100 [max_url_length_bookmark] => 255 [max_url_length_cached_page] => 128 [max_no_of_connection_settings] => 5 [max_no_of_bookmarks] => 25 [max_length_of_username] => 32 [max_length_of_password] => 20 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => true [oma_support] => false [ringtone] => true [ringtone_3gpp] => false [ringtone_midi_monophonic] => true [ringtone_midi_polyphonic] => true [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => true [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => true [ringtone_qcelp] => false [ringtone_voices] => 16 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => true [wallpaper_max_width] => 128 [wallpaper_max_height] => 128 [wallpaper_preferred_width] => 96 [wallpaper_preferred_height] => 45 [wallpaper_resize] => none [wallpaper_wbmp] => true [wallpaper_bmp] => true [wallpaper_gif] => true [wallpaper_jpg] => true [wallpaper_png] => true [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 12 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => true [screensaver_max_width] => 128 [screensaver_max_height] => 128 [screensaver_preferred_width] => 96 [screensaver_preferred_height] => 65 [screensaver_resize] => none [screensaver_wbmp] => true [screensaver_bmp] => true [screensaver_gif] => true [screensaver_jpg] => true [screensaver_png] => true [screensaver_greyscale] => false [screensaver_colors] => 12 [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] => 126 [picture_max_height] => 94 [picture_preferred_width] => 96 [picture_preferred_height] => 45 [picture_resize] => none [picture_wbmp] => true [picture_bmp] => true [picture_gif] => true [picture_jpg] => true [picture_png] => true [picture_greyscale] => false [picture_colors] => 12 [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] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => true [connectionless_service_load] => false [connectionless_cache_operation] => true [connectionoriented_unconfirmed_service_indication] => true [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => true [connectionoriented_confirmed_service_indication] => true [connectionoriented_confirmed_service_load] => true [connectionoriented_confirmed_cache_operation] => true [utf8_support] => false [ascii_support] => true [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => true [j2me_cldc_1_1] => false [j2me_midp_1_0] => true [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] => true [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 204800 [j2me_max_jar_size] => 65536 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 96 [j2me_screen_height] => 65 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 12 [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] => true [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] => -6 [j2me_right_softkey_code] => -7 [j2me_middle_softkey_code] => -5 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => -8 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => true [sender] => true [mms_max_size] => 32768 [mms_max_height] => 288 [mms_max_width] => 352 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => true [mms_nokia_operatorlogo] => true [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => true [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => true [mms_jad] => true [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => true [mms_wbxml] => true [mms_wmlc] => true [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => true [picturemessage] => true [operatorlogo] => true [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] => true [midi_polyphonic] => true [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => true [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 16 [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] => false [css_supports_width_as_percentage] => false [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [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] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </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-01-26 16:40: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.1.1/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
v3/user-agent-detail/7e/0c/7e0c2a89-c5e1-4c37-bf41-31fef8bb4f13.html
HTML
mit
38,275
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: 2 m 28 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.13.1 / paco - 4.0.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paco <small> 4.0.4 <span class="label label-success">2 m 28 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-13 08:04:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-13 08:04:05 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.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;minki.cho@sf.snu.ac.kr&quot; synopsis: &quot;Coq library implementing parameterized coinduction&quot; homepage: &quot;https://github.com/snu-sf/paco/&quot; dev-repo: &quot;git+https://github.com/snu-sf/paco.git&quot; bug-reports: &quot;https://github.com/snu-sf/paco/issues/&quot; authors: [ &quot;Chung-Kil Hur &lt;gil.hur@sf.snu.ac.kr&gt;&quot; &quot;Georg Neis &lt;neis@mpi-sws.org&gt;&quot; &quot;Derek Dreyer &lt;dreyer@mpi-sws.org&gt;&quot; &quot;Viktor Vafeiadis &lt;viktor@mpi-sws.org&gt;&quot; &quot;Minki Cho &lt;minki.cho@sf.snu.ac.kr&gt;&quot; ] license: &quot;BSD-3-Clause&quot; build: [make &quot;-C&quot; &quot;src&quot; &quot;all&quot; &quot;-j%{jobs}%&quot;] install: [make &quot;-C&quot; &quot;src&quot; &quot;-f&quot; &quot;Makefile.coq&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.14~&quot;} ] tags: [ &quot;date:2021-02-01&quot; &quot;category:Computer Science/Programming Languages/Formal Definitions and Theory&quot; &quot;category:Mathematics/Logic&quot; &quot;keyword:co-induction&quot; &quot;keyword:simulation&quot; &quot;keyword:parameterized greatest fixed point&quot; ] url { http: &quot;https://github.com/snu-sf/paco/archive/v4.0.4.tar.gz&quot; checksum: &quot;8beafae3800cf20840eb2ca1821c5a32&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-paco.4.0.4 coq.8.13.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-paco.4.0.4 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 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-paco.4.0.4 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 28 s</dd> </dl> <h2>Installation size</h2> <p>Total: 10 M</p> <ul> <li>711 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco14.vo</code></li> <li>638 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco13.vo</code></li> <li>570 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco12.vo</code></li> <li>505 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco11.vo</code></li> <li>447 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco10.vo</code></li> <li>391 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco9.vo</code></li> <li>341 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco8.vo</code></li> <li>296 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco7.vo</code></li> <li>254 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco6.vo</code></li> <li>215 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco5.vo</code></li> <li>193 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacotac_internal.vo</code></li> <li>181 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco4.vo</code></li> <li>160 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco14.vo</code></li> <li>150 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco3.vo</code></li> <li>145 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco13.vo</code></li> <li>130 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco12.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco2.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paconotation.glob</code></li> <li>116 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco11.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco14.glob</code></li> <li>110 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco13.glob</code></li> <li>108 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/examples.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco12.glob</code></li> <li>104 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco10.vo</code></li> <li>102 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco11.glob</code></li> <li>100 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paconotation_internal.vo</code></li> <li>98 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco10.glob</code></li> <li>98 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco1.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco9.glob</code></li> <li>92 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco9.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco8.glob</code></li> <li>87 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco7.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco6.glob</code></li> <li>83 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco5.glob</code></li> <li>82 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco4.glob</code></li> <li>81 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco8.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco3.glob</code></li> <li>79 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco2.glob</code></li> <li>79 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco14.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco1.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco0.glob</code></li> <li>74 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco0.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paconotation.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco13.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco7.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/tutorial.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco12.glob</code></li> <li>66 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpacotac.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco6.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco11.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paconotation_internal.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco10.glob</code></li> <li>52 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco5.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco9.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco8.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco4.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacotac.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco7.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacotac_internal.v</code></li> <li>42 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacotac_internal.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco6.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco3.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco5.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco4.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco2.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco3.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco2.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco14.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco13.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpacotac.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/tutorial.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco12.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco11.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco1.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco10.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco1.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco9.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco8.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco7.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco0.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco6.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco5.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco4.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/tutorial.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco3.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco2.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco1.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpaco0.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/examples.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco0.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpacotac.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco_internal.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paconotation.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco_internal.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco14.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/hpattern.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco13.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco12.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco11.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco10.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco9.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco8.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paconotation_internal.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco7.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco6.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/examples.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco5.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco4.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco3.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco2.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco1.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco0.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacotac.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacotac.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpacoall.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/hpattern.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco_internal.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacoall.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/hpattern.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpacoall.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacoall.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/gpacoall.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/pacoall.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Paco/paco.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-paco.4.0.4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.1/paco/4.0.4.html
HTML
mit
20,572
<div class="navbar-header submenu"> <ul class="nav navbar-nav sub-header" id="extensionsToolbarBox"> <li><a id="saveCommand"><i class="glyphicon glyphicon-floppy-save"></i>Save</a></li> </ul> <ul class="nav navbar-nav sub-header pull-right"> <li><a target="_blank" href="http://jsreport.net/learn/inline-data"><i class="fa fa-lightbulb-o"></i>Help</a></li> </ul> </div>
uttapong/thalinterpreter
node_modules/jsreport/extension/data/public/templates/data-toolbar.html
HTML
mit
405
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>square-matrices: 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 / square-matrices - 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> square-matrices <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-09 13:43:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-09 13:43:28 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.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/square-matrices&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/SquareMatrices&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: exponentiation&quot; &quot;keyword: vectors&quot; &quot;keyword: matrices&quot; &quot;keyword: polymorphic recursion&quot; &quot;keyword: nested datatypes&quot; &quot;category: Mathematics/Algebra&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/square-matrices/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/square-matrices.git&quot; synopsis: &quot;From Fast Exponentiation to Square Matrices&quot; description: &quot;&quot;&quot; This development is a formalization of Chris Okasaki&#39;s article ``From Fast Exponentiation to Square Matrices: An Adventure in Types&#39;&#39;&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/square-matrices/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=a773a2b2a14e61486df1c68c07accac3&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-square-matrices.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-square-matrices -&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-square-matrices.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.07.1-2.0.6/released/8.10.1/square-matrices/8.9.0.html
HTML
mit
7,034
<html> <head> <title>User agent detail - KDDI-KC31 UP.Browser/6.2.0.5 (GUI) MMP/2.0</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"> </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"> KDDI-KC31 UP.Browser/6.2.0.5 (GUI) MMP/2.0 </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">Source result (test suite)</th></tr><tr><td>browscap/browscap<br /><small>/tests/fixtures/issues/issue-523.php</small></td><td>Openwave Mobile Browser 6.2</td><td>JAVA unknown</td><td>unknown </td><td style="border-left: 1px solid #555">KDDI</td><td>W11K</td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [Browser] => Openwave Mobile Browser [Browser_Type] => Browser [Browser_Bits] => 32 [Browser_Maker] => unknown [Version] => 6.2 [MajorVer] => 6 [MinorVer] => 2 [Platform] => JAVA [Platform_Version] => unknown [Platform_Bits] => 32 [Platform_Maker] => Oracle [isMobileDevice] => 1 [isTablet] => [Crawler] => [JavaScript] => 1 [Cookies] => 1 [Frames] => 1 [IFrames] => 1 [Tables] => 1 [Device_Name] => W11K [Device_Maker] => KDDI [Device_Type] => Mobile Phone [Device_Pointing_Method] => unknown [Device_Code_Name] => KC31 [Device_Brand_Name] => KDDI [RenderingEngine_Name] => unknown [RenderingEngine_Version] => 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Openwave Mobile Browser 6.2</td><td> </td><td>JAVA </td><td style="border-left: 1px solid #555">KDDI</td><td>W11K</td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.01</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^kddi\-kc31 up\.browser\/6\.2.*$/ [browser_name_pattern] => kddi-kc31 up.browser/6.2* [parent] => Openwave Mobile Browser 6.2 [comment] => Openwave Mobile Browser 6.2 [browser] => Openwave Mobile Browser [browser_type] => Browser [browser_bits] => 32 [browser_maker] => unknown [browser_modus] => unknown [version] => 6.2 [majorver] => 6 [minorver] => 2 [platform] => JAVA [platform_version] => unknown [platform_description] => unknown [platform_bits] => 32 [platform_maker] => Oracle [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 0 [aolversion] => 0 [device_name] => W11K [device_maker] => KDDI [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => KC31 [device_brand_name] => KDDI [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.0</small></td><td>KDDI-KC31 </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-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => KDDI-KC31 [version] => ) </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></td><td>Openwave Mobile Browser 6.2.0.5</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">KDDI</td><td>W11K</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.18102</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 320 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => KDDI [mobile_model] => W11K [version] => 6.2.0.5 [is_android] => [browser_name] => Openwave Mobile Browser [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => Openwave Systems Inc. [operating_system] => unknown [mobile_screen_width] => 240 [mobile_browser] => Openwave Mobile Browser ) </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.5.2</small></td><td>Openwave Mobile Browser 6.2</td><td> </td><td> </td><td style="border-left: 1px solid #555">KDDI</td><td>KC31</td><td>feature phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" 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] => Openwave Mobile Browser [short_name] => OV [version] => 6.2 [engine] => ) [operatingSystem] => Array ( ) [device] => Array ( [brand] => KD [brandName] => KDDI [model] => KC31 [device] => 3 [deviceName] => feature phone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => 1 [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.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>UP.Browser 6.2.0</td><td><i class="material-icons">close</i></td><td> </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"></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-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" 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] => 6 [minor] => 2 [patch] => 0 [family] => UP.Browser ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Generic [model] => Feature Phone [family] => Generic Feature Phone ) [originalUserAgent] => KDDI-KC31 UP.Browser/6.2.0.5 (GUI) MMP/2.0 ) </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></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Openwave Mobile Browser 6.2.0.5</td><td> </td><td> </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.40504</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => Openwave Mobile Browser 6.2 [browser_version] => 6.2 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => openwave-mobile-browser [operating_system_version] => [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( [0] => MMP v2.0 ) [operating_platform_vendor_name] => [operating_system] => [operating_system_version_full] => [operating_platform_code] => [browser_name] => Openwave Mobile Browser [operating_system_name_code] => [user_agent] => KDDI-KC31 UP.Browser/6.2.0.5 (GUI) MMP/2.0 [browser_version_full] => 6.2.0.5 [browser] => Openwave Mobile Browser 6.2 ) </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>2.0.10</small></td><td>Openwave 6.2</td><td> </td><td> </td><td style="border-left: 1px solid #555">Kyocera</td><td>W11K</td><td>mobile:feature</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.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Openwave [version] => 6.2 [type] => browser ) [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => Kyocera [model] => W11K [carrier] => au ) ) </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></td><td>au by KDDI KC31</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>mobilephone</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-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => au by KDDI [os] => au [category] => mobilephone [vendor] => au [version] => KC31 [os_version] => 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>Wurfl<br /><small>1.6.4</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">KDDI</td><td>W11K</td><td>Feature Phone</td><td>yes</td><td></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.013</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [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] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => KDDI W11K [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => KDDI [model_name] => W11K [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => Openwave Mobile Browser [mobile_browser_version] => 6.2 [device_os_version] => [pointing_method] => [release_date] => 2003_january [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] => true [built_in_back_button_support] => true [card_title_support] => false [softkey_support] => true [table_support] => true [numbered_menus] => true [menu_with_select_element_recommended] => true [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => true [break_list_of_links_with_br_element_recommended] => false [access_key_support] => true [wrap_mode_support] => true [times_square_mode_support] => true [deck_prefetch_support] => true [elective_forms_recommended] => false [wizards_recommended] => true [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] => true [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] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => true [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => true [xhtml_supports_inline_input] => true [xhtml_supports_monospace_font] => true [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => true [xhtml_format_as_attribute] => true [xhtml_nowrap_mode] => true [xhtml_marquee_as_css_property] => true [xhtml_readable_background_color1] => #99CCFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso8859 [opwv_xhtml_extensions_support] => true [xhtml_make_phone_call_string] => wtai://wp/mc; [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => false [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 3 [preferred_markup] => html_wi_oma_xhtmlmp_1_0 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => true [html_wi_imode_html_2] => true [html_wi_imode_html_3] => true [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => true [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => true [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => true [total_cache_disable_support] => false [time_to_live_support] => true [resolution_width] => 240 [resolution_height] => 320 [columns] => 23 [max_image_width] => 233 [max_image_height] => 268 [rows] => 10 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => false [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 260000 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => false [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => true [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 24000 [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] => false [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] => true [wallpaper_max_width] => 240 [wallpaper_max_height] => 320 [wallpaper_preferred_width] => 240 [wallpaper_preferred_height] => 320 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => true [wallpaper_jpg] => true [wallpaper_png] => true [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 18 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => true [screensaver_max_width] => 240 [screensaver_max_height] => 320 [screensaver_preferred_width] => 240 [screensaver_preferred_height] => 320 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => true [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] => true [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 143360 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => true [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => true [connectionless_service_load] => false [connectionless_cache_operation] => true [connectionoriented_unconfirmed_service_indication] => true [connectionoriented_unconfirmed_service_load] => true [connectionoriented_unconfirmed_cache_operation] => true [connectionoriented_confirmed_service_indication] => true [connectionoriented_confirmed_service_load] => true [connectionoriented_confirmed_cache_operation] => true [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => true [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] => false [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] => false [mp3] => false [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] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => true [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => true [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => lc [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => true [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </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-02-13 13:40:21</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.1.1/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
v4/user-agent-detail/d5/94/d5942f54-b214-4a7d-b36d-0528aea7f98e.html
HTML
mit
41,842