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
<p> Yo </p> <div *ngFor ="let task of taskList;let i=index;" style="padding:10px;width:100%;"> <input type="checkbox" name="task" value= "xyz" [checked]="task.status!=='N'">{{task.name}} <br> <button (click)="clearTask(task)" style="display:inline-block;">Delete</button> </div> <div> <input type= "text" name ="enterTask" [(ngModel)]="taskName"> <button (click)="addTask()" class="btn-primary">Add</button> </div>
codetheif/toDo
src/do/todo.component.html
HTML
mit
446
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <title>OpenTl.Schema - API - IChannelDifference Interface</title> <link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet"> <script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script> <script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script> <script src="/OpenTl.Schema/assets/js/app.min.js"></script> <script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script> <script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script> <!--[if lt IE 9]> <script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script> <script src="/OpenTl.Schema/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/OpenTl.Schema/" class="logo"> <span>OpenTl.Schema</span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/OpenTl.Schema/about.html">About This Project</a></li> <li class="active"><a href="/OpenTl.Schema/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p> <p><a href="#ExtensionMethods">Extension Methods</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/OpenTl.Schema/assets/js/lunr.min.js"></script> <script src="/OpenTl.Schema/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates">OpenTl<wbr>.Schema<wbr>.Updates</a></li> <li role="separator" class="divider"></li> <li class="header">Class Types</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/RequestGetChannelDifference">Request<wbr>Get<wbr>Channel<wbr>Difference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/RequestGetDifference">RequestGetDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/RequestGetState">RequestGetState</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifference">TChannelDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifferenceEmpty">T<wbr>Channel<wbr>Difference<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifferenceTooLong">T<wbr>Channel<wbr>Difference<wbr>Too<wbr>Long</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TDifference">TDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TDifferenceEmpty">TDifferenceEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TDifferenceSlice">TDifferenceSlice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TDifferenceTooLong">TDifferenceTooLong</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TState">TState</a></li> <li class="header">Interface Types</li> <li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/IChannelDifference">IChannelDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/IChannelDifferenceCommon">I<wbr>Channel<wbr>Difference<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/IDifference">IDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/IDifferenceCommon">IDifferenceCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/IState">IState</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h1>IChannelDifference <small>Interface</small></h1> </section> <section class="content"> <div class="panel panel-default"> <div class="panel-body"> <div class="row"> <div class="col-md-6"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates">OpenTl<wbr>.Schema<wbr>.Updates</a></dd> <dt>Interfaces</dt> <dd> <ul class="list-unstyled"> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IObject">IObject</a></li> </ul> </dd> <dt>Implementing Types</dt> <dd> <ul class="list-unstyled"> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifference">TChannelDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifferenceEmpty">T<wbr>Channel<wbr>Difference<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifferenceTooLong">T<wbr>Channel<wbr>Difference<wbr>Too<wbr>Long</a></li> </ul> </dd> </dl> </div> <div class="col-md-6"> <div class="mermaid"> graph TD Interface0["IObject"]-.-&gt;Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IChannelDifference"] class Type type-node Type-.-&gt;Implementing0["TChannelDifference"] click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifference" Type-.-&gt;Implementing1["TChannelDifferenceEmpty"] click Implementing1 "/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifferenceEmpty" Type-.-&gt;Implementing2["TChannelDifferenceTooLong"] click Implementing2 "/OpenTl.Schema/api/OpenTl.Schema.Updates/TChannelDifferenceTooLong" </div> </div> </div> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>public interface IChannelDifference : IObject</code></pre> <h1 id="ExtensionMethods">Extension Methods</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Summary</th> </tr> </thead> <tbody><tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/A1A958DE.html">As<wbr>&lt;T&gt;<wbr><wbr>()<wbr></a></td> <td>T</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/4941F7D3.html">Is<wbr>&lt;T&gt;<wbr><wbr>()<wbr></a></td> <td>T</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/CF7043C9.html">IsEmpty<wbr>()<wbr></a></td> <td>bool</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).load(function() { mermaid.initialize( { flowchart: { htmlLabels: false, useMaxWidth:false } }); mermaid.init(undefined, ".mermaid") $('svg').addClass('img-responsive'); $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
OpenTl/OpenTl.Schema
docs/api/OpenTl.Schema.Updates/IChannelDifference/index.html
HTML
mit
14,007
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Couch411 | Login</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"/> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular.min.js"></script> <link rel="stylesheet" type="text/css" href="/semantic-ui/dist/semantic.min.css"> <script src="semantic-ui/dist/semantic.min.js"></script> <link href="./ng-cropper/dist/ngCropper.all.css" rel="stylesheet"> <script src="./ng-cropper/dist/ngCropper.all.js"></script> <script src="./js/picture.js"></script> <!--<script src="ng-flow-standalone.js"></script> <script src="ng-img-crop.js"></script> <link rel="stylesheet" type="text/css" href="ng-img-crop.css"/>--> </head> <body ng-app="picture" ng-controller="pictureController" ng-init="printSessionStorage()"> <h4 class = "text-center"> My Profile </h4> <button class="ui button">Follow</button> <script type="text/javascript"> $(window).load(function(){ $('#myModal').modal('show'); }); var closemodal = function() { $('#myModal').modal('hide'); }; </script> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <form id = "uploadForm" action="/api/uploadAttempt" method="post" enctype="multipart/form-data"> <div class="modal-header"> <!--<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>--> <h4 class="modal-title" id="myModalLabel">Upload Profile Picture</h4> </div> <div class="modal-body"> <input type="file" onchange="angular.element(this).scope().onFile(this.files[0])" name="userPhoto" accept="image/*"> <button class="btn btn-default" ng-click="preview()">Show preview</button> <button class="btn btn-default" ng-click="scale(200)">Scale to 200px width</button> <label>Disabled <input type="checkbox" ng-model="options.disabled"></label> <br /> <div ng-if="dataUrl" class="img-container"> <img ng-if="dataUrl" ng-src="{{dataUrl}}" width="300" ng-cropper ng-cropper-show="showEvent" ng-cropper-hide="hideEvent" ng-cropper-options="options"> </div> <div class="preview-container"> <img ng-if="preview.dataUrl" ng-src="{{preview.dataUrl}}"> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">No Thanks</button> <input type="hidden" value="{{session.sessionID}}" name="sessionID" > <input type="hidden" value="{{cropDim}}" name="cropDim" > <input ng-click="finalCropCheck();" onclick="closemodal();" type="submit" value="Upload Picture" name="submit" class="btn btn-primary"> </div> </form> </div> </div> </div> <button class="btn btn-default" ng-click="publishTry()">Make Post</button> <button class = "btn btn-primary" ng-click="getMyProfile()"> Get My Profile </button> <span>{{myData.changed}}</span> <img width="100" height="100" ng-src="{{myData.changed.users.picSRC}}"></img> </body>
couchbaselabs/touchbase
TouchbaseModular/public/deprecated/pictureUpload.html
HTML
mit
3,981
{# ------------------------------------------------------- #} {# INDIVIDUAL VIEW FOR EACH storycontributor #} {# This page can use any data from http:localhost:2000/cms/#/form/storycontributor/ #} {# Webhook uses the SWIG.js (like Djagno/Twig) templating system. Their documentation is here: #} {# http://paularmstrong.github.io/swig/docs/tags/ #} {# Learn about calling data into Webhook pages here: #} {# http://www.webhook.com/docs/template-rules-and-filters/ #} {# ------------------------------------------------------- #} {# Confused what extends and blocks do? Watch a primer: #} {# http://www.webhook.com/docs/template-inheritance-blocks/ #} {% extends "templates/partials/base.html" %} {# This sets our page <title>. It will append this storycontributor's name to the site title defined in base.html #} {% block title %}{% parent %} - {{ item.name }}{% endblock %} {% block content %} <p><a href="{{ url('storycontributor') }}">View a list of all storycontributor</a></p> <h1>{{ item.name }}</h1> <ul> <li> <strong>Name: </strong> {{ item.name }} </li> <li> <strong>Create Date: </strong> {# Format the date. You can use PHP's date function to format as needed. http://php.net/manual/en/function.date.php #} {{ item.create_date|date('F d Y') }} </li> <li> <strong>Last Updated: </strong> {# Format the date. You can use PHP's date function to format as needed. http://php.net/manual/en/function.date.php #} {{ item.last_updated|date('F d Y') }} </li> <li> <strong>Publish Date: </strong> {# Format the date. You can use PHP's date function to format as needed. http://php.net/manual/en/function.date.php #} {{ item.publish_date|date('F d Y') }} </li> <li> <strong>First Name: </strong> {{ item.first_name }} </li> <li> <strong>Last Name: </strong> {{ item.last_name }} </li> <li> <strong>Title: </strong> {{ item.title }} </li> <li> <strong>Company: </strong> {{ item.company }} </li> <li> <strong>Bio - Short: </strong> {{ item.bio__short }} </li> <li> <strong>Bio - Full: </strong> {{ item.bio__full|safe }} </li> <li> <strong>Avatar: </strong> {# You can pull out a lot more information from the image property. Info here: #} {# http://www.webhook.com/docs/widget-template-reference/#image #} <img src="{{ item.avatar|imageSize(200) }}" /> </li> <li> <strong>Website: </strong> {{ item.website }} </li> <li> <strong>Twitter: </strong> {{ item.twitter }} </li> <li> <strong>LinkedIn: </strong> {{ item.linkedin }} </li> <li> <strong>Preview URL: </strong> {{ item.preview_url }} </li> <li> <strong>Slug: </strong> {{ item.slug }} </li> <li> <strong>Story (Contributor - Primary): </strong> {# Relations require some special code. More info about relations here: #} {# http://www.webhook.com/docs/template-rules-and-filters/#getitem #} {% for relation in item.story_contributor__primary %} {# You can ouput more than just the name. Feel free to output more fields from the CMS. #} <a href="{{ url(relation) }}">{{ relation.name }}</a>{% if not loop.last %},{% endif %} {% endfor %} </li> <li> <strong>Story (Contributor - Additional): </strong> {# Relations require some special code. More info about relations here: #} {# http://www.webhook.com/docs/template-rules-and-filters/#getitem #} {% for relation in item.story_contributor__additional %} {# You can ouput more than just the name. Feel free to output more fields from the CMS. #} <a href="{{ url(relation) }}">{{ relation.name }}</a>{% if not loop.last %},{% endif %} {% endfor %} </li> </ul> {% endblock %}
ericwebster/project-crayfish
templates/storycontributor/individual.html
HTML
mit
4,116
<!DOCTYPE html> <html> <head lang="ru"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Template</title> <link href="http://themesanytime.com/startui/demo/img/favicon.144x144.png" rel="apple-touch-icon" type="image/png" sizes="144x144"> <link href="http://themesanytime.com/startui/demo/img/favicon.114x114.png" rel="apple-touch-icon" type="image/png" sizes="114x114"> <link href="http://themesanytime.com/startui/demo/img/favicon.72x72.png" rel="apple-touch-icon" type="image/png" sizes="72x72"> <link href="http://themesanytime.com/startui/demo/img/favicon.57x57.png" rel="apple-touch-icon" type="image/png"> <link href="http://themesanytime.com/startui/demo/img/favicon.png" rel="icon" type="image/png"> <link href="http://themesanytime.com/startui/demo/img/favicon.ico" rel="shortcut icon"> <!-- 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]--> <script src="js/plugins.js"></script> <script src="js/app.js"></script> <link rel="stylesheet" href="css/lib/font-awesome/font-awesome.min.css"> <link rel="stylesheet" href="css/main.css"> </head> <body> <header class="site-header"> <div class="container-fluid"> <a href="profile.html#" class="site-logo"> <img class="hidden-md-down" src="img/logo-2.png" alt=""> <img class="hidden-lg-up" src="img/logo-2-mob.png" alt=""> </a> <button class="hamburger hamburger--htla"> <span>toggle menu</span> </button> <div class="site-header-content"> <div class="site-header-content-in"> <div class="site-header-shown"> <div class="dropdown dropdown-notification notif"> <a href="profile.html#" class="header-alarm dropdown-toggle active" id="dd-notification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="font-icon-alarm"></i> </a> <div class="dropdown-menu dropdown-menu-right dropdown-menu-notif" aria-labelledby="dd-notification"> <div class="dropdown-menu-notif-header"> Notifications <span class="label label-pill label-danger">4</span> </div> <div class="dropdown-menu-notif-list"> <div class="dropdown-menu-notif-item"> <div class="photo"> <img src="img/photo-64-1.jpg" alt=""> </div> <div class="dot"></div> <a href="profile.html#">Morgan</a> was bothering about something <div class="color-blue-grey-lighter">7 hours ago</div> </div> <div class="dropdown-menu-notif-item"> <div class="photo"> <img src="img/photo-64-2.jpg" alt=""> </div> <div class="dot"></div> <a href="profile.html#">Lioneli</a> had commented on this <a href="profile.html#">Super Important Thing</a> <div class="color-blue-grey-lighter">7 hours ago</div> </div> <div class="dropdown-menu-notif-item"> <div class="photo"> <img src="img/photo-64-3.jpg" alt=""> </div> <div class="dot"></div> <a href="profile.html#">Xavier</a> had commented on the <a href="profile.html#">Movie title</a> <div class="color-blue-grey-lighter">7 hours ago</div> </div> <div class="dropdown-menu-notif-item"> <div class="photo"> <img src="img/photo-64-4.jpg" alt=""> </div> <a href="profile.html#">Lionely</a> wants to go to <a href="profile.html#">Cinema</a> with you to see <a href="profile.html#">This Movie</a> <div class="color-blue-grey-lighter">7 hours ago</div> </div> </div> <div class="dropdown-menu-notif-more"> <a href="profile.html#">See more</a> </div> </div> </div> <div class="dropdown dropdown-notification messages"> <a href="profile.html#" class="header-alarm dropdown-toggle active" id="dd-messages" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="font-icon-mail"></i> </a> <div class="dropdown-menu dropdown-menu-right dropdown-menu-messages" aria-labelledby="dd-messages"> <div class="dropdown-menu-messages-header"> <ul class="nav" role="tablist"> <li class="nav-item"> <a class="nav-link active" data-toggle="tab" href="profile.html#tab-incoming" role="tab"> Inbox <span class="label label-pill label-danger">8</span> </a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="profile.html#tab-outgoing" role="tab">Outbox</a> </li> </ul> <!--<button type="button" class="create"> <i class="font-icon font-icon-pen-square"></i> </button>--> </div> <div class="tab-content"> <div class="tab-pane active" id="tab-incoming" role="tabpanel"> <div class="dropdown-menu-messages-list"> <a href="profile.html#" class="mess-item"> <span class="avatar-preview avatar-preview-32"><img src="img/photo-64-2.jpg" alt=""></span> <span class="mess-item-name">Tim Collins</span> <span class="mess-item-txt">Morgan was bothering about something!</span> </a> <a href="profile.html#" class="mess-item"> <span class="avatar-preview avatar-preview-32"><img src="img/avatar-2-64.png" alt=""></span> <span class="mess-item-name">Christian Burton</span> <span class="mess-item-txt">Morgan was bothering about something! Morgan was bothering about something.</span> </a> <a href="profile.html#" class="mess-item"> <span class="avatar-preview avatar-preview-32"><img src="img/photo-64-2.jpg" alt=""></span> <span class="mess-item-name">Tim Collins</span> <span class="mess-item-txt">Morgan was bothering about something!</span> </a> <a href="profile.html#" class="mess-item"> <span class="avatar-preview avatar-preview-32"><img src="img/avatar-2-64.png" alt=""></span> <span class="mess-item-name">Christian Burton</span> <span class="mess-item-txt">Morgan was bothering about something...</span> </a> </div> </div> <div class="tab-pane" id="tab-outgoing" role="tabpanel"> <div class="dropdown-menu-messages-list"> <a href="profile.html#" class="mess-item"> <span class="avatar-preview avatar-preview-32"><img src="img/avatar-2-64.png" alt=""></span> <span class="mess-item-name">Christian Burton</span> <span class="mess-item-txt">Morgan was bothering about something! Morgan was bothering about something...</span> </a> <a href="profile.html#" class="mess-item"> <span class="avatar-preview avatar-preview-32"><img src="img/photo-64-2.jpg" alt=""></span> <span class="mess-item-name">Tim Collins</span> <span class="mess-item-txt">Morgan was bothering about something! Morgan was bothering about something.</span> </a> <a href="profile.html#" class="mess-item"> <span class="avatar-preview avatar-preview-32"><img src="img/avatar-2-64.png" alt=""></span> <span class="mess-item-name">Christian Burtons</span> <span class="mess-item-txt">Morgan was bothering about something!</span> </a> <a href="profile.html#" class="mess-item"> <span class="avatar-preview avatar-preview-32"><img src="img/photo-64-2.jpg" alt=""></span> <span class="mess-item-name">Tim Collins</span> <span class="mess-item-txt">Morgan was bothering about something!</span> </a> </div> </div> </div> <div class="dropdown-menu-notif-more"> <a href="profile.html#">See more</a> </div> </div> </div> <div class="dropdown dropdown-lang"> <button class="dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="flag-icon flag-icon-us"></span> </button> <div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-menu-col"> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-ru"></span>Русский</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-de"></span>Deutsch</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-it"></span>Italiano</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-es"></span>Español</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-pl"></span>Polski</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-li"></span>Lietuviu</a> </div> <div class="dropdown-menu-col"> <a class="dropdown-item current" href="profile.html#"><span class="flag-icon flag-icon-us"></span>English</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-fr"></span>Français</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-by"></span>Беларускi</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-ua"></span>Українська</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-cz"></span>Česky</a> <a class="dropdown-item" href="profile.html#"><span class="flag-icon flag-icon-ch"></span>中國</a> </div> </div> </div> <div class="dropdown user-menu"> <button class="dropdown-toggle" id="dd-user-menu" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <img src="img/avatar-2-64.png" alt=""> </button> <div class="dropdown-menu dropdown-menu-right" aria-labelledby="dd-user-menu"> <a class="dropdown-item" href="profile.html#"><span class="font-icon glyphicon glyphicon-user"></span>Profile</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon glyphicon glyphicon-cog"></span>Settings</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon glyphicon glyphicon-question-sign"></span>Help</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="profile.html#"><span class="font-icon glyphicon glyphicon-log-out"></span>Logout</a> </div> </div> <button type="button" class="burger-right"> <i class="font-icon-menu-addl"></i> </button> </div><!--.site-header-shown--> <div class="mobile-menu-right-overlay"></div> <div class="site-header-collapsed"> <div class="site-header-collapsed-in"> <div class="dropdown dropdown-typical"> <a class="dropdown-toggle" id="dd-header-sales" data-target="#" href="http://example.com" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="font-icon font-icon-wallet"></span> <span class="lbl">Sales</span> </a> <div class="dropdown-menu" aria-labelledby="dd-header-sales"> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-home"></span>Quant and Verbal</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-cart"></span>Real Gmat Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-speed"></span>Prep Official App</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-users"></span>CATprer Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-comments"></span>Third Party Test</a> </div> </div> <div class="dropdown dropdown-typical"> <a class="dropdown-toggle" id="dd-header-marketing" data-target="#" href="http://example.com" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="font-icon font-icon-cogwheel"></span> <span class="lbl">Marketing automation</span> </a> <div class="dropdown-menu" aria-labelledby="dd-header-marketing"> <a class="dropdown-item" href="profile.html#">Current Search</a> <a class="dropdown-item" href="profile.html#">Search for Issues</a> <div class="dropdown-divider"></div> <div class="dropdown-header">Recent issues</div> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-home"></span>Quant and Verbal</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-cart"></span>Real Gmat Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-speed"></span>Prep Official App</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-users"></span>CATprer Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-comments"></span>Third Party Test</a> <div class="dropdown-more"> <div class="dropdown-more-caption padding">more...</div> <div class="dropdown-more-sub"> <div class="dropdown-more-sub-in"> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-home"></span>Quant and Verbal</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-cart"></span>Real Gmat Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-speed"></span>Prep Official App</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-users"></span>CATprer Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-comments"></span>Third Party Test</a> </div> </div> </div> <div class="dropdown-divider"></div> <a class="dropdown-item" href="profile.html#">Import Issues from CSV</a> <div class="dropdown-divider"></div> <div class="dropdown-header">Filters</div> <a class="dropdown-item" href="profile.html#">My Open Issues</a> <a class="dropdown-item" href="profile.html#">Reported by Me</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="profile.html#">Manage filters</a> <div class="dropdown-divider"></div> <div class="dropdown-header">Timesheet</div> <a class="dropdown-item" href="profile.html#">Subscribtions</a> </div> </div> <div class="dropdown dropdown-typical"> <a class="dropdown-toggle" id="dd-header-social" data-target="#" href="http://example.com" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="font-icon font-icon-share"></span> <span class="lbl">Social media</span> </a> <div class="dropdown-menu" aria-labelledby="dd-header-social"> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-home"></span>Quant and Verbal</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-cart"></span>Real Gmat Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-speed"></span>Prep Official App</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-users"></span>CATprer Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-comments"></span>Third Party Test</a> </div> </div> <div class="dropdown dropdown-typical"> <a href="profile.html#" class="dropdown-toggle no-arr"> <span class="font-icon font-icon-page"></span> <span class="lbl">Projects</span> <span class="label label-pill label-danger">35</span> </a> </div> <div class="dropdown dropdown-typical"> <a class="dropdown-toggle" id="dd-header-form-builder" data-target="#" href="http://example.com" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="font-icon font-icon-pencil"></span> <span class="lbl">Form builder</span> </a> <div class="dropdown-menu" aria-labelledby="dd-header-form-builder"> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-home"></span>Quant and Verbal</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-cart"></span>Real Gmat Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-speed"></span>Prep Official App</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-users"></span>CATprer Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-comments"></span>Third Party Test</a> </div> </div> <div class="dropdown"> <button class="btn btn-rounded dropdown-toggle" id="dd-header-add" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Add </button> <div class="dropdown-menu" aria-labelledby="dd-header-add"> <a class="dropdown-item" href="profile.html#">Quant and Verbal</a> <a class="dropdown-item" href="profile.html#">Real Gmat Test</a> <a class="dropdown-item" href="profile.html#">Prep Official App</a> <a class="dropdown-item" href="profile.html#">CATprer Test</a> <a class="dropdown-item" href="profile.html#">Third Party Test</a> </div> </div> <div class="help-dropdown"> <button type="button"> <i class="font-icon font-icon-help"></i> </button> <div class="help-dropdown-popup"> <div class="help-dropdown-popup-side"> <ul> <li><a href="profile.html#">Getting Started</a></li> <li><a href="profile.html#" class="active">Creating a new project</a></li> <li><a href="profile.html#">Adding customers</a></li> <li><a href="profile.html#">Settings</a></li> <li><a href="profile.html#">Importing data</a></li> <li><a href="profile.html#">Exporting data</a></li> </ul> </div> <div class="help-dropdown-popup-cont"> <div class="help-dropdown-popup-cont-in"> <div class="jscroll"> <a href="profile.html#" class="help-dropdown-popup-item"> Lorem Ipsum is simply <span class="describe">Lorem Ipsum has been the industry's standard dummy text </span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> Contrary to popular belief <span class="describe">Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC</span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> The point of using Lorem Ipsum <span class="describe">Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text</span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> Lorem Ipsum <span class="describe">There are many variations of passages of Lorem Ipsum available</span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> Lorem Ipsum is simply <span class="describe">Lorem Ipsum has been the industry's standard dummy text </span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> Contrary to popular belief <span class="describe">Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC</span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> The point of using Lorem Ipsum <span class="describe">Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text</span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> Lorem Ipsum <span class="describe">There are many variations of passages of Lorem Ipsum available</span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> Lorem Ipsum is simply <span class="describe">Lorem Ipsum has been the industry's standard dummy text </span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> Contrary to popular belief <span class="describe">Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC</span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> The point of using Lorem Ipsum <span class="describe">Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text</span> </a> <a href="profile.html#" class="help-dropdown-popup-item"> Lorem Ipsum <span class="describe">There are many variations of passages of Lorem Ipsum available</span> </a> </div> </div> </div> </div> </div><!--.help-dropdown--> <div class="site-header-search-container"> <form class="site-header-search closed"> <input type="text" placeholder="Search"/> <button type="submit"> <span class="font-icon-search"></span> </button> <div class="overlay"></div> </form> </div> </div><!--.site-header-collapsed-in--> </div><!--.site-header-collapsed--> </div><!--site-header-content-in--> </div><!--.site-header-content--> </div><!--.container-fluid--> </header><!--.site-header--> <div class="page-content"> <div class="container-fluid"> <div class="row"> <div class="col-lg-6 col-lg-push-3 col-md-12"> <form class="box-typical"> <input type="text" class="write-something" placeholder="Write Something..."/> <div class="box-typical-footer"> <div class="tbl"> <div class="tbl-row"> <div class="tbl-cell"> <button type="button" class="btn-icon"> <i class="font-icon font-icon-earth"></i> </button> <button type="button" class="btn-icon"> <i class="font-icon font-icon-picture"></i> </button> <button type="button" class="btn-icon"> <i class="font-icon font-icon-calend"></i> </button> <button type="button" class="btn-icon"> <i class="font-icon font-icon-video-fill"></i> </button> </div> <div class="tbl-cell tbl-cell-action"> <button type="submit" class="btn btn-rounded">Send</button> </div> </div> </div> </div> </form><!--.box-typical--> <section class="box-typical"> <header class="box-typical-header-sm"> Posts <div class="slider-arrs"> <button type="button" class="posts-slider-prev"> <i class="font-icon font-icon-arrow-left"></i> </button> <button type="button" class="posts-slider-next"> <i class="font-icon font-icon-arrow-right"></i> </button> </div> </header> <div class="posts-slider"> <div class="slide"> <article class="post-announce"> <div class="post-announce-pic"> <a href="profile.html#"> <img src="img/post-1.jpeg" alt=""> </a> </div> <div class="post-announce-title"> <a href="profile.html#">3 Myths That Confuse the D Myths That Confuse the D Myths That Confuse the D</a> </div> <div class="post-announce-date">Februrary 19, 2016</div> <ul class="post-announce-meta"> <li> <i class="font-icon font-icon-eye"></i> 18 </li> <li> <i class="font-icon font-icon-heart"></i> 5K </li> <li> <i class="font-icon font-icon-comment"></i> 3K </li> </ul> </article> </div><!--.slide--> <div class="slide"> <article class="post-announce"> <div class="post-announce-pic"> <a href="profile.html#"> <img src="img/post-2.jpg" alt=""> </a> </div> <div class="post-announce-title"> <a href="profile.html#">How Much Do We Spend on How Much Do We Spend on How Much Do We Spend on </a> </div> <div class="post-announce-date">January 21, 2016</div> <ul class="post-announce-meta"> <li> <i class="font-icon font-icon-eye"></i> 18 </li> <li> <i class="font-icon font-icon-heart"></i> 5K </li> <li> <i class="font-icon font-icon-comment"></i> 3K </li> </ul> </article> </div><!--.slide--> <div class="slide"> <article class="post-announce"> <div class="post-announce-pic"> <a href="profile.html#"> <img src="img/post-3.jpeg" alt=""> </a> </div> <div class="post-announce-title"> <a href="profile.html#">Good News You Might Have Good News You Might Have Good News You Might Have </a> </div> <div class="post-announce-date">December 30, 2016</div> <ul class="post-announce-meta"> <li> <i class="font-icon font-icon-eye"></i> 18 </li> <li> <i class="font-icon font-icon-heart"></i> 5K </li> <li> <i class="font-icon font-icon-comment"></i> 3K </li> </ul> </article> </div><!--.slide--> <div class="slide"> <article class="post-announce"> <div class="post-announce-pic"> <a href="profile.html#"> <img src="img/post-1.jpeg" alt=""> </a> </div> <div class="post-announce-title"> <a href="profile.html#">3 Myths That Confuse the D Myths That Confuse the D Myths That Confuse the D</a> </div> <div class="post-announce-date">Februrary 19, 2016</div> <ul class="post-announce-meta"> <li> <i class="font-icon font-icon-eye"></i> 18 </li> <li> <i class="font-icon font-icon-heart"></i> 5K </li> <li> <i class="font-icon font-icon-comment"></i> 3K </li> </ul> </article> </div><!--.slide--> <div class="slide"> <article class="post-announce"> <div class="post-announce-pic"> <a href="profile.html#"> <img src="img/post-2.jpg" alt=""> </a> </div> <div class="post-announce-title"> <a href="profile.html#">How Much Do We Spend on How Much Do We Spend on How Much Do We Spend on </a> </div> <div class="post-announce-date">January 21, 2016</div> <ul class="post-announce-meta"> <li> <i class="font-icon font-icon-eye"></i> 18 </li> <li> <i class="font-icon font-icon-heart"></i> 5K </li> <li> <i class="font-icon font-icon-comment"></i> 3K </li> </ul> </article> </div><!--.slide--> <div class="slide"> <article class="post-announce"> <div class="post-announce-pic"> <a href="profile.html#"> <img src="img/post-3.jpeg" alt=""> </a> </div> <div class="post-announce-title"> <a href="profile.html#">Good News You Might Have Good News You Might Have Good News You Might Have </a> </div> <div class="post-announce-date">December 30, 2016</div> <ul class="post-announce-meta"> <li> <i class="font-icon font-icon-eye"></i> 18 </li> <li> <i class="font-icon font-icon-heart"></i> 5K </li> <li> <i class="font-icon font-icon-comment"></i> 3K </li> </ul> </article> </div><!--.slide--> </div><!--.posts-slider--> </section><!--.box-typical--> <section class="box-typical"> <header class="box-typical-header-sm">Background</header> <article class="profile-info-item"> <header class="profile-info-item-header"> <i class="font-icon font-icon-notebook-bird"></i> Summary </header> <div class="text-block text-block-typical"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. </p> </div> </article><!--.profile-info-item--> <article class="profile-info-item"> <header class="profile-info-item-header"> <i class="font-icon font-icon-case"></i> Experience </header> <ul class="exp-timeline"> <li class="exp-timeline-item"> <div class="dot"></div> <div class="tbl"> <div class="tbl-row"> <div class="tbl-cell"> <div class="exp-timeline-range">2000 President</div> <div class="exp-timeline-status">Co-founder, Chairman</div> <div class="exp-timeline-location"><a href="profile.html#">Company</a></div> </div> <div class="tbl-cell tbl-cell-logo"> <img src="img/logo-2.png" alt=""> </div> </div> </div> </li> <li class="exp-timeline-item"> <div class="dot"></div> <div class="tbl"> <div class="tbl-row"> <div class="tbl-cell"> <div class="exp-timeline-range">1992–1999</div> <div class="exp-timeline-status">Senior Developer</div> <div class="exp-timeline-location"><a href="profile.html#">YouTube</a></div> </div> <div class="tbl-cell tbl-cell-logo"> <img src="img/logo-2.png" alt=""> </div> </div> </div> </li> <li class="exp-timeline-item"> <div class="dot"></div> <div class="tbl"> <div class="tbl-row"> <div class="tbl-cell"> <div class="exp-timeline-range">2000 President</div> <div class="exp-timeline-status">Co-founder, Chairman</div> <div class="exp-timeline-location"><a href="profile.html#">Company</a></div> </div> <div class="tbl-cell tbl-cell-logo"> <img src="img/logo-2.png" alt=""> </div> </div> </div> </li> </ul> </article><!--.profile-info-item--> <article class="profile-info-item"> <header class="profile-info-item-header"> <i class="font-icon font-icon-award"></i> Edication </header> <ul class="exp-timeline"> <li class="exp-timeline-item"> <div class="dot"></div> <div class="tbl"> <div class="tbl-row"> <div class="tbl-cell"> <div class="exp-timeline-range">1973 – 1975</div> <div class="exp-timeline-status">Harvard University</div> <div class="exp-timeline-location"><a href="profile.html#">BS Computer Science</a></div> </div> <div class="tbl-cell tbl-cell-logo"> <img src="img/logo-2.png" alt=""> </div> </div> </div> </li> <li class="exp-timeline-item"> <div class="dot"></div> <div class="tbl"> <div class="tbl-row"> <div class="tbl-cell"> <div class="exp-timeline-range">1960 – 1973</div> <div class="exp-timeline-status">Lakeside Scool, Seattle</div> </div> <div class="tbl-cell tbl-cell-logo"> <img src="img/logo-2.png" alt=""> </div> </div> </div> </li> </ul> </article><!--.profile-info-item--> <article class="profile-info-item"> <header class="profile-info-item-header"> <i class="font-icon font-icon-lamp"></i> Skills </header> <section class="skill-item tbl"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-num"> <div class="skill-circle skill-circle-num">74</div> </div> <div class="tbl-cell tbl-cell-txt">Social Media Marketing</div> <div class="tbl-cell tbl-cell-users"> <img class="skill-user-photo" src="img/avatar-1-64.png" alt=""/> <img class="skill-user-photo" src="img/photo-64-3.jpg" alt=""/> <img class="skill-user-photo" src="img/photo-64-4.jpg" alt=""/> <div class="skill-circle skill-circle-users">+74</div> </div> </div> </section><!--.skill-item--> <section class="skill-item tbl"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-num"> <div class="skill-circle skill-circle-num">67</div> </div> <div class="tbl-cell tbl-cell-txt">Web Development</div> <div class="tbl-cell tbl-cell-users"> <img class="skill-user-photo" src="img/avatar-2-64.png" alt=""/> <img class="skill-user-photo" src="img/photo-64-2.jpg" alt=""/> <img class="skill-user-photo" src="img/photo-64-3.jpg" alt=""/> <div class="skill-circle skill-circle-users">+82</div> </div> </div> </section><!--.skill-item--> <section class="skill-item tbl"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-num"> <div class="skill-circle skill-circle-num">25</div> </div> <div class="tbl-cell tbl-cell-txt">Search Engine Optimization</div> <div class="tbl-cell tbl-cell-users"> <img class="skill-user-photo" src="img/avatar-3-64.png" alt=""/> <img class="skill-user-photo" src="img/photo-64-1.jpg" alt=""/> <img class="skill-user-photo" src="img/photo-64-2.jpg" alt=""/> <div class="skill-circle skill-circle-users">+4</div> </div> </div> </section><!--.skill-item--> <section class="skill-item tbl"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-num"> <div class="skill-circle skill-circle-num">20</div> </div> <div class="tbl-cell tbl-cell-txt">User Experience Design</div> <div class="tbl-cell tbl-cell-users"> <img class="skill-user-photo" src="img/photo-64-3.jpg" alt=""/> <img class="skill-user-photo" src="img/photo-64-4.jpg" alt=""/> <img class="skill-user-photo" src="img/photo-64-1.jpg" alt=""/> <div class="skill-circle skill-circle-users">+13</div> </div> </div> </section><!--.skill-item--> </article><!--.profile-info-item--> <article class="profile-info-item"> <header class="profile-info-item-header"> <i class="font-icon font-icon-star"></i> More interest </header> <div class="profile-interests"> <a href="profile.html#" class="label label-light-grey">Interest</a> <a href="profile.html#" class="label label-light-grey">Example</a> <a href="profile.html#" class="label label-light-grey">One more</a> <a href="profile.html#" class="label label-light-grey">Here is example interest</a> <a href="profile.html#" class="label label-light-grey">Interest</a> <a href="profile.html#" class="label label-light-grey">Example</a> <a href="profile.html#" class="label label-light-grey">One more</a> <a href="profile.html#" class="label label-light-grey">Here is example interest</a> <a href="profile.html#" class="label label-light-grey">Interest</a> <a href="profile.html#" class="label label-light-grey">Example</a> <a href="profile.html#" class="label label-light-grey">One more</a> <a href="profile.html#" class="label label-light-grey">Here is example interest</a> </div> </article><!--.profile-info-item--> </section><!--.box-typical--> <section class="box-typical"> <header class="box-typical-header-sm"> Recomendations <div class="slider-arrs"> <button type="button" class="recomendations-slider-prev"> <i class="font-icon font-icon-arrow-left"></i> </button> <button type="button" class="recomendations-slider-next"> <i class="font-icon font-icon-arrow-right"></i> </button> </div> </header> <div class="recomendations-slider"> <div class="slide"> <div class="citate-speech-bubble"> <i class="font-icon-quote"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-3.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Molly Bridjet</a></p> <p class="user-card-row-status"><a href="profile.html#">PatchworkLabs</a></p> </div> </div> </div> </div><!--.slide--> <div class="slide"> <div class="citate-speech-bubble"> <i class="font-icon-quote"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-1.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Molly Bridjet</a></p> <p class="user-card-row-status"><a href="profile.html#">PatchworkLabs</a></p> </div> </div> </div> </div><!--.slide--> <div class="slide"> <div class="citate-speech-bubble"> <i class="font-icon-quote"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-2.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Molly Bridjet</a></p> <p class="user-card-row-status"><a href="profile.html#">PatchworkLabs</a></p> </div> </div> </div> </div><!--.slide--> <div class="slide"> <div class="citate-speech-bubble"> <i class="font-icon-quote"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-4.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Molly Bridjet</a></p> <p class="user-card-row-status"><a href="profile.html#">PatchworkLabs</a></p> </div> </div> </div> </div><!--.slide--> <div class="slide"> <div class="citate-speech-bubble"> <i class="font-icon-quote"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-2.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Molly Bridjet</a></p> <p class="user-card-row-status"><a href="profile.html#">PatchworkLabs</a></p> </div> </div> </div> </div><!--.slide--> <div class="slide"> <div class="citate-speech-bubble"> <i class="font-icon-quote"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-4.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Molly Bridjet</a></p> <p class="user-card-row-status"><a href="profile.html#">PatchworkLabs</a></p> </div> </div> </div> </div><!--.slide--> </div><!--.recomendations-slider--> </section><!--.box-typical--> <section class="box-typical"> <header class="box-typical-header-sm">Following</header> <div class="profile-following"> <div class="profile-following-grid"> <div class="col"> <article class="follow-group"> <div class="follow-group-logo"> <a href="profile.html#" class="follow-group-logo-in"><img src="img/logo-2.png" alt=""></a> </div> <div class="follow-group-name"> <a href="profile.html#">KIPP Foundation</a> </div> <div class="follow-group-link"> <a href="profile.html#"> <span class="plus-link-circle"><span>&plus;</span></span> Follow </a> </div> </article> </div> <div class="col"> <article class="follow-group"> <div class="follow-group-logo"> <a href="profile.html#" class="follow-group-logo-in"><img src="img/logo-2.png" alt=""></a> </div> <div class="follow-group-name"> <a href="profile.html#">KIPP Foundation</a> </div> <div class="follow-group-link"> <a href="profile.html#"> <span class="plus-link-circle"><span>&plus;</span></span> Follow </a> </div> </article> </div> <div class="col"> <article class="follow-group"> <div class="follow-group-logo"> <a href="profile.html#" class="follow-group-logo-in"><img src="img/logo-2.png" alt=""></a> </div> <div class="follow-group-name"> <a href="profile.html#">KIPP Foundation</a> </div> <div class="follow-group-link"> <a href="profile.html#"> <span class="plus-link-circle"><span>&plus;</span></span> Follow </a> </div> </article> </div> <div class="col"> <article class="follow-group"> <div class="follow-group-logo"> <a href="profile.html#" class="follow-group-logo-in"><img src="img/logo-2.png" alt=""></a> </div> <div class="follow-group-name"> <a href="profile.html#">KIPP Foundation</a> </div> <div class="follow-group-link"> <a href="profile.html#"> <span class="plus-link-circle"><span>&plus;</span></span> Follow </a> </div> </article> </div> </div> <a href="profile.html#" class="btn btn-rounded btn-primary-outline">See all (20)</a> </div><!--.profile-following--> </section><!--.box-typical--> </div><!--.col- --> <div class="col-lg-3 col-lg-pull-6 col-md-6 col-sm-6"> <section class="box-typical"> <div class="profile-card"> <div class="profile-card-photo"> <img src="img/photo-220-1.jpg" alt=""/> </div> <div class="profile-card-name">Sarah Sanchez</div> <div class="profile-card-status">Company Founder</div> <div class="profile-card-location">Greater Seattle Area</div> <button type="button" class="btn btn-rounded">Follow</button> <div class="btn-group"> <button type="button" class="btn btn-rounded btn-primary-outline dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Connect </button> <div class="dropdown-menu"> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-home"></span>Quant and Verbal</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-cart"></span>Real Gmat Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-speed"></span>Prep Official App</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-users"></span>CATprer Test</a> <a class="dropdown-item" href="profile.html#"><span class="font-icon font-icon-comments"></span>Third Party Test</a> </div> </div> </div><!--.profile-card--> <div class="profile-statistic tbl"> <div class="tbl-row"> <div class="tbl-cell"> <b>200</b> Connections </div> <div class="tbl-cell"> <b>1.9M</b> Followers </div> </div> </div> <ul class="profile-links-list"> <li class="nowrap"> <i class="font-icon font-icon-earth-bordered"></i> <a href="profile.html#">example.com</a> </li> <li class="nowrap"> <i class="font-icon font-icon-fb-fill"></i> <a href="profile.html#">facebook.com/example</a> </li> <li class="nowrap"> <i class="font-icon font-icon-vk-fill"></i> <a href="profile.html#">vk.com/example</a> </li> <li class="nowrap"> <i class="font-icon font-icon-in-fill"></i> <a href="profile.html#">linked.in/example</a> </li> <li class="nowrap"> <i class="font-icon font-icon-tw-fill"></i> <a href="profile.html#">twitter.com/example</a> </li> <li class="divider"></li> <li> <i class="font-icon font-icon-pdf-fill"></i> <a href="profile.html#">Export page as PDF</a> </li> </ul> </section><!--.box-typical--> <section class="box-typical"> <header class="box-typical-header-sm"> Friends &nbsp; <a href="profile.html#" class="full-count">268</a> </header> <div class="friends-list"> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-2.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name status-online"><a href="profile.html#">Dan Cederholm</a></p> <p class="user-card-row-location">New York</p> </div> </div> </div> </article> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-1.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Oykun Yilmaz</a></p> <p class="user-card-row-location">Los Angeles</p> </div> </div> </div> </article> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-3.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Bill S Kenney</a></p> <p class="user-card-row-location">Cardiff</p> </div> </div> </div> </article> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-4.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Maggy Smith</a></p> <p class="user-card-row-location">Dusseldorf</p> </div> </div> </div> </article> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-2.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Dan Cederholm</a></p> <p class="user-card-row-location">New York</p> </div> </div> </div> </article> </div> </section><!--.box-typical--> </div><!--.col- --> <div class="col-lg-3 col-md-6 col-sm-6"> <section class="box-typical"> <header class="box-typical-header-sm">People also viewed</header> <div class="friends-list stripped"> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-2.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name status-online"><a href="profile.html#">Dan Cederholm</a></p> <p class="user-card-row-status">Co-founder of <a href="profile.html#">Company</a></p> </div> <div class="tbl-cell tbl-cell-action"> <a href="profile.html#" class="plus-link-circle"><span>&plus;</span></a> </div> </div> </div> </article> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-1.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Oykun Yilmaz</a></p> <p class="user-card-row-status">Co-founder of <a href="profile.html#">Company</a></p> </div> <div class="tbl-cell tbl-cell-action"> <a href="profile.html#" class="plus-link-circle"><span>&plus;</span></a> </div> </div> </div> </article> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-3.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Bill S Kenney</a></p> <p class="user-card-row-status">Co-founder of <a href="profile.html#">Company</a></p> </div> <div class="tbl-cell tbl-cell-action"> <a href="profile.html#" class="plus-link-circle"><span>&plus;</span></a> </div> </div> </div> </article> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-4.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Maggy Smith</a></p> <p class="user-card-row-status">Co-founder of <a href="profile.html#">Company</a></p> </div> <div class="tbl-cell tbl-cell-action"> <a href="profile.html#" class="plus-link-circle"><span>&plus;</span></a> </div> </div> </div> </article> <article class="friends-list-item"> <div class="user-card-row"> <div class="tbl-row"> <div class="tbl-cell tbl-cell-photo"> <a href="profile.html#"> <img src="img/photo-64-2.jpg" alt=""> </a> </div> <div class="tbl-cell"> <p class="user-card-row-name"><a href="profile.html#">Susan Andrews</a></p> <p class="user-card-row-status">Co-founder of <a href="profile.html#">Company</a></p> </div> <div class="tbl-cell tbl-cell-action"> <a href="profile.html#" class="plus-link-circle"><span>&plus;</span></a> </div> </div> </div> </article> </div> <div class="see-all"> <a href="profile.html#">See All (300)</a> </div> <section> <header class="box-typical-header-sm">More Influencer</header> <div class="profile-card-slider"> <div class="slide"> <div class="profile-card"> <div class="profile-card-photo"> <img src="img/photo-220-1.jpg" alt=""/> </div> <div class="profile-card-name">Jackie Tran</div> <div class="profile-card-status">Company Founder</div> <button type="button" class="btn btn-rounded btn-primary-outline">Follow</button> </div><!--.profile-card--> </div><!--.slide--> <div class="slide"> <div class="profile-card"> <div class="profile-card-photo"> <img src="img/avatar-1-256.png" alt=""/> </div> <div class="profile-card-name">Jackie Tran</div> <div class="profile-card-status">Company Founder</div> <button type="button" class="btn btn-rounded btn-primary-outline">Follow</button> </div><!--.profile-card--> </div><!--.slide--> <div class="slide"> <div class="profile-card"> <div class="profile-card-photo"> <img src="img/avatar-2-256.png" alt=""/> </div> <div class="profile-card-name">Sarah Sanchez</div> <div class="profile-card-status">Longnameexample<br/>corporation</div> <button type="button" class="btn btn-rounded btn-primary-outline">Follow</button> </div><!--.profile-card--> </div><!--.slide--> <div class="slide"> <div class="profile-card"> <div class="profile-card-photo"> <img src="img/avatar-3-256.png" alt=""/> </div> <div class="profile-card-name">Sarah Sanchez</div> <div class="profile-card-status">Longnameexample<br/>corporation</div> <button type="button" class="btn btn-rounded btn-primary-outline">Follow</button> </div><!--.profile-card--> </div><!--.slide--> </div><!--.profile-card-slider--> </section> </section><!--.box-typical--> <section class="box-typical"> <header class="box-typical-header-sm">People you may know</header> <div class="people-rel-list"> <div class="people-rel-list-name"><a href="profile.html#">Jackie Tran Anh</a> / Designer</div> <ul class="people-rel-list-photos"> <li><a href="profile.html#"><img src="img/photo-92-1.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-2.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-3.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/avatar-1-128.png" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-2.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/avatar-2-128.png" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-1.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/avatar-3-128.png" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-3.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-1.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-2.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-3.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-1.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-2.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-3.jpg" alt=""></a></li> <li><a href="profile.html#"><img src="img/photo-92-1.jpg" alt=""></a></li> </ul> <form class="site-header-search"> <input type="text" placeholder="Search for people"/> <button type="submit"> <span class="font-icon-search"></span> </button> <div class="overlay"></div> </form> </div> </section><!--.box-typical--> </div><!--.col- --> </div><!--.row--> </div><!--.container-fluid--> </div><!--.page-content--> <!--Progress bar--> <!--<div class="circle-progress-bar pieProgress" role="progressbar" data-goal="100" data-barcolor="#ac6bec" data-barsize="10" aria-valuemin="0" aria-valuemax="100">--> <!--<span class="pie_progress__number">0%</span>--> <!--</div>--> </body> </html>
racerx2000/ne_stenka
application/demo/profile.html
HTML
mit
69,361
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>[POJ] 1276. Cash Machine &mdash; amoshyc&#39;s CPsolution 1.0 documentation</title> <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="../_static/css/mine.css" type="text/css" /> <link rel="index" title="Index" href="../genindex.html"/> <link rel="search" title="Search" href="../search.html"/> <link rel="top" title="amoshyc&#39;s CPsolution 1.0 documentation" href="../index.html"/> <link rel="up" title="3. POJ" href="poj.html"/> <link rel="next" title="[POJ] 1308. Is It A Tree?" href="p1308.html"/> <link rel="prev" title="[POJ] 1151. Atlantis" href="p1151.html"/> <script src="../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../index.html" class="icon icon-home"> amoshyc's CPsolution </a> <div class="version"> 1.0 </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../tutorials/tutorials.html">1. 常用演算法教學</a></li> <li class="toctree-l1"><a class="reference internal" href="../cf/cf.html">2. CF</a></li> <li class="toctree-l1 current"><a class="reference internal" href="poj.html">3. POJ</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="p1151.html">[POJ] 1151. Atlantis</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="#">[POJ] 1276. Cash Machine</a><ul> <li class="toctree-l3"><a class="reference internal" href="#id2">題目</a></li> <li class="toctree-l3"><a class="reference internal" href="#specification">Specification</a></li> <li class="toctree-l3"><a class="reference internal" href="#id3">分析</a></li> <li class="toctree-l3"><a class="reference internal" href="#ac-code">AC Code</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="p1308.html">[POJ] 1308. Is It A Tree?</a></li> <li class="toctree-l2"><a class="reference internal" href="p1330.html">[POJ] 1330. Nearest Common Ancestors</a></li> <li class="toctree-l2"><a class="reference internal" href="p1442.html">[POJ] 1442. Black Box</a></li> <li class="toctree-l2"><a class="reference internal" href="p1769.html">[POJ] 1769. Minimizing maximizer</a></li> <li class="toctree-l2"><a class="reference internal" href="p1984.html">[POJ] 1984. Navigation Nightmare</a></li> <li class="toctree-l2"><a class="reference internal" href="p1988.html">[POJ] 1988. Cube Stacking</a></li> <li class="toctree-l2"><a class="reference internal" href="p1990.html">[POJ] 1990. MooFest</a></li> <li class="toctree-l2"><a class="reference internal" href="p2104.html">[POJ] 2104. K-th Number</a></li> <li class="toctree-l2"><a class="reference internal" href="p2135.html">[POJ] 2135. Farm Tour</a></li> <li class="toctree-l2"><a class="reference internal" href="p2186.html">[POJ] 2186. Popular Cows</a></li> <li class="toctree-l2"><a class="reference internal" href="p2230.html">[POJ] 2230. Watchcow</a></li> <li class="toctree-l2"><a class="reference internal" href="p2349.html">[POJ] 2349. Arctic Network</a></li> <li class="toctree-l2"><a class="reference internal" href="p2441.html">[POJ] 2441. Arrange the Bulls</a></li> <li class="toctree-l2"><a class="reference internal" href="p2686.html">[POJ] 2686. Traveling by Stagecoach</a></li> <li class="toctree-l2"><a class="reference internal" href="p2836.html">[POJ] 2836. Rectangular Covering</a></li> <li class="toctree-l2"><a class="reference internal" href="p2891.html">[POJ] 2891. Strange Way to Express Integers</a></li> <li class="toctree-l2"><a class="reference internal" href="p3041.html">[POJ] 3041. Asteroids</a></li> <li class="toctree-l2"><a class="reference internal" href="p3045.html">[POJ] 3045. Cow Acrobats</a></li> <li class="toctree-l2"><a class="reference internal" href="p3057.html">[POJ] 3057. Evacuation</a></li> <li class="toctree-l2"><a class="reference internal" href="p3171.html">[POJ] 3171. Cleaning Shifts</a></li> <li class="toctree-l2"><a class="reference internal" href="p3233.html">[POJ] 3233. Matrix Power Series</a></li> <li class="toctree-l2"><a class="reference internal" href="p3254.html">[POJ] 3254. Corn Fields</a></li> <li class="toctree-l2"><a class="reference internal" href="p3258.html">[POJ] 3258. River Hopscotch</a></li> <li class="toctree-l2"><a class="reference internal" href="p3264.html">[POJ] 3264. Balanced Lineup</a></li> <li class="toctree-l2"><a class="reference internal" href="p3273.html">[POJ] 3273. Monthly Expense</a></li> <li class="toctree-l2"><a class="reference internal" href="p3281.html">[POJ] 3281. Dining</a></li> <li class="toctree-l2"><a class="reference internal" href="p3321.html">[POJ] 3321. Apple Tree</a></li> <li class="toctree-l2"><a class="reference internal" href="p3368.html">[POJ] 3368. Frequent values</a></li> <li class="toctree-l2"><a class="reference internal" href="p3420.html">[POJ] 3420. Quad Tiling</a></li> <li class="toctree-l2"><a class="reference internal" href="p3468.html">[POJ] 3468. A Simple Problem with Integers</a></li> <li class="toctree-l2"><a class="reference internal" href="p3469.html">[POJ] 3469. Dual Core CPU</a></li> <li class="toctree-l2"><a class="reference internal" href="p3565.html">[POJ] 3565. Ants</a></li> <li class="toctree-l2"><a class="reference internal" href="p3580.html">[POJ] 3580. SuperMemo</a></li> <li class="toctree-l2"><a class="reference internal" href="p3686.html">[POJ] 3686. The Windy’s</a></li> <li class="toctree-l2"><a class="reference internal" href="p3734.html">[POJ] 3734. Blocks</a></li> <li class="toctree-l2"><a class="reference internal" href="p3735.html">[POJ] 3735. Training little cats</a></li> <li class="toctree-l2"><a class="reference internal" href="p3977.html">[POJ] 3977. Subset</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../uva/uva.html">4. UVA</a></li> <li class="toctree-l1"><a class="reference internal" href="../ptc/ptc.html">5. PTC</a></li> <li class="toctree-l1"><a class="reference internal" href="../other/other.html">6. Other</a></li> <li class="toctree-l1"><a class="reference internal" href="../template/template.html">7. Template</a></li> <li class="toctree-l1"><a class="reference internal" href="../tags.html">8. Tags</a></li> <li class="toctree-l1"><a class="reference internal" href="../cheatsheet.html">9. Cheatsheet</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../index.html">amoshyc's CPsolution</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../index.html">Docs</a> &raquo;</li> <li><a href="poj.html">3. POJ</a> &raquo;</li> <li>[POJ] 1276. Cash Machine</li> <li class="wy-breadcrumbs-aside"> <a href="../_sources/poj/p1276.rst.txt" rel="nofollow"> View page source</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="poj-1276-cash-machine"> <h1><a class="toc-backref" href="#id4">[POJ] 1276. Cash Machine</a><a class="headerlink" href="#poj-1276-cash-machine" title="Permalink to this headline">¶</a></h1> <div class="sidebar"> <p class="first sidebar-title">Tags</p> <ul class="last simple"> <li><code class="docutils literal"><span class="pre">tag_dp</span></code></li> </ul> </div> <div class="contents topic" id="toc"> <p class="topic-title first">TOC</p> <ul class="simple"> <li><a class="reference internal" href="#poj-1276-cash-machine" id="id4">[POJ] 1276. Cash Machine</a><ul> <li><a class="reference internal" href="#id2" id="id5">題目</a></li> <li><a class="reference internal" href="#specification" id="id6">Specification</a></li> <li><a class="reference internal" href="#id3" id="id7">分析</a></li> <li><a class="reference internal" href="#ac-code" id="id8">AC Code</a></li> </ul> </li> </ul> </div> <div class="section" id="id2"> <h2><a class="reference external" href="http://poj.org/problem?id=1276">題目</a><a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2> <p>給定 N 個數字 D[i],第 i 個數字有 n[i] 個。 請問在 M 以下(含 M)所能組出的最大總和是多少?</p> </div> <div class="section" id="specification"> <h2><a class="toc-backref" href="#id6">Specification</a><a class="headerlink" href="#specification" title="Permalink to this headline">¶</a></h2> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="mi">1</span> <span class="o">&lt;=</span> <span class="n">N</span> <span class="o">&lt;=</span> <span class="mi">10</span> <span class="mi">1</span> <span class="o">&lt;=</span> <span class="n">M</span> <span class="o">&lt;=</span> <span class="mi">10</span><span class="o">^</span><span class="mi">5</span> <span class="mi">1</span> <span class="o">&lt;=</span> <span class="n">n</span><span class="p">[</span><span class="n">i</span><span class="p">]</span> <span class="o">&lt;=</span> <span class="mi">10</span><span class="o">^</span><span class="mi">3</span> <span class="mi">1</span> <span class="o">&lt;=</span> <span class="n">D</span><span class="p">[</span><span class="n">i</span><span class="p">]</span> <span class="o">&lt;=</span> <span class="mi">10</span><span class="o">^</span><span class="mi">3</span> </pre></div> </div> </div> <div class="section" id="id3"> <h2><a class="toc-backref" href="#id7">分析</a><a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">多重背包轉零一背包</p> </div> <p>重量與價值是相同值,多重背包裸題。 須二進制拆解轉零一背包加速。</p> </div> <div class="section" id="ac-code"> <h2><a class="toc-backref" href="#id8">AC Code</a><a class="headerlink" href="#ac-code" title="Permalink to this headline">¶</a></h2> <div class="highlight-cpp"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45</pre></div></td><td class="code"><div class="highlight"><pre><span></span><span class="c1">// #include &lt;bits/stdc++.h&gt;</span> <span class="cp">#include</span> <span class="cpf">&lt;cstdio&gt;</span><span class="cp"></span> <span class="cp">#include</span> <span class="cpf">&lt;vector&gt;</span><span class="cp"></span> <span class="cp">#include</span> <span class="cpf">&lt;algorithm&gt;</span><span class="cp"></span> <span class="k">using</span> <span class="k">namespace</span> <span class="n">std</span><span class="p">;</span> <span class="k">typedef</span> <span class="kt">long</span> <span class="kt">long</span> <span class="n">ll</span><span class="p">;</span> <span class="k">struct</span> <span class="n">Item</span> <span class="p">{</span> <span class="n">ll</span> <span class="n">v</span><span class="p">,</span> <span class="n">w</span><span class="p">;</span> <span class="p">};</span> <span class="k">const</span> <span class="kt">int</span> <span class="n">MAX_W</span> <span class="o">=</span> <span class="mi">100000</span><span class="p">;</span> <span class="n">ll</span> <span class="n">dp</span><span class="p">[</span><span class="n">MAX_W</span> <span class="o">+</span> <span class="mi">1</span><span class="p">];</span> <span class="n">ll</span> <span class="nf">knapsack01</span><span class="p">(</span><span class="k">const</span> <span class="n">vector</span><span class="o">&lt;</span><span class="n">Item</span><span class="o">&gt;&amp;</span> <span class="n">items</span><span class="p">,</span> <span class="kt">int</span> <span class="n">W</span><span class="p">)</span> <span class="p">{</span> <span class="n">fill</span><span class="p">(</span><span class="n">dp</span><span class="p">,</span> <span class="n">dp</span> <span class="o">+</span> <span class="n">W</span> <span class="o">+</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">0ll</span><span class="p">);</span> <span class="k">for</span> <span class="p">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="kt">int</span><span class="p">(</span><span class="n">items</span><span class="p">.</span><span class="n">size</span><span class="p">());</span> <span class="n">i</span><span class="o">++</span><span class="p">)</span> <span class="p">{</span> <span class="k">for</span> <span class="p">(</span><span class="kt">int</span> <span class="n">j</span> <span class="o">=</span> <span class="n">W</span><span class="p">;</span> <span class="n">j</span> <span class="o">&gt;=</span> <span class="n">items</span><span class="p">[</span><span class="n">i</span><span class="p">].</span><span class="n">w</span><span class="p">;</span> <span class="n">j</span><span class="o">--</span><span class="p">)</span> <span class="p">{</span> <span class="n">dp</span><span class="p">[</span><span class="n">j</span><span class="p">]</span> <span class="o">=</span> <span class="n">max</span><span class="p">(</span><span class="n">dp</span><span class="p">[</span><span class="n">j</span><span class="p">],</span> <span class="n">dp</span><span class="p">[</span><span class="n">j</span> <span class="o">-</span> <span class="n">items</span><span class="p">[</span><span class="n">i</span><span class="p">].</span><span class="n">w</span><span class="p">]</span> <span class="o">+</span> <span class="n">items</span><span class="p">[</span><span class="n">i</span><span class="p">].</span><span class="n">v</span><span class="p">);</span> <span class="p">}</span> <span class="p">}</span> <span class="k">return</span> <span class="n">dp</span><span class="p">[</span><span class="n">W</span><span class="p">];</span> <span class="p">}</span> <span class="kt">int</span> <span class="nf">main</span><span class="p">()</span> <span class="p">{</span> <span class="n">ll</span> <span class="n">W</span><span class="p">;</span> <span class="kt">int</span> <span class="n">N</span><span class="p">;</span> <span class="k">while</span> <span class="p">(</span><span class="n">scanf</span><span class="p">(</span><span class="s">&quot;%lld %d&quot;</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">W</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">N</span><span class="p">)</span> <span class="o">!=</span> <span class="n">EOF</span><span class="p">)</span> <span class="p">{</span> <span class="n">vector</span><span class="o">&lt;</span><span class="n">Item</span><span class="o">&gt;</span> <span class="n">items</span><span class="p">;</span> <span class="k">for</span> <span class="p">(</span><span class="kt">int</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="n">N</span><span class="p">;</span> <span class="n">i</span><span class="o">++</span><span class="p">)</span> <span class="p">{</span> <span class="n">ll</span> <span class="n">val</span><span class="p">,</span> <span class="n">num</span><span class="p">;</span> <span class="n">scanf</span><span class="p">(</span><span class="s">&quot;%lld %lld&quot;</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">num</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">val</span><span class="p">);</span> <span class="k">for</span> <span class="p">(</span><span class="n">ll</span> <span class="n">k</span> <span class="o">=</span> <span class="mi">1</span><span class="p">;</span> <span class="n">k</span> <span class="o">&lt;=</span> <span class="n">num</span><span class="p">;</span> <span class="n">k</span> <span class="o">*=</span> <span class="mi">2</span><span class="p">)</span> <span class="p">{</span> <span class="n">items</span><span class="p">.</span><span class="n">push_back</span><span class="p">((</span><span class="n">Item</span><span class="p">)</span> <span class="p">{</span><span class="n">k</span> <span class="o">*</span> <span class="n">val</span><span class="p">,</span> <span class="n">k</span> <span class="o">*</span> <span class="n">val</span><span class="p">});</span> <span class="n">num</span> <span class="o">-=</span> <span class="n">k</span><span class="p">;</span> <span class="p">}</span> <span class="k">if</span> <span class="p">(</span><span class="n">num</span> <span class="o">&gt;</span> <span class="mi">0</span><span class="p">)</span> <span class="p">{</span> <span class="n">items</span><span class="p">.</span><span class="n">push_back</span><span class="p">((</span><span class="n">Item</span><span class="p">)</span> <span class="p">{</span><span class="n">num</span> <span class="o">*</span> <span class="n">val</span><span class="p">,</span> <span class="n">num</span> <span class="o">*</span> <span class="n">val</span><span class="p">});</span> <span class="p">}</span> <span class="p">}</span> <span class="n">printf</span><span class="p">(</span><span class="s">&quot;%lld</span><span class="se">\n</span><span class="s">&quot;</span><span class="p">,</span> <span class="n">knapsack01</span><span class="p">(</span><span class="n">items</span><span class="p">,</span> <span class="n">W</span><span class="p">));</span> <span class="p">}</span> <span class="k">return</span> <span class="mi">0</span><span class="p">;</span> <span class="p">}</span> </pre></div> </td></tr></table></div> </div> </div> </div> <div class="articleComments"> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="p1308.html" class="btn btn-neutral float-right" title="[POJ] 1308. Is It A Tree?" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="p1151.html" class="btn btn-neutral" title="[POJ] 1151. Atlantis" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2016, amoshyc. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../', VERSION:'1.0', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
amoshyc/CPsolution
docs/poj/p1276.html
HTML
mit
21,542
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:35 PST 2014 --> <title>Uses of Interface java.net.SocketImplFactory (Java Platform SE 7 )</title> <meta name="date" content="2014-12-18"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface java.net.SocketImplFactory (Java Platform SE 7 )"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../java/net/SocketImplFactory.html" title="interface in java.net">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/net/class-use/SocketImplFactory.html" target="_top">Frames</a></li> <li><a href="SocketImplFactory.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface java.net.SocketImplFactory" class="title">Uses of Interface<br>java.net.SocketImplFactory</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../java/net/SocketImplFactory.html" title="interface in java.net">SocketImplFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#java.net">java.net</a></td> <td class="colLast"> <div class="block">Provides the classes for implementing networking applications.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="java.net"> <!-- --> </a> <h3>Uses of <a href="../../../java/net/SocketImplFactory.html" title="interface in java.net">SocketImplFactory</a> in <a href="../../../java/net/package-summary.html">java.net</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../java/net/package-summary.html">java.net</a> with parameters of type <a href="../../../java/net/SocketImplFactory.html" title="interface in java.net">SocketImplFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">ServerSocket.</span><code><strong><a href="../../../java/net/ServerSocket.html#setSocketFactory(java.net.SocketImplFactory)">setSocketFactory</a></strong>(<a href="../../../java/net/SocketImplFactory.html" title="interface in java.net">SocketImplFactory</a>&nbsp;fac)</code> <div class="block">Sets the server socket implementation factory for the application.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">Socket.</span><code><strong><a href="../../../java/net/Socket.html#setSocketImplFactory(java.net.SocketImplFactory)">setSocketImplFactory</a></strong>(<a href="../../../java/net/SocketImplFactory.html" title="interface in java.net">SocketImplFactory</a>&nbsp;fac)</code> <div class="block">Sets the client socket implementation factory for the application.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../java/net/SocketImplFactory.html" title="interface in java.net">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/net/class-use/SocketImplFactory.html" target="_top">Frames</a></li> <li><a href="SocketImplFactory.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk7/java/net/class-use/SocketImplFactory.html
HTML
mit
7,301
<style type="text/css"> .escondido { display: none; } </style> <div id="div1" class="xxx">div1</div> <div id="div2" class="escondido">2</div>
massahud/zf2-testeunidade
js-test/fixtures/exemplos/divs.html
HTML
mit
157
<section data-ng-controller="ConsumersController"> <div class="page-header"> <h1>New Order</h1> </div> <div class="row" ng-show="errors.has()"> <div class="alert alert-danger" ng-repeat="err in errors.all"> {{ err }} </div> </div> <div class="col-md-12" data-ng-init="initializeForm()"> <form class="form-horizontal" data-ng-submit="create()" novalidate> <fieldset> <div class="form-group"> <label class="control-label" for="firstName">First Name</label> <div class="controls"> <input type="text" data-ng-model="firstName" id="firstName" class="form-control" placeholder="First Name" required> </div> </div> <div class="form-group"> <label class="control-label" for="lastName">Last Name</label> <div class="controls"> <input type="text" data-ng-model="lastName" id="lastName" class="form-control" placeholder="Last Name" required> </div> </div> <div class="form-group"> <label class="control-label" for="name">Address</label> <div class="controls"> <div id="address_input"></div> <div id="map_canvas"> <ui-gmap-google-map center="mapConfig.center" zoom="mapConfig.zoom"> <ui-gmap-search-box ng-model="address" parentdiv="mapSearchBoxConfig.parentDiv" events="mapSearchBoxConfig.events" template="mapSearchBoxConfig.template" options="mapSearchBoxConfig.options"> </ui-gmap-search-box> <ui-gmap-marker coords="mapMarker.coords" options="mapMarker.options" events="mapMarker.events" idkey="mapMarker.id"> </ui-gmap-google-map> </div> </div> </div> <div class="form-group"> <label class="control-label" for="apartment">Apartment</label> <div class="controls"> <input type="text" data-ng-model="apartment" id="apartment" class="form-control" placeholder="Apartment" required> </div> </div> <div class="form-group"> <label class="control-label" for="phone">Cell Number</label> <div class="controls"> <input type="text" data-ng-model="phone" id="phone" class="form-control" placeholder="Cell Number" required> </div> </div> <div class="form-group"> <label class="radio-inline"> <input type="radio" ng-model="product" name="product-{{$index}}" value="large-pizza"> Large Pizza </label> <label class="radio-inline"> <input type="radio" ng-model="product" name="product-{{$index}}" value="medium-pizza"> Medium Pizza </label> <label class="radio-inline"> <input type="radio" ng-model="product" name="product-{{$index}}" value="small-pizza"> Small Pizza </label> </div> <div class="form-group"> <input type="submit" class="btn btn-default" value="Done"> </div> </fieldset> </form> </div> <script type="text/ng-template" id="places-autocomplete-template.tmpl.html"> <input type="text" ng-model="ngModel" id="address" class="form-control" placeholder="Address" required> </script> </section>
foysalit/hive-customer
public/modules/consumers/views/create-consumer.client.view.html
HTML
mit
4,740
<!DOCTYPE html> <HTML><head><TITLE>Manpage of TRUE</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class="site-description">{"type":"documentation"}</div> </div> </header> <div class="page-content"><div class="wrap"> <H1>TRUE</H1> Section: User Commands (1)<BR>Updated: June 2012<BR><A HREF="#index">Index</A> <A HREF="/manpages/index.html">Return to Main Contents</A><HR> <A NAME="lbAB">&nbsp;</A> <H2>NAME</H2> true - do nothing, successfully <A NAME="lbAC">&nbsp;</A> <H2>SYNOPSIS</H2> <B>true</B> [<I>ignored command line arguments</I>] <BR> <B>true</B> <I>OPTION</I> <A NAME="lbAD">&nbsp;</A> <H2>DESCRIPTION</H2> <P> Exit with a status code indicating success. <DL COMPACT> <DT><B>--help</B><DD> display this help and exit <DT><B>--version</B><DD> output version information and exit </DL> <P> NOTE: your shell may have its own version of true, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it supports. <A NAME="lbAE">&nbsp;</A> <H2>AUTHOR</H2> Written by Jim Meyering. <A NAME="lbAF">&nbsp;</A> <H2>REPORTING BUGS</H2> Report true bugs to <A HREF="mailto:[email protected]">[email protected]</A> <BR> GNU coreutils home page: &lt;<A HREF="http://www.gnu.org/software/coreutils/">http://www.gnu.org/software/coreutils/</A>&gt; <BR> General help using GNU software: &lt;<A HREF="http://www.gnu.org/gethelp/">http://www.gnu.org/gethelp/</A>&gt; <BR> Report true translation bugs to &lt;<A HREF="http://translationproject.org/team/">http://translationproject.org/team/</A>&gt; <A NAME="lbAG">&nbsp;</A> <H2>COPYRIGHT</H2> Copyright &#169; 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later &lt;<A HREF="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</A>&gt;. <BR> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. <A NAME="lbAH">&nbsp;</A> <H2>SEE ALSO</H2> The full documentation for <B>true</B> is maintained as a Texinfo manual. If the <B>info</B> and <B>true</B> programs are properly installed at your site, the command <DL COMPACT> <DT><DD> <B>info coreutils aqtrue invocationaq</B> </DL> <P> should give you access to the complete manual. <P> <HR> <A NAME="index">&nbsp;</A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">AUTHOR</A><DD> <DT><A HREF="#lbAF">REPORTING BUGS</A><DD> <DT><A HREF="#lbAG">COPYRIGHT</A><DD> <DT><A HREF="#lbAH">SEE ALSO</A><DD> </DL> <HR> This document was created by <A HREF="/manpages/index.html">man2html</A>, using the manual pages.<BR> Time: 05:29:11 GMT, December 24, 2015 </div></div> </body> </HTML>
yuweijun/yuweijun.github.io
manpages/man1/true.1.html
HTML
mit
2,980
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="/static/img/ruby.ico" /> <title>43基本的面向对象分析和设计 - LJZN</title> <meta name="author" content="LJZN" /> <meta name="description" content="43基本的面向对象分析和设计" /> <meta name="keywords" content="43基本的面向对象分析和设计, LJZN, LRTHW" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml"> <!-- syntax highlighting CSS --> <link rel="stylesheet" href="/static/css/syntax.css"> <!-- Bootstrap core CSS --> <link href="/static/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link rel="stylesheet" href="/static/css/main.css"> </head> <body> <div class="container"> <div class="col-sm-3"> <a href="/"><img id="about" src="/static/img/ruby.png" height="75px" width="75px" /></a> <h1 class="author-name">LJZN</h1> <div id="about"> 每天更新Rails练习项目到Github~ </div> <hr size=2> &raquo; <a href="/">Home</a> <br /> &raquo; <a href="/category/original">Category</a> <br /> &raquo; <a class="about" href="/about/">About Me</a><br /> &raquo; <a class="about" href="https://github.com/ljzn">Github</a><br /> </div> <div class="col-sm-8 col-offset-1"> <h1>43基本的面向对象分析和设计</h1> <span class="time">04 Jul 2016</span> <span class="categories"> &raquo; <a href="/category/LRTHW">LRTHW</a> </span> <div class="content"> <div class="post"> <figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">class</span> <span class="nc">Scene</span> <span class="k">def</span> <span class="nf">enter</span><span class="p">()</span> <span class="nb">puts</span> <span class="s2">"This scene is not yet configured. Subclass it and implement enter()."</span> <span class="nb">exit</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="k">end</span> <span class="k">end</span> <span class="k">class</span> <span class="nc">Engine</span> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">scene_map</span><span class="p">)</span> <span class="vi">@scene_map</span> <span class="o">=</span> <span class="n">scene_map</span> <span class="k">end</span> <span class="k">def</span> <span class="nf">play</span><span class="p">()</span> <span class="n">current_scene</span> <span class="o">=</span> <span class="vi">@scene_map</span><span class="p">.</span><span class="nf">opening_scene</span><span class="p">()</span> <span class="n">last_scene</span> <span class="o">=</span> <span class="vi">@scene_map</span><span class="p">.</span><span class="nf">next_scene</span><span class="p">(</span><span class="s1">'finished'</span><span class="p">)</span> <span class="k">while</span> <span class="n">current_scene</span> <span class="o">!=</span> <span class="n">last_scene</span> <span class="n">next_scene_name</span> <span class="o">=</span> <span class="n">current_scene</span><span class="p">.</span><span class="nf">enter</span><span class="p">()</span> <span class="n">current_scene</span> <span class="o">=</span> <span class="vi">@scene_map</span><span class="p">.</span><span class="nf">next_scene</span><span class="p">(</span><span class="n">next_scene_name</span><span class="p">)</span> <span class="k">end</span> <span class="c1"># be sure to print out the last scene</span> <span class="n">current_scene</span><span class="p">.</span><span class="nf">enter</span><span class="p">()</span> <span class="k">end</span> <span class="k">end</span> <span class="k">class</span> <span class="nc">Death</span> <span class="o">&lt;</span> <span class="no">Scene</span> <span class="vc">@@quips</span> <span class="o">=</span> <span class="p">[</span> <span class="s2">"You died. You kinda suck at this."</span><span class="p">,</span> <span class="s2">"Your mom would be proud...if she were smarter."</span><span class="p">,</span> <span class="s2">"Suck a luser."</span><span class="p">,</span> <span class="s2">"I have a small puppy that's better at this."</span><span class="p">,</span> <span class="p">]</span> <span class="k">def</span> <span class="nf">enter</span><span class="p">()</span> <span class="nb">puts</span> <span class="vc">@@quips</span><span class="p">[</span><span class="nb">rand</span><span class="p">(</span><span class="mi">0</span><span class="p">.</span><span class="nf">.</span><span class="p">(</span><span class="vc">@@quips</span><span class="p">.</span><span class="nf">length</span> <span class="o">-</span> <span class="mi">1</span><span class="p">))]</span> <span class="nb">exit</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="k">end</span> <span class="k">end</span> <span class="k">class</span> <span class="nc">CentralCorridor</span> <span class="o">&lt;</span> <span class="no">Scene</span> <span class="k">def</span> <span class="nf">enter</span><span class="p">()</span> <span class="nb">puts</span> <span class="s2">"'Hello!' A red dog says,"</span> <span class="nb">puts</span> <span class="s2">"</span><span class="se">\n</span><span class="s2">"</span> <span class="nb">puts</span> <span class="s2">"'What are you doing here?'</span><span class="se">\n</span><span class="s2">"</span> <span class="nb">print</span> <span class="s2">"&gt; "</span> <span class="n">action</span> <span class="o">=</span> <span class="vg">$stdin</span><span class="p">.</span><span class="nf">gets</span><span class="p">.</span><span class="nf">chomp</span> <span class="k">if</span> <span class="n">action</span> <span class="o">==</span> <span class="s2">"shoot!"</span> <span class="nb">puts</span> <span class="s2">"The dog avoid the bullet."</span> <span class="nb">puts</span> <span class="s2">"And shoot you with his eye."</span> <span class="nb">puts</span> <span class="s2">"You dead."</span> <span class="k">return</span> <span class="s1">'death'</span> <span class="k">elsif</span> <span class="n">action</span> <span class="o">==</span> <span class="s2">"tell a joke"</span> <span class="nb">puts</span> <span class="s2">"You say:'Catch the ball!'"</span> <span class="nb">puts</span> <span class="s2">"The dog run away."</span> <span class="k">return</span> <span class="s1">'laser_weapon_armory'</span> <span class="k">else</span> <span class="nb">puts</span> <span class="s2">"The dog says:'Get out!'"</span> <span class="k">return</span> <span class="s1">'central_corridor'</span> <span class="k">end</span> <span class="k">end</span> <span class="k">end</span> <span class="k">class</span> <span class="nc">LaserWeaponArmory</span> <span class="o">&lt;</span> <span class="no">Scene</span> <span class="k">def</span> <span class="nf">enter</span><span class="p">()</span> <span class="nb">puts</span> <span class="s2">"enter 1 numbers:"</span> <span class="n">code</span> <span class="o">=</span> <span class="s2">"</span><span class="si">#{</span><span class="nb">rand</span><span class="p">(</span><span class="mi">1</span><span class="p">.</span><span class="nf">.</span><span class="mi">9</span><span class="p">)</span><span class="si">}</span><span class="s2">"</span> <span class="nb">print</span> <span class="s2">"[keypad]&gt; "</span> <span class="n">guess</span> <span class="o">=</span> <span class="vg">$stdin</span><span class="p">.</span><span class="nf">gets</span><span class="p">.</span><span class="nf">chomp</span> <span class="n">guesses</span> <span class="o">=</span> <span class="mi">1</span> <span class="k">while</span> <span class="n">guess</span> <span class="o">!=</span> <span class="n">code</span> <span class="o">&amp;&amp;</span> <span class="n">guesses</span> <span class="o">&lt;</span> <span class="mi">5</span> <span class="nb">puts</span> <span class="s2">"Wrong!"</span> <span class="n">guesses</span> <span class="o">+=</span> <span class="mi">1</span> <span class="nb">print</span> <span class="s2">"[keypad]&gt; "</span> <span class="n">guess</span> <span class="o">=</span> <span class="vg">$stdin</span><span class="p">.</span><span class="nf">gets</span><span class="p">.</span><span class="nf">chomp</span> <span class="k">end</span> <span class="k">if</span> <span class="n">guess</span> <span class="o">==</span> <span class="n">code</span> <span class="nb">puts</span> <span class="s2">"The door open."</span> <span class="nb">puts</span> <span class="s2">"You see a bridge."</span> <span class="k">return</span> <span class="s1">'the_bridge'</span> <span class="k">else</span> <span class="nb">puts</span> <span class="s2">"Huge fire out from the door!</span><span class="se">\n</span><span class="s2">"</span> <span class="nb">puts</span> <span class="s2">"You die."</span> <span class="k">return</span> <span class="s1">'death'</span> <span class="k">end</span> <span class="k">end</span> <span class="k">end</span> <span class="k">class</span> <span class="nc">TheBridge</span> <span class="o">&lt;</span> <span class="no">Scene</span> <span class="k">def</span> <span class="nf">enter</span><span class="p">()</span> <span class="nb">puts</span> <span class="s2">"A large potato lies on the road.</span><span class="se">\n</span><span class="s2">"</span> <span class="nb">puts</span> <span class="s2">"How you go through?</span><span class="se">\n</span><span class="s2">"</span> <span class="nb">print</span> <span class="s2">"&gt; "</span> <span class="n">action</span> <span class="o">=</span> <span class="vg">$stdin</span><span class="p">.</span><span class="nf">gets</span><span class="p">.</span><span class="nf">chomp</span> <span class="k">if</span> <span class="n">action</span> <span class="o">==</span> <span class="s2">"throw the bomb"</span> <span class="nb">puts</span> <span class="s2">"The potato explode and the piece hit you."</span> <span class="k">return</span> <span class="s1">'death'</span> <span class="k">elsif</span> <span class="n">action</span> <span class="o">==</span> <span class="s2">"slowly place the bomb"</span> <span class="nb">puts</span> <span class="s2">"You placed the bomb and run away."</span> <span class="nb">puts</span> <span class="s2">"You successfully sweep out the potato."</span> <span class="k">return</span> <span class="s1">'escape_pod'</span> <span class="k">else</span> <span class="nb">puts</span> <span class="s2">"Nothing happened."</span> <span class="k">return</span> <span class="s2">"the_bridge"</span> <span class="k">end</span> <span class="k">end</span> <span class="k">end</span> <span class="k">class</span> <span class="nc">EscapePod</span> <span class="o">&lt;</span> <span class="no">Scene</span> <span class="k">def</span> <span class="nf">enter</span><span class="p">()</span> <span class="nb">puts</span> <span class="s2">"There are 5 pods."</span> <span class="n">good_pod</span> <span class="o">=</span> <span class="nb">rand</span><span class="p">(</span><span class="mi">1</span><span class="p">.</span><span class="nf">.</span><span class="mi">5</span><span class="p">)</span> <span class="nb">print</span> <span class="s2">"[pod #]&gt; "</span> <span class="n">guess</span> <span class="o">=</span> <span class="vg">$stdin</span><span class="p">.</span><span class="nf">gets</span><span class="p">.</span><span class="nf">chomp</span><span class="p">.</span><span class="nf">to_i</span> <span class="k">if</span> <span class="n">guess</span> <span class="o">!=</span> <span class="n">good_pod</span> <span class="nb">puts</span> <span class="s2">"Nothing happened.</span><span class="se">\n</span><span class="s2">"</span> <span class="nb">puts</span> <span class="s2">"10 days passed, you dead."</span> <span class="k">return</span> <span class="s1">'death'</span> <span class="k">else</span> <span class="nb">puts</span> <span class="s2">"win!"</span> <span class="k">return</span> <span class="s1">'finished'</span> <span class="k">end</span> <span class="k">end</span> <span class="k">end</span> <span class="k">class</span> <span class="nc">Finished</span> <span class="o">&lt;</span> <span class="no">Scene</span> <span class="k">def</span> <span class="nf">enter</span><span class="p">()</span> <span class="nb">puts</span> <span class="s2">"Good job!"</span> <span class="k">end</span> <span class="k">end</span> <span class="k">class</span> <span class="nc">Map</span> <span class="vc">@@scenes</span> <span class="o">=</span> <span class="p">{</span> <span class="s1">'central_corridor'</span> <span class="o">=&gt;</span> <span class="no">CentralCorridor</span><span class="p">.</span><span class="nf">new</span><span class="p">(),</span> <span class="s1">'laser_weapon_armory'</span> <span class="o">=&gt;</span> <span class="no">LaserWeaponArmory</span><span class="p">.</span><span class="nf">new</span><span class="p">(),</span> <span class="s1">'the_bridge'</span> <span class="o">=&gt;</span> <span class="no">TheBridge</span><span class="p">.</span><span class="nf">new</span><span class="p">(),</span> <span class="s1">'escape_pod'</span> <span class="o">=&gt;</span> <span class="no">EscapePod</span><span class="p">.</span><span class="nf">new</span><span class="p">(),</span> <span class="s1">'death'</span> <span class="o">=&gt;</span> <span class="no">Death</span><span class="p">.</span><span class="nf">new</span><span class="p">(),</span> <span class="p">}</span> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">start_scene</span><span class="p">)</span> <span class="vi">@start_scene</span> <span class="o">=</span> <span class="n">start_scene</span> <span class="k">end</span> <span class="k">def</span> <span class="nf">next_scene</span><span class="p">(</span><span class="n">scene_name</span><span class="p">)</span> <span class="n">val</span> <span class="o">=</span> <span class="vc">@@scenes</span><span class="p">[</span><span class="n">scene_name</span><span class="p">]</span> <span class="k">return</span> <span class="n">val</span> <span class="k">end</span> <span class="k">def</span> <span class="nf">opening_scene</span><span class="p">()</span> <span class="k">return</span> <span class="n">next_scene</span><span class="p">(</span><span class="vi">@start_scene</span><span class="p">)</span> <span class="k">end</span> <span class="k">end</span> <span class="n">a_map</span> <span class="o">=</span> <span class="no">Map</span><span class="p">.</span><span class="nf">new</span><span class="p">(</span><span class="s1">'central_corridor'</span><span class="p">)</span> <span class="n">a_game</span> <span class="o">=</span> <span class="no">Engine</span><span class="p">.</span><span class="nf">new</span><span class="p">(</span><span class="n">a_map</span><span class="p">)</span> <span class="n">a_game</span><span class="p">.</span><span class="nf">play</span><span class="p">()</span></code></pre></figure> </div> </div> <div class="panel-body"> <h4>Related Posts</h4> <ul> <li class="relatedPost"> <a href="https://ljzn.github.io/lrthw/2016/07/10/lrhw-50.html">50sinatra建造网站</a> (Categories: <a href="/category/LRTHW">LRTHW</a>) </li> <li class="relatedPost"> <a href="https://ljzn.github.io/lrthw/2016/07/09/lrhw-49.html">49创建句子</a> (Categories: <a href="/category/LRTHW">LRTHW</a>) </li> <li class="relatedPost"> <a href="https://ljzn.github.io/lrthw/2016/07/08/lrhw-48.html">48进阶用户输入</a> (Categories: <a href="/category/LRTHW">LRTHW</a>) </li> <li class="relatedPost"> <a href="https://ljzn.github.io/lrthw/2016/07/08/lrhw-47.html">47自动化测试</a> (Categories: <a href="/category/LRTHW">LRTHW</a>) </li> <li class="relatedPost"> <a href="https://ljzn.github.io/lrthw/2016/07/06/lrhw-46.html">46项目骨架</a> (Categories: <a href="/category/LRTHW">LRTHW</a>) </li> <li class="relatedPost"> <a href="https://ljzn.github.io/lrthw/2016/07/05/lrhw-45.html">45制作一个游戏</a> (Categories: <a href="/category/LRTHW">LRTHW</a>) </li> </ul> </div> <div class="PageNavigation"> <a class="prev" href="/lrthw/2016/07/03/lrhw-42.html">&laquo; 42对象、类及从属关系</a> <a class="next" href="/lrthw/2016/07/04/lrhw-44.html">44继承与合成 &raquo;</a> </div> <div class="disqus-comments"> <div id="disqus_thread"></div> <script> (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//ljzn.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> </div> <footer> &copy; LJZN - <a href="https://github.com/ljzn">https://github.com/ljzn</a> - Powered by Jekyll. </footer> </div><!-- end /.col-sm-8 --> </div><!-- end /.container --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="//cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script> <script src="/static/js/bootstrap.min.js"></script> <script id="dsq-count-scr" src="//ljzn.disqus.com/count.js" async></script> </body> </html>
Ljzn/ljzn.github.io
_site/lrthw/2016/07/04/lrhw-43.html
HTML
mit
23,201
{{{ "bodyClass" : "bg-white", "screenshot" : { "background-size" : "contain" } }}} <div class="cf"> <div class="fl w-50 w-20-ns tc pv5 bg-black-05"> 1 </div> <div class="fl w-50 w-20-ns tc pv5 bg-black-10"> 2 </div> <div class="fl w-100 w-20-ns tc pv5 bg-black-20"> 3 </div> <div class="fl w-50 w-20-ns tc pv5 bg-black-10"> 4 </div> <div class="fl w-50 w-20-ns tc pv5 bg-black-05"> 5 </div> </div>
tachyons-css/tachyons-css.github.io
src/components/layout/five-column-collapse-alternate.html
HTML
mit
449
{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Flasky - Edit Teacher Profile{% endblock %} {% block side_content %} <div class="page-header"> <h1>Edit Student's Info</h1> </div> <div class="col-md-4"> {{ wtf.quick_form(form) }} </div> {% endblock %}
siwl/test_website
app/templates/student/edit_student.html
HTML
mit
296
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <head> {% include head.html %} </head> <body id="post"> {% include navigation.html %} <div id="main" role="main"> <article class="hentry"> <img src="{{ site.url }}/images/sheep-land3.jpg" class="entry-feature-image" alt="{{ page.title }}" {% if site.logo == null %}style="margin-top:0;"{% endif %}><p class="image-credit">Photo Credit: <a href="http://jiachengpark.appspot.com">Jiacheng park</a> <div class="entry-wrapper"> <header class="entry-header"> <span class="entry-tags">{% for tag in page.tags %}<a href="{{ site.url }}/tags/#{{ tag | cgi_encode }}" title="Pages tagged {{ tag }}">{{ tag }}</a>{% unless forloop.last %}&nbsp;&bull;&nbsp;{% endunless %}{% endfor %}</span> {% if page.link %} <h1 class="entry-title"><a href="{{ page.link }}">{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %} <span class="link-arrow">&rarr;</span></a></h1> {% else %} <h1 class="entry-title">{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}</h1> {% endif %} </header> <footer class="entry-meta"> <img src="{{ site.url }}/images/{{ site.owner.avatar }}" alt="{{ site.owner.name }} photo" class="author-photo"> <span class="author vcard">By <span class="fn"><a href="{{ site.url }}/about/" title="About {{ site.owner.name }}">{{ site.owner.name }}</a></span></span> <span class="entry-date date published"><time datetime="{{ page.date | date_to_xmlschema }}"><i class="icon-calendar-empty"></i> {{ page.date | date: "%B %d, %Y" }}</time></span> {% if page.modified %}<span class="entry-date date modified"><time datetime="{{ page.modified }}"><i class="icon-pencil"></i> {{ page.modified | date: "%B %d, %Y" }}</time></span>{% endif %} {% if site.disqus_shortname and page.comments %}<span class="entry-comments"><i class="icon-comment-alt"></i> <a href="{{ site.url }}{{ page.url }}#disqus_thread">Comment</a></span>{% endif %} <span><a href="{{ site.url }}{{ page.url }}" rel="bookmark" title="{{ page.title }}"><i class="icon-link"></i> Permalink</a></span> {% if page.share %} <span class="social-share-facebook"> <a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" title="Share on Facebook" itemprop="Facebook" target="_blank"><i class="icon-facebook-sign"></i> Like</a></span> <span class="social-share-twitter"> <a href="https://twitter.com/intent/tweet?hashtags={{ page.categories | join: ',' }}&text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{site.owner.twitter}}" title="Share on Twitter" itemprop="Twitter" target="_blank"><i class="icon-twitter-sign"></i> Tweet</a></span> <span class="social-share-googleplus"> <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title="Share on Google Plus" itemprop="GooglePlus" target="_blank"><i class="icon-google-plus-sign"></i> +1</a></span> <!-- /.social-share -->{% endif %} </footer> <div class="entry-content"> {{ content }} {% if site.disqus_shortname and page.comments %}<div id="disqus_thread"></div> {% include disqus_comments.html %} <!-- /#disqus_thread -->{% endif %} </div><!-- /.entry-content --> <div class="entry-top"> <i class="icon-arrow-up icon-2x"></i> </div><!-- /.entry-top --> </div><!-- /.entry-wrapper --> <nav class="pagination" role="navigation"> {% if page.previous %} <a href="{{ site.url }}{{ page.previous.url }}" class="btn" title="{{ page.previous.title }}">Previous article</a> {% endif %} {% if page.next %} <a href="{{ site.url }}{{ page.next.url }}" class="btn" title="{{ page.next.title }}">Next article</a> {% endif %} </nav><!-- /.pagination --> </article> </div><!-- /#main --> <div class="footer-wrapper"> <footer role="contentinfo"> {% include footer.html %} </footer> </div><!-- /.footer-wrapper --> {% include scripts.html %} </body> </html>
JiachengSHI/JiachengSHI.github.io
_layouts/post.html
HTML
mit
4,430
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class RubyXL::CellStyle - rubyXL 3.3.29</title> <script type="text/javascript"> var rdoc_rel_prefix = "../"; var index_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> <script src="../js/darkfish.js"></script> <link href="../css/fonts.css" rel="stylesheet"> <link href="../css/rdoc.css" rel="stylesheet"> <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../table_of_contents.html#pages">Pages</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="class-metadata"> <div id="parent-class-section" class="nav-section"> <h3>Parent</h3> <p class="link">OOXMLObject </div> </div> </nav> <main role="main" aria-labelledby="class-RubyXL::CellStyle"> <h1 id="class-RubyXL::CellStyle" class="class"> class RubyXL::CellStyle </h1> <section class="description"> <p><a href="http://www.datypic.com/sc/ooxml/e-ssml_cellStyle-1.html">www.datypic.com/sc/ooxml/e-ssml_cellStyle-1.html</a></p> </section> <section id="5Buntitled-5D" class="documentation-section"> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
mezza/rubyXL
rdoc/RubyXL/CellStyle.html
HTML
mit
2,528
<table class="legend-table" *ngIf="units"> <thead> <tr class="header"> <th>Chraracter</th> <th>Length (seconds)</th> </tr> </thead> <tbody> <tr> <th>Dot ( ● )</th> <td class="red">{{ units.dot }} Seconds</td> </tr> <tr> <th>Dash ( - )</th> <td class="red">{{ units.dash }} Seconds</td> </tr> <tr> <th>Between Letters ( [ ] )</th> <td class="red">{{ units.space.between_letters }} Seconds</td> </tr> <tr> <th>Between Same Letter</th> <td class="red">{{ units.space.between_same_letter }} Seconds</td> </tr> <tr> <th>Between Words</th> <td class="red">{{ units.space.between_words }} Seconds</td> </tr> </tbody> </table>
rabbitfighter81/reMORSE
src/app/components/legend/legend.component.html
HTML
mit
749
<!DOCTYPE html> <html> <head lang="en"> <title>柱柱签收-移动互联网时代的物流,运输全程可视,让物流更简单</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="keywords" content="柱柱签收,物流管理系统,车队系统,第三方物流系统,物流签收, 签收单, 回单,车队管理,车辆管理,TMS,运输管理系统,OTMS,签收" /> <meta content="柱柱签收是国际领先的移动互联网时代的物流,向货主、物流公司、专线公司、车队、司机、收货人 提供运输全程可视化的物流管理系统,解决传统物流时代回单、签收、物流管理难等问题, 一封Emai,一个APP,极速链接各类合作伙伴和司机。" name="description" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <link rel="icon" type="image/x-icon" href="../../home_page/images/favicon.ico"> <script type="text/javascript" src="../../libraries/jquery/dist/jquery.min.js"></script> <script type="text/javascript" src="../../zz_supports/js/jquery.cookie.js"></script> <script type="text/javascript" src="../../libraries/bootstrap/dist/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://7xjfim.com2.z0.glb.qiniucdn.com/Iva.js"></script> <script type="text/javascript" src="../../zz_supports/js/global.client.support.js"></script> <script type="text/javascript" src="../../home_page/controllers/import.client.controller.js"></script> <script type="text/javascript" src="../../home_page/controllers/dialog.client.controller.js"></script> <script type="text/javascript" src="../../home_page/controllers/sliding_menu.client.controller.js"></script> <script type="text/javascript" src="../../home_page/controllers/header.client.controller.js"></script> <script type="text/javascript" src="../../home_page/controllers/index.client.controller.js"></script> <link rel="stylesheet" type="text/css" href="../../libraries/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../../home_page/css/global.client.style.css"> <link rel="stylesheet" type="text/css" href="../../home_page/css/header.client.style.css"> <link rel="stylesheet" type="text/css" href="../../home_page/css/footer.client.style.css"> <link rel="stylesheet" type="text/css" href="../../home_page/css/dialog.client.style.css"> <link rel="stylesheet" type="text/css" href="../../home_page/css/sliding_menu.client.style.css"> <link rel="stylesheet" type="text/css" href="../../home_page/css/index.client.style.css"> </head> <body> <div class="wrap"> <div class="wrap-background"> <p class="p-background"></p> </div> <div class="operation"> <div id="header" class="zz-home-header"></div> <p class="operation-title-one">一款移动互联网时代的</p> <p class="operation-title-two">开放式物流管理平台</p> <form class="operation-signin"> <div class="signin-title"> <span>即刻登录,享受零成本投入的超高服务回报,开启您的全新物流运输管理模式:</span> </div> <div class="signin-content row"> <div class="col-md-5 col-xs-12 col-sm-12"> <input class=" username" name="username" type="text" placeholder="输入或手机" autocomplete="off" /> </div> <div class="col-md-5 col-xs-12 col-sm-12"> <input class="password" name="password" type="password" placeholder="输入密码" autocomplete="off" /> </div> <div class="col-md-2 col-xs-12 col-sm-12"> <input class="signin" type="submit" value="登录" /> </div> </div> <span class="error zz-hidden"></span> </form> </div> <div class="wrap-container"> <div class="video-container"> <a name="video-entrance" id="video-entrance" style="height: 0; width: 0"></a> <!-- 锚点--> <p class="video-container-title">什么是柱柱签收</p> <p class="video-container-contents">柱柱签收网是新一代的物流管理云平台,基于网页以及司机手机的简单操作,对货物单据, 运输轨迹,收发货时间,货物条码信息等实现实时、真实等管理,同时可以方便地将物流信息分享给上下游客户。 </p> <div class="download-ppt"> <a class="chinese-ppt" href="/zzqs2/resources/product_introduction_zh.pdf">柱柱签收介绍 <span class="icon"></span> </a> <a class="english-ppt" href="/zzqs2/resources/product_example_zh.pdf">柱柱签收案例 <span class="icon"></span> </a> </div> <div class="device"> <img src="../../home_page/images/index/device.png" style="width: 100%;max-width: 1160px"> </div> </div> <div class="description"> <p class="description-title">为什么选择柱柱</p> <div class="level"> <div class="row"> <div class="col-md-6 col-xs-12 col-sm-6"> <div class="location"> <p class="level-title">节点追踪 全程定位</p> <p class="level-container">柱柱签收通过APP要求司机在指定时间、指定地点按指定步骤拍摄货物信息,生成时间轴方便管理者查看,不允许从相册上传图片,保证纪录的真实性。</p> </div> </div> <div class="col-md-6 col-xs-12 col-sm-6"> <div class="message"> <p class="level-title">微信推送 异常报警</p> <p class="level-container">柱柱签收微信分享和图片语音实时传输技术把信息的顺序传递变成了同时传递。</p> </div> </div> </div> </div> <div class="level"> <div class="row"> <div class="col-md-6 col-xs-12 col-sm-6"> <div class="electronic"> <p class="level-title">电子围栏 安全交付</p> <p class="level-container">柱柱签收利用电子围栏技术,如果不在指定地点交货,系统会立即报警。</p> </div> </div> <div class="col-md-6 col-xs-12 col-sm-6"> <div class="plate"> <p class="level-title">车牌对比 提送一致</p> <p class="level-container">柱柱签收采用图片识别技术,自动识别提、送货车牌号,与数据库资料进行对比,确保货运车辆的一致性。</p> </div> </div> </div> </div> <div class="level"> <div class="row"> <div class="col-md-6 col-xs-12 col-sm-6"> <div class="delivery"> <p class="level-title">扫码交货 无单签收</p> <p class="level-container">柱柱签收支持按货物明细签收,通过扫码交接,帮您轻松实现电子签收,甚至能通过支付平台帮你代收货款。</p> </div> </div> <div class="col-md-6 col-xs-12 col-sm-6"> <div class="insurance"> <p class="level-title">在线保险 保障全程</p> <p class="level-container">我们与多家保险公司合作基于真实的业务背景,为每票货物提供保险服务,保障货物安全。</p> </div> </div> </div> </div> <div class="level"> <div class="row"> <div class="col-md-6 col-xs-12 col-sm-6"> <div class="credit"> <p class="level-title">信用评估 运力推荐</p> <p class="level-container">柱柱为甲方输出客观的评估报告,包括服务评价、运输公司的KPI、保险状况、银行授信等数据,向甲方企业推荐运力。</p> </div> </div> <div class="col-md-6 col-xs-12 col-sm-6"> <div class="financial"> <p class="level-title">网上金融 轻松融资</p> <p class="level-container">基于真实数据和良好的发展前景,我们与平安银行合作,推出“回单贷”业务,依据柱柱签收的送达照片,触发贷款业务。</p> </div> </div> </div> </div> </div> <div class="partner"> <p class="partner-title">部分合作客户</p> <p class="partner-container">目前柱柱签收网注册用户已达数万人,为数百家公司提供物流运输可视化服务</p> <div class="company"> <div class="row"> <div class="col-md-2 col-xs-6 col-sm-3"> <!--<div class="industry">快消行业:</div>--> <img src="home_page/images/index/industry_kuaixiao.png" title="快消行业" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_kele.png" title="郑州太古可口可乐" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_jiahua.png" title="上海家化" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_bufandi.png" title="不凡帝范梅勒糖果" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_haizhibao.png" title="孩之宝" style="margin-top: 20px"> </div> </div> </div> <div class="company"> <div class="row"> <div class="col-md-2 col-xs-6 col-sm-3"> <!--<div class="industry">危化行业:</div>--> <img src="home_page/images/index/industry_weihua.png" title="危化行业" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_zhonghua.png" title="中国中化集团" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_yehuakongqi.png" title="液化空气集团" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_zhaohegaofenzi.png" title="昭和高分子集团" style="margin-top: 20px"> </div> </div> </div> <div class="company"> <div class="row"> <div class="col-md-2 col-xs-6 col-sm-3"> <!--<div class="industry">工业行业:</div>--> <img src="home_page/images/index/industry_gongye.png" title="工业行业" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_minsheng.png" title="长安民生物流" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_sanling.png" title="三菱" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_lilezhongguo.png" title="利乐中国" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_fushishile.png" title="富士施乐" style="margin-top: 20px"> </div> </div> </div> <div class="company"> <div class="row"> <div class="col-md-2 col-xs-6 col-sm-3"> <!--<div class="industry">O2O行业:</div>--> <img src="home_page/images/index/industry_o2o.png" title="o2o行业" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_houchuguanjia.png" title="后厨管家" style="margin-top: 20px"> </div> <div class="col-md-2 col-xs-6 col-sm-3"> <img src="home_page/images/index/company_youyou.png" title="悠悠果业" style="margin-top: 20px"> </div> </div> </div> </div> <div class="app-download"> <p class="app-download-title"> APP下载</p> <div class="download-button"> <a class="download-ios" href="<%= apple_app_download %>">IOS下载</a> <a class="download-android" href="/zzqs2/toDownloadApp">Android下载</a> </div> <img class="qr-code" src="/zzqs2/appDownloadBarcode"> <form class="download-register" autocomplete="off"> <div class="row"> <div class="col-md-5 col-xs-12 col-sm-12"> <input class="username" name="username" type="text" placeholder="输入邮箱或手机" autocomplete="off"> </div> <div class="col-md-5 col-xs-12 col-sm-12"> <input class="password" name="password" type="password" placeholder="输入密码" autocomplete="off"> </div> <div class="col-md-2 col-xs-12 col-sm-12"> <p class="register">注册</p> </div> </div> <p class="error-tip zz-hidden"></p> </form> </div> <div class="zz-home-footer"></div> </div> </div> </body> </html>
hardylake8020/youka-server
web/home_page/views/index.client.view.html
HTML
mit
13,908
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unicoq: 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 / unicoq - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> unicoq <small> 1.0.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 17:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 17:13:48 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.7.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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; authors: [ &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Beta Ziliani &lt;[email protected]&gt;&quot; ] dev-repo: &quot;git+https://github.com/unicoq/unicoq.git&quot; homepage: &quot;https://github.com/unicoq/unicoq&quot; bug-reports: &quot;https://github.com/unicoq/unicoq/issues&quot; license: &quot;MIT&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;Make&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/Unicoq&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.0&quot; &amp; &lt; &quot;8.6~&quot; &amp; != &quot;8.5.2~camlp4&quot;} ] synopsis: &quot;An enhanced unification algorithm for Coq&quot; flags: light-uninstall url { src: &quot;https://github.com/unicoq/unicoq/archive/v1.0.tar.gz&quot; checksum: &quot;md5=3473aadc43e9fce82775fe3888347f93&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-unicoq.1.0.0 coq.8.7.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). The following dependencies couldn&#39;t be met: - coq-unicoq -&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-unicoq.1.0.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.7.1/unicoq/1.0.0.html
HTML
mit
6,726
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `FromUtf8Error` struct in crate `collections`."> <meta name="keywords" content="rust, rustlang, rust-lang, FromUtf8Error"> <title>collections::string::FromUtf8Error - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> <link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <a href='../../collections/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='../index.html'>collections</a>::<wbr><a href='index.html'>string</a></p><script>window.sidebarCurrent = {name: 'FromUtf8Error', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press 'S' to search, '?' for more options..." type="search"> </div> </form> </nav> <section id='main' class="content struct"> <h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>collections</a>::<wbr><a href='index.html'>string</a>::<wbr><a class='struct' href=''>FromUtf8Error</a><wbr><a class='stability Stable' title=''>Stable</a></span><span class='out-of-band'><span id='render-detail'> <a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a> </span><a id='src-26993' href='../../src/collections/string.rs.html#45-48'>[src]</a></span></h1> <pre class='rust struct'>pub struct FromUtf8Error { // some fields omitted }</pre><div class='docblock'><p>A possible error value from the <code>String::from_utf8</code> function.</p> </div><h2 id='methods'>Methods</h2><h3 class='impl'><a class='stability Unstable' title='Unstable'></a><code>impl <a class='struct' href='../../collections/string/struct.FromUtf8Error.html' title='collections::string::FromUtf8Error'>FromUtf8Error</a></code></h3><div class='impl-items'><h4 id='method.into_bytes' class='method'><a class='stability Stable' title='Stable'></a><code>fn <a href='#method.into_bytes' class='fnname'>into_bytes</a>(self) -&gt; <a class='struct' href='../../collections/vec/struct.Vec.html' title='collections::vec::Vec'>Vec</a>&lt;<a href='../../core/primitive.u8.html'>u8</a>&gt;</code></h4> <div class='docblock'><p>Consume this error, returning the bytes that were attempted to make a <code>String</code> with.</p> </div><h4 id='method.utf8_error' class='method'><a class='stability Stable' title='Stable'></a><code>fn <a href='#method.utf8_error' class='fnname'>utf8_error</a>(&amp;self) -&gt; <a class='enum' href='../../collections/str/enum.Utf8Error.html' title='collections::str::Utf8Error'>Utf8Error</a></code></h4> <div class='docblock'><p>Access the underlying UTF8-error that was the cause of this error.</p> </div></div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><a class='stability Stable' title='Stable'></a><code>impl <a class='trait' href='../../collections/fmt/trait.Display.html' title='collections::fmt::Display'>Display</a> for <a class='struct' href='../../collections/string/struct.FromUtf8Error.html' title='collections::string::FromUtf8Error'>FromUtf8Error</a></code></h3><div class='impl-items'><h4 id='method.fmt' class='method'><a class='stability Stable' title='Stable'></a><code>fn <a href='#method.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class='struct' href='../../collections/fmt/struct.Formatter.html' title='collections::fmt::Formatter'>Formatter</a>) -&gt; <a class='type' href='../../collections/fmt/type.Result.html' title='collections::fmt::Result'>Result</a></code></h4> </div><h3 class='impl'><a class='stability Stable' title='Stable'></a><code>impl <a class='trait' href='../../core/error/trait.Error.html' title='core::error::Error'>Error</a> for <a class='struct' href='../../collections/string/struct.FromUtf8Error.html' title='collections::string::FromUtf8Error'>FromUtf8Error</a></code></h3><div class='impl-items'><h4 id='method.description' class='method'><a class='stability Unstable' title='Unstable: the exact API of this trait may change'></a><code>fn <a href='#method.description' class='fnname'>description</a>(&amp;self) -&gt; &amp;<a href='../primitive.str.html'>str</a></code></h4> <h4 id='method.cause' class='tymethod'><a class='stability Unstable' title='Unstable: the exact API of this trait may change'></a><code>fn <a href='#tymethod.cause' class='fnname'>cause</a>(&amp;self) -&gt; <a class='enum' href='../../core/option/enum.Option.html' title='core::option::Option'>Option</a>&lt;&amp;<a class='trait' href='../../core/error/trait.Error.html' title='core::error::Error'>Error</a>&gt;</code></h4> </div><h3 id='derived_implementations'>Derived Implementations </h3><h3 class='impl'><a class='stability Stable' title='Stable'></a><code>impl <a class='trait' href='../../collections/fmt/trait.Debug.html' title='collections::fmt::Debug'>Debug</a> for <a class='struct' href='../../collections/string/struct.FromUtf8Error.html' title='collections::string::FromUtf8Error'>FromUtf8Error</a></code></h3><div class='impl-items'><h4 id='method.fmt' class='method'><a class='stability Stable' title='Stable'></a><code>fn <a href='#method.fmt' class='fnname'>fmt</a>(&amp;self, __arg_0: &amp;mut <a class='struct' href='../../collections/fmt/struct.Formatter.html' title='collections::fmt::Formatter'>Formatter</a>) -&gt; <a class='type' href='../../collections/fmt/type.Result.html' title='collections::fmt::Result'>Result</a></code></h4> </div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div class="shortcuts"> <h1>Keyboard shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>typedef</code> (or <code>tdef</code>). </p> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "collections"; window.playgroundUrl = "http://play.rust-lang.org/"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script src="../../playpen.js"></script> <script async src="../../search-index.js"></script> </body> </html>
ArcherSys/ArcherSys
Rust/share/doc/rust/html/collections/string/struct.FromUtf8Error.html
HTML
mit
7,777
<html><body> <h4>Windows 10 x64 (19041.388)</h4><br> <h2>_IO_APIC_REGISTERS</h2> <font face="arial"> +0x000 RegisterIndex : Uint4B<br> +0x004 Reserved1 : [3] Uint4B<br> +0x010 RegisterValue : Uint4B<br> +0x014 Reserved2 : [11] Uint4B<br> +0x040 EndOfInterrupt : Uint4B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.388)/_IO_APIC_REGISTERS.html
HTML
mit
338
{% extends "base.html" %} {% load static %} {% load template_extras %} {% block title %}Analyse{% endblock %} {% block active_class %}analyse{% endblock %} {% block extra_css %} <link href="{% static 'css/select2.min.css' %}" rel="stylesheet"> <link href="{% static 'css/jquery.nouislider.css' %}" rel="stylesheet"> <link href="{% static 'css/jquery.nouislider.pips.css' %}" rel="stylesheet"> <link href='https://api.tiles.mapbox.com/mapbox.js/v2.2.1/mapbox.css' rel='stylesheet' /> {% endblock %} {% block content %} <h1>Search GP prescribing data</h1> <p>Search 700 million rows of prescribing data, and get prescribing information by practice, PCN, CCG, STP or regional team. You can search for any numerator over any denominator.</p> <p>Unsure how to create your own searches? <a target="_blank" href="{% url 'analyse' %}#numIds=0212000AA&denomIds=2.12">Try an example</a>, <a target="_blank" href="http://openprescribing.net/docs/analyse">read more</a> about how to use this tool, check our <a target="_blank" href="{% url 'faq' %}">FAQs</a> and read our <a href='https://ebmdatalab.net/prescribing-data-bnf-codes/'> what is a BNF code blog</a>.</p> <div class="alert alert-danger" role="alert" style="margin-top: 10px;" id="old-browser"> <strong>Warning!</strong> It looks like you're using an older browser. This form may be very slow, as it has to crunch through a lot of data to render the graphs. If you can, please try again with a modern browser. </div> {% include '_get_in_touch.html' %} <div id="loading-form"> <p>Loading search form...</p> </div> <div id="analyse-options" class="invisible"> <div class="form-row"> <div class="col left"> <span class="help" id="numerator-help" data-toggle="popover" data-trigger="hover" data-placement="auto top">See prescribing of:</span> <div class="hidden" id="numerator-help-text">You can add BNF sections, chemicals, products or product format.<br/>For example: <ul> <li><em>Atorvastatin</em> will show all prescribing on the chemical, across multiple products</li> <li><em>Lipitor (branded)</em> will show all prescribing on just that product</li> <li><em>Lipitor_Tab 20mg</em> will show all prescribing on just that product format.</li> </ul> Add multiple items to see total prescribing on those items. </div> <!-- <span class="icon-up"></span>with a y-axis of: --> </div> <div class="col middle"> <select style="width: 100%" id="num" class="form-select not-searchable"> <option value="chemical" selected>drugs or BNF sections</option> <!-- <option value="all">everything</option> --> </select> </div> <div class="col right"> <div id="numIds-wrapper"> <select id="numIds" multiple="multiple" style="width: 100%"></select> </div> </div> </div> <div class="form-row"> <div class="col left"> <span class="help" id="denominator-help" data-toggle="popover" data-trigger="hover" data-placement="auto top">versus:</span> <div class="hidden" id="denominator-help-text">Add another BNF section or drug as a comparator.<br/>Or use standardised prescribing units (STAR-PUs) as an approximate measure of prescribing need.</div> <!-- <span class="icon-right"></span>and an x-axis of: --> </div> <div class="col middle"> <select style="width: 100%" id="denom" class="form-select not-searchable"> <option value="nothing" selected>nothing</option> <option value="chemical">drugs or BNF sections</option> <option value="total_list_size" selected>total list size</option> <option value="star_pu.oral_antibacterials_item">STAR-PUs for antibiotics</option> </select> </div> <div class="col right"> <div id="denomIds-wrapper"> <select id="denomIds" multiple="multiple" style="width: 100%"></select> </div> </div> </div> <div class="form-row"> <div class="col left">highlighting:</div> <div class="col middle"> <select style="width: 100%" id="org" class="form-select not-searchable"> <!-- <option value="all" selected>everyone</option> --> <option value="practice">a practice or practices</option> <option value="CCG">a CCG or CCGs</option> {% if pcns_enabled %}<option value="pcn">a PCN or PCNs</option>{% endif %} <option value="stp">an STP or STPs</option> <option value="regional_team">an NHS England Region</option> </select> </div> <div class="col right"> <div id="orgIds-container" style="display: none"> <select style="width: 100%" id="orgIds" multiple="multiple"> </select> <p class="help-block" id="org-help">Hint: add a CCG to see all its practices</p> </div> </div> </div> <p> <a href="/docs/analyse/">Tips on using this search</a> </p> <div> <button type="button" id="update" class="btn btn-primary" type="submit" data-loading-text="Fetching data..." data-loaded-text="Show me the data!">Show me the data!</button> </div> </div> <!-- /#analyse-options --> <div class="loading-wrapper"> <hr/> <img class="loading" src="{% static 'img/logo.svg' %}" onerror="this.src='{% static "img/ajax-loader.gif" %}';this.onerror=null;" title="Loading icon"> <br/>Fetching data... </div> <div id="error"> <hr/><p id='error-message'></p> </div> <div id="results"> <hr/> {% include '_share_button.html' %} <ul id="tabs" class="nav nav-tabs" role="tablist"> <li role="presentation" id="summary-tab" class="summary-tab active saveable"> <a href="#summary-panel" data-target="#summary-panel" aria-controls="settings" role="tab" data-toggle="tab">Show summary</a> </li> <li role="presentation" id="chart-tab" class="chart-tab hidden saveable"> <a href="#chart-panel" data-target="#chart-panel" aria-controls="settings" role="tab" data-toggle="tab">Time series</a> </li> <li role="presentation" id="map-tab" class="map-tab hidden saveable"> <a href="#map-panel" data-target="#map-panel" aria-controls="settings" role="tab" data-toggle="tab">Map</a> </li> <li role="presentation" id="data-tab" class="data-tab"> <a href="#data-panel" data-target="#data-panel" aria-controls="settings" role="tab" data-toggle="tab">Download CSV <span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span></a> </li> </ul> <div class="tab-content"> <!-- Time slider and items toggle --> <div id="chart-options"> <div id="chart-options-wrapper"> {# Play button temporarily disabled until we fix issue #1368 #} {#<div id="play-slider" alt="Animate time series" class="glyphicon glyphicon-play-circle"></div>#} <div id="slider-wrapper"><div id="chart-date-slider"></div></div> <div id="items-spending-toggle" class="btn-group btn-toggle" aria-label="Show spending or items on graph"> <button class="btn btn-default btn-sm" data-type="actual_cost">spending</button> <button class="btn btn-info btn-sm" data-type="items">items</button> </div> </div> </div> <!-- Tab content --> <div role="tabpanel" class="tab-pane fade in active" id="summary-panel" class="summary-tab"> <div class="chart-title-wrapper"> <div class="chart-title"></div> <div class="chart-sub-title"></div> </div> <div class="chart-container"> <div id="summarychart"></div> <div class="practice-warning"> For clarity, practice graphs and maps only show standard GP practices, and exclude non-standard settings like prisons, out-of-hours services, etc. </div> <div class="highcharts-attribution"> Built with <a href="http://www.highcharts.com/">Highcharts</a> </div> </div> {% include '_outlier_toggle.html' %} </div> <div role="tabpanel" class="tab-pane fade" id="chart-panel" class="chart-tab"> <div class="chart-container"> <div id="chart"></div> <div class="practice-warning"> For clarity, practice graphs and maps only show standard GP practices, and exclude non-standard settings like prisons, out-of-hours services, etc. </div> <div class="highcharts-attribution">Built with <a href="http://www.highcharts.com/">Highcharts</a></div> </div> {% include '_outlier_toggle.html' %} </div> <div role="tabpanel" class="tab-pane fade" id="map-panel" class="map-tab"> <div class="chart-title-wrapper"> <p class="chart-title"></p> <p class="chart-sub-title"></p> </div> <div class="clearfix"> <div id="map-wrapper"> <div id="map"></div> </div> <div class="practice-warning"> For clarity, practice graphs and maps only show standard GP practices, and exclude non-standard settings like prisons, out-of-hours services, etc. CCG boundaries from <a href="http://www.england.nhs.uk/resources/ccg-maps/">NHS England</a>. Practice locations are approximate, based on postcode. Only practices with a known location are shown here. PCN boundaries are illustrative only. </div> </div> {% include '_outlier_toggle.html' %} </div> <div role="tabpanel" class="tab-pane fade" id="data-panel" class="data-tab"> <p> You are welcome to use data from this site in your academic output with attribution. Please cite "OpenPrescribing.net, EBM DataLab, University of Oxford, 2020" as the source for academic attribution.</p> <p>If you use data or images from this site online or in a report, please link back to us. Your readers will then be able to see live updates to the data you are interested in, and explore other queries for themselves.</p> <p><a id="data-link" download="data.csv" class="btn btn-info" href="#">Download as CSV <span id="data-rows-count"></span></a> </p> </div> </div> <div id="js-summary-totals" class="panel panel-default" style="margin-top: 18px"> <div class="panel-heading"> Total prescribing for <em class="js-friendly-numerator"></em> across <span class="js-orgs-description"></span> </div> <table class="table"> <tr> <th></th> <th class="text-right js-selected-month"></th> <th class="text-right">Financial YTD (<span class="js-financial-year-range"></span>)</th> <th class="text-right">Last 12 months (<span class="js-year-range"></span>)</th> </tr> <tr> <th>Cost (£)</th> <td class="text-right js-cost-month-total"></td> <td class="text-right js-cost-financial-year-total"></td> <td class="text-right js-cost-year-total"></td> </tr> <tr> <th>Items</th> <td class="text-right js-items-month-total"></td> <td class="text-right js-items-financial-year-total"></td> <td class="text-right js-items-year-total"></td> </tr> </table> </div> </div> <br/> {% include '_alert_signup_form.html' with alert_type='analyse'%} <p>Read our notes on <a href="{% url 'faq' %}">understanding the data</a>. Found something interesting, or a bug? Get in touch: <a href="mailto:{{ SUPPORT_TO_EMAIL }}" class="feedback-show">{{ SUPPORT_TO_EMAIL}}</a></p> {% endblock %} {% block extra_js %} <!--[if !IE 8]><!--> <script src="{% static 'js/clipboard.min.js' %}"></script> <!--<![endif]--> {% conditional_js 'analyse-form' %} {% endblock %}
ebmdatalab/openprescribing
openprescribing/templates/analyse.html
HTML
mit
11,993
<!doctype html> <html class="theme-next pisces use-motion"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <meta name="google-site-verification" content="hURnC-1VtFyi-v7OYQhy-5eOj-XZW3BAIs6iqzQcQj8" /> <link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"/> <link href='//fonts.googleapis.com/css?family=Lato:300,400,700,400italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.5.0" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=5.0.0" rel="stylesheet" type="text/css" /> <meta name="keywords" content="日记,情感," /> <link rel="alternate" href="/atom.xml" title="HankCoder's Space" type="application/atom+xml" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.0.0" /> <meta name="description" content="今天手贱,把笔记本的键盘弄坏了,导致电脑不能用,只好花时间把我写博客的环境搬到MAC上来了,不过还好,以前折腾的够多,这次只花了几分钟就把环境搭建好了。开始写东西了,哈哈。 今天阅读了三毛的三篇散文集: 月河 极乐鸟 雨季不再来 在很久以前,我的世界里只有那xx实战,xx源码剖析等这些书籍,但这些书籍总让人感觉很枯燥,久而久之感觉自己的思维想象空间变的很狭窄,总觉得自己的另一半大脑一直处于空闲"> <meta property="og:type" content="article"> <meta property="og:title" content="随手记20170118"> <meta property="og:url" content="http://HankCoder.github.io/2017/01/17/随手记20170118/index.html"> <meta property="og:site_name" content="HankCoder's Space"> <meta property="og:description" content="今天手贱,把笔记本的键盘弄坏了,导致电脑不能用,只好花时间把我写博客的环境搬到MAC上来了,不过还好,以前折腾的够多,这次只花了几分钟就把环境搭建好了。开始写东西了,哈哈。 今天阅读了三毛的三篇散文集: 月河 极乐鸟 雨季不再来 在很久以前,我的世界里只有那xx实战,xx源码剖析等这些书籍,但这些书籍总让人感觉很枯燥,久而久之感觉自己的思维想象空间变的很狭窄,总觉得自己的另一半大脑一直处于空闲"> <meta property="og:updated_time" content="2017-01-17T16:32:23.000Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="随手记20170118"> <meta name="twitter:description" content="今天手贱,把笔记本的键盘弄坏了,导致电脑不能用,只好花时间把我写博客的环境搬到MAC上来了,不过还好,以前折腾的够多,这次只花了几分钟就把环境搭建好了。开始写东西了,哈哈。 今天阅读了三毛的三篇散文集: 月河 极乐鸟 雨季不再来 在很久以前,我的世界里只有那xx实战,xx源码剖析等这些书籍,但这些书籍总让人感觉很枯燥,久而久之感觉自己的思维想象空间变的很狭窄,总觉得自己的另一半大脑一直处于空闲"> <script type="text/javascript" id="hexo.configuration"> var NexT = window.NexT || {}; var CONFIG = { scheme: 'Pisces', sidebar: '[object Object]', fancybox: true, motion: true }; </script> <title> 随手记20170118 | HankCoder's Space </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <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-67800719-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?7a046e8db6a48f2ab46b7812ba612789"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <div class="container one-collumn sidebar-position-left page-post-detail "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">HankCoder's Space</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle">Reading The Fucking Code</p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> <nav class="site-nav"> <ul id="menu" class="menu menu-left"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-home fa-fw"></i> <br /> 首页 </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories" rel="section"> <i class="menu-item-icon fa fa-th fa-fw"></i> <br /> 分类 </a> </li> <li class="menu-item menu-item-about"> <a href="/about" rel="section"> <i class="menu-item-icon fa fa-user fa-fw"></i> <br /> 关于 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-archive fa-fw"></i> <br /> 归档 </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon fa fa-tags fa-fw"></i> <br /> 标签 </a> </li> <li class="menu-item menu-item-search"> <a href="#" class="st-search-show-outputs"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br /> 搜索 </a> </li> </ul> <div class="site-search"> <form class="site-search-form"> <input type="text" id="st-search-input" class="st-search-input st-default-search-input" /> </form> <script type="text/javascript"> (function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){ (w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t); e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e); })(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st'); _st('install', 'Eq6Hisgzq2b_MSGwmySM','2.0.0'); </script> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div id="posts" class="posts-expand"> <article class="post post-type-normal " itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title" itemprop="name headline"> 随手记20170118 </h1> <div class="post-meta"> <span class="post-time"> <span class="post-meta-item-icon"> <i class="fa fa-calendar-o"></i> </span> <span class="post-meta-item-text">发表于</span> <time itemprop="dateCreated" datetime="2017-01-17T23:58:11+08:00" content="2017-01-17"> 2017-01-17 </time> </span> <span class="post-category" > &nbsp; | &nbsp; <span class="post-meta-item-icon"> <i class="fa fa-folder-o"></i> </span> <span class="post-meta-item-text">分类于</span> <span itemprop="about" itemscope itemtype="https://schema.org/Thing"> <a href="/categories/我和她的故事/" itemprop="url" rel="index"> <span itemprop="name">我和她的故事</span> </a> </span> </span> <span class="post-comments-count"> &nbsp; | &nbsp; <a href="/2017/01/17/随手记20170118/#comments" itemprop="discussionUrl"> <span class="post-comments-count ds-thread-count" data-thread-key="2017/01/17/随手记20170118/" itemprop="commentsCount"></span> </a> </span> <span id="/2017/01/17/随手记20170118/"class="leancloud_visitors" data-flag-title="随手记20170118"> &nbsp; | &nbsp; <span class="post-meta-item-icon"> <i class="fa fa-eye"></i> </span> <span class="post-meta-item-text">阅读次数</span> <span class="leancloud-visitors-count"></span> </span> </div> </header> <div class="post-body" itemprop="articleBody"> <p>今天手贱,把笔记本的键盘弄坏了,导致电脑不能用,只好花时间把我<br>写博客的环境搬到MAC上来了,不过还好,以前折腾的够多,这次只花<br>了几分钟就把环境搭建好了。开始写东西了,哈哈。</p> <p>今天阅读了三毛的三篇散文集:</p> <ul> <li><strong>月河</strong></li> <li><strong>极乐鸟</strong></li> <li><strong>雨季不再来</strong></li> </ul> <p>在很久以前,我的世界里只有那xx实战,xx源码剖析等这些书籍,<br>但这些书籍总让人感觉很枯燥,久而久之感觉自己的思维想象空间变的很<br>狭窄,总觉得自己的另一半大脑一直处于空闲状态,没有装任何东西,直到<br>现在我开始阅读一些文学书籍后,我能用心去体会故事主人公的情感经历,<br>去想像他当时经历的环境,来丰富自己的想象空间,为自己的大脑填充一些<br>不一样的东西。以后我会多挑一些好的文学作品好好阅读,感觉自己以前就<br>欠缺一点什么东西,现在终于找到了。真的是很感谢你。</p> </div> <footer class="post-footer"> <div class="post-tags"> <a href="/tags/日记/" rel="tag">#日记</a> <a href="/tags/情感/" rel="tag">#情感</a> </div> <div class="post-nav"> <div class="post-nav-next post-nav-item"> <a href="/2017/01/16/随手记20170117/" rel="next" title="随手记20170117"> <i class="fa fa-chevron-left"></i> 随手记20170117 </a> </div> <div class="post-nav-prev post-nav-item"> <a href="/2017/01/18/随手记20170119/" rel="prev" title="随手记20170119"> 随手记20170119 <i class="fa fa-chevron-right"></i> </a> </div> </div> </footer> </article> <div class="post-spread"> <!-- JiaThis Button BEGIN --> <div class="jiathis_style"> <a class="jiathis_button_tsina"></a> <a class="jiathis_button_tqq"></a> <a class="jiathis_button_weixin"></a> <a class="jiathis_button_cqq"></a> <a class="jiathis_button_douban"></a> <a class="jiathis_button_renren"></a> <a class="jiathis_button_qzone"></a> <a class="jiathis_button_kaixin001"></a> <a class="jiathis_button_copy"></a> <a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jiathis_separator jtico jtico_jiathis" target="_blank"></a> <a class="jiathis_counter_style"></a> </div> <script type="text/javascript" > var jiathis_config={ hideMore:false } </script> <script type="text/javascript" src="http://v3.jiathis.com/code/jia.js" charset="utf-8"></script> <!-- JiaThis Button END --> </div> </div> </div> <p>热评文章</p> <div class="ds-top-threads" data-range="weekly" data-num-items="4"></div> <div class="comments" id="comments"> <div class="ds-thread" data-thread-key="2017/01/17/随手记20170118/" data-title="随手记20170118" data-url="http://HankCoder.github.io/2017/01/17/随手记20170118/"> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <ul class="sidebar-nav motion-element"> <li class="sidebar-nav-toc sidebar-nav-active" data-target="post-toc-wrap" > 文章目录 </li> <li class="sidebar-nav-overview" data-target="site-overview"> 站点概览 </li> </ul> <section class="site-overview sidebar-panel "> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/default_avatar.jpg" alt="HankCoder" /> <p class="site-author-name" itemprop="name">HankCoder</p> <p class="site-description motion-element" itemprop="description">Android | Linux | RD | OpenSource ...</p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">16</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories"> <span class="site-state-item-count">6</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">12</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="feed-link motion-element"> <a href="/atom.xml" rel="alternate"> <i class="fa fa-rss"></i> RSS </a> </div> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/HankCoder" target="_blank"> <i class="fa fa-github"></i> GitHub </a> </span> <span class="links-of-author-item"> <a href="" target="_blank"> <i class="fa fa-twitter"></i> Twitter </a> </span> <span class="links-of-author-item"> <a href="" target="_blank"> <i class="fa fa-weibo"></i> Weibo </a> </span> <span class="links-of-author-item"> <a href="" target="_blank"> <i class="fa fa-facebook-square"></i> Facebook </a> </span> <span class="links-of-author-item"> <a href="" target="_blank"> <i class="fa fa-heartbeat"></i> JianShu </a> </span> </div> <div class="cc-license motion-element" itemprop="license"> <a href="http://creativecommons.org/licenses/by-nc-sa/4.0" class="cc-opacity" target="_blank"> <img src="/images/cc-by-nc-sa.svg" alt="Creative Commons" /> </a> </div> <div class="links-of-author motion-element"> </div> </section> <section class="post-toc-wrap motion-element sidebar-panel sidebar-panel-active"> <div class="post-toc-indicator-top post-toc-indicator"> <i class="fa fa-angle-double-up"></i> </div> <div class="post-toc"> <p class="post-toc-empty">此文章未包含目录</p> </div> <div class="post-toc-indicator-bottom post-toc-indicator"> <i class="fa fa-angle-double-down"></i> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; 2015 - <span itemprop="copyrightYear">2017</span> <span class="with-love"> <i class="icon-next-heart fa fa-leaf"></i> </span> <span class="author" itemprop="copyrightHolder">HankCoder</span> </div> <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"> </script> </div> </footer> <div class="back-to-top"></div> </div> <script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/vendors/velocity/velocity.min.js"></script> <script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js"></script> <script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.0.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.0.0"></script> <script type="text/javascript" src="/js/src/affix.js?v=5.0.0"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.0.0"></script> <script type="text/javascript" src="/js/src/scrollspy.js?v=5.0.0"></script> <script type="text/javascript" id="sidebar.toc.highlight"> $(document).ready(function () { var tocSelector = '.post-toc'; var $tocSelector = $(tocSelector); var activeCurrentSelector = '.active-current'; $tocSelector .on('activate.bs.scrollspy', function () { var $currentActiveElement = $(tocSelector + ' .active').last(); removeCurrentActiveClass(); $currentActiveElement.addClass('active-current'); $tocSelector[0].scrollTop = $currentActiveElement.position().top; }) .on('clear.bs.scrollspy', function () { removeCurrentActiveClass(); }); function removeCurrentActiveClass () { $(tocSelector + ' ' + activeCurrentSelector) .removeClass(activeCurrentSelector.substring(1)); } function processTOC () { getTOCMaxHeight(); toggleTOCOverflowIndicators(); } function getTOCMaxHeight () { var height = $('.sidebar').height() - $tocSelector.position().top - $('.post-toc-indicator-bottom').height(); $tocSelector.css('height', height); return height; } function toggleTOCOverflowIndicators () { tocOverflowIndicator( '.post-toc-indicator-top', $tocSelector.scrollTop() > 0 ? 'show' : 'hide' ); tocOverflowIndicator( '.post-toc-indicator-bottom', $tocSelector.scrollTop() >= $tocSelector.find('ol').height() - $tocSelector.height() ? 'hide' : 'show' ) } $(document).on('sidebar.motion.complete', function () { processTOC(); }); $('body').scrollspy({ target: tocSelector }); $(window).on('resize', function () { if ( $('.sidebar').hasClass('sidebar-active') ) { processTOC(); } }); onScroll($tocSelector); function onScroll (element) { element.on('mousewheel DOMMouseScroll', function (event) { var oe = event.originalEvent; var delta = oe.wheelDelta || -oe.detail; this.scrollTop += ( delta < 0 ? 1 : -1 ) * 30; event.preventDefault(); toggleTOCOverflowIndicators(); }); } function tocOverflowIndicator (indicator, action) { var $indicator = $(indicator); var opacity = action === 'show' ? 1 : 0; $indicator.velocity ? $indicator.velocity('stop').velocity({ opacity: opacity }, { duration: 100 }) : $indicator.stop().animate({ opacity: opacity }, 100); } }); </script> <script type="text/javascript" id="sidebar.nav"> $(document).ready(function () { var html = $('html'); var TAB_ANIMATE_DURATION = 200; var hasVelocity = $.isFunction(html.velocity); $('.sidebar-nav li').on('click', function () { var item = $(this); var activeTabClassName = 'sidebar-nav-active'; var activePanelClassName = 'sidebar-panel-active'; if (item.hasClass(activeTabClassName)) { return; } var currentTarget = $('.' + activePanelClassName); var target = $('.' + item.data('target')); hasVelocity ? currentTarget.velocity('transition.slideUpOut', TAB_ANIMATE_DURATION, function () { target .velocity('stop') .velocity('transition.slideDownIn', TAB_ANIMATE_DURATION) .addClass(activePanelClassName); }) : currentTarget.animate({ opacity: 0 }, TAB_ANIMATE_DURATION, function () { currentTarget.hide(); target .stop() .css({'opacity': 0, 'display': 'block'}) .animate({ opacity: 1 }, TAB_ANIMATE_DURATION, function () { currentTarget.removeClass(activePanelClassName); target.addClass(activePanelClassName); }); }); item.siblings().removeClass(activeTabClassName); item.addClass(activeTabClassName); }); $('.post-toc a').on('click', function (e) { e.preventDefault(); var targetSelector = escapeSelector(this.getAttribute('href')); var offset = $(targetSelector).offset().top; hasVelocity ? html.velocity('stop').velocity('scroll', { offset: offset + 'px', mobileHA: false }) : $('html, body').stop().animate({ scrollTop: offset }, 500); }); // Expand sidebar on post detail page by default, when post has a toc. motionMiddleWares.sidebar = function () { var $tocContent = $('.post-toc-content'); if (CONFIG.sidebar === 'post') { if ($tocContent.length > 0 && $tocContent.html().trim().length > 0) { displaySidebar(); } } }; }); </script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.0.0"></script> <script type="text/javascript"> var duoshuoQuery = {short_name:"hankcoder"}; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.id = 'duoshuo-script'; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })(); </script> <script type="text/javascript"> var duoshuo_user_ID = 13537963; var duoshuo_admin_nickname = "博主"; </script> <script src="/vendors/ua-parser-js/dist/ua-parser.min.js"></script> <script src="/js/src/hook-duoshuo.js"></script> <script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.1.js"></script> <script>AV.initialize("KIpFhjbOqk9B6NsU6sEACyJt", "HOFTbHJmJyGsoGKssFSPrPAy");</script> <script> function showTime(Counter) { var query = new AV.Query(Counter); var entries = []; var $visitors = $(".leancloud_visitors"); $visitors.each(function () { entries.push( $(this).attr("id").trim() ); }); query.containedIn('url', entries); query.find() .done(function (results) { var COUNT_CONTAINER_REF = '.leancloud-visitors-count'; if (results.length === 0) { $visitors.find(COUNT_CONTAINER_REF).text(0); return; } for (var i = 0; i < results.length; i++) { var item = results[i]; var url = item.get('url'); var time = item.get('time'); var element = document.getElementById(url); $(element).find(COUNT_CONTAINER_REF).text(time); } }) .fail(function (object, error) { console.log("Error: " + error.code + " " + error.message); }); } function addCount(Counter) { var $visitors = $(".leancloud_visitors"); var url = $visitors.attr('id').trim(); var title = $visitors.attr('data-flag-title').trim(); var query = new AV.Query(Counter); query.equalTo("url", url); query.find({ success: function(results) { if (results.length > 0) { var counter = results[0]; counter.fetchWhenSave(true); counter.increment("time"); counter.save(null, { success: function(counter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(counter.get('time')); }, error: function(counter, error) { console.log('Failed to save Visitor num, with error message: ' + error.message); } }); } else { var newcounter = new Counter(); newcounter.set("title", title); newcounter.set("url", url); newcounter.set("time", 1); newcounter.save(null, { success: function(newcounter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(newcounter.get('time')); }, error: function(newcounter, error) { console.log('Failed to create'); } }); } }, error: function(error) { console.log('Error:' + error.code + " " + error.message); } }); } $(function() { var Counter = AV.Object.extend("Counter"); if ($('.leancloud_visitors').length == 1) { addCount(Counter); } else if ($('.post-title-link').length > 1) { showTime(Counter); } }); </script> <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery-lazyload/1.9.5/jquery.lazyload.js"></script> <script type="text/javascript"> $(function () { $("#posts").find('img').lazyload({ placeholder: "/images/loading.gif", effect: "fadeIn" }); }); </script> </body> </html>
HankCoder/BlogBackup
public/2017/01/17/随手记20170118/index.html
HTML
mit
28,614
<!--Navigation bar--> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" [routerLink]="['/']">Club Membership</a> </div> <div class="collapse navbar-collapse" id="myNavbar"> <ul class="nav navbar-nav navbar-right"> <li><a [routerLink]="['/']">ABOUT</a></li> <li><a [routerLink]="['/']">SERVICES</a></li> <li><a [routerLink]="['/']">CLUBS</a></li> <li><a [routerLink]="['/']">FORM</a></li> </ul> </div> </div> </nav>
muronchik/clubmembership-angular
src/app/components/nav/nav-custom.component.html
HTML
mit
803
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Submission 121</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> <img src="gallery/submissions/121.jpg" height="400"> </body> </html>
heyitsgarrett/envelopecollective
gallery_submission.php-id=121.html
HTML
mit
367
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- saved from url=(0037)http://notefeeder.heroku.com/500.html --> <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"> <link href="/stylesheets/front_page.css" media="screen" rel="stylesheet" type="text/css"> <title>notefeeder: whoops!</title> </head> <body> <h1> <a href="http://notefeeder.heroku.com/">note feeder</a> <div id="underline"></div> </h1> <div class="content_area"> <h2>Whoops!</h2> <p> The change you tried to make was rejected<br/> Either your messing around with things or we have a problem. </p> If you think this is a real error and you've got a minute I'd really appresheate an email with the url you were trying to reach and maybe a short description of whatever you were trying to doing. <p> email: davidhampgonsavles(at)gmail.com </p> <div id="error_code">error 404</div> </div> </body></html>
davidhampgonsalves/notefeeder
public/422.html
HTML
mit
1,097
<!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_11) on Sun Aug 31 14:44:00 IST 2014 --> <title>Uses of Class org.symboltable.Edge</title> <meta name="date" content="2014-08-31"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.symboltable.Edge"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../org/symboltable/package-summary.html">Package</a></li> <li><a href="../../../org/symboltable/Edge.html" title="class in org.symboltable">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/symboltable/class-use/Edge.html" target="_top">Frames</a></li> <li><a href="Edge.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.symboltable.Edge" class="title">Uses of Class<br>org.symboltable.Edge</h2> </div> <div class="classUseContainer">No usage of org.symboltable.Edge</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../org/symboltable/package-summary.html">Package</a></li> <li><a href="../../../org/symboltable/Edge.html" title="class in org.symboltable">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/symboltable/class-use/Edge.html" target="_top">Frames</a></li> <li><a href="Edge.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
shivam091/Symbol-Table
Symbol Table/doc/org/symboltable/class-use/Edge.html
HTML
mit
4,022
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - A Pen by Justin Kams</title> </head> <body> <html> <head> <title>The Basics of The Web and HTML</title> </head> <body> <h2>The Basics of The Web and HTML</h2> <p><em></em></p> <p><em><h3>The Basics of the World Wide Web</h3></em> The world wide web is a collection of computers with html files on them. The computers communcate and share the html files when the user requests it in the browser. When a person goes to a web page like <a href="www.google.com">www.google.com</a>, their computer sends a HTTP Request to a server. The server finds the appropriate<b> HTML</b> document and sends it back to the user's computer where a web browser interprets the page and displays it on the user's screen.</p> <p><em><h3>HTML</h3></em> <b>HTML</b> stands for <em>Hypertext Markup Language</em>. <b>HTML</b> documents form the majority of the content on the web. <b>HTML</b> documents contain text content which describes <em>"what you see"</em> and markup which describes <em>"how it looks"</em>. This video gives a good overview.</p> <p><em><h3>Tags and Elements</h3></em> <b>HTML</b> documents are made of <b>HTML</b> elements. When writing <b>HTML</b>, we tell browsers the type of each element by using <b>HTML</b> tags. This video explains the distinction well.</p> <p><em><h3>HTML Attributes</h3></em> There are many attributes. One for starters is the anchor tag. The anchor tag is used to include links in the material. These tags would be nested in the less than greater brackets, and consist of <em>'a href="link" /a'</em>. View this webpage for a <a href="http://www.w3schools.com/tags/tag_a.asp">description</a>. </p> <p><em><h3>Images</h3></em> Images can be added to web content. These tags will again have the less than and greater than brackets surrounding them, and consist of <em>'img src="url" alt="text"'</em>. These tags are known as void tags and do not need content included. Also the alt attribute at the end of the tag, diplays text in the event the image request is broken. </p> <p><em><h3>Whitespace</h3></em> Browsers automatically put text on one line, unless told othrwise. To render text on multiple lines, use the tag <em>'br'</em> which stands for break, or <em>'p'</em>, which stands for paragraph. </p> <p><em><h3>Why Computers are Stupid</h3></em> Computers are stupid because they interpret instructions literally. This makes them very unforgiving since a small mistake by a programmer can cause huge problems in a program.</p> <p><em><h3>Inline vs Block Elements</h3></em> HTML elements are either inline or block. Block elements form an <em>"invisible box"</em> around the content inside of them.</p> <p><em><h3>HTML Document</h3></em> Lastly a typical html document will be ordered as follows: <ol> <li>!DOCTYPE HTML</li> <li>html</li> <li>head</li> <li>/head</li> <li>body</li> <li>tags 'content' /tags</li> <li>/body</li> <li>/html</li> </ol> </p> </body> </html> </body> </html>
westlyheinrich/getting-started-with-html
index.html
HTML
mit
3,084
--- layout: default archive: true --- <script src="https://apis.google.com/js/platform.js" async defer></script> <article class="post"> <header> <h1>{{ page.title }}</h1> <h2 class="headline">{{ page.date | date:"%B %-d, %Y" }}</h2> </header> <section id="post-body"> {{content}} {% assign post = page %} {% if post.tags.size > 0 %} {% capture tags_content %}Posted with {% if post.tags.size == 1 %}<i class="fa fa-tag"></i>{% else %}<i class="fa fa-tags"></i>{% endif %}: {% endcapture %} {% for post_tag in post.tags %} {% for data_tag in site.data.tags %} {% if data_tag.slug == post_tag %} {% assign tag = data_tag %} {% endif %} {% endfor %} {% if tag %} {% capture tags_content_temp %}{{ tags_content }}<a href="/blog/tag/{{ tag.slug }}/">{{ tag.name }}</a>{% if forloop.last == false %}, {% endif %}{% endcapture %} {% assign tags_content = tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content = '' %} {% endif %} </section> </article> <footer id="post-meta" class="clearfix"> <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="https://tinyletter.com/MozillaTN" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/MozillaTN', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><label for="tlemail">Enter your email address To our Community Mailing List</label></p><p><input type="text" style="width:140px" name="email" id="tlemail" /></p><input type="hidden" value="1" name="embed"/><input type="submit" value="Subscribe" /> </form> {% assign author = site.data.people[page.author] %} <a href="/about/{{ page.author }}"> <img class="avatar" src="{{ author.gravatar}}"> <div> <span class="dark">{{ author.name }}</span> </div> </a> <p>{{ tags_content }}</p> <section id="sharing"> {% include share.html %} </section> </footer> {% include pagination.html %} <!-- Disqus comments --> {% if site.disqus %} <div class="archive readmore"> <h3>Comments</h3> {% include disqus.html %} </div> {% endif %} <!-- Archive post list --> {% if page.archive %} <ul id="post-list" class="archive readmore"> <h3>Read more</h3> {% for post in site.posts limit:10 %} <li> <a href="{{ site.baseurl }}{{ post.url | remove_first: '/' }}">{{ post.title }}<aside class="dates">{{ post.date | date:"%b %d" }}</aside></a> </li> {% endfor %} </ul> {% endif %}
MozillaTN/mozillatn.github.io
_layouts/post.html
HTML
mit
2,663
{% macro scenario_tabs(selected,num,path, id) %} <div class="section-tabs js-tabs clearfix mb20"> <ul> {% set navs = [ {url:"timeline-review",label:"Timeline"}, {url:"details-fme",label:"Details"}, {url:"evidence-portal",label:"Evidence"}, {url:"appointment",label:"Appointment"} ] %} {% for item in navs %} <li {% if item.url == selected %} class="active"{% endif %}><a href="/fha/scrutiny-scenarios/scenario7/{{ item.url }}/">{{ item.label }}</a></li> {% endfor %} </ul> </div> {% endmacro %}
dwpdigitaltech/healthanddisability
app/views/fha/scrutiny-scenarios/scenario7/_macros_nav_scenario7.html
HTML
mit
573
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112-google-v7) on Fri Jul 21 13:02:32 PDT 2017 --> <title>Resetter</title> <meta name="date" content="2017-07-21"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Resetter"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="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/annotation/RealObject.html" title="annotation in org.robolectric.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/annotation/Resetter.html" target="_top">Frames</a></li> <li><a href="Resetter.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>Field&nbsp;|&nbsp;</li> <li>Required&nbsp;|&nbsp;</li> <li>Optional</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Element</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.annotation</div> <h2 title="Annotation Type Resetter" class="title">Annotation Type Resetter</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface <span class="memberNameLabel">Resetter</span></pre> <div class="block"><p>Indicates that the annotated method is used to reset static state in a shadow.</p></div> </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/annotation/RealObject.html" title="annotation in org.robolectric.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/annotation/Resetter.html" target="_top">Frames</a></li> <li><a href="Resetter.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>Field&nbsp;|&nbsp;</li> <li>Required&nbsp;|&nbsp;</li> <li>Optional</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Element</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/3.4/org/robolectric/annotation/Resetter.html
HTML
mit
5,317
<table> <thead> <tr> <th>Nombre</th> <th>RUT</th> <th>Sexo</th> <th>Dirección</th> <th>Ciudad/Comuna</th> </tr> </thead> <tbody> </tbody> </table>
lgaticaq/info-rut
test/replies/person-fail.html
HTML
mit
196
--- layout: api_index title: api breadcrumbs: true --- {% include api_listing.html %}
tempusjs/tempus-js.com
api/index.html
HTML
mit
85
<!DOCTYPE html> <html> <head> <title>likeness:Configuration#children~details documentation</title> <link rel="stylesheet" type="text/css" href="../../../../../../../../index.css" /> <link rel="stylesheet" type="text/css" href="../../../../../../../../highlight.css" /> <script type="text/javascript" src="../../../../../../../../index.js"></script> </head> <body class="spare" id="component_1995"> <div id="outer"> <div id="header"> <a class="ctype" href="../../../../../../../../index.html">spare</a> <span></span> <span class="breadcrumbs"> <span class="delimiter">:</span><a href="../../../../../../index.html" class="breadcrumb module">likeness</a><span class="delimiter">:</span><a href="../../../../index.html" class="breadcrumb module">Configuration</a><span class="delimiter">#</span><a href="../../index.html" class="breadcrumb member">children</a><span class="delimiter">~</span><a href="index.html" class="breadcrumb spare">details</a> </span> </div> <div id="content"> <!-- basic document info --> <div id="details"> <div class="markdown"><p>If a fixed child name begins with a period, this property is used to insulate it from the operator namespace.</p> </div> <div class="clear"></div> </div> <div class="children"> </div> </div> </div> <div id="footer"> This document was generated with <a href="https://github.com/shenanigans/node-doczar">doczar</a> at <span class="time">4:47pm</span> on <span class="date">8/11/2015</span> </div> </body> </html>
shenanigans/node-sublayer
static/docs/generated/module/likeness/module/configuration/member/children/spare/details/index.html
HTML
mit
1,754
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>TITLE</title> <style type="text/css" media="screen"> body { font-family: sans-serif; } </style> </head> <body> <p>HELLO</p> <script type="text/javascript"> </script> </body> </html>
felixhummel/skeletons
html-inline/index.html
HTML
mit
298
<div class="ui right aligned grid"> <div class="right aligned column"> <span *ngIf="currentState == 'save as' && endPointForm.valid"> <a mat-mini-fab routerLink="." color='primary' (click)="createEndPoint()"><mat-icon>content_copy</mat-icon></a> &nbsp;save as&nbsp; </span> <span *ngIf="currentState == 'update' && endPointForm.valid"> <a mat-mini-fab routerLink="." color='primary' (click)="updateEndPoint()"><mat-icon>save</mat-icon></a> &nbsp;update&nbsp; </span> <span *ngIf="currentState == 'create' && endPointForm.valid"> <a mat-mini-fab routerLink="." color='primary' (click)="createEndPoint()"><mat-icon>save</mat-icon></a> &nbsp;save&nbsp; </span> <span *ngIf="endPointForm.dirty && currentState != 'create'"> <a mat-mini-fab routerLink="." color='primary' (click)="resetEndPoint()"><mat-icon>undo</mat-icon></a> &nbsp;undo&nbsp; </span> <span> <a mat-mini-fab routerLink="." color='primary' (click)="newEndPoint()"><mat-icon>add</mat-icon></a> &nbsp;create&nbsp; </span> <span *ngIf="currentEndPoint.name !='' && currentState != 'create' && preDefined == false"> <a mat-mini-fab routerLink="." (click)="deleteEndPoint()"> <mat-icon>clear</mat-icon></a> &nbsp;remove&nbsp; </span> </div> </div> <br> <form [formGroup]="endPointForm" novalidate class="ui form"> <div class="field"> <div class="ui left icon input"> <input formControlName="name" type="text" placeholder="Name"> <i class="tag icon"></i> </div> </div> <div class="field"> <div class="ui left icon input"> <input formControlName="address" type="text" placeholder="URL"> <i class="marker icon"></i> </div> </div> <div class="field"> <div class="ui"> <textarea rows="2" class="form-control" formControlName="description" placeholder="Description"></textarea> </div> </div> <mat-form-field class="example-chip-list"> <mat-chip-list #chipList> <mat-chip *ngFor="let tag of formTags.tags" [selectable]="selectable" [removable]="removable" (removed)="removeTag(tag)"> {{tag.name}} <mat-icon matChipRemove *ngIf="removable">cancel</mat-icon> </mat-chip> <input [disabled]="preDefined" type="" placeholder={{tagPlaceHolderText}} [matChipInputFor]="chipList" [matChipInputSeparatorKeyCodes]="separatorKeysCodes" [matChipInputAddOnBlur]="addOnBlur" (matChipInputTokenEnd)="addTag($event)"> </mat-chip-list> </mat-form-field> <div *ngIf="useCredentials"> <div class="field"> <label> <select class="ui transparent" formControlName="credentialType"> <option *ngFor="let credentialType of credentialScheme" [value]="credentialType"> {{credentialType}} </option> </select> </label> </div> <div class="field"> <div class="ui left icon input"> <input formControlName="user" type="text" placeholder="User"> <i class="user icon"></i> </div> </div> <div class="field"> <div class="ui left icon input"> <input formControlName="credential" type="password" placeholder="Credential"> <i class="key icon"></i> </div> </div> <div class="field"> <div class="ui left icon input"> <input formControlName="tokenAPI" type="string" placeholder="Token API"> <i class="key icon"></i> </div> </div> <div class="field"> <div class="ui left icon input"> <input formControlName="tokenAPIProperty" type="string" placeholder="Token API Property"> <i class="key icon"></i> </div> </div> </div> </form>
catalogicsoftware/Angular-4-Plus-Dashboard-Framework
src/app/configuration/tab-endpoint/endpointDetail.html
HTML
mit
4,391
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="theme-color" content="#000000"> <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"> <title>React App</title> </head> <body> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> </body> </html>
gmmendezp/generator-nyssa-fe
generators/app/templates/public/index.html
HTML
mit
692
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>SEEPPP v1</title> </head> <body onLoad="document.location.href='app.php'"></body> </html>
efraxpc/SEPPP
index.html
HTML
mit
256
<!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>nucleo-dynamixel: HAL TIM Aliased Macros maintained for legacy purpose</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </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">nucleo-dynamixel &#160;<span id="projectnumber">0.0.1</span> </div> <div id="projectbrief">A library for controlling dynamixel servomotors, designed for nucleo stm32</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li class="current"><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('group___h_a_l___t_i_m___aliased___macros.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#define-members">Macros</a> </div> <div class="headertitle"> <div class="title">HAL TIM Aliased Macros maintained for legacy purpose</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a> Macros</h2></td></tr> <tr class="memitem:ga1f487f25516b3fd87b864f5be8229b7e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga1f487f25516b3fd87b864f5be8229b7e"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_SetICPrescalerValue</b>&#160;&#160;&#160;TIM_SET_ICPRESCALERVALUE</td></tr> <tr class="separator:ga1f487f25516b3fd87b864f5be8229b7e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gac171a25ce55eafe62671d40d7397d721"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gac171a25ce55eafe62671d40d7397d721"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_ResetICPrescalerValue</b>&#160;&#160;&#160;TIM_RESET_ICPRESCALERVALUE</td></tr> <tr class="separator:gac171a25ce55eafe62671d40d7397d721"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga1dd7eae80b853d3526091193e81b4731"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga1dd7eae80b853d3526091193e81b4731"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_GET_ITSTATUS</b>&#160;&#160;&#160;__HAL_TIM_GET_IT_SOURCE</td></tr> <tr class="separator:ga1dd7eae80b853d3526091193e81b4731"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gadd580b2357a85c03653006349721a36e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gadd580b2357a85c03653006349721a36e"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_GET_CLEAR_IT</b>&#160;&#160;&#160;__HAL_TIM_CLEAR_IT</td></tr> <tr class="separator:gadd580b2357a85c03653006349721a36e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga5b35f7cd15ac31c7b1a9596ac8521f36"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga5b35f7cd15ac31c7b1a9596ac8521f36"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_GET_ITSTATUS</b>&#160;&#160;&#160;__HAL_TIM_GET_IT_SOURCE</td></tr> <tr class="separator:ga5b35f7cd15ac31c7b1a9596ac8521f36"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga76886ef4a5712e8627ea09ff564cdff2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga76886ef4a5712e8627ea09ff564cdff2"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_DIRECTION_STATUS</b>&#160;&#160;&#160;__HAL_TIM_IS_TIM_COUNTING_DOWN</td></tr> <tr class="separator:ga76886ef4a5712e8627ea09ff564cdff2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga64fdbe2a68fc8459071ee0dcb9096e34"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga64fdbe2a68fc8459071ee0dcb9096e34"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_PRESCALER</b>&#160;&#160;&#160;__HAL_TIM_SET_PRESCALER</td></tr> <tr class="separator:ga64fdbe2a68fc8459071ee0dcb9096e34"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga23ef14334077dc01d9e6d8bfa6614260"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga23ef14334077dc01d9e6d8bfa6614260"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_SetCounter</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#ga9746ac75e4cd25cec1a9ebac8cb82b97">__HAL_TIM_SET_COUNTER</a></td></tr> <tr class="separator:ga23ef14334077dc01d9e6d8bfa6614260"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga074ff6af2efe776a0e76622bf8d4c85a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga074ff6af2efe776a0e76622bf8d4c85a"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_GetCounter</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#gaf1af08014b9d06efbbb091d58d47c8ba">__HAL_TIM_GET_COUNTER</a></td></tr> <tr class="separator:ga074ff6af2efe776a0e76622bf8d4c85a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga8857297381807be432e6b6eb98fdb591"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga8857297381807be432e6b6eb98fdb591"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_SetAutoreload</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#ga1e6300cab1e34ecaaf490dc7d4812d69">__HAL_TIM_SET_AUTORELOAD</a></td></tr> <tr class="separator:ga8857297381807be432e6b6eb98fdb591"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gae96afd3a280ee1faf2551537e6618ee4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gae96afd3a280ee1faf2551537e6618ee4"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_GetAutoreload</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#gaa7a5c7645695bad15bacd402513a028a">__HAL_TIM_GET_AUTORELOAD</a></td></tr> <tr class="separator:gae96afd3a280ee1faf2551537e6618ee4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga8b8f3cf144c4058ec55e6e3659c6a68f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga8b8f3cf144c4058ec55e6e3659c6a68f"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_SetClockDivision</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#ga8aa84d77c670890408092630f9b2bdc4">__HAL_TIM_SET_CLOCKDIVISION</a></td></tr> <tr class="separator:ga8b8f3cf144c4058ec55e6e3659c6a68f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaaf835e3864f2ba2e2026d417ad0d5e40"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaaf835e3864f2ba2e2026d417ad0d5e40"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_GetClockDivision</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#gae6bc91bb5940bce52828c690f24001b8">__HAL_TIM_GET_CLOCKDIVISION</a></td></tr> <tr class="separator:gaaf835e3864f2ba2e2026d417ad0d5e40"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga1cb3c9854441539ebe076fba62c36d22"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga1cb3c9854441539ebe076fba62c36d22"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_SetICPrescaler</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#gaeb106399b95ef02cec502f58276a0e92">__HAL_TIM_SET_ICPRESCALER</a></td></tr> <tr class="separator:ga1cb3c9854441539ebe076fba62c36d22"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gae8d82e4e04e81f7a023a45b73c9705b7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gae8d82e4e04e81f7a023a45b73c9705b7"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_GetICPrescaler</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#gabfeec6b3c67a5747c7dbd20aff61d8e2">__HAL_TIM_GET_ICPRESCALER</a></td></tr> <tr class="separator:gae8d82e4e04e81f7a023a45b73c9705b7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga03feb77e8c86f3563d671c1ec2439e76"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga03feb77e8c86f3563d671c1ec2439e76"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_SetCompare</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#ga300d0c9624c3b072d3afeb7cef639b66">__HAL_TIM_SET_COMPARE</a></td></tr> <tr class="separator:ga03feb77e8c86f3563d671c1ec2439e76"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga6c5f81acbdba730e0cd6a67f06e97de2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga6c5f81acbdba730e0cd6a67f06e97de2"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>__HAL_TIM_GetCompare</b>&#160;&#160;&#160;<a class="el" href="group___t_i_m___exported___macros.html#gaa40722f56910966e1da5241b610eed84">__HAL_TIM_GET_COMPARE</a></td></tr> <tr class="separator:ga6c5f81acbdba730e0cd6a67f06e97de2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gab7cf2b7db3956d4fd1e5a5d84f4891e7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gab7cf2b7db3956d4fd1e5a5d84f4891e7"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_TS_ITR0</b>&#160;&#160;&#160;((uint32_t)0x0000)</td></tr> <tr class="separator:gab7cf2b7db3956d4fd1e5a5d84f4891e7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gad90fbca297153ca9c0112a67ea2c6cb3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gad90fbca297153ca9c0112a67ea2c6cb3"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_TS_ITR1</b>&#160;&#160;&#160;((uint32_t)0x0010)</td></tr> <tr class="separator:gad90fbca297153ca9c0112a67ea2c6cb3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga8599ba58a5f911d648503c7ac55d4320"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga8599ba58a5f911d648503c7ac55d4320"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_TS_ITR2</b>&#160;&#160;&#160;((uint32_t)0x0020)</td></tr> <tr class="separator:ga8599ba58a5f911d648503c7ac55d4320"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga63183e611b91c5847040172c0069514d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga63183e611b91c5847040172c0069514d"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_TS_ITR3</b>&#160;&#160;&#160;((uint32_t)0x0030)</td></tr> <tr class="separator:ga63183e611b91c5847040172c0069514d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga1ce6c387021e2fdaf3fa3d7cd3eae962"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>IS_TIM_INTERNAL_TRIGGER_SELECTION</b>(SELECTION)</td></tr> <tr class="separator:ga1ce6c387021e2fdaf3fa3d7cd3eae962"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga6b1541e4a49d62610899e24bf23f4879"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga6b1541e4a49d62610899e24bf23f4879"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_CHANNEL_1</b>&#160;&#160;&#160;((uint32_t)0x0000)</td></tr> <tr class="separator:ga6b1541e4a49d62610899e24bf23f4879"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga33e02d43345a7ac5886f01b39e4f7ccd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga33e02d43345a7ac5886f01b39e4f7ccd"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_CHANNEL_2</b>&#160;&#160;&#160;((uint32_t)0x0004)</td></tr> <tr class="separator:ga33e02d43345a7ac5886f01b39e4f7ccd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga9ec916c398ee31bce684335fb81c54dc"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>IS_TIM_PWMI_CHANNELS</b>(CHANNEL)</td></tr> <tr class="separator:ga9ec916c398ee31bce684335fb81c54dc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga07bb7288fc4ed155301a3276908a23a0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga07bb7288fc4ed155301a3276908a23a0"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_OUTPUTNSTATE_DISABLE</b>&#160;&#160;&#160;((uint32_t)0x0000)</td></tr> <tr class="separator:ga07bb7288fc4ed155301a3276908a23a0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga3323d8c81a7f3940aa290d160dea3e0d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga3323d8c81a7f3940aa290d160dea3e0d"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_OUTPUTNSTATE_ENABLE</b>&#160;&#160;&#160;(<a class="el" href="group___peripheral___registers___bits___definition.html#ga813056b3f90a13c4432aeba55f28957e">TIM_CCER_CC1NE</a>)</td></tr> <tr class="separator:ga3323d8c81a7f3940aa290d160dea3e0d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga81e27a982d9707f699451f30314c4274"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>IS_TIM_OUTPUTN_STATE</b>(STATE)</td></tr> <tr class="separator:ga81e27a982d9707f699451f30314c4274"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga98fa585adffeb0d3654b47040576c6b7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga98fa585adffeb0d3654b47040576c6b7"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_OUTPUTSTATE_DISABLE</b>&#160;&#160;&#160;((uint32_t)0x0000)</td></tr> <tr class="separator:ga98fa585adffeb0d3654b47040576c6b7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga114555abc521311f689478a7e0a9ace9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga114555abc521311f689478a7e0a9ace9"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>TIM_OUTPUTSTATE_ENABLE</b>&#160;&#160;&#160;(<a class="el" href="group___peripheral___registers___bits___definition.html#ga3f494b9881e7b97bb2d79f7ad4e79937">TIM_CCER_CC1E</a>)</td></tr> <tr class="separator:ga114555abc521311f689478a7e0a9ace9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga5848617f830d2de688eaff50ed279679"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>IS_TIM_OUTPUT_STATE</b>(STATE)</td></tr> <tr class="separator:ga5848617f830d2de688eaff50ed279679"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <h2 class="groupheader">Macro Definition Documentation</h2> <a class="anchor" id="ga1ce6c387021e2fdaf3fa3d7cd3eae962"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define IS_TIM_INTERNAL_TRIGGER_SELECTION</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">SELECTION</td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">(((SELECTION) == TIM_TS_ITR0) || \</div><div class="line"> ((SELECTION) == TIM_TS_ITR1) || \</div><div class="line"> ((SELECTION) == TIM_TS_ITR2) || \</div><div class="line"> ((SELECTION) == TIM_TS_ITR3))</div></div><!-- fragment --> </div> </div> <a class="anchor" id="ga5848617f830d2de688eaff50ed279679"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define IS_TIM_OUTPUT_STATE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">STATE</td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">(((STATE) == TIM_OUTPUTSTATE_DISABLE) || \</div><div class="line"> ((STATE) == TIM_OUTPUTSTATE_ENABLE))</div></div><!-- fragment --> </div> </div> <a class="anchor" id="ga81e27a982d9707f699451f30314c4274"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define IS_TIM_OUTPUTN_STATE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">STATE</td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">(((STATE) == TIM_OUTPUTNSTATE_DISABLE) || \</div><div class="line"> ((STATE) == TIM_OUTPUTNSTATE_ENABLE))</div></div><!-- fragment --> </div> </div> <a class="anchor" id="ga9ec916c398ee31bce684335fb81c54dc"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define IS_TIM_PWMI_CHANNELS</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">CHANNEL</td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">(((CHANNEL) == TIM_CHANNEL_1) || \</div><div class="line"> ((CHANNEL) == TIM_CHANNEL_2))</div></div><!-- fragment --> </div> </div> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
team-diana/nucleo-dynamixel
docs/html/group___h_a_l___t_i_m___aliased___macros.html
HTML
mit
21,613
<!DOCTYPE html> <html> <head> <title>JAVASCRIPT BASICS</title> <meta charset="UTF-8"> <link href="../styles/main.css" rel="stylesheet" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css"> <link rel="stylesheet" href="styles/main.css"> <link href="https://fonts.googleapis.com/css?family=Amatic+SC|Fredericka+the+Great" rel="stylesheet"> </head> <body> <h1>JAVASCRIPT BASICS</h1> <div class="container"> <h4>Technical Blog Part Four</h4> <h5>Terminology: "Learning the Lingo"</h5> <strong>How does JavaScript compare to HTML and CSS?</strong> <p> <strong><em>JavaScript</em></strong> compares differently to HTML and CSS as it is used for website functionality, this means it is able to process data and tells a page how to behave, where as HTML dictates structure, i.e. how the contents is divided, and CSS dictates style, i.e. how the page looks. </p> <strong> Explain control flow and loops using an example process from everyday life.</strong> <p> <strong><em>Control flow</em></strong> is the order in which the computer executes statements. <em>Loops</em> offer a quick and easy way to do something repeatedly, changing the control flow of the code. An example of this in daily life would be the process of waking up. The control flow when you wake up is that your alarm goes off, you turn alarm off, you wake up and you take a shower. However as we all know we like to snooze so sometimes when our alarm goes off we will snooze and go back to bed. A loop would then check that we haven't woken up and so the code to take a shower will not run until the condition of us waking up is met. If we are already awake when the alarm goes off the loop will not run at all as the condition has been met. </p> <strong>Explain the difference between accessing data from arrays and objects</strong> <p> The difference between accessing data from arrays and objects is that data from an array can only be accessed through bracket notation where as data from an object can be accessed with bracket and dot notation. Also I think arrays are ordered so that you can only add/remove the first and last element where as you can add/remove or modify any property within an object as long as you know the property name. </p> <strong>Explain what functions are and why they are useful</strong> <p> <strong><em>Functions</em></strong> are a way for us to give instructions to the computer more efficiently. Imagine us doing a daily task such as cooking. Our Ingredients(inputs) and meal(output) would differ but our method i.e. cook will be the same. Functions let us tell the computer to perform a set of instructions, without typing it over and over again, we just give it different inputs to get the corresponding output. </p> </div> </body> <footer> <p> <a href="../tblog.html">Back</a> </p> </footer> </html>
amandahogan/amandahogan.github.io
blog/t4-javascript-basics.html
HTML
mit
3,202
<html> <head> <title>%%%name%%% - Wright! Magazine</title> %%%=templates/headers.html%%% <link rel="stylesheet" href="%%%urlroot%%%fonts/stylesheet.css" type="text/css" charset="utf-8" /> <script type="text/javascript" src="%%%urlroot%%%js/wright.js?a=1"></script> </head> <body onload="onload()"> %%%=templates/headerbar.html%%% <div id="banner"> <div class="image" style="background-image:url('%%%urltapes%%%%%%issueid%%%/screenshots/%%%screenshots.1%%%')"></div> <div class="filter"></div> <div class="text"> <h1><a href="#settings">%%%name%%% %%%edition%%%</a></h1> <p>%%%genre%%%, &copy; %%%author%%% %%%year%%%</p> </div> </div> <div id="game"></div> <div id="body"> <p> <img src="%%%urltapes%%%%%%issueid%%%/screenshots/%%%screenshots.0%%%" class="articleimage"> %%%description%%% </p> <p class="small"> (Want to share something? You can find me <a href="https://twitter.com/KesieV">on Twitter</a>!) </p> <p class="links"> <a href="https://www.kesiev.com%%%urlroot%%%webapp/%%%issueid%%%/index.html"><img src="%%%urlroot%%%publishers/site/images/tape.png">Install / Add to home</a> <a href="https://github.com/kesiev/Wright/tree/master/tapes/%%%issueid%%%"><img src="%%%urlroot%%%publishers/site/images/github.png">View game sources</a> <span>...or play it online below!</span> </p> </div> <div id="settingscontainer"> <div id="settings"></div> </div> %%%=templates/footerbar.html%%% </body> <script> function onload() { runSingleWright('%%%issueid%%%', { controllerDefaults:{ PeerJSApiKey:'tlaw8l8f0kiysyvi', ChromecastApplicationID:'60B7E7EC', ChromecastNamespace:'urn:x-cast:com.kesiev.wright' }, tapesRoot:'%%%urltapes%%%', systemRoot:'%%%urlroot%%%system', gameContainer:document.getElementById('game'),settingsContainer:document.getElementById('settings'), onRun:function(){document.getElementById('body').innerHTML='';} } ); } </script> </html>
kesiev/Wright
publishers/site/templates/issue.html
HTML
mit
2,009
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Blocks &amp; Guidelines</title> <link rel="stylesheet" type="text/css" href="./css/ui.css"> <script src='https://code.jquery.com/jquery-2.1.3.min.js' type='application/javascript'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.8/ace.js' type='application/javascript'></script> <script src='./js/blocks.and.guidelines.js' type='application/javascript'></script> <script src='./js/rapheal-min.js' type='application/javascript'></script> <script src='./js/util.js' type='application/javascript'></script> <script src='./js/ui.js' type='application/javascript'></script> </head> <body id='body'> <!-- <div id='canvas'></div> --> <div id='rendering-context'></div> <div id='documents'> <div class='addlevel'>+</div> <h3>Diagrams</h3> <span class='button' id='Import'><input type="file" id="input"></span><p></p> <span class='button' id='Export'><a href='' target="_blank">Export</a></span> <span class='button' id='Delete'>Delete</span> <div id='scroller'> <ul id="saves"></ul> </div> </div> </body> </html>
OSU-Infovis/BlocksAndGuides
ui.html
HTML
mit
1,378
--- title: Overdose Fatality Review Teams Literature Review _template: publication area: - Criminal Justice System pubtype: - Research Report pubstatatus: 'true' summary: States and localities across the United States have implemented overdose fatality review teams to address the impact of the opioid crisis on their communities. Overdose fatality review teams are designed to increase cross-system collaboration among various public safety, public health, and social service agencies; identify missed opportunities and system gaps; and develop recommendations for intervention efforts in hopes of preventing future overdose deaths. However, limitations in peer-reviewed research on the effectiveness of overdose fatality review teams limit the understanding of their usefulness. This article provides a review of literature on overdose fatality review teams, including goals, recommendations, and information sharing protocols, as well as considerations from other fatality review teams. articleLink: /articles/overdose-fatality-review-teams-literature-review puburl: /assets/articles/Overdose Fatality Review Team Literature Review Final-210219T19112457.pdf --- States and localities across the United States have implemented overdose fatality review teams to address the impact of the opioid crisis on their communities. Overdose fatality review teams are designed to increase cross-system collaboration among various public safety, public health, and social service agencies; identify missed opportunities and system gaps; and develop recommendations for intervention efforts in hopes of preventing future overdose deaths. However, limitations in peer-reviewed research on the effectiveness of overdose fatality review teams limit the understanding of their usefulness. This article provides a review of literature on overdose fatality review teams, including goals, recommendations, and information sharing protocols, as well as considerations from other fatality review teams.
ICJIA/icjia-public-website
_content/55-publications/2021-03-15-overdose-fatality-review-teams-literature-review.html
HTML
mit
1,987
<!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="./41814c947891496a1acc2233f71c55d6d8d51db20b34ea7b2815cc76b4bf13c8.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/b27a49775c444cb482bdd5ad724ef29021224f933713fb663dba33bd34c415e1.html
HTML
mit
550
<!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="./d2fe18e71c8455c6ae9719209877704ba01fd0b8a3641bcff330a4d9c8a66210.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/37b93c337d764afc6c82c4a0e3a29ac3eb67cfb701bc613645d1067f200bb816.html
HTML
mit
550
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_11) on Wed Mar 06 13:52:23 HST 2013 --> <title>S-Index</title> <meta name="date" content="2013-03-06"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="S-Index"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../jsl/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../jsl/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-8.html">Prev Letter</a></li> <li><a href="index-10.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-9.html" target="_top">Frames</a></li> <li><a href="index-9.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">D</a>&nbsp;<a href="index-2.html">E</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">I</a>&nbsp;<a href="index-5.html">J</a>&nbsp;<a href="index-6.html">M</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">R</a>&nbsp;<a href="index-9.html">S</a>&nbsp;<a href="index-10.html">T</a>&nbsp;<a name="_S_"> <!-- --> </a> <h2 class="title">S</h2> <dl> <dt><span class="strong"><a href="../jsl/EasyKillBot.html#setRobotFire()">setRobotFire()</a></span> - Method in class jsl.<a href="../jsl/EasyKillBot.html" title="class in jsl">EasyKillBot</a></dt> <dd> <div class="block">Method <code>setRobotFire</code> sets action to fire at a robot in range and power is proportional to distance.</div> </dd> <dt><span class="strong"><a href="../jsl/EasyKillBot.html#setRobotGun()">setRobotGun()</a></span> - Method in class jsl.<a href="../jsl/EasyKillBot.html" title="class in jsl">EasyKillBot</a></dt> <dd> <div class="block">Method <code>setRobotGun</code> sets the gun turning for the robot.</div> </dd> <dt><span class="strong"><a href="../jsl/EasyKillBot.html#setRobotMove()">setRobotMove()</a></span> - Method in class jsl.<a href="../jsl/EasyKillBot.html" title="class in jsl">EasyKillBot</a></dt> <dd> <div class="block">Method <code>setRobotMove</code> sets the turn and traveling portion of the robot.</div> </dd> <dt><span class="strong"><a href="../jsl/EasyKillBot.html#setRobotRadar()">setRobotRadar()</a></span> - Method in class jsl.<a href="../jsl/EasyKillBot.html" title="class in jsl">EasyKillBot</a></dt> <dd> <div class="block">Method <code>setRobotRadar</code> sets the radar determines radar action based on current information.</div> </dd> <dt><span class="strong"><a href="../jsl/EasyKillBot.html#setTrackedRadar()">setTrackedRadar()</a></span> - Method in class jsl.<a href="../jsl/EasyKillBot.html" title="class in jsl">EasyKillBot</a></dt> <dd> <div class="block">Method <code>setTrackedRadar</code> sets the radar turning for the robot.</div> </dd> <dt><span class="strong"><a href="../jsl/EnemyRobot.html#storeEvent(robocode.ScannedRobotEvent)">storeEvent(ScannedRobotEvent)</a></span> - Method in class jsl.<a href="../jsl/EnemyRobot.html" title="class in jsl">EnemyRobot</a></dt> <dd> <div class="block">Method <code>storeEvent</code> stores an event to be used later.</div> </dd> </dl> <a href="index-1.html">D</a>&nbsp;<a href="index-2.html">E</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">I</a>&nbsp;<a href="index-5.html">J</a>&nbsp;<a href="index-6.html">M</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">R</a>&nbsp;<a href="index-9.html">S</a>&nbsp;<a href="index-10.html">T</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../jsl/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../jsl/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-8.html">Prev Letter</a></li> <li><a href="index-10.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-9.html" target="_top">Frames</a></li> <li><a href="index-9.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
justinslee/robocode-jsl-EasyKillBot
doc/index-files/index-9.html
HTML
mit
6,055
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>rb-aem manual | 3. Packing and unpacking data</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css" media="all"><!--@import url(../full.css);--></style> </head> <body> <h1><img src="../rb-appscript-logo.png" alt="rb-appscript" title="rb-appscript" /></h1> <!-- top navigation --> <div class="navbar"> <a href="02_apioverview.html">Previous</a> &bull; <a href="index.html">Up</a> &bull; <a href="04_references.html">Next</a> <span> <a href="../appscript-manual/index.html">appscript</a> / <a href="../mactypes-manual/index.html">mactypes</a> / <a href="../osax-manual/index.html">osax</a> / <strong><a href="../aem-manual/index.html">aem</a></strong> </span> </div> <!-- content --> <div id="content"> <h2>3. Packing and unpacking data</h2> <h3>Codecs</h3> <p>The <code>AEM::Codecs</code> class provides methods for converting Ruby data to <code>AE::AEDesc</code> objects, and vice-versa.</p> <pre><code>Codecs Constructor: new Methods: # pack/unpack data pack(data) -- convert Ruby data to an AEDesc; will raise a TypeError if data's type/class is unsupported data : anything Result : AEDesc unpack(desc) -- convert an AEDesc to Ruby data; will return the AEDesc unchanged if it's an unsupported type desc : AEDesc Result : anything # compatibility options add_unit_types(types) -- register custom unit type definitions types : list -- a list of lists, where each sublist is of form [name, code, pack_proc, unpack_proc] or [name, code]; if the packer and unpacker procs are omitted, the AEDesc data is packed/ unpacked as a double-precision float dont_cache_unpacked_specifiers -- by default, object specifier descriptors returned by an application are reused for efficiency; invoke this method to use AppleScript-style behavior instead (i.e. fully unpacking and repacking object specifiers each time) for better compatibility with problem applications pack_strings_as_type(code) -- by default, strings are packed as typeUnicodeText descriptors; some older non-Unicode-aware applications may require text to be supplied as typeChar/typeIntlText descriptors code : String -- four-char code, e.g. KAE::TypeChar (see KAE module for available text types) use_ascii_8bit -- by default, text descriptors are unpacked as Strings with UTF-8 Encoding on Ruby 1.9+; invoke this method to mimic Ruby 1.8-style behavior where Strings contain UTF-8 encoded data and ASCII-8BIT Encoding use_datetime -- by default, dates are unpacked as Time instances; invoke this method to unpack dates as DateTime instances instead</code></pre> <h3>AE types</h3> <p>The Apple Event Manager defines several types for representing type/class names, enumerator names, etc. that have no direct equivalent in Ruby. Accordingly, aem defines several classes to represent these types on the Ruby side. All share a common abstract base class, <code>AETypeBase</code>:</p> <pre><code>AETypeBase -- Abstract base class Constructor: new(code) code : str -- a four-character Apple event code Methods: code Result : str -- Apple event code</code></pre> <p>The four concrete classes are:</p> <pre><code>AEType &lt; AETypeBase -- represents an AE object of typeType AEEnum &lt; AETypeBase -- represents an AE object of typeEnumeration AEProp &lt; AETypeBase -- represents an AE object of typeProperty AEKey &lt; AETypeBase -- represents an AE object of typeKeyword</code></pre> </div> <!-- bottom navigation --> <div class="footer"> <a href="02_apioverview.html">Previous</a> &bull; <a href="index.html">Up</a> &bull; <a href="04_references.html">Next</a> </div> </body> </html>
mattgraham/play-graham
vendor/gems/ruby/1.8/gems/rb-appscript-0.6.1/doc/aem-manual/03_packingandunpackingdata.html
HTML
mit
4,487
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl"> <title data-ice="title">Home | incarnate</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="script/prettify/prettify.js"></script> <script src="script/manual.js"></script> <meta name="description" content="Dependency Injection (DI) with Lifecycle features for JavaScript."><meta property="twitter:card" content="summary"><meta property="twitter:title" content="incarnate"><meta property="twitter:description" content="Dependency Injection (DI) with Lifecycle features for JavaScript."></head> <body class="layout-container" data-ice="rootContainer"> <header> <a href="./">Home</a> <a href="identifiers.html">Reference</a> <a href="source.html">Source</a> <div class="search-box"> <span> <img src="./image/search.png"> <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span> </span> <ul class="search-result"></ul> </div> <a style="position:relative; top:3px;" href="https://github.com/resistdesign/incarnate"><img width="20px" src="./image/github.png"></a></header> <nav class="navigation" data-ice="nav"><div> <ul> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/ConfigurableInstance.jsx~ConfigurableInstance.html">ConfigurableInstance</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/DependencyDeclaration.jsx~DependencyDeclaration.html">DependencyDeclaration</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/HashMatrix.jsx~HashMatrix.html">HashMatrix</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Incarnate.jsx~Incarnate.html">Incarnate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/LifePod.jsx~LifePod.html">LifePod</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/SubMapDeclaration.jsx~SubMapDeclaration.html">SubMapDeclaration</a></span></span></li> </ul> </div> </nav> <div class="content" data-ice="content"><div data-ice="index" class="github-markdown"><h1 id="incarnate--a-href--https---travis-ci-org-resistdesign-incarnate---img-src--https---travis-ci-org-resistdesign-incarnate-svg-branch-master--alt--build-status----a-">Incarnate <a href="https://travis-ci.org/resistdesign/incarnate"><img src="https://travis-ci.org/resistdesign/incarnate.svg?branch=master" alt="Build Status"></a></h1><p>Runtime Dependency Lifecycle Management for JavaScript.</p> <h2 id="install">Install</h2><p><code>npm i -S incarnate</code></p> <h2 id="api-docs">API Docs</h2><p><a href="http://incarnate.resist.design">http://incarnate.resist.design</a></p> <h2 id="usage-example">Usage Example</h2><pre><code class="lang-jsx"><code class="source-code prettyprint">import Incarnate from &apos;incarnate&apos;; // Declare your application dependencies. const inc = new Incarnate({ subMap: { // Keep track of your state. state: { subMap: { user: { factory: () =&gt; ({ authToken: undefined }) } } }, // Supply some services. services: { // Some services need authorization information. shared: { user: &apos;state.user&apos; }, subMap: { user: true, login: { factory: () =&gt; { return async (username, password) =&gt; { // Make a login request, get the `authToken`. const fakeToken = `${username}:${password}`; // For demo purposes we&apos;ll use the `Buffer` API in node.js to base64 encode the credentials. return Buffer.from(fakeToken).toString(&apos;base64&apos;); }; } }, accounts: { dependencies: { user: &apos;user&apos; }, factory: ({dependencies: {user: {authToken = &apos;&apos;} = {}} = {}} = {}) =&gt; { return async () =&gt; { // NOTE: IF we call this service method AFTER `login`, // the `authToken` will have been automatically updated, // in this service, by Incarnate. if (!authToken) { throw new Error(&apos;The accounts service requires an authorization token but one was not supplied.&apos;); } // Get a list of accounts with the `authToken` in the headers. console.log(&apos;Getting accounts with headers:&apos;, { Authorization: `Bearer: ${authToken}` }); return [ {name: &apos;Account 1&apos;}, {name: &apos;Account 2&apos;}, {name: &apos;Account 3&apos;}, {name: &apos;Account 4&apos;} ]; }; } } } }, // Expose some actions that call services and store the results in a nice, tidy, reproducible way. actions: { shared: { user: &apos;state.user&apos;, loginService: &apos;services.login&apos; }, subMap: { user: true, loginService: true, login: { dependencies: { loginService: &apos;loginService&apos; }, setters: { setUser: &apos;user&apos; }, factory: ({dependencies: {loginService} = {}, setters: {setUser} = {}} = {}) =&gt; { return async ({username, password} = {}) =&gt; { // Login const authToken = await loginService(username, password); // Store the `authToken`. setUser({ authToken }); return true; }; } } } } } }); // Here&apos;s your app. export default async function app() { // Get the Login Action. const loginAction = inc.getResolvedPath(&apos;actions.login&apos;); // Do the login. const loginResult = await loginAction({ username: &apos;TestUser&apos;, password: &apos;StopTryingToReadThis&apos; }); // Get the Accounts Service. It needs the User&apos;s `authToken`, // but you declared it as a Dependency, // so Incarnate took care of that for you. const accountsService = inc.getResolvedPath(&apos;services.accounts&apos;); // Get those accounts you&apos;ve been dying to see... const accounts = await accountsService(); // Here they are! console.log(&apos;These are the accounts:&apos;, accounts); } // You need to run your app. app();</code> </code></pre> <h2 id="license">License</h2><p><a href="LICENSE.txt">MIT</a></p> </div> </div> <footer class="footer"> Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.0.4)</span><img src="./image/esdoc-logo-mini-black.png"></a> </footer> <script src="script/search_index.js"></script> <script src="script/search.js"></script> <script src="script/pretty-print.js"></script> <script src="script/inherited-summary.js"></script> <script src="script/test-summary.js"></script> <script src="script/inner-link.js"></script> <script src="script/patch-for-local.js"></script> </body> </html>
resistdesign/incarnate
docs/index.html
HTML
mit
7,614
<footer id="footer" role="contentinfo"> <a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a> <div class="container"> <div class=""> <div class="col-md-12 text-center"> <p>{{ with .Site.Params.footer.copyright }}{{ . | markdownify }}{{ end }}</p> </div> </div> <div class="row"> <div class="col-md-12 text-center"> <ul class="social social-circle"> {{ range .Site.Params.footer.links }} <li><a href="{{ with index . 1}}{{ . }}{{ end }}"><i class="{{ with index . 0}}{{ . }}{{ end }}"></i></a></li> {{ end }} </ul> </div> </div> </div> </footer>
saey55/hugo-elate-theme
layouts/partials/footer.html
HTML
mit
647
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sudoku: 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 / sudoku - 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> sudoku <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-09 07:07:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-09 07:07:27 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.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/sudoku&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/Sudoku&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: sudoku&quot; &quot;keyword: puzzles&quot; &quot;keyword: Davis-Putnam&quot; &quot;category: Miscellaneous/Logical Puzzles and Entertainment&quot; &quot;date: 2006-02&quot; ] authors: [ &quot;Laurent Théry &lt;[email protected]&gt; [http://www-sop.inria.fr/lemme/personnel/Laurent.Thery/me.html]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/sudoku/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/sudoku.git&quot; synopsis: &quot;A certified Sudoku solver&quot; description: &quot;&quot;&quot; ftp://ftp-sop.inria.fr/lemme/Laurent.Thery/Sudoku.zip A formalisation of Sudoku in Coq. It implements a naive Davis-Putnam procedure to solve sudokus.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/sudoku/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=1eb2565d4b3bc20e7e1a5a58e7aa5377&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-sudoku.8.8.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-sudoku -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-sudoku.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.11.2-2.0.7/released/8.11.1/sudoku/8.8.0.html
HTML
mit
6,861
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 5da409e4-45ba-4997-854f-9f90b5611b95 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#IKVM.OpenJDK.Beans">IKVM.OpenJDK.Beans</a></strong></td> <td class="text-center">99.46 %</td> <td class="text-center">99.35 %</td> <td class="text-center">100.00 %</td> <td class="text-center">99.35 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="IKVM.OpenJDK.Beans"><h3>IKVM.OpenJDK.Beans</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Diagnostics.DebuggableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Boolean,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.ISerializable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.SerializationInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove serialization constructors on custom Exception types</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Threading.Interlocked.MemoryBarrier instead</td> </tr> <tr> <td style="padding-left:2em">MemoryBarrier</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Threading.Interlocked.MemoryBarrier instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ne/netcdf-ikvm.4.1.0/IKVM.OpenJDK.Beans-Net40.html
HTML
mit
15,187
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>124-10-7.smi.png.html</title> </head> <body>ID124-10-7<br/> <img border="0" src="124-10-7.smi.png" alt="124-10-7.smi.png"></img><br/> <br/> <table border="1"> <tr> <td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr> <tr> <td>124-10-7</td><td>4886</td><td>C15H30O2</td><td>242.3975</td><td>7019</td><td>78281</td><td>27019</td><td>2964</td><td>Methyl tetradecanoate</td><td>Methyl tetradecanoate (Tetradecanoic acid, methyl ester) (Methyl myristate)</td><td>124-10-7</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C15H30O2</td><td>242.3975</td><td>defined organic</td><td>parent</td><td>methyl tetradecanoate</td><td>O=C(CCCCCCCCCCCCC)OC</td><td>O=C(CCCCCCCCCCCCC)OC</td><td>20080429</td></tr> </table> <br/><br/><font size="-2">(Page generated on Wed Sep 17 03:57:12 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/> </body></html>
andrewdefries/ToxCast
Figure3/Tox21_nnm/WorkHere/124-10-7.smi.png.html
HTML
mit
1,675
<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 class="dianuan_mark">《甌北詩鈔.五言古一》</font>引)<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font><br><font size=4 color="#808080">人面僅一尺,竟無一相肖。人心亦如面,意匠戛獨造。同閱一卷書,各自領其奧。同作一題文,各自擅其妙。問此胡為然,各有天在竅。乃知人巧處,亦天工所到。</font>所以才智人,不肯自棄暴。力欲爭上游,性靈乃其要。</font> <br><font class="dianuan_mark2">〔注解〕</font><br></font> <div class="Rulediv"><font class="english_word">(1)</font> 典故或見於清.薛福成〈滇緬分界大概情形疏〉。</font><font size=4 ></div><br><font class="dianuan_mark2">〔參考資料〕</font><br></font> 清.薛福成〈滇緬分界大概情形疏〉(據<font class="dianuan_mark">《庸盦文編.庸盦海外文編.卷二》</font>引)<br>臣因復照會外部,請以大金沙江為界,江東之境,均歸滇屬。明知英人多費兵餉,占此形勝,萬萬不肯輕棄,然必借此一著,方可力爭上游,振起全局。外部果堅拒不應,兩次停商而臣不顧,數次翻議而臣不顧,外部所稍依允者,印度部復出而撓之,印度部所稍鬆勁者,印度總督復出而梗之,印督至進兵盞達邊外之昔馬,攻擊野人,以示不願分地之意,臣相機理論,剛柔互用,外部謂此議非出自總理衙門,與雲貴總督,盡係使臣之私意,臣電請總理衙門向英使歐格訥辯論,以昭畫一。</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/0-999/555-31.html
HTML
mit
2,267
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>smooth scroll polyfill</title> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css"> <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'> <!-- rAF polyfill --> <script> // http://paulirish.com/2011/requestanimationframe-for-smart-animating/ // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating // requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel // MIT license (function() { var lastTime = 0; var vendors = ['ms', 'moz', 'webkit', 'o']; for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame']; window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame']; } if (!window.requestAnimationFrame) window.requestAnimationFrame = function(callback, element) { var currTime = new Date().getTime(); var timeToCall = Math.max(0, 16 - (currTime - lastTime)); var id = window.setTimeout(function() { callback(currTime + timeToCall); }, timeToCall); lastTime = currTime + timeToCall; return id; }; if (!window.cancelAnimationFrame) window.cancelAnimationFrame = function(id) { clearTimeout(id); }; }()); </script> <!-- smooth scroll behavior polyfill --> <script src="src/smoothscroll.js"></script> <!-- site styles --> <style> body { background-color: #fefefe; color: #212121; font-family: 'Roboto Condensed', Arial, sans-serif; font-size: 20px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .container { margin: 0 auto; max-width: 800px; padding: 40px; overflow: hidden; position: relative; } a { color: #f44336; text-decoration: none; } a:hover { text-decoration: underline; } header { background-color: #f44336; color: #fefefe; } .featured { background-color: #efefef; } .featured__link { display: inline-block; margin-right: 45px; } h1 { font-size: 2.75em; font-weight: 400; letter-spacing: -.03em; line-height: 1em; } p { line-height: 1.5em; } small { font-weight: 400; } code { font-family: Menlo, monospace; font-size: 15px; vertical-align: middle; } pre { overflow: auto; width: 100%; } pre code { font-size: 14px; } .actions { margin-top: 30px; } .btn { background-color: #f44336; border-width: 0; border-radius: 4px; color: #fefefe; cursor: pointer; font-weight: 700; padding: 6px 12px; text-transform: uppercase; transition: all .35s ease; } .btn:active { background-color: #d32f2f; } .scrollable-parent { background-color: #efefef; border-radius: 4px; margin: 20px 0 0; max-height: 200px; overflow: scroll; padding: 30px 50px; } .hello { text-align: center; } footer { background-color: #404040; color: #fefefe; font-size: 18px; } footer a { color: inherit; } </style> </head> <body> <header> <div class="container"> <h1>smooth scroll polyfill</h1> </div> </header> <main class="featured"> <div class="container"> <p>The <strong>Scroll Behavior</strong> specification has been introduced as an extension of the <strong>Window</strong> interface to allow for the developer to opt in to native smooth scrolling.</p> <p>Check the repository on <a href="https://github.com/iamdustan/smoothscroll">GitHub</a> or download the polyfill as an <a href="https://npmjs.org/smoothscroll-polyfill">npm module</a>.</p> </div> </main> <section class="sample sample-scrollToBottom"> <div class="container"> <h2>window.scroll <small>or</small> window.scrollTo</h2> <pre><code>window.scroll({ top: 2500, left: 0, behavior: 'smooth' });</code></pre> <div class="actions"> <button class="btn js-scroll-to-bottom">scroll to bottom</button> </div> </div> </section> <section class="sample sample-scrollBy"> <div class="container"> <h2>window.scrollBy</h2> <pre><code>window.scrollBy({ top: 100, left: 0, behavior: 'smooth' });</code></pre> <div class="actions"> <button class="btn js-scroll-by">scroll by 100 pixels</button> </div> </div> </section> <section class="sample sample-scrollBack"> <div class="container"> <h2>window.scrollBy</h2> <pre><code>window.scrollBy({ top: -100, left: 0, behavior: 'smooth' });</code></pre> <div class="actions"> <button class="btn js-scroll-back">scroll back 100 pixels</button> </div> </div> </section> <section class=" sample sample--scrollIntoView"> <div class="container"> <h2>element.scrollIntoView</h2> <pre><code>document.querySelector('.hello').scrollIntoView({ behavior: 'smooth' });</code></pre> <div class="actions"> <button class="btn js-scroll-into-hello">Scroll into view</button> </div> <article class="scrollable-parent"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.</p> <h3 class="hello"><em>hello!</em></h3> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.</p> </article> </div> </section> <section class="sample sample-scrollToTop"> <div class="container"> <h2>Scroll to top</h2> <pre><code>window.scroll({ top: 0, left: 0, behavior: 'smooth' });</code></pre> <p><strong>or</strong></p> <pre><code>document.querySelector('header').scrollIntoView({ behavior: 'smooth' });</code></pre> <div class="actions"> <button class="btn js-scroll-to-top">scroll to top</button> </div> </div> </section> <section> <div class="container"></div> </section> <section class="featured"> <div class="container"> <a class="featured__link" href="https://github.com/iamdustan/smoothscroll">Polyfill on <strong>GitHub</strong></a> <a class="featured__link" href="https://github.com/iamdustan/smoothscroll-polyfill">Polyfill on <strong>npm</strong></a> <a class="featured__link" href="https://drafts.csswg.org/cssom-view/#extensions-to-the-window-interface">Draft on <strong>W3C</strong></a> <a class="featured__link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior">Documentation on <strong>MDN</strong></a> </div> </section> <footer> <div class="container"> <p>Polyfill written by <a href="https://twitter.com/iamdustan">Dustan Kasten</a> and <a href="https://twitter.com/jeremenichelli">Jeremias Menichelli</a></p> <p>All rights reserved &copy; <a href="https://iamdustan.github.io/smoothscroll">https://iamdustan.github.io/smoothscroll</a></p> </div> </footer> <script> // add event listener on load window.addEventListener('load', function() { // scroll to bottom document.querySelector('.js-scroll-to-bottom').addEventListener('click', function(e) { e.preventDefault(); window.scrollTo({ top: document.body.clientHeight - window.innerHeight, left: 0, behavior: 'smooth' }); }); // scroll to top document.querySelector('.js-scroll-to-top').addEventListener('click', function(e) { e.preventDefault(); document.querySelector('header').scrollIntoView({ behavior: 'smooth' }); }); // scroll by document.querySelector('.js-scroll-by').addEventListener('click', function(e) { e.preventDefault(); window.scrollBy({ top: 100, left: 0, behavior: 'smooth' }); }); // scroll back document.querySelector('.js-scroll-back').addEventListener('click', function(e) { e.preventDefault(); window.scrollBy({ top: -100, left: 0, behavior: 'smooth' }); }); // scroll into view document.querySelector('.js-scroll-into-hello').addEventListener('click', function(e) { e.preventDefault(); document.querySelector('.hello').scrollIntoView({ behavior: 'smooth' }); }); }); </script> </body> </html>
DylanPiercey/smoothscroll
index.html
HTML
mit
10,145
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <title>EMAT20005</title> </head> <body> <h1>EMAT20005: Product Realisation<br /> Personal Rapid Transit </h1> <p> Fall 2010, Weeks 6-10<br/> 11:00-13:00 on Wednesdays in QB 1.59<br/> Instructor: <a href="..">John Lees-Miller</a> </p> <h2>News</h2> <h3>8 Dec, 2010</h3> <ul> <li>To submit the <a href="#report">final report</a>: either upload the document and supporting sim files to <a href="http://www.bristol.ac.uk/fluff/">fluff</a> and <a href="http://www.enm.bris.ac.uk/scripts/contact/contact.php?id=aVubjyT9x14fDkHBxcR3DiU1UasS4F">send</a> me the link, or drop them in the appropriate box in the Queen's School Office.</li> </ul> <h3>2 Dec, 2010</h3> <ul> <li>Some additional help on gravity models is available <a href="more_notes_on_gravity_models.pdf">here</a>.</li> <li>Clarification: hand-drawn sketches are fine for task 4.</li> </ul> <h3>26 Nov, 2010</h3> <ul> <li>More details for the <a href="#presentation">presentation</a> and <a href="#report">final report</a> have been added.</li> <li>The page limit for the individual report has increased from 5 pages to 6, in order to allow two pages for each of the three iterations.</li> </ul> <h2>Outline</h2> <ul> <li>Week 6 (first class Wednesday, 17 Nov) <ul> <li>lecture: introduction to PRT + advice on choosing a site (<a href="https://www.bris.ac.uk/fluff/u/enjdlm/XvZ36tC1XtwJC3jbT4w5HwKE/">slides</a>)</li> <li>form groups</li> <li>set up <a href="#sim">ATS/CityMobil design and simulation tool</a></li> <li>choose a site</li> <li>start on demand estimates</li> </ul></li> <li>Week 7 <ul> <li>lecture: simulator demo, gravity models (<a href="https://www.bris.ac.uk/fluff/u/enjdlm/ZM5CBvsbnZCDtsYYt3e0CQKE/">slides</a>), performance metrics</li> <li>work on <a href="#demand">task 2</a> and <a href="#design">task 3a</a></li> <li><strong>Deliverable:</strong> in class, show me <ul> <li>a map of your site,</li> <li>the scale of the map, in meters per pixel, and</li> <li>the major demand generators in the area.</li> </ul></li> </ul></li> <li>Week 8 <ul> <li>questions and answers</li> <li>work on <a href="#design">task 3b/3c</a></li> <li><strong>Deliverable:</strong> at the start of class, show me a simulation file containing your group's preliminary network (<a href="#design">task 3a</a>), including stations and network.</li> </ul></li> <li>Week 9 <ul> <li>questions and answers</li> <li>work on <a href="#design">task 3c</a> and <a href="#design-stations">task 4</a></li> </ul></li> <li>Week 10 <ul> <li><strong>Deliverable:</strong> 10 minute <a href="#presentation">presentation</a> in class</li> <li><strong>Deliverable:</strong> <a href="#report">final report</a> due at 4pm on Friday, 17 December</li> </ul></li> </ul> <h2>Assessment</h2> <table border="1" cellpadding="4"> <tr><th>Item</th><th>Weight</th></tr> <tr><td>deliverable in week 7</td><td>5%</td></tr> <tr><td>deliverable in week 8</td><td>5%</td></tr> <tr><td>final presentation</td><td>30%</td></tr> <tr><td>final report: group component</td><td>40%</td></tr> <tr><td>final report: individual component</td><td>20%</td></tr> </table> <a name="sim"></a> <h2>Task 0 &nbsp; Get the simulation tool.</h2> <h3>For the Lab Machines</h3> <ol> <li>Download <a href="atscitymobil-20101123.zip">atscitymobil-20101123.zip</a> (2.5MB). (Right click and choose Save Target As...)</li> <li>Extract the zip file to your university drive.</li> <li>Double click <em>atscitymobil.exe</em> to launch.</li> </ol> <h3>For your Laptop / PC</h3> <p> Please use this <a href="http://www.ultraprt.com/uploads/citymobil/atscitymobil-bundled-setup-20101123.exe">installer</a> (20MB). You can use the zip file above on your home machine, but this installer sets up shortcuts and file associations. Note that the simulator only runs on Windows, at present. </p> <h3>Tutorial</h3> <p>This <a href="http://www.ultraprt.com/prt/implementation/simulation/">tutorial</a> is a good reference on how to use the simulator.</p> <a name="site"></a> <h2>Task 1 &nbsp; Choose a site.</h2> <p>You will need a map of the area, and you will have to know the scale of the map image, in meters per pixel. (Hint: A screenshot from <a href="http://www.google.com/earth">Google Earth</a> or <a href="http://maps.google.co.uk/">Google Maps</a> is good, and Google Earth has a tool for measuring distances.)</p> <p>You will need to identify the major demand generators in the area. (Hint: Google Earth and Google Maps label most major facilities and land marks.)</p> <p>Your site can be anywhere, but keep in mind that you have to estimate what the potential passenger demand will be. For ideas, you can go to <a href="http://www.ultraprt.com/applications">http://www.ultraprt.com/applications</a> but please do <em>not</em> use a site that has already been studied by someone else.</p> <p>Alternatively, you can work from a <a href="http://en.wikipedia.org/wiki/Greenfield_land">greenfield</a> (undeveloped) site, and develop your site around your PRT system, rather than trying to fit the system into an existing site. Keep in mind, however, that designing both the site and the PRT system will require more work. If your group wants to do this, please discuss with me before the end of week 6.</p> <p>Also note that your service area must not exceed 5km by 5km, due to limitations of the simulator.</p> <a name="site-outputs"></a> <h3>Outputs</h3> <ul> <li>A map of your site.</li> <li>The scale of the map, in meters per pixel.</li> <li>A list of the major demand generators in the area.</li> </ul> <a name="demand"></a> <h2>Task 2 &nbsp; Place stations and create demand scenarios.</h2> <p>Now you are ready to place stations near your site's demand generators. Exactly how many stations you place and where you place them depends on your estimates for the demand between pairs of stations. For this project, you will have to make several (educated) guesses at what the demand will be.</p> <p>When deciding where to place stations, you should be thinking about the following guidelines.</p> <ul> <li>Passengers will typically walk to or from the PRT stations. A good rule of thumb is that walking distances from each station to any nearby demand generators should be less than about 400m, because very few people will be willing to walk farther than this.</li> <li>You can build stations inside or on top of existing buildings, or you can build free-standing stations.</li> <li>To get an idea of the area required for a station, see these <a href="http://www.ultraprt.com/Bath/home-2/competition-details/stations/">design guidelines</a>. However, do not spend too much time worrying about all of the details; you will do some detailed design work, later.</li> <li>You must be able to access the stations with guideways.</li> <li>Stations cost money.</li> <li>The maximum number of stations is 20, due to simulator limitations.</li> <li>The minimum number of stations is 12.</li> <li>The total flow of vehicles (in flow plus out flow) at any station must not exceed 300 vehicles per hour. If you have a large demand generator, you should split the demand between several stations.</li> </ul> <p>To represent the passenger demand, you will create one <em>demand scenario</em> per group member. Each scenario describes the passenger demand at a particular time. For example, a large urban system might have an <em>AM peak</em> during morning rush hour, in which most of the demand is from the outskirts to the center. The evening rush hour is the <em>PM peak</em> demand. Outside of peak times, the passenger flows are typically smaller and more <em>balanced</em>; that is, the average flow into each region tends to equal the average flow out. Other scenarios might come from special events, for example at a stadium or convention centre. Each scenario will suggest different system optimisations.</p> <p>The data required to define a scenario are the in flow and out flow of vehicles at every station. As mentioned above, the total flow (in plus out) for each station must be less than 300 vehicles per hour. Also, the <em>sum</em> of all the in flows must equal the sum of all the out flows for each scenario; these sums are written <em>T<sub>i</sub></em> in the table below. Your scenarios must include one <em>balanced flow</em> scenario, in which the flow in and out of each station is (roughly) equal. The others should represent peaks with different spatial distribution and intensity. The total flow (<em>T<sub>i</sub></em>) for the whole system must be at least 700 vehicle trips per hour for the balanced scenario and at least 1300 trips per hour for the peak scenarios.</p> <p>Note that the simulator needs to know the demand in vehicles per hour; the average <em>vehicle occupancy</em> relates this to passengers per hour. To help calibrate your numbers, a reasonable guess at vehicle occupancy is 1.2 passengers per vehicle, but it will be higher for some sites, for example if there are many couples or families using the system. Different scenarios may also have different vehicle occupancies.</p> <p>Finally, for each scenario you will have to estimate how many hours per day (or per week) each scenario will occur. We will assume here that the actual demand will always be like one of the scenarios. This allows us to estimate the system's annual patronage, which will be important in subsequent sections.</p> <p>You may want to organize these data in a table like the following (it would be a good idea to use a spreadsheet).</p> <a name="scenario-table"></a> <table border="1" cellpadding="4"> <tr><th></th> <th colspan="6">Vehicle Flows (vehicles/hour)</th> </tr> <tr><th align="right">Scenario:</th> <th colspan="2">Balanced</th> <th colspan="2">AM Peak</th> <th colspan="2">PM Peak</th> </tr> <tr><th align="left">Station</th> <th>In</th><th>Out</th> <th>In</th><th>Out</th> <th>In</th><th>Out</th> </tr> <tr><td>Park Plaza East</td> <td align="right">80</td><td align="right">80</td> <td align="right">50</td><td align="right">250</td> <td align="right">200</td><td align="right">80</td> </tr> <tr><td>Park Plaza West</td> <td align="right">80</td><td align="right">80</td> <td align="right">50</td><td align="right">150</td> <td align="right">200</td><td align="right">30</td> </tr> <tr><td>...</td> <td align="right">...</td><td align="right">...</td> <td align="right">...</td><td align="right">...</td> <td align="right">...</td><td align="right">...</td> </tr> <tr><th align="left">Total In/Out</th> <td align="center">T<sub>1</sub></td> <td align="center">T<sub>1</sub></td> <td align="center">T<sub>2</sub></td> <td align="center">T<sub>2</sub></td> <td align="center">T<sub>3</sub></td> <td align="center">T<sub>3</sub></td> </tr> <tr><th align="left">Total Hourly Flow</th> <td align="center" colspan="2">T<sub>1</sub></td> <td align="center" colspan="2">T<sub>2</sub></td> <td align="center" colspan="2">T<sub>3</sub></td> </tr> <tr><td colspan="7">&nbsp;</td></tr> <tr><th align="left">Hours / Day</th> <td align="center" colspan="2">...</td> <td align="center" colspan="2">...</td> <td align="center" colspan="2">...</td> </tr> <tr><th align="left">Total Daily Vehicle Flow</th> <td align="center" colspan="6">...</td> </tr> <tr><th align="left">Vehicle Occupancy</th> <td align="center" colspan="6">1.2 passengers / vehicle</td> </tr> <tr><th align="left">Total Passengers / Day</th> <td align="center" colspan="6">...</td> </tr> <tr><th align="left">Total Passengers / Year</th> <td align="center" colspan="6">...</td> </tr> </table> <p>The next step is to run a <a href="http://en.wikipedia.org/wiki/Trip_distribution#Gravity_model">gravity model</a> to turn each scenario into an <em>origin-destination demand matrix</em> (OD matrix) that you can use with the simulator. The OD matrix specifies the average number of vehicle trips per hour between each pair of stations. The simulator uses this matrix to to generate passengers randomly according to a <a href="http://en.wikipedia.org/wiki/Poisson_process">Poisson process</a>.</p> <p>The equations for the gravity model and an algorithm for running it will be described in class. Use the straight-line distances between stations as "costs." (<strong>Note</strong>: the version of the sim that you downloaded in the first week did not report straight-line distances in the output; the <a href="#sim">latest version</a> does.) The suggested dispersion factor is 0.5. You are free to tweak this factor, or to edit the resulting OD matrix directly, if you wish, provided that the resulting matrix still satisfies the constraints on total flow at stations and for the system as a whole. You can implement the algorithm however you like; it's possible to do it in MATLAB or in Excel (hint: use the <a href="enable_excel_2007_solver.pdf">solver add-in</a>).</p> <h3>Outputs</h3> <ul> <li>An ATS/CityMobil simulator (.atscm) file with <ul> <li>your map as the background image,</li> <li>the background image scale (meters per pixel) set properly, and</li> <li>your stations in the simulator (place them with the Build tool).</li> </ul></li> <li>One scenario per group member.</li> <li>One origin-destination demand matrix per scenario.</li> <li>See also section 1 of the <a href="#report">final report</a>.</li> </ul> <a name="design"></a> <h2>Task 3&nbsp; Design a PRT network.</h2> <p>Now you are ready to connect the stations with guideways. We'll do this in three stages.</p> <ol type="a"> <li>As a group, create a preliminary network design based on the given guidelines (below). Here you should just aim to connect all the stations and add one depot, in order to get the simulation running.</li> <li>Individually, pick a demand scenario and optimise the network for that scenario using the given cost structure.</li> <li>As a group, agree on a final design that takes all of the scenarios into account.</li> </ol> <p>For (a), you will have to show me the simulation in class in week 8. For (b), each group member must write an appendix to the final report that documents the optimisation process for his/her scenario.</p> <h3>Guidelines</h3> <ul> <li>The vehicles can only run on dedicated guideway. Pedestrians and road traffic cannot mix with moving PRT vehicles. The usual way to accommodate this is to build elevated guideway, but you can also run at-grade (on the ground, protected by a fence), or below-grade (in a tunnel). At-grade guideway is much less expensive than elevated guideway (see below). (Note that the simulator does not distinguish between grades.)</li> <li>A good network design strategy is to connect the stations in one-way loops, like in the Urban Case Study network that comes bundled with the simulator.</li> <li>However, your loops should not be too long, because travel times for trips that go the long way around the loop become too large. For example, in the Urban Case Study, the trip time from station 8 to station 7 is only about 40s, but the travel time from 7 to 8 (the long way around) is nearly 8 minutes.</li> <li>Whether a long travel time between a pair of stations is acceptable depends on how much demand you expect between those stations. You may choose to build extra guideway to make some loops shorter or connect loops more directly, or you may choose to reverse the direction of a loop. Note that this depends on the scenario.</li> <li>Your guideways should follow existing rights of way (roads, alleys, railway lines, bridges) where possible. You can cut through buildings, especially if it allows you to put a station inside.</li> <li>Guideway costs money. However, you must connect all of the stations, and building extra guideway for more direct routes reduces travel times and the number of vehicles that you need.</li> <li>To reduce passenger waiting times at a station, you can construct a depot upstream of the station. Depots help the system's empty vehicle management algorithm to keep vehicles close to where they will be needed.</li> <li>See these <a href="http://www.ultraprt.com/Bath/home-2/competition-details/guideway/">design guidelines</a> for more information on the guideways. However, do not spend too much time worrying about all of the details; you will do some detailed design work for some small sections, later.</li> </ul> <h3>Cost Structure for Optimisation</h3> <p>Your objective is to minimize the sum of system costs and user costs, according to the following cost estimates.</p> <a name="costs"></a> <table border="1" cellpadding="4"> <tr><th>Capital Costs</th><th>&pound;</th></tr> <tr><td>1 vehicle</td><td align="right">50k</td></tr> <tr><td>1 station</td><td align="right">0.5M</td></tr> <tr><td>1 depot</td><td align="right">0.4M</td></tr> <tr><td>1 km at-grade guideway</td><td align="right">1M</td></tr> <tr><td>1 km elevated guideway</td><td align="right">2.5M</td></tr> <tr><td>other</td><td align="right">+50%</td></tr> <tr><th>Operating Costs</th><th>&pound;</th></tr> <tr><td>1 passenger km</td><td align="right">0.15</td></tr> <tr><th>User Costs</th><th>&pound;</th></tr> <tr><td>1 minute passenger travel time</td><td align="right">0.1</td></tr> <tr><td>1 minute passenger waiting time</td><td align="right">0.2</td></tr> </table> <p>Some of the costing inputs you can read directly from the network, but the number of vehicles and the mean passenger waiting time must be estimated by simulation. You should run 5 simulations and average the results, in order to get reliable numbers.</p> <p>The simulator output includes the total track length, but the simulator does not know anything about grades. For costing, you should estimate roughly what percentage of your track is at-grade. Do not worry about getting this exactly right, because all of the costs are rough; just try to estimate to within 10% or so.</p> <p>Once you have computed the base capital costs (vehicles, stations, depots and guideway), add 50% to cover related expenses, such as central control software and hardware, and a contingency.</p> <p>The system operating costs are given as a rough total cost per passenger kilometer. The simulator output includes the 'mean demand-weighted passenger trip distance,' which you can use to compute the operating cost per passenger trip. To scale this up to an annual operating cost, you will use the passenger trips / year figure from task 2. (Note that when you are optimising for a single scenario, multiplication by the total passengers per year effectively assumes that the demand is <em>always</em> like this scenario; this is not really true, but it is good enough for our purposes here.)</p> <p>You can approach the user costs similarly; here the relevant simulator outputs are the 'mean demand-weighted passenger trip time' and the mean passenger waiting time. The user costs are based on a standard <a href="http://en.wikipedia.org/wiki/Value_of_time">value of time</a> calculation.</p> <p>These costs are rough estimates. The main point is that there are trade-offs between capital costs, operating costs and user costs. For example, you can build more guideway to reduce travel times, which increases your capital cost but decreases your operating and user costs.</p> <p>Operating and user costs occur over time, so you should use <a href="http://en.wikipedia.org/wiki/Net_present_value">present values</a> to weigh them against capital costs. Assume the standard public works discount rate of 6% per year, and discount over 30 years.</p> <p>These costs give you a way of evaluating networks objectively. However, you should be mindful of externalities. For example, this does not include a cost for visual intrusion in culturally sensitive areas. It also does not account for changes in pedestrian flows; areas that were once quiet could become busy, and vice versa. You may reject a design that is "optimal" by cost but undesirable for other reasons.</p> <p>I strongly recommend that you create a spreadsheet to keep track of the cost calculations.</p> <h3>Constraints</h3> <ul> <li>Maximum number of depots is 5.</li> <li>90% of passengers should wait less than 60s (but somewhat longer tails are fine for peak demand scenarios).</li> <li>You may add new stations or remove stations that have low value for some or all scenarios (e.g. low demand and/or requiring a lot of extra infrastructure). However, you will then have to modify the scenarios and regenerate demand matrices. The total demand must stay within the limits given in task 2.</li> </ul> <a name="design-composite"></a> <h3>Optimising for Multiple Scenarios</h3> <p>Once each member of your group has optimised your initial network for one scenario, you will apply what you've learned to design a network that works for all of them.</p> <p>To evaluate your final network, use a <em>composite cost</em> that describes its combined performance on all of the demand scenarios. The capital costs apply to all scenarios equally, but the operating and user costs depend on the demand. So, you should evaluate your final network on each scenario and record the trip distance, trip time and passenger waiting time for each one. Then you should weight these by how frequently each scenario occurs (as estimated in task 2) and apply the cost model. (Also note that the number of vehicles you need is the largest number needed in any single scenario.)</p> <p>You should do several iterations to improve the composite cost. Again, be mindful of externalities.</p> <p>Note: The simulator will only let you enter one OD matrix at a time, but you can copy and paste OD matrices to/from the sim. The best way to do this is to copy the matrix from one simulation into Excel, delete the last row and the last column (the totals), and then paste it into another simulation.</p> <h3>Cost/Benefit Analysis</h3> <p>To measure the user benefits that could come from building a PRT system, one must compare user costs with PRT to user costs with existing modes. Here we will compare PRT with a very simplistic model of a bus system. Assume that users wait an average of 5 minutes for the bus, and that the average travel time by bus is the time taken to travel the <em>straight-line distance</em> from origin to destination at 12km/h. (<strong>Note</strong>: the version of the sim that you downloaded in the first week did not report straight-line distances in the output; the <a href="#sim">latest version</a> does.) Use the travel and waiting time savings (or not) with the <a href="#costs">cost table</a> to compute user benefits and system costs.</p> <h3>Outputs</h3> <p>See section 2 in the <a href="#report">final report</a>.</p> <a name="design-stations"></a> <h2>4 &nbsp; Design two stations in detail.</h2> <p>Pick two stations that are interesting or challenging, for example due to large size or passenger volumes, culturally sensitive surroundings or an architecturally interesting setting (e.g. integrated into a building), and produce a conceptual design for each one.</p> <p>You should produce a plan view of the station, keeping the following questions in mind.</p> <ul> <li>Precisely where will the station be built? Is it a standalone station, or is it part of an existing building? If it is standalone, is the station area on the ground, or is it elevated?</li> <li>How will you connect the guideways into and out of the station?</li> <li>How will passengers enter and exit the station?</li> <li>How many berths will the station have? (Hint: use the largest number of berths assigned by the simulation in any demand scenario.)</li> </ul> <p>The "vehicle side" of the station should be consistent with these <a href="http://www.ultraprt.com/Bath/home-2/competition-details/stations/">design guidelines</a>; see also <a href="http://www.ultraprt.com/prt/infra/station-design/">this overview</a>. The <a href="http://www.ultraprt.com/uploads/DesignContest/Station_Guide.skp">3D design template</a> (in SketchUp) is particularly helpful. You should consider where the main line and the on- and off-ramps will go. </p> <p>Note: hand-drawn sketches are fine.</p> <p><strong>Bonus</strong>: Construct an architectural rendering (e.g. in SketchUp) of the station. You can use the 3D design template in the guidelines to get started.</p> <h3>Outputs</h3> <p>See section 3 in the <a href="#report">final report</a>.</p> <a name="presentation"></a> <h2>Details for Presentation</h2> <p>Each group's presentation will last around 10 minutes with a few minutes for questions. Your presentation should cover essentially the same content as the main body of the <a href="#report">final report</a> (sections 1-3), with a focus on the visual and qualitative aspects of your design. Every group member must participate in the presentation.</p> <a name="report"></a> <h2>Details for Final Report</h2> <p>Each group should submit a report as described below. The main body of the report (sections 1-3) is limited to 5000 words on 20 pages. In addition, each group member should submit an appendix (see below) of up to 600 words on 6 pages. Note that these are word and page <em>maxima</em>: you should aim to be concise (and use lots of pictures!).</p> <p>In addition to the written report, please submit the following ATS/CityMobil (.atscm) simulation files.</p> <ul> <li>An .atscm file for your group's final network.</li> <li>An .atscm file for each group member's final network, including the demand matrix for the corresponding demand scenario.</li> </ul> <p>To submit: either upload the document and supporting sim files to <a href="http://www.bristol.ac.uk/fluff/">fluff</a> and <a href="http://www.enm.bris.ac.uk/scripts/contact/contact.php?id=aVubjyT9x14fDkHBxcR3DiU1UasS4F">send</a> me the link, or drop them in the appropriate box in the Queen's School Office.</p> <h3>Marking Criteria</h3> <p>The report will be marked according to the following five equally weighted criteria.</p> <ul> <li>Clarity and Conciseness</li> <li>Problem Analysis</li> <li>Down-select Logic (comparison of iterations / alternatives)</li> <li>Technology Employed</li> <li>Overall Design and Solution</li> </ul> <h3>Final Report Content</h3> <h4>Section 1: Site, Stations and Demand</h4> <ul> <li>A map of your site with labels for the main demand generators.</li> <li>Where is your site?</li> <li>Why might a PRT system be appropriate for this site?</li> <li>Table of scenarios (one per group member) like <a href="#scenario-table">this one</a>.</li> <li>How did you guess the in and out flows for your scenarios?</li> <li>How did you implement the gravity model?</li> <li>What is the effect of the dispersion parameter?</li> <li>What dispersion parameter value(s) did you use?</li> </ul> <h4>Section 2: System Optimisation</h4> <ul> <li>A screenshot of your group's initial network (<a href="#design">task 3a</a>).</li> <li>A record of three iterations / design alternatives evaluated according to <a href="#design-composite">composite cost</a>, one of which should be selected as your group's "final" (preferred) network. For each alternative, include <ul> <li>a screen shot of the network,</li> <li>a table of costs (capital, operating, user, total and net present value), and</li> <li>a brief description of how it relates to other alternatives and/or the networks you designed for individual scenarios.</li> </ul> </li> <li>Cost/benefit analysis for the final network: <ul> <li>Explain your cost/benefit calculations.</li> <li>Do the benefits outweigh the costs?</li> <li>What are the most important variables (travel times, waiting times, discount factor, ...)? (sensitivity)</li> <li>Are there other benefits or costs (not included in the cost function here) that could change the conclusion?</li> </ul></li> </ul> <h4>Section 3: Detailed Design for Two Stations</h4> <p>For each of the two stations:</p> <ul> <li>Why is the station interesting and/or challenging? What other stations did you consider before selecting these two?</li> <li>How many berths does the station need?</li> <li>What are the effects of the station on its surrounding area, in terms of economic, environmental and social impact?</li> <li>Plan view of the station (see <a href="#design-stations">guidelines</a>).</li> <li><strong>Bonus:</strong> include architectural renderings of one or both stations (see <a href="#design-stations">guidelines</a>).</li> </ul> <h4>Appendices (one per group member)</h4> <p>Your appendix should describe the process that you (individually) went through to optimise the system for your scenario. In particular, you should provide a record of three iterations; for each one, you should include </p> <ul> <li>a screen shot of the network,</li> <li>a table of costs (capital, operating, user, total and net present value), and</li> <li>a brief description of what changes you made and your rationale.</li> </ul> <h2>Other Resources</h2> <ul> <li><a href="http://en.wikipedia.org/wiki/Personal Rapid Transit">Personal Rapid Transit</a> on Wikipedia</li> <li><a href="http://www.ultraprt.com">ULTra PRT</a> company site</li> <li>ULTra PRT <a href="http://www.ultraprt.com/bath">design competition for Bath</a></li> <li>Other PRT vendors: <a href="http://www.2getthere.eu/">2getthere</a>, <a href="http://www.vectusprt.com/">Vectus PRT</a> </li> </ul> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-8962570-4"); pageTracker._trackPageview(); } catch(err) {}</script> </body> </html>
jdleesmiller/jdleesmiller.github.io
emat20005/index.html
HTML
mit
32,228
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Potlatch!</title> <link href="./static/css/skeleton.css" rel="stylesheet"> <link href="./static/css/style.css" rel="stylesheet"> </head> <body> <div id="potlatch"></div> <script src="./static/js/potlatch.js"></script> <script type="text/javascript"> var node = document.getElementById("potlatch"); var flags = { itemsUrl: "./items.json" }; Elm.Main.embed(node, flags); </script> </body> </html>
rafikdraoui/potlatch
index.html
HTML
mit
527
<!DOCTYPE html> <html lang="cs"> <head> <meta charset="utf-8"> <title>Cooland</title> <meta name="description" content=""> <meta name="author" content="Cooland"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="//fonts.googleapis.com/css?family=Merriweather:300,400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link rel="icon" type="image/png" href="../img/favicon.png"> <link href="css/base.css" rel="stylesheet" type="text/css"> <link href="css/style.css" rel="stylesheet" type="text/css"> <link href="css/navmenu.css" rel="stylesheet" type="text/css"> <link href="css/gallery.css" rel="stylesheet" type="text/css"> </head> <body> <div id="header"> <div class="container main-nav"> <a href="/index" class="main-nav__logo"> <img src="img/cooland_logo.jpg" alt="Cooland"> </a> <nav class="fl"> <a href="" class="main-nav__burger js-nav"> <i class="icon-reorder"></i> </a> <div class="main-nav__block"> <div class="nav__left"> <a href="/o_nas" class=" ">O nás</a> <a href="/vize" class="">Vize</a> <a href="/nabizime" class="">Nabízíme</a> </div> <div class="nav__right"> <a href="/akce" class="">Akce</a> <a href="/media" class="">Média</a> <a href="/partaci" class="">Parťáci</a> </div> </div> </nav> </div> </div> <div id="main" class="container"> <h2>PARTNEŘI</h2> <h4>Domácí Květinářství</h4> <p>Květinářství, kde se pěstují, váží a prodávají kytice z českého venkova, pěstované pod širým nebem s láskou a péčí. </p> <p>Od roku 2016 je Domácí květinářství součástí iniciativy komunitou podporovaného zemědělství <a href="https://plus.google.com/u/0/communities/101783831094360976826" target="_blank">KPZ CooLAND</a>.</p> <p><a href="http://www.domacikvetinarstvi.cz" target="_blank">www.domacikvetinarstvi.cz</a></p> <h4>Ekumenická akademie</h4> <p>Akademie prosazuje alternativní přístupy při řešení současných světových ekonomických, sociálních a ekologických problémů a zároveň je přenáší do praxe v podobě konkrétních projektů.</p> <p>CooLAND je partnerem kampaně <a href="http://www.pestujplanetu.cz/" target="_blank">Pěstuj planetu</a> a dále spolupracuje s Ekumenickou akademií na realizaci společných akcí jako např. <a href="http://www.ekumakad.cz/cz/temata/ferova-letna" target="_blank">Férová Letná</a>.</p> <p><a href="http://www.ekumakad.cz/" target="_blank">http://www.ekumakad.cz/</a></p> <h4>Farma Lukava</h4> <p>Rodinná ekologická farma hospodařící v Jindřichovicích pod Smrkem a Dětřichovci, kde se zabývá především chovem dojných ovcí a zpracováním ovčího mléka. </p> <p>Od roku 2016 je farma součástí iniciativy komunitou podporovaného zemědělství <a href="https://plus.google.com/u/0/communities/101783831094360976826" target="_blank">KPZ CooLAND</a>.</p> <p><a href="http://www.lukava.net/" target="_blank">http://www.lukava.net/</a></p> <h4>Glopolis</h4> <p>Nezávislé analytické centrum (think-tank) se zaměřením na globální výzvy a příslušné odpovědi České republiky a EU.</p> <p>CooLAND se aktivně účastnil diskusí v rámci festivalu <a href="http://www.festivalalimenterre.cz/cz/" target="_blank">Země na talíři</a> a spolupracuje na šíření filmů v rámci ozvěn tohoto festivalu. Spolupracujeme na projektu <a href="http://glopolis.org/cs/projekty/menu-pro-zmenu/" target="_blank">Menu pro změnu</a>.</p> <p><a href="http://glopolis.org/cs/" target="_blank">http://glopolis.org/cs/</a></p> <h4>Harvest Films</h4> <p>Občanské sdružení hledá a nabízí divákům filmy, které dokáží zajímavým a srozumitelným způsobem uchopit, vysvětlit a prezentovat vědecká témata. </p> <p>CooLAND se podílel na přípravě a realizaci projektu <a href="http://www.ucimesefilmem.cz/" target="_blank">Učíme se filmem</a> a pravidelně se zapojuje do organizace <a href="http://lsff.cz/" target="_blank">Life Sciences Film Festivalu</a>.</p> <p><a href="http://www.harvestfilms.cz/" target="_blank">http://www.harvestfilms.cz/</a></p> <h4>Institut cirkulární ekonomiky</h4> <p>Nevládní organizace, která v podmínkách ČR usiluje o rozvoj cirkulární ekonomiky - konceptu založeného na vytváření funkčních vztahů mezi lidskou společností a přírodou.</p> <p>CooLAND se v roli moderátora účastní vybraných diskusí v rámci projektu <a href="http://incien.org/buzz-talks/" target="_blank">Buzz Talks</a>.</p> <p><a href="http://incien.org/" target="_blank">http://incien.org/</a></p> <h4>Kytky od potoka</h4> <p>Květinářství, kde vážou netradiční kytice z květin, které si sami pěstují nebo sbírají na loukách, v lesích nebo i na rumištích.</p> <p>CooLAND si kupuje kytky od potoka pro radost a potěšení a občas také holkám pomůžeme nějakou tu kytku zasadit.</p> <p><a href="http://www.kytkyodpotoka.cz/" target="_blank">http://www.kytkyodpotoka.cz/</a></p> <h4>Na ovoce</h4> <p>Na ovoce slouží jako komunitní platforma lidem, kteří chtějí zodpovědně využívat přírodní bohatství v podobě volně rostoucích ovocných stromů, keřů či bylinek. Iniciativa se rozhodla taková místa nejen mapovat, ale také přispívat k jejich udržitelnosti, zakládat nová a dbát na hodnoty, které rostliny pro člověka představují, tím přispívat ke zvýšení biodiverzity a udržení pozitiv kulturní krajiny, ve které člověk žije.</p> <p>CooLAND ve spolupráci s Na ovoce realizuje projekt Pražské sady a jejich popularizace</p> <p><a href="https://na-ovoce.cz/" target="_blank">https://na-ovoce.cz/</a></p> <h4>PRO-BIO LIGA</h4> <p>PRO-BIO liga je samostatnou spotřebitelskou pobočkou největšího českého spolku ekologických hospodářů – Svazu ekologických zemědělců PRO-BIO Šumperk. Posláním PRO-BIO ligy je informovat a chránit spotřebitele potravin, přispívat k celoživotnímu vzdělávání a zvyšovat všeobecnou ekogramotnost.</p> <p>CooLAND spolupracuje s PRO-BIO liga na realizaci přednášek a workshopů o ochraně zemědělské půdy.</p> <p><a href="http://www.biospotrebitel.cz" target="_blank">www.biospotrebitel.cz</a></p> <h4>Statek Karel Tachecí</h4> <p>Ekologický zemědělec hospodařící v Budyni nad Ohří, kde pěstuje zeleninu, obiloviny, mák a další rostliny bez použití chemie a umělých hnojiv.</p> <p>CooLAND s Karlem Tachecím spolupracuje od roku 2015 a je prvním zemědělcem, který se stal součástí iniciativy komunitou podporovaného zemědělství <a href="https://plus.google.com/u/0/communities/101783831094360976826" target="_blank">KPZ CooLAND</a>.</p> <p><a href="http://www.tacheci.cz/" target="_blank">http://www.tacheci.cz/</a></p> <h4>Kevin V. Ton</h4> <p>Kevin V. Ton patří mezi fotografy „uličníky“, tématem jeho fotografií je totiž především běžný život na ulici. Na jeho fotografiích se často objevují lidé, kteří žijí na okraji společnosti, mimo systém, a proto své fotografie Kevin chápe jako pouliční a sociální dokument. </p> <p>Kevin V. Ton svými fotografiemi pravidelně dokumentuje akce a setkání KPZ CooLAND. CooLAND ve spolupráci s PRO-BIO LIGA realizoval výstavu “Láska ke krajině prochází žaludkem” - fotografie Kevina Tona s příběhem první sezóny <a href="https://plus.google.com/u/0/communities/101783831094360976826" target="_blank">KPZ CooLAND</a>.</p> <p><a href="http://www.kevin-v-ton.com" target="_blank">http://www.kevin-v-ton.com</a></p> <h4>PRO - BIO s r.o.</h4> <p>PRO-BIO, obchodní společnost s r. o. je první český výrobce a významný dodavatel širokého sortimentu kvalitních biopotravin. Podporuje a rozvíjí ekologické zemědělství, svou činností přispívá k zachování zdravé planety. Vrací zapomenuté tradiční plodiny a potraviny do života lidí.</p> <p>CooLAND spolupracuje s PRO - BIO na výzkumu vlivu ekologického hospodaření na krajinu.</p> <p><a href="http://www.probio.cz" target="_blank">www.probio.cz</a></p> <h4>Pozemkový úřad Nymburk</h4> <p>Pozemkové úřady mají mimo jiné na starosti realizaci pozemkových úprav. Ty jsou jedním z nejefektivnějších nástrojů, jak pomoci zemědělské krajině k tomu, aby byla zdravá a zároveň v ní mohli hospodařit zodpovědní zemědělci.</p> <p>CooLAND s Pozemkovým úřadem Nymburk spolupracuje při osvětě v oblasti pozemkových úprav a pořádá exkurze na realizovaná opatření v krajině.</p> <p><a href="http://www.spucr.cz/" target="_blank">http://www.spucr.cz/</a></p> <h2>KOALICE A SÍTĚ</h2> <h4>Asociace místních potravinových iniciativ AMPI</h4> <p>Poslání Asociace místních potravinových iniciativ (AMPI) je podporovat blízký vztah lidí ke krajině, ve které žijí, a to prostřednictvím rozvoje místních potravinových systémů (komunitou podporovaného zemědělství, komunitních zahrad aj.) v České republice, které zde zastřešuje. </p> <p>CooLAND se jako člen AMPI podílí na organizaci akcí, realizaci projektů, spoluprací se zahraničními partnery a šíření myšlenky komunitou podporovaného zemědělství u nás. Jsme společnými koordinátory projektu Erasmus + Projekty mobility osob / Vzdělávání dospělých s názvem: Learning toward Access to Land.</p> <p><a href="http://asociaceampi.cz" target="_blank">http://asociaceampi.cz</a></p> <h4>Iniciativa potravinové suverenity</h4> <p>Iniciativa vznikla v roce 2015 jako diskusní platforma jednotlivců i organizací a klade si za cíl prosazovat potravinovou suverenitu jako politický koncept přístupu k zemědělství a potravinářství v ČR i v Evropě, propojovat aktéry v ČR, napomáhat vzniku a rozvoji aktivit podporující potravinovou suverenitu a fungovat jako spojka na podobné iniciativy v dzahraničí.</p> <p>CooLAND je jedním ze zakládajících členů iniciativy a v roce 2015 jsme byli spolupořadatelem prvního <a href="https://potravinovasuverenita.cz/akce/forum-potravinove-suverenity/" target="_blank">Fóra potravinové suverenity v ČR</a>.</p> <p><a href="https://potravinovasuverenita.cz/" target="_blank">https://potravinovasuverenita.cz/</a></p> <h4>Českomoravská komora pozemkových úprav</h4> <p>Českomoravská komora pro pozemkové úpravy (ČMKPÚ) byla založena již v r. 1990, jako zájmové sdružení pracovníků v oboru pozemkových úprav. Sdružuje projektanty, pracovníky státní správy – pozemkových a dalších úřadů, pracovníky výzkumných ústavů a vysokých škol, pracovníky dodavatelských stavebních organizací i další zájemce. Od svého vzniku spolupracovala a stále spolupracuje na tvorbě a novelizaci zákonů, vyhlášek, vládních nařízení, metodik, norem a dalších směrnic, souvisejících s oborem pozemkových úprav.</p> <p>CooLAND spolupracuje s ČMKPÚ popularizací tématu pozemkových úprav pořádáním exkurzí a psaním popularizačních článků, jelikož pozemkové úpravy jsou jedním z efektivních nástrojů pro ochranu zemědělské půdy.</p> <p><a href="http://www.cmkpu.cz/cmkpu/" target="_blank">http://www.cmkpu.cz/cmkpu/</a></p> <h4>URGENCI</h4> <p>URGENCI je mezinárodní síť pro rozvoj komunitou podporovaného zemědělství, která sdružuje jednotlivé občany, malé farmáře, spotřebitele i aktivisty a politiky, jejichž cílem je utváření solidárního partnerství mezi producentem a spotřebitelem potravin.</p> <p>CooLAND je součástí sítě od roku 2015. Jsme součástí <a href="http://urgenci.net/csa-research-group-people/" target="_blank">CSA Research Group</a>, jejímž výstupem je například publikace o stavu evropských KPZ: <a href="http://urgenci.net/wp-content/uploads/2016/05/Overview-of-Community-Supported-Agriculture-in-Europe-F.pdf" target="_blank">Overview of Community Supported Agriculture in Europe</a>.</p> <p><a href="http://urgenci.net/" target="_blank">http://urgenci.net/</a></p> <h4>Česká společnost ornitologická</h4> <p>Česká společnost ornitologická je dobrovolým spolkem profesionálů i amatérů, zabývajících se výzkumem a ochranou ptáků, zájemců o pozorování ptáků a milovníků přírody.</p> <p>CooLAND se zabývá ochranou ptáků žijících v zemědělské krajině podporou šetrného hospodaření. Zároveň využíváme metodiky ČSO pro výzkum ptačích populací jako indikátoru správného hospodaření zemědělských subjektů. </p> <p><a href="http://www.cso.cz" target="_blank">www.cso.cz</a></p> <h2>PODPORUJÍ NÁS</h2> <h4>Člověk v tísni</h4> <p>Nevládní nezisková organizace vycházející z myšlenek humanismu, svobody, rovnosti a solidarity, usilující o otevřenou, informovanou, angažovanou a zodpovědnou společnost k problémům doma i za hranicemi naší země.</p> <p>V roce 2016 nám Člověk v tísni umožnil uspořádat v prostorách svého centra Langhans výstavu fotografií <a href="https://www.clovekvtisni.cz/cs/kalendar/vystava-fotografii-laska-ke-krajine-prochazi-zaludkem" target="_blank">“Láska ke krajině prochází žaludkem”</a>.</p> <p>V roce 2015 jsem podávali grant Ministerstva průmyslu a obchodu na rozvoj ekologického zemědělství v Gruzii, kde byla místní mise Člověka v tísni lokálním partnerem.</p> <p><a href="https://www.clovekvtisni.cz" target="_blank">https://www.clovekvtisni.cz</a></p> <h4>Czech PR</h4> <p>Společnost poskytuje poradenské služby v oblasti vztahů s veřejností v České republice, provádí analýzy mediálního trhu a poskytuje komplexní služby v oblasti public relations.</p> <p>V roce 2016 nám agentura pomohla s analýzou našich vlastních strategických cílů a rozvojem CooLAND.</p> <p><a href="http://www.czechpr.cz/" target="_blank">http://www.czechpr.cz/</a></p> <h4>Kavárna Havran Café</h4> <p>Havran Café je malá a útulná kavárna v pražském Karlíně.</p> <p>CooLAND má v Havran Café svojí základnu, kde se scházíme a plánujeme. Od roku 2015 zde také každé úterý máme místo pro výdej zeleniny v rámci <a href="https://plus.google.com/u/0/communities/101783831094360976826" target="_blank">KPZ CooLAND</a>.</p> <p><a href="https://www.facebook.com/havrancafe/" target="_blank">https://www.facebook.com/havrancafe/</a></p> <h4>Nadace Via</h4> <p>Posláním nadace je otevírání cest k umění žít spolu a umění darovat. Nadace podporuje, vzdělává a propojuje lidi, kteří společně pečují o své okolí a kteří darují druhým. </p> <p>CooLAND byl v roce 2015-16 zařazen do projektu <a href="http://www.nadacevia.cz/viadukt/" target="_blank">VIADUKT</a>, který se zaměřuje na vzdělávání lidí z neziskovek.</p> <p><a href="http://www.nadacevia.cz/" target="_blank">http://www.nadacevia.cz/</a></p> </div> </body> <div id="footer"></div> </html>
tjelen/page-cooland
partaci.html
HTML
mit
15,062
<div class="modal-header"> <h3 class="modal-title">Ohje</h3> </div> <div class="modal-body"> <div ng-show="createOwnNetwork"> <div class="help-element"> <img class="help-image" src="public/system/assets/img/infoimages/create.png"> <p> Voit perustaa oman verkostosi painamalla Luo oma Verkosto -painiketta. Luotuasi verkoston ilmestyt kartalle antamaasi sijaintiin.</p> </div> <div class="help-element"> <img class="help-image" src="public/system/assets/img/infoimages/gather.png"> <p> Luodessasi verkostosi saat samalla uniikin linkin, jota voit jakaa ystävillesi sosiaalisessa mediassa ja kutsua heidät liittymään osaksi sinun verkostoasi.</p> </div> </div> <div ng-hide="createOwnNetwork"> <div class="help-element"> <img class="help-image" src="public/system/assets/img/infoimages/Join.png"> <p> Tulit sivustolle käyttäjän {{founderName}} linkin kautta</p> <p>Lähde mukaan!-painikkeella pääset mukaan hänen verkostoon.</p> </div> <div class="help-element"> <img class="help-image" src="public/system/assets/img/infoimages/gather.png"> <p> Liittymällä {{founderName}} verkostoon luot oman verkoston, johon voit kutsua ystäviäsi mukaan toimimaan SOS hyväntekijöinä.</p> </div> </div> </div> <div class="modal-footer"> <b style="color:#00adef;"><i> Vikatilanteissa ota yhteyttä Tarmoon </i></b> <button class="btn btn-custom btn-lg" ng-click="ok()">Sulje</button> </div>
cybercom-finland/sos-app
public/system/views/helpWindow.html
HTML
mit
1,659
{{< layout}} {{$pageTitle}}Upload your photo{{/pageTitle}} {{$header}} <h1>Upload your photo</h1> {{/header}} {{$content}} <p >Your photo must be taken in the last month and meet the <br><a href="/../change_of_name_180122/photoguide-static/photorules"> rules for passport photos</a>.</p> <a href="/change_of_name_180122/uploadphoto/" class="button">Upload your photo</a><br/><br/> <div class="grid-row photo-upload-eg"> <div class="column-half img"> <object type="image/jpg" data="/public/images/[email protected]" type="image/svg+xml" class="svg" tabindex="-1"> <img src="/public/images/[email protected]" width="206" height= alt=""> </object> </div> <div class="column-half"> <h2>Taking a good photo</h2> <ol class="list list-number"> <li>Get a friend to take your photo.</li> <li>Use a plain background.</li> <li>Don’t crop your photo, include your face, shoulders and upper body.</li> <li>Keep your hair away from your face and brushed down.</li> <li>Make sure there are no shadows on your face or behind you.</li> </ol> </div> </div> <br/> <p> We keep all photos for up to 30 days in line with our <a href="https://www.passport.service.gov.uk/help/privacy" rel="external">privacy policy</a>. </p> {{/content}} {{/ layout}}
UKHomeOffice/passports-prototype
views/change_of_name_180122/upload/index.html
HTML
mit
1,507
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"> <head> <title>System Manager Dashboard</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" th:href="@{/webjars/bootstrap/3.3.6/css/bootstrap.min.css}" /> <script th:src="@{/webjars/jquery/2.1.4/jquery.min.js}"></script> <script th:src="@{/webjars/bootstrap/3.3.6/js/bootstrap.min.js}"></script> <script> $(document).ready(function () { (function ($) { $('#filter').keyup(function () { var rex = new RegExp($(this).val(), 'i'); $('.searchable tr').hide(); $('.searchable tr').filter(function () { return rex.test($(this).text()); }).show(); }) }(jQuery)); }); </script> </head> <body> <nav class="navbar navbar-default"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <p class="navbar-brand">Cardinals Banking</p> </div> <ul class="nav navbar-nav navbar-right"> <li><a th:href="@{/manager/details}">My Dashboard</a></li> <li><a th:href="@{/logout}">Logout</a></li> </ul> </div> </nav> <div class="container"> <h3>System Manager Dashboard</h3> <ul class="nav nav-tabs nav-justified"> <li><a th:href="@{/manager/user}">View External User Accounts</a></li> <li><a th:href="@{/manager/details}">My Profile</a></li> <li><a th:href="@{/manager/user/request}">New External User Requests</a></li> <li><a th:href="@{/manager/employee/authorize}">Authorize Access</a></li> <li><a th:href="@{/manager/employee/request}">View Access Requests</a></li> <li class="active"><a href="#">Pending Transfers</a></li> <li><a th:href="@{/manager/transactions}">Pending Transactions</a></li> </ul> </div> <div class="container"> <div class="input-group"> <span class="input-group-addon">Filter</span> <input id="filter" type="text" class="form-control" placeholder="Type here..." /> </div> <div class="container"> <table class="table table-striped"> <thead> <tr> <th>From</th> <th>Account Number</th> <th>To</th> <th>Account Number</th> <th>Amount</th> </tr> </thead> <tbody class="searchable"> <tr th:each="transfer : ${transfers}"> <td th:text="${transfer.fromAccount.user.username}"></td> <td th:text="${transfer.fromAccount.accountNumber}"></td> <td th:text="${transfer.toAccount.user.username}"></td> <td th:text="${transfer.toAccount.accountNumber}"></td> <td th:text="${transfer.amount}"></td> <td><a th:href="@{/manager/transfer/{id}(id=${transfer.transferId})}">View</a></td> </tr> --> </tbody> </table> </div> </div> </body> </html>
Nikh13/securbank
src/main/resources/templates/manager/pendingtransfers.html
HTML
mit
2,902
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.dev / contrib:sudoku 8.4.dev</a></li> <li class="active"><a href="">2015-01-30 03:04:02</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:sudoku <small> 8.4.dev <span class="label label-success">41 s</span> </small> </h1> <p><em><script>document.write(moment("2015-01-30 03:04:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-30 03:04:02 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:sudoku/coq:contrib:sudoku.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:sudoku.8.4.dev coq.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev). The following actions will be performed: - install coq:contrib:sudoku.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:sudoku.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:sudoku.8.4.dev. </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --deps-only coq:contrib:sudoku.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --verbose coq:contrib:sudoku.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>41 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:sudoku.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:sudoku] Fetching https://gforge.inria.fr/git/coq-contribs/sudoku.git#v8.4 Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:sudoku.8.4.dev/.git/ [master (root-commit) 479e1a9] opam-git-init From https://gforge.inria.fr/git/coq-contribs/sudoku * [new branch] v8.4 -&gt; opam-ref * [new branch] v8.4 -&gt; origin/v8.4 Div.v LICENSE ListAux.v ListOp.v Make Makefile Note.pdf OrderedList.v Permutation.v README Sudoku.v Tactic.v Test.v UList.v bench.log description HEAD is now at 71a653c Removing useless calls to injection. =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:sudoku.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install &quot;coqdep&quot; -c -slash -R . Sudoku &quot;Div.v&quot; &gt; &quot;Div.v.d&quot; || ( RV=$?; rm -f &quot;Div.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Sudoku &quot;ListAux.v&quot; &gt; &quot;ListAux.v.d&quot; || ( RV=$?; rm -f &quot;ListAux.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Sudoku &quot;ListOp.v&quot; &gt; &quot;ListOp.v.d&quot; || ( RV=$?; rm -f &quot;ListOp.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Sudoku &quot;OrderedList.v&quot; &gt; &quot;OrderedList.v.d&quot; || ( RV=$?; rm -f &quot;OrderedList.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Sudoku &quot;Permutation.v&quot; &gt; &quot;Permutation.v.d&quot; || ( RV=$?; rm -f &quot;Permutation.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Sudoku &quot;Sudoku.v&quot; &gt; &quot;Sudoku.v.d&quot; || ( RV=$?; rm -f &quot;Sudoku.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Sudoku &quot;Tactic.v&quot; &gt; &quot;Tactic.v.d&quot; || ( RV=$?; rm -f &quot;Tactic.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Sudoku &quot;Test.v&quot; &gt; &quot;Test.v.d&quot; || ( RV=$?; rm -f &quot;Test.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Sudoku &quot;UList.v&quot; &gt; &quot;UList.v.d&quot; || ( RV=$?; rm -f &quot;UList.v.d&quot;; exit ${RV} ) &quot;coqc&quot; -q -R . Sudoku Tactic &quot;coqc&quot; -q -R . Sudoku ListAux &quot;coqc&quot; -q -R . Sudoku Div &quot;coqc&quot; -q -R . Sudoku Permutation &quot;coqc&quot; -q -R . Sudoku UList &quot;coqc&quot; -q -R . Sudoku OrderedList &quot;coqc&quot; -q -R . Sudoku ListOp &quot;coqc&quot; -q -R . Sudoku Sudoku &quot;coqc&quot; -q -R . Sudoku Test = 288 : nat = 2 :: 5 :: 8 :: 1 :: 6 :: 4 :: 9 :: 7 :: 3 :: nil : list nat = 6 :: 3 :: 4 :: 9 :: 5 :: 7 :: 2 :: 1 :: 8 :: nil : list nat = 9 :: 7 :: 1 :: 2 :: 3 :: 8 :: 6 :: 4 :: 5 :: nil : list nat = 7 :: 4 :: 5 :: 3 :: 9 :: 1 :: 8 :: 2 :: 6 :: nil : list nat = 8 :: 9 :: 6 :: 4 :: 2 :: 5 :: 1 :: 3 :: 7 :: nil : list nat = 1 :: 2 :: 3 :: 7 :: 8 :: 6 :: 4 :: 5 :: 9 :: nil : list nat = 3 :: 6 :: 9 :: 5 :: 1 :: 2 :: 7 :: 8 :: 4 :: nil : list nat = 4 :: 8 :: 2 :: 6 :: 7 :: 3 :: 5 :: 9 :: 1 :: nil : list nat = 5 :: 1 :: 7 :: 8 :: 4 :: 9 :: 3 :: 6 :: 2 :: nil : list nat = 1 : nat = 4 :: 5 :: 6 :: 9 :: 8 :: 7 :: 2 :: 1 :: 3 :: nil : list nat = 8 :: 3 :: 9 :: 2 :: 1 :: 5 :: 7 :: 6 :: 4 :: nil : list nat = 1 :: 2 :: 7 :: 6 :: 4 :: 3 :: 8 :: 5 :: 9 :: nil : list nat = 7 :: 4 :: 2 :: 3 :: 6 :: 9 :: 5 :: 8 :: 1 :: nil : list nat = 5 :: 6 :: 3 :: 8 :: 2 :: 1 :: 4 :: 9 :: 7 :: nil : list nat = 9 :: 8 :: 1 :: 7 :: 5 :: 4 :: 6 :: 3 :: 2 :: nil : list nat = 2 :: 7 :: 8 :: 1 :: 3 :: 6 :: 9 :: 4 :: 5 :: nil : list nat = 6 :: 1 :: 5 :: 4 :: 9 :: 2 :: 3 :: 7 :: 8 :: nil : list nat = 3 :: 9 :: 4 :: 5 :: 7 :: 8 :: 1 :: 2 :: 6 :: nil : list nat = 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 7 :: 8 :: 9 :: nil : list nat = 7 :: 8 :: 9 :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: nil : list nat = 4 :: 5 :: 6 :: 9 :: 7 :: 8 :: 1 :: 2 :: 3 :: nil : list nat = 9 :: 1 :: 2 :: 8 :: 6 :: 5 :: 3 :: 4 :: 7 :: nil : list nat = 8 :: 3 :: 4 :: 7 :: 1 :: 2 :: 9 :: 6 :: 5 :: nil : list nat = 5 :: 6 :: 7 :: 3 :: 4 :: 9 :: 8 :: 1 :: 2 :: nil : list nat = 2 :: 9 :: 1 :: 5 :: 3 :: 4 :: 6 :: 7 :: 8 :: nil : list nat = 3 :: 7 :: 5 :: 6 :: 8 :: 1 :: 2 :: 9 :: 4 :: nil : list nat = 6 :: 4 :: 8 :: 2 :: 9 :: 7 :: 5 :: 3 :: 1 :: nil : list nat = Some (1 :: nil) : option (list nat) = Some (1 :: 2 :: 2 :: 1 :: nil) : option (list nat) = Some (1 :: 2 :: 3 :: 4 :: 3 :: 4 :: 1 :: 2 :: 2 :: 1 :: 4 :: 3 :: 4 :: 3 :: 2 :: 1 :: nil) : option (list nat) = Some (1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 5 :: 6 :: 1 :: 2 :: 3 :: 4 :: 3 :: 4 :: 5 :: 6 :: 1 :: 2 :: 2 :: 1 :: 4 :: 3 :: 6 :: 5 :: 6 :: 5 :: 2 :: 1 :: 4 :: 3 :: 4 :: 3 :: 6 :: 5 :: 2 :: 1 :: nil) : option (list nat) = Some (1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 7 :: 8 :: 9 :: 7 :: 8 :: 9 :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 4 :: 5 :: 6 :: 9 :: 7 :: 8 :: 1 :: 2 :: 3 :: 9 :: 1 :: 2 :: 8 :: 6 :: 5 :: 3 :: 4 :: 7 :: 8 :: 3 :: 4 :: 7 :: 1 :: 2 :: 9 :: 6 :: 5 :: 5 :: ..) : option (list nat) Finished transaction in 1. secs (1.812374u,1.8e-05s) = 7 :: 2 :: 4 :: 9 :: 6 :: 5 :: 8 :: 3 :: 1 :: nil : list nat = 6 :: 3 :: 5 :: 1 :: 4 :: 8 :: 9 :: 2 :: 7 :: nil : list nat = 1 :: 8 :: 9 :: 2 :: 7 :: 3 :: 4 :: 5 :: 6 :: nil : list nat = 2 :: 6 :: 1 :: 4 :: 8 :: 9 :: 3 :: 7 :: 5 :: nil : list nat = 9 :: 5 :: 8 :: 6 :: 3 :: 7 :: 1 :: 4 :: 2 :: nil : list nat = 3 :: 4 :: 7 :: 5 :: 2 :: 1 :: 6 :: 9 :: 8 :: nil : list nat = 5 :: 7 :: 6 :: 3 :: 1 :: 4 :: 2 :: 8 :: 9 :: nil : list nat = 4 :: 9 :: 2 :: 8 :: 5 :: 6 :: 7 :: 1 :: 3 :: nil : list nat = 8 :: 1 :: 3 :: 7 :: 9 :: 2 :: 5 :: 6 :: 4 :: nil : list nat = 25 : nat Finished transaction in 6. secs (6.283789u,1.1e-05s) Finished transaction in 3. secs (3.29798u,8.00000000001e-06s) = 5 :: 8 :: 6 :: 2 :: 3 :: 7 :: 9 :: 1 :: 4 :: nil : list nat = 7 :: 4 :: 2 :: 8 :: 1 :: 9 :: 3 :: 5 :: 6 :: nil : list nat = 1 :: 9 :: 3 :: 4 :: 6 :: 5 :: 7 :: 8 :: 2 :: nil : list nat = 6 :: 5 :: 7 :: 9 :: 8 :: 1 :: 2 :: 4 :: 3 :: nil : list nat = 9 :: 1 :: 4 :: 7 :: 2 :: 3 :: 5 :: 6 :: 8 :: nil : list nat = 2 :: 3 :: 8 :: 5 :: 4 :: 6 :: 1 :: 7 :: 9 :: nil : list nat = 3 :: 6 :: 5 :: 1 :: 9 :: 8 :: 4 :: 2 :: 7 :: nil : list nat = 4 :: 7 :: 9 :: 6 :: 5 :: 2 :: 8 :: 3 :: 1 :: nil : list nat = 8 :: 2 :: 1 :: 3 :: 7 :: 4 :: 6 :: 9 :: 5 :: nil : list nat = 1 : nat Finished transaction in 3. secs (3.310704u,0.s) for i in UList.vo Test.vo Tactic.vo Sudoku.vo Permutation.vo OrderedList.vo ListOp.vo ListAux.vo Div.vo; do \ install -d `dirname &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/Sudoku/$i`; \ install -m 0644 $i &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/Sudoku/$i; \ done Installing coq:contrib:sudoku.8.4.dev. </pre></dd> </dl> <h2>Installation size</h2> <p>Total: 963 K</p> <ul> <li>413 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/Sudoku.vo</code></li> <li>167 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/Permutation.vo</code></li> <li>111 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/OrderedList.vo</code></li> <li>87 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/ListAux.vo</code></li> <li>69 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/UList.vo</code></li> <li>42 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/ListOp.vo</code></li> <li>32 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/Test.vo</code></li> <li>31 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/Div.vo</code></li> <li>7 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Sudoku/Tactic.vo</code></li> <li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:sudoku/opam.config</code></li> <li>1 K <code>/home/bench/.opam/system/install/coq:contrib:sudoku.install</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq:contrib:sudoku.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq:contrib:sudoku.8.4.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:sudoku] Fetching https://gforge.inria.fr/git/coq-contribs/sudoku.git#v8.4 =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:sudoku.8.4.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/Sudoku </pre></dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:sudoku/8.4.dev/2015-01-30_03-04-02.html
HTML
mit
20,619
<!DOCTYPE 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=""> <meta name="keywords" content=" "> <title>Prerequisites | LivePerson Technical Documentation</title> <link rel="stylesheet" href="css/syntax.css"> <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/bootstrap.min.css">--> <link rel="stylesheet" href="css/modern-business.css"> <link rel="stylesheet" href="css/lavish-bootstrap.css"> <link rel="stylesheet" href="css/customstyles.css"> <link rel="stylesheet" href="css/theme-blue.css"> <!-- <script src="assets/js/jsoneditor.js"></script> --> <script src="assets/js/jquery-3.1.0.min.js"></script> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> --> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> --> <script src="assets/js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> <script src="assets/js/bootstrap-3.3.4.min.js"></script> <script src="assets/js/anchor-2.0.0.min.js"></script> <script src="js/toc.js"></script> <script src="js/customscripts.js"></script> <link rel="shortcut icon" href="images/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml"> <script> $(document).ready(function() { // Initialize navgoco with default options $("#mysidebar").navgoco({ caretHtml: '', accordion: true, openClass: 'active', // open save: false, // leave false or nav highlighting doesn't work right cookie: { name: 'navgoco', expires: false, path: '/' }, slide: { duration: 400, easing: 'swing' } }); $("#collapseAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', false); }); $("#expandAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', true); }); }); </script> <script> $(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container topnavlinks"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> LivePerson Technical Documentation</span></a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- entries without drop-downs appear here --> <!-- entries with drop-downs appear here --> <!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> <li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li> <!--comment out this block if you want to hide search--> <li> <!--start search--> <div id="search-demo-container"> <input type="text" id="search-input" placeholder="search..."> <ul id="results-container"></ul> </div> <script src="js/jekyll-search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: 'search.json', searchResultTemplate: '<li><a href="{url}" title="Prerequisites">{title}</a></li>', noResultsText: 'No results found.', limit: 10, fuzzy: true, }) </script> <!--end search--> </li> </ul> </div> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="col-lg-12">&nbsp;</div> <!-- Content Row --> <div class="row"> <!-- Sidebar Column --> <div class="col-md-3"> <ul id="mysidebar" class="nav"> <li class="sidebarTitle"> </li> <li> <a href="#">Common Guidelines</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="index.html">Home</a></li> <li class="thirdlevel"><a href="getting-started.html">Getting Started with LiveEngage APIs</a></li> </ul> </li> <li class="subfolders"> <a href="#">Guides</a> <ul> <li class="thirdlevel"><a href="guides-customizedchat.html">Customized Chat Windows</a></li> </ul> </li> </ul> <li> <a href="#">Account Configuration</a> <ul> <li class="subfolders"> <a href="#">Predefined Content API</a> <ul> <li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Automatic Messages API</a> <ul> <li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Administration</a> <ul> <li class="subfolders"> <a href="#">Users API</a> <ul> <li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li> <li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li> <li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li> <li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li> <li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li> <li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li> <li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li> <li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li> <li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li> <li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li> <li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Skills API</a> <ul> <li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li> <li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li> <li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li> <li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li> <li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li> <li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li> <li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li> <li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li> <li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Agent Groups API</a> <ul> <li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li> <li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li> <li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li> <li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li> <li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li> <li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li> <li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li> </ul> </li> </ul> <li> <a href="#">Consumer Experience</a> <ul> <li class="subfolders"> <a href="#">JavaScript Chat SDK</a> <ul> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li> <li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-demo.html">Demo App</a></li> </ul> </li> <li class="subfolders"> <a href="#">Server Chat API</a> <ul> <li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li> </ul> </li> <li class="subfolders"> <a href="#">Push Service API</a> <ul> <li class="thirdlevel"><a href="push-service-overview.html">Overview</a></li> <li class="thirdlevel"><a href="push-service-tls-html">TLS Authentication</a></li> <li class="thirdlevel"><a href="push-service-codes-html">HTTP Response Codes</a></li> <li class="thirdlevel"><a href="push-service-configuration-html">Configuration of Push Proxy</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK iOS (2.0)</a> <ul> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK Android (2.0)</a> <ul> <li class="thirdlevel"><a href="android-overview.html">Overview</a></li> <li class="thirdlevel"><a href="android-prerequisites.html">Prerequisites</a></li> <li class="thirdlevel"><a href="android-download-and-unzip.html">Step 1: Download and Unzip the SDK</a></li> <li class="thirdlevel"><a href="android-configure-project-settings.html">Step 2: Configure project settings to connect LiveEngage SDK</a></li> <li class="thirdlevel"><a href="android-code-integration.html">Step 3: Code integration for basic deployment</a></li> <li class="thirdlevel"><a href="android-initialization.html">SDK Initialization and Lifecycle</a></li> <li class="thirdlevel"><a href="android-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="android-conversations-lifecycle.html">Conversations Lifecycle</a></li> <li class="thirdlevel"><a href="android-callbacks-interface.html">LivePerson Callbacks Interface</a></li> <li class="thirdlevel"><a href="android-notifications.html">Notifications</a></li> <li class="thirdlevel"><a href="android-user-data.html">User Data</a></li> <li class="thirdlevel"><a href="android-logs.html">Logs and Info</a></li> <li class="thirdlevel"><a href="android-methods.html">Methods</a></li> <li class="thirdlevel"><a href="android-initializedeprecated.html">initialize (Deprecated)</a></li> <li class="thirdlevel"><a href="android-initializeproperties.html">initialize (with SDK properties object)</a></li> <li class="thirdlevel"><a href="android-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="android-showconversationauth.html">showConversation (with authentication support)</a></li> <li class="thirdlevel"><a href="android-hideconversation.html">hideConversation</a></li> <li class="thirdlevel"><a href="android-getconversationfrag.html">getConversationFragment</a></li> <li class="thirdlevel"><a href="android-getconversationfragauth.html">getConversationFragment with authentication support</a></li> <li class="thirdlevel"><a href="android-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="android-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="android-setuserprofiledeprecated.html">setUserProfile (Deprecated)</a></li> <li class="thirdlevel"><a href="android-registerlppusher.html">registerLPPusher</a></li> <li class="thirdlevel"><a href="android-unregisterlppusher.html">unregisterLPPusher</a></li> <li class="thirdlevel"><a href="android-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="android-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="android-setcallback.html">setCallback</a></li> <li class="thirdlevel"><a href="android-removecallback.html">removeCallBack</a></li> <li class="thirdlevel"><a href="android-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="android-checkagentid.html">checkAgentID</a></li> <li class="thirdlevel"><a href="android-markurgent.html">markConversationAsUrgent</a></li> <li class="thirdlevel"><a href="android-marknormal.html">markConversationAsNormal</a></li> <li class="thirdlevel"><a href="android-checkurgent.html">checkConversationIsMarkedAsUrgent</a></li> <li class="thirdlevel"><a href="android-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="android-shutdown.html">shutDown</a></li> <li class="thirdlevel"><a href="android-shutdowndeprecated.html">shutDown (Deprecated)</a></li> <li class="thirdlevel"><a href="android-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="android-logout.html">logOut</a></li> <li class="thirdlevel"><a href="android-callbacks-index.html">Callbacks Index</a></li> <li class="thirdlevel"><a href="android-configuring-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="android-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="android-configuring-edittext.html">Configuring the message’s EditText</a></li> <li class="thirdlevel"><a href="android-proguard.html">Proguard Configuration</a></li> <li class="thirdlevel"><a href="android-modifying-string.html">Modifying Strings</a></li> <li class="thirdlevel"><a href="android-modifying-resources.html">Modifying Resources</a></li> <li class="thirdlevel"><a href="android-plural-string.html">Plural String Resource Example</a></li> <li class="thirdlevel"><a href="android-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="android-off-hours.html">Date and Time</a></li> <li class="thirdlevel"><a href="android-bubble.html">Bubble Timestamp</a></li> <li class="thirdlevel"><a href="android-separator.html">Separator Timestamp</a></li> <li class="thirdlevel"><a href="android-resolve.html">Resolve Message</a></li> <li class="thirdlevel"><a href="android-csat.html">CSAT Behavior</a></li> <li class="thirdlevel"><a href="android-photo-sharing.html">Photo Sharing - Beta</a></li> <li class="thirdlevel"><a href="android-push-notifications.html">Enable Push Notifications</a></li> <li class="thirdlevel"><a href="android-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Real-time Interactions</a> <ul> <li class="subfolders"> <a href="#">Visit Information API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li> </ul> </li> <li class="subfolders"> <a href="#">App Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li> <li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Attributes</a> <ul> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li> </ul> </li> <li class="subfolders"> <a href="#">IVR Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li> </ul> </li> <li class="subfolders"> <a href="#">Validate Engagement</a> <ul> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Trigger API</a> <ul> <li class="thirdlevel"><a href="trigger-overview.html">Overview</a></li> <li class="thirdlevel"><a href="trigger-methods.html">Methods</a></li> <li class="thirdlevel"><a href="trigger-click.html">Click</a></li> <li class="thirdlevel"><a href="trigger-getinfo.html">getEngagementInfo</a></li> <li class="thirdlevel"><a href="trigger-getstate.html">getEngagementState</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Window Widget SDK</a> <ul> <li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li> </ul> </li> </ul> <li> <a href="#">Agent</a> <ul> <li class="subfolders"> <a href="#">Agent Workspace Widget SDK</a> <ul> <li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li> </ul> </li> <li class="subfolders"> <a href="#">LivePerson Domain API</a> <ul> <li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Login Service API</a> <ul> <li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-login.html">Login</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Refresh</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Logout</a></li> </ul> </li> <li class="subfolders"> <a href="#">Chat Agent API</a> <ul> <li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-start-agent-session.html">Start Agent Session</a></li> <li class="thirdlevel"><a href="agent-retrieve-current-availability.html">Retrieve Current Availability</a></li> <li class="thirdlevel"><a href="agent-set-agent-availability.html">Set Agent Availability</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-agents.html">Retrieve Available Agents</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-information.html">Retrieve Agent Information</a></li> <li class="thirdlevel"><a href="agent-determine-incoming.html">Determine Incoming Chat Requests</a></li> <li class="thirdlevel"><a href="agent-accept-chat.html">Accept a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="agent-add-lines.html">Add Lines</a></li> <li class="thirdlevel"><a href="agent-end-chat.html">End Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-info.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="">Retrieve Visitor’s Name</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-typing.html">Retrieve Agent's Typing Status</a></li> <li class="thirdlevel"><a href="agent-set-agent-typing.html">Set Agent’s Typing Status</a></li> <li class="thirdlevel"><a href="agent-retrieve-visitor-typing.html">Retrieve Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="agent-chat-agent-retrieve-skills.html">Retrieve Available Skills</a></li> <li class="thirdlevel"><a href="agent-transfer-chat.html">Transfer a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-survey-structure.html">Retrieve Agent Survey Structure</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Agent SDK</a> <ul> <li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li> </ul> </li> </ul> <li> <a href="#">Data</a> <ul> <li class="subfolders"> <a href="#">Data Access API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-data-access-architecture.html">Architecture</a></li> <li class="thirdlevel"><a href="data-data-access-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-data-access-base-resource.html">Base Resource</a></li> <li class="thirdlevel"><a href="data-data-access-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-data-access-web-session.html">Web Session</a></li> <li class="thirdlevel"><a href="data-data-access-engagement.html">Engagement</a></li> <li class="thirdlevel"><a href="data-data-access-survey.html">Survey</a></li> <li class="thirdlevel"><a href="data-data-access-schema.html">Schema</a></li> <li class="thirdlevel"><a href="data-data-access-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Operations API</a> <ul> <li class="thirdlevel"><a href="data-messaging-operations-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-operations-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-conversation.html">Messaging Conversation</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-csat-distribution.html">Messaging CSAT Distribution</a></li> <li class="thirdlevel"><a href="data-messaging-operations-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Interactions API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-messaging-interactions-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-conversations.html">Conversations</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversation-by-conversation-id.html">Get conversation by conversation ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversations-by-consumer-id.html">Get Conversations by Consumer ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement History API</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-engagement-history-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-engagement-history-retrieve-engagement-list-by-criteria.html">Retrieve Engagement List by Criteria</a></li> <li class="thirdlevel"><a href="data-engagement-history-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-engagement-history-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Operational Real-time API</a> <ul> <li class="thirdlevel"><a href="data-operational-realtime-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-operational-realtime-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-operational-realtime-queue-health.html">Queue Health</a></li> <li class="thirdlevel"><a href="data-operational-realtime-engagement-activity.html">Engagement Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-current-queue-state.html">Current Queue State</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sla-histogram.html">SLA Histogram</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sample-code.html">Sample Code</a></li> </ul> </li> </ul> <li> <a href="#">LiveEngage Tag</a> <ul> <li class="subfolders"> <a href="#">LE Tag Events</a> <ul> <li class="thirdlevel"><a href="lp-tag-tag-events-overview.html">Overview</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-how.html">How to use these Events</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-events.html">Events</a></li> <li class="thirdlevel"><a href="lp-tag-visitor-flow.html">Visitor Flow Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement.html">Engagement Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement-window.html">Engagement Window Events</a></li> </ul> </li> </ul> <li> <a href="#">Messaging Window API</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li> <li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li> <li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li> </ul> </li> <li class="subfolders"> <a href="#">Tutorials</a> <ul> <li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li> <li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li> <li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li> <li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li> <li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li> <li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li> </ul> </li> <li class="subfolders"> <a href="#">Samples</a> <ul> <li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li> </ul> </li> <li class="subfolders"> <a href="#">API Reference</a> <ul> <li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li> <li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-conv-ttr.html">Urgent Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li> </ul> </li> </ul> <!-- if you aren't using the accordion, uncomment this block: <p class="external"> <a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> </p> --> </li> </ul> </div> <!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> <script>$("li.active").parents('li').toggleClass("active");</script> <!-- Content Column --> <div class="col-md-9"> <div class="post-header"> <h1 class="post-title-main">Prerequisites</h1> </div> <div class="post-content"> <p>The following prerequisites are required:</p> <ul> <li>LiveEngage account</li> <li>Dedicated user for the bot created in LiveEngage</li> </ul> <div class="tags"> </div> </div> <hr class="shaded"/> <footer> <div class="row"> <div class="col-lg-12 footer"> &copy;2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br /> Site last generated: Mar 13, 2017 <br /> <p><img src="img/company_logo.png" alt="Company logo"/></p> </div> </div> </footer> </div> <!-- /.row --> </div> <!-- /.container --> </div> </body> </html>
LivePersonInc/dev-hub
content10/products-bots-prerequisites.html
HTML
mit
165,927
<!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_77) on Sun Aug 13 19:07:39 PKT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.hikmat30ce.workday.integrator.hr.generated.CompensationStepReferenceDataType (WorkdayIntegrator-HR 1.0.0 API)</title> <meta name="date" content="2017-08-13"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.hikmat30ce.workday.integrator.hr.generated.CompensationStepReferenceDataType (WorkdayIntegrator-HR 1.0.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hikmat30ce/workday/integrator/hr/generated/class-use/CompensationStepReferenceDataType.html" target="_top">Frames</a></li> <li><a href="CompensationStepReferenceDataType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.hikmat30ce.workday.integrator.hr.generated.CompensationStepReferenceDataType" class="title">Uses of Class<br>com.hikmat30ce.workday.integrator.hr.generated.CompensationStepReferenceDataType</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.hikmat30ce.workday.integrator.hr.generated">com.hikmat30ce.workday.integrator.hr.generated</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.hikmat30ce.workday.integrator.hr.generated"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a> in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> declared as <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">CompensationDetailDataType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationDetailDataType.html#compensationStepReference">compensationStepReference</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> that return <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">ObjectFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/ObjectFactory.html#createCompensationStepReferenceDataType--">createCompensationStepReferenceDataType</a></span>()</code> <div class="block">Create an instance of <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated"><code>CompensationStepReferenceDataType</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">CompensationDetailDataType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationDetailDataType.html#getCompensationStepReference--">getCompensationStepReference</a></span>()</code> <div class="block">Gets the value of the compensationStepReference property.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> with parameters of type <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">CompensationDetailDataType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationDetailDataType.html#setCompensationStepReference-com.hikmat30ce.workday.integrator.hr.generated.CompensationStepReferenceDataType-">setCompensationStepReference</a></span>(<a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CompensationStepReferenceDataType</a>&nbsp;value)</code> <div class="block">Sets the value of the compensationStepReference property.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CompensationStepReferenceDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hikmat30ce/workday/integrator/hr/generated/class-use/CompensationStepReferenceDataType.html" target="_top">Frames</a></li> <li><a href="CompensationStepReferenceDataType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.spring.io">Pivotal Software, Inc.</a>. All rights reserved.</small></p> </body> </html>
hikmat30ce/WorkdayIntegrator-HR
docs/com/hikmat30ce/workday/integrator/hr/generated/class-use/CompensationStepReferenceDataType.html
HTML
mit
11,646
 <!DOCTYPE HTML> <!-- Solid State by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-72755780-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-72755780-1'); </script> <script src="/assets/js/redirectNow.js"></script> <title>Richard Kingston - Progressive Web App</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" href="/assets/sass/main.css" /> <link rel="stylesheet" href="/assets/css/override.css" /> <!--[if lte IE 9]><link rel="stylesheet" href="/assets/sass/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="/assets/sass/ie8.css" /><![endif]--> </head> <body> <!-- Page Wrapper --> <div id="page-wrapper"> <!-- Header --> <header id="header"> <h1><a href="/">Richard Kingston</a></h1> <nav> <a href="#menu">Menu</a> </nav> </header> <!-- Menu --> <nav id="menu"> <div class="inner"> <h2>Menu</h2> <ul class="links"> <li><a href="/posts">Archive</a></li> <li><a href="/tags">Tags</a></li> <li><a href="/about">About Me</a></li> </ul> <a href="#" class="close">Close</a> </div> </nav> <section id="banner"> <div class="inner"> <h2>Progressive Web App</h2> </div> </section> <!-- Main --> <section id="wrapper"> <section class="wrapper style2"> <div class="inner"> <div> <a href="/posts/council-knows-whats-appnin"> <h3>Council knows what&#x27;s &#x27;appnin&#x27;</h3> <p>There&#x27;s nothing quite like delivering customer value that&#x27;s fit for the future, scalable and miles ahead of the curve ;-)</p> </a> <p><em>Posted on 15 September 2017</em></p> </div> <hr> <nav> <ul class="actions"> </ul> </nav> </div> </section> <section class="wrapper alt style3"> <div class="inner"> <a role="button" href="/tags/Income-Management" class="button small ">Income Management (30)</a> <a role="button" href="/tags/Local-Digital-Fund" class="button small ">Local Digital Fund (24)</a> <a role="button" href="/tags/IMS-Discovery" class="button small ">IMS Discovery (21)</a> <a role="button" href="/tags/Innovation-Group" class="button small ">Innovation Group (14)</a> <a role="button" href="/tags/DigiDesk" class="button small ">DigiDesk (8)</a> <a role="button" href="/tags/DigiBook" class="button small ">DigiBook (5)</a> <a role="button" href="/tags/DigiMeet" class="button small ">DigiMeet (4)</a> <a role="button" href="/tags/IMS-Alpha" class="button small ">IMS Alpha (2)</a> <a role="button" href="/tags/Work-Life-Balance" class="button small ">Work Life Balance (2)</a> <a role="button" href="/tags/TechTown" class="button small ">TechTown (2)</a> <a role="button" href="/tags/Digital-First" class="button small ">Digital First (2)</a> <a role="button" href="/tags/Requestry" class="button small ">Requestry (2)</a> <a role="button" href="/tags/Barnsley-Makers" class="button small ">Barnsley Makers (1)</a> <a role="button" href="/tags/Code-Club" class="button small ">Code Club (1)</a> <a role="button" href="/tags/Barnsley-Council" class="button small ">Barnsley Council (1)</a> <a role="button" href="/tags/Progressive-Web-App" class="button small special">Progressive Web App (1)</a> <a role="button" href="/tags/DigiSafe" class="button small ">DigiSafe (1)</a> <a role="button" href="/tags/Digital-Barnsley" class="button small ">Digital Barnsley (1)</a> </div> </section> </section> <!-- Footer --> <footer id="footer"> <div class="inner"> <section> <h2>Feeds</h2> <ul class="actions"> <li><a href="/feed.rss" class="button small"><i class="fa fa-rss"></i> RSS Feed</a></li> <li><a href="/feed.atom" class="button small"><i class="fa fa-rss"></i> Atom Feed</a></li> </ul> </section> <section> </section> <ul class="copyright"> <li>Copyright © 2020</li> <li>Design: <a href="http://html5up.net">HTML5 UP</a></li> <li><a href="https://wyam.io">Generated by Wyam</a></li> </ul> </div> </footer> </div> <!-- Scripts --> <script src="/assets/js/skel.min.js"></script> <script src="/assets/js/jquery.min.js"></script> <script src="/assets/js/jquery.scrollex.min.js"></script> <script src="/assets/js/util.js"></script> <!--[if lte IE 8]><script src="/assets/js/ie/respond.min.js"></script><![endif]--> <script src="/assets/js/main.js"></script> <script src="/assets/js/redirectNow.js"></script> <script type="text/javascript">redirectNow();</script> </body> </html>
kingstonrichard/kingstonrichard.github.io
tags/Progressive-Web-App.html
HTML
mit
5,561
<!DOCTYPE html> <html lang=""> <head> <title><%= webpackConfig.metadata.title %></title> <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="<%= webpackConfig.metadata.title %>"> <link rel="manifest" href="/assets/manifest.json"> <meta name="msapplication-TileColor" content="#00bcd4"> <meta name="msapplication-TileImage" content="/assets/icon/ms-icon-144x144.png"> <meta name="theme-color" content="#00bcd4"> <!-- end favicon --> <!-- base url --> <base href="<%= webpackConfig.metadata.baseUrl %>"> </head> <body > <app> Loading... </app> <!-- Google Analytics: change UA-71073175-1 to be your site's ID --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71073175-1', 'auto'); ga('send', 'pageview'); </script> <% if (webpackConfig.metadata.ENV === 'development') { %> <!-- Webpack Dev Server reload --> <script src="http://<%= webpackConfig.metadata.host %>:<%= webpackConfig.metadata.port %>/webpack-dev-server.js"></script> <% } %> </body> </html>
andbet39/Angular2Sensor
src/index.html
HTML
mit
1,457
--- layout: default --- <div class="posts"> {% for post in site.posts %} <article class="post"> {% if post.icon %} <div style="float: left; padding-right: 20px; margin-top: 10px"> <img style="" src="{{post.icon}}" width="50" height="50"/> </div> {% endif %} <a class="post-link" href="{{ site.baseurl }}{{ post.url }}"><h1>{{ post.title }}</h1></a> <p class="post-meta post-meta-date">{{ post.date | date: "%b %d %Y" }}</p> <div class="entry"> {{ post.excerpt }} </div> <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a> </article> {% endfor %} </div>
mbarralo/mbarralo.github.io
index.html
HTML
mit
662
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>KlusterKite: KlusterKite.NodeManager.Launcher.Utils.Exceptions.PackageNotFoundException Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">KlusterKite &#160;<span id="projectnumber">0.0.0</span> </div> <div id="projectbrief">A framework to create scalable and redundant services based on awesome Akka.Net project.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('class_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils_1_1_exceptions_1_1_package_not_found_exception.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="class_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils_1_1_exceptions_1_1_package_not_found_exception-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">KlusterKite.NodeManager.Launcher.Utils.Exceptions.PackageNotFoundException Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>The exception of missing requested package in repository <a href="class_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils_1_1_exceptions_1_1_package_not_found_exception.html#details">More...</a></p> <div class="dynheader"> Inheritance diagram for KlusterKite.NodeManager.Launcher.Utils.Exceptions.PackageNotFoundException:</div> <div class="dyncontent"> <div class="center"> <img src="class_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils_1_1_exceptions_1_1_package_not_found_exception.png" usemap="#KlusterKite.NodeManager.Launcher.Utils.Exceptions.PackageNotFoundException_map" alt=""/> <map id="KlusterKite.NodeManager.Launcher.Utils.Exceptions.PackageNotFoundException_map" name="KlusterKite.NodeManager.Launcher.Utils.Exceptions.PackageNotFoundException_map"> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:aaf80d7ecc179a82aba0aabfaba92533d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils_1_1_exceptions_1_1_package_not_found_exception.html#aaf80d7ecc179a82aba0aabfaba92533d">PackageNotFoundException</a> (string message)</td></tr> <tr class="separator:aaf80d7ecc179a82aba0aabfaba92533d"><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>The exception of missing requested package in repository </p> <p class="definition">Definition at line <a class="el" href="_package_not_found_exception_8cs_source.html#l00017">17</a> of file <a class="el" href="_package_not_found_exception_8cs_source.html">PackageNotFoundException.cs</a>.</p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a id="aaf80d7ecc179a82aba0aabfaba92533d"></a> <h2 class="memtitle"><span class="permalink"><a href="#aaf80d7ecc179a82aba0aabfaba92533d">&#9670;&nbsp;</a></span>PackageNotFoundException()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">KlusterKite.NodeManager.Launcher.Utils.Exceptions.PackageNotFoundException.PackageNotFoundException </td> <td>(</td> <td class="paramtype">string&#160;</td> <td class="paramname"><em>message</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p></p> <p class="definition">Definition at line <a class="el" href="_package_not_found_exception_8cs_source.html#l00020">20</a> of file <a class="el" href="_package_not_found_exception_8cs_source.html">PackageNotFoundException.cs</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>KlusterKite.NodeManager/KlusterKite.NodeManager.Launcher.Utils/Exceptions/<a class="el" href="_package_not_found_exception_8cs_source.html">PackageNotFoundException.cs</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespace_kluster_kite.html">KlusterKite</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_node_manager.html">NodeManager</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_node_manager_1_1_launcher.html">Launcher</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils.html">Utils</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils_1_1_exceptions.html">Exceptions</a></li><li class="navelem"><a class="el" href="class_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils_1_1_exceptions_1_1_package_not_found_exception.html">PackageNotFoundException</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
KlusterKite/KlusterKite
Docs/Doxygen/html/class_kluster_kite_1_1_node_manager_1_1_launcher_1_1_utils_1_1_exceptions_1_1_package_not_found_exception.html
HTML
mit
7,930
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>[GADIA] - wot clan</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <p>WoT Project</p> <h1>[GADIA]</h1> <section class="example-images"> <header>Gadia girl without wihite border</header> <ul> <li><figure><img src="img/24.png" alt="24x24"></figure><p>24x24 px</p></li> <li><figure><img src="img/32.png" alt="32x32"></figure><p>32x32 px</p></li> <li><figure><img src="img/64.png" alt="64x64"></figure><p>64x64 px</p></li> <li><figure><img src="img/195.png" alt="195x195"></figure><p>195x195 px</p></li> <li><figure><img src="img/256.png" alt="256x256"></figure><p>256x256 px</p></li> </ul> </section> <section class="example-images"> <header>Gadia girl with wihite border</header> <ul> <li><figure><img src="img/w24.png" alt="24x24"></figure><p>24x24 px</p></li> <li><figure><img src="img/w32.png" alt="32x32"></figure><p>32x32 px</p></li> <li><figure><img src="img/w64.png" alt="64x64"></figure><p>64x64 px</p></li> <li><figure><img src="img/w195.png" alt="195x195"></figure><p>195x195 px</p></li> <li><figure><img src="img/w256.png" alt="256x256"></figure><p>256x256 px</p></li> </ul> </section> <section class="example-images"> <header>Example front image for group on VK</header> <figure class="vk_image"> <img src="img/gadia_vk_image.jpg" alt=""> </figure> </section> <footer> &copy; miniq_ru[GADIA] | Russia, Chelyabinsk, 2015 </footer> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> </body> </html>
argayash/gadiawot
index.html
HTML
mit
3,044
<!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> Aborcom Resources - 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=1492236115353&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=803&V_SEARCH.docsStart=802&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=801&amp;V_DOCUMENT.docRank=802&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492236121993&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567098576&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=803&amp;V_DOCUMENT.docRank=804&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492236121993&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567134006&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> Aborcom Resources Corporation </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>Aborcom Resources Corporation</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Aborcom Resources</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.aborcom.ca" target="_blank" title="Website URL">http://www.aborcom.ca</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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"> 1980 Catherine St<br/> ROCKLAND, Ontario<br/> K4K 1H6 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 1980 Catherine St<br/> ROCKLAND, Ontario<br/> K4K 1H6 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (613) 447-3677 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Provide consulting and management services specializing in band administration and operations, business relations and government relations.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> George Morissette </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (613) 447-3677 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541611 - Administrative Management and General Management Consulting Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 541619 - Other Management Consulting Services<br> 541720 - Research and Development in the Social Sciences and Humanities<br> 914110 - Aboriginal Public Administration<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <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> Service Name: </strong> </div> <div class="col-md-9"> Professional Consulting and Management<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Provide professional consulting and management services specializing in band administration and operations, business relations and government relations.<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> George Morissette </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (613) 447-3677 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541611 - Administrative Management and General Management Consulting Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 541619 - Other Management Consulting Services<br> 541720 - Research and Development in the Social Sciences and Humanities<br> 914110 - Aboriginal Public Administration<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <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> Service Name: </strong> </div> <div class="col-md-9"> Professional Consulting and Management<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Provide professional consulting and management services specializing in band administration and operations, business relations and government relations.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-11-23 </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/234567159527.html
HTML
mit
35,794
<!DOCTYPE html> <html ng-app="todo"> <head> <title>Angular Jet Todo e2e Test</title> <!-- Angular --> <script src="../../../bower_components/angular/angular.min.js"></script> <!-- Firebase --> <script src="../../../bower_components/jet/deploy/jet.js"></script> <!-- AngularFire --> <script src="../../../dist/angular-jet.js"></script> <!-- Custom CSS --> <link rel="stylesheet" href="todo.css"> </head> <body ng-controller="TodoCtrl"> <div> <!-- Add a random todo button --> <button id="addRandomTodoButton" ng-click="addRandomTodo()">Add a Random Todo</button> </div> <!-- Add todo input --> <form ng-submit="addTodo()"> <input placeholder="What needs to be done?" ng-model="newTodo" autofocus> </form> <form> <select ng-model="orderAttr"> <option value="$value.title">Title</option> <option value="$value.id">ID</option> </select> </form> <!-- Todo list --> <div id="todos"> <div class="todo" ng-cloak ng-repeat="todo in todos | orderBy: orderAttr"> {{todo.$value[orderAttr]}} <input class="toggle" type="checkbox" ng-model="todo.$value.completed" /> <input class="edit" ng-model="todo.$value.title" /> <button class="removeTodoButton" ng-click="removeTodo(todo.$value)">Remove</button> <span ng-if="todo.$error" ng-click="todo.$revert()">{{todo.$error.data.message}} Click to revert.</span> </div> </div> <!-- Custom JS --> <script src="todo_unordered.js" defer></script> </body> </html>
lipp/angular-jet
tests/protractor/todo/todo_unordered.html
HTML
mit
1,591
{% extends 'base.html' %} {% block navigation %} <nav class="navbar navbar-default"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Brand</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Link <span class="sr-only">(current)</span></a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li><a href="#">Separated link</a></li> <li role="separator" class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> <form class="navbar-form navbar-left"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search"> </div> <button type="submit" class="btn btn-default">Submit</button> </form> <ul class="nav navbar-nav navbar-right"> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li><a href="#">Separated link</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> {% endblock %}
tlubenov/tgdj_apps
tglserver/templates/navbar.html
HTML
mit
2,548
<!doctype html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <title>KISSY Combobox Demo</title> <link href="/kissy/src/css/src/dpl/base.css" rel="stylesheet"/> <link href="assets/dpl.css" rel="stylesheet"/> <link href="../menu/assets/dpl.css" rel="stylesheet"/> </head> <body> <div class="container"> <h1>KISSY Combobox</h1> </div> <script src="/kissy/build/seed.js"></script> <script> KISSY.use("menu", function (S, Menu) { new Menu({ width:200, render:'.container', listeners:{ "click":function (e) { var h; if (h = e.target.get("href")) { window.open(h); } } }, children:[ { content:"dpl", href:'demo/dpl/demo.html' }, { content:'other', xclass:'submenu', menu:{ children:[ { content:'简单静态使用', href:'demo/other/static-basic.html' }, { content:'简单动态使用', href:'demo/other/xhr-basic.html' }, { content:'简单 combobox', href:'demo/other/combobox.html' }, { content:'taobao 首页模式', href:'demo/other/fp.html' }, { content:'gmail 模式', href:'demo/other/gmail.html' }, { content:'gmail 光标跟随模式', href:'demo/other/at.html' }, { content:'weibo 光标跟随模式', href:'demo/other/at-weibo.html' } ] } } ] }).render(); }); </script> </body> </html>
007slm/kissy
src/combobox/demo.html
HTML
mit
2,727
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>tab 2</title> </head> <body> <div style="margin: auto;text-align:center; font-size:5em; margin-top: 100px"> <img src="icon_128.png" style="vertical-align:middle;"> pop-tabs </div> </body> </html>
pop-tabs/pop-tabs
contributors/demo/tab2.html
HTML
mit
277
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30206_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page31.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 165px; margin-top: 220px;"> <p class="styleSans428.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">238% A??? AMEN; R003 ROAD LOCATION PLAT CONTINENTAL RESOURCES INC. <br/>SECTIONS 4, T152N, R99W MCKENZIE COUNTY, NORTH DAKOTA <br/>LAWRENCE & ULA W/DDEL - 57/25E7/4 SECTION 4 | 440.0 FEET 0/? 26.67 RODS t <br/>‘ 7 — 2 N 02' 36: 16: 77.1’ I 2 — 3 N 64' 10, 28” E 268.; ;3—4 N44'14 74 94.2 <br/>I I <br/> <br/>I I m ...... ELI <br/>BOULDER 2—4H BOULDER 3—4H1 <br/>N 87’ 33"44” w 7394.8 <br/>I CERT/FY THAT THIS PLAT CORRECTLY REPRESENTS PERSON AUTHORIZING SURVEY; WORK PEREQRMED BY ME OR UNDER MY RESPONSIBLE CHAD NE WBY <br/>BASIS OF BEAR/N0: TRUE NORTH <br/>BROS! ENC/WEIRIJVG' IJVCI <br/>BOX 357 BOWMAN, ND. 58623 PHONE: 70]—523~334O FAX: 701—523—5243 <br/>PROJECT NO. 12—10 <br/> </p> </div> <div style="position: absolute; margin-left: 2530px; margin-top: 330px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W30206_text/page32.html
HTML
mit
1,685
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W21828_extracted</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page42.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 55px; margin-top: 110px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 0px; margin-top: 275px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 219px; margin-top: 137px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 247px; margin-top: 440px;"> <p class="styleSans13.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">TRIANGLE <br/>PETROLEUM CORPORATION </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 715px;"> <p class="styleSans19.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Triangle Petroleum Corporation <br/>Bravo Prospect Gullickson Trust 150-101-36-25 Gullickson Trust 150-101-36-25-4H <br/>Gullickson Trust 150-101-36-25-4H </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 1292px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Plan: Plan #1_Triang|e Petroleum </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 1595px;"> <p class="styleSans18.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Standard Planning Report - Geographic <br/>10 January, 2012 </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W21828_text/page43.html
HTML
mit
2,297
<!DOCTYPE html> <html> <h1>Sensor Data</h1> </center> <table> <tr> <td>Temperature</td> <td> <input id="temperature" type="text" value=""> </td> </tr> <tr> <td>Precipitation</td> <td> <input id="precipitation" type="text" value=""> </td> </tr> <tr> <td>Humidity</td> <td> <input id="humidity" type="text" value=""> </td> </tr> <tr> <td>Wind</td> <td> <input id="wind" type="text" value=""> </td> </tr> <tr> <td></td> <td> <button id="save" onclick="saveWeather()">Save</button> <button id="clear" onclick="clearForm()">Clear</button> <button id="read" onclick="readWeather()">Read</button> </td> </tr> </table> </center> <script> var saveWeather = function(){ }; var readWeather = function(){ }; var clearForm = function(){ }; </script> </html>
onexi/onexi.github.io
abel/35_local_storage/inclass/exercise_01.html
HTML
mit
782
{% include header.html %} {% include about.html %} {% include work.html %} {% include contact.html %} {% include footer.html %}
Galiant/Portfolio
_layouts/default.html
HTML
mit
131
--- layout: post status: publish published: true title: WCF Metadata Publication and Others author: display_name: Tomas Restrepo login: tomasr email: [email protected] url: http://winterdom.com/ author_login: tomasr author_email: [email protected] author_url: http://winterdom.com/ wordpress_id: 68 wordpress_url: http://winterdom.com/2006/10/wcfmetadatapublicationandothers date: '2006-10-19 18:11:32 +0000' date_gmt: '2006-10-19 18:11:32 +0000' categories: - WCF - WinFX - Web Services tags: [] comments: [] --- <p><!--start_raw--> <p><a href="http:&#47;&#47;blogs.msdn.com&#47;ralph.squillace&#47;">Ralph Squillace</a> posted an <a href="http:&#47;&#47;blogs.msdn.com&#47;ralph.squillace&#47;archive&#47;2006&#47;10&#47;19&#47;quick-wcf-metadata-publication-walkthrough.aspx">walkthrough entry</a> of how metadata publication (MEX + WSDL) is enabled in Windows Communication Foundation. Besides discussing the configuration aspects, he also briefly touches on how those aspects affect the runtime behavior. </p> <p>This came at a perfect time for me because I spent a few hours yesterday going over the&nbsp;System.ServiceModel assemblies with reflector trying to understand how it was that the metadata endpoints get hooked up to a service, so this helps a bit. I still need to look closely at a few issues before I understand what's going on well enough to&nbsp;try at something similar I've been&nbsp;wanting to play with...</p> <p>Ralph has also been writing some samples about Sessionless Duplex Services <a href="http:&#47;&#47;blogs.msdn.com&#47;ralph.squillace&#47;archive&#47;2006&#47;10&#47;10&#47;Sessionless-duplex-services_3F00_-No-problem.-Small-issues_2C00_-yes_3B00_-problems_2C00_-no_2E00_.aspx">here</a> and <a href="http:&#47;&#47;blogs.msdn.com&#47;ralph.squillace&#47;archive&#47;2006&#47;10&#47;19&#47;sessionless-duplex-services-part-two-lifetimes-and-contexts.aspx">here</a> which are quite interesting as well.</p> <div class="wlWriterSmartContent" id="d7bf807d-7bb0-458a-811f-90c51817d5c2:ff287cc0-1809-47be-ac08-9afa2e4e4e06" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"> <p><span class="TagSite">Technorati:</span> <a href="http:&#47;&#47;technorati.com&#47;tag&#47;Windows+Communication+Foundation" rel="tag" class="tag">Windows Communication Foundation</a>, <a href="http:&#47;&#47;technorati.com&#47;tag&#47;WCF" rel="tag" class="tag">WCF</a><br &#47;><!-- StartInsertedTags: Windows Communication Foundation, WCF :EndInsertedTags --></p></div><!--end_raw--></p>
tomasr/winterdom.com
_posts/2006-10-19-wcfmetadatapublicationandothers.html
HTML
mit
2,603
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Video Player</title> <link rel="stylesheet" type="text/css" href="css/styles.css" /> </head> <body> <div class="srt"></div> <div style="float:right; padding: 10px;">Events: <ol class="events" style="height: 390px; overflow: scroll;"></ol></div> <div id="video-container"></div> <div id="youtube-video-container"></div> <hr /> <div>Current time/ Duration: <span class="time"></span>/<span class="duration"></span></div> <div>Speed: <span class="speed"></span></div> <div>Muted: <span class="mute"></span></div> <div>Volume level: <span class="volume"></span></div> <div>Quality: <span class="quality"></span></div> <!--script type="text/javascript" src="../build/VideoPlayer.min.js"></script--> <script> var requirejs = { baseUrl: 'js/', paths: { 'jquery': '../../lib/1.7.2.jquery.min' } } </script> <script src="../lib/require.js"></script> <script type="text/javascript"> // new s2js.Video('HTML5', $('#video-container'), { // sources: [ // 'https://s3.amazonaws.com/edx-course-videos/edx-intro/edX-FA12-cware-1_100.mp4.mp4', // 'https://s3.amazonaws.com/edx-course-videos/edx-intro/edX-FA12-cware-1_100.webm'], // volume: 0.5, // playbackRate: 2.0, // autoplay: false, // controls: true, // loop: true, // muted: true, // }); </script> <script type="text/javascript"> require([ 'utils', 'player', 'controls/vcr', 'controls/play_button', 'controls/mute_button', 'controls/progress_slider', 'controls/transcripts', 'components/menu' ], function (Utils, Video, VCR, PlayButton, MuteButton, ProgressSlider, Transcripts, Menu) { p = new Video('Youtube', $('#youtube-video-container'), { videoId: 'M7lc1UVf-VE', volume: 0.75, playbackRate: 1.0, autoplay: 0, controls: 1, loop: 1, muted: true, plugins: [ VCR, PlayButton, MuteButton, ProgressSlider, Transcripts, Menu ] }); var d = document.getElementById('s2js-player-0'); var updateEvent = function (event) { $('.events').append('<li>' + event + '</li>') }; d.addEventListener('timeupdate', function () { $('.time').html(Utils.Utils.secondsToTimecode(p.currentTime)); }); d.addEventListener('durationchange', function () { $('.duration').html(Utils.Utils.secondsToTimecode(p.duration)); }); d.addEventListener('volumechange', function () { $('.volume').html(p.volume); $('.mute').html(p.muted.toString()); }); d.addEventListener('ratechange', function () { $('.speed').html(p.playbackRate); }); d.addEventListener('qualitychange', function () { $('.quality').html(p.playbackQuality); }); ['canplay', 'ratechange', 'loadedmetadata', 'loadeddata', 'durationchange', 'ended', 'play', 'playing', 'pause', 'progress', 'qualitychange', 'error', 'volumechange' ].forEach(function (eventName) { d.addEventListener(eventName, function () { updateEvent(eventName); }, false); }); }); </script> </body> </html>
polesye/VideoPlayer
src/index.html
HTML
mit
3,554
<!-- ~ Copyright (c) 2017. MIT-license for Jari Van Melckebeke ~ Note that there was a lot of educational work in this project, ~ this project was (or is) used for an assignment from Realdolmen in Belgium. ~ Please just don't abuse my work --> <html> <head> <meta charset="utf-8"> <script src="esl.js"></script> <script src="config.js"></script> </head> <body> <style> html, body, #main { width: 100%; height: 100%; } </style> <div id="main"></div> <script> require([ 'echarts', 'echarts/chart/scatter', 'echarts/component/legend', 'echarts/component/polar' ], function (echarts) { var chart = echarts.init(document.getElementById('main'), null, { renderer: 'canvas' }); var data1 = []; var data2 = []; var data3 = []; for (var i = 0; i < 100; i++) { data1.push([Math.random() * 5, Math.random() * 360]); data2.push([Math.random() * 5, Math.random() * 360]); data3.push([Math.random() * 10, Math.random() * 360]); } chart.setOption({ legend: { data: ['scatter', 'scatter2', 'scatter3'] }, polar: { }, angleAxis: { type: 'value' }, radiusAxis: { axisAngle: 0 }, series: [{ coordinateSystem: 'polar', name: 'scatter', type: 'scatter', symbolSize: 10, data: data1 }, { coordinateSystem: 'polar', name: 'scatter2', type: 'scatter', symbolSize: 10, data: data2 }, { coordinateSystem: 'polar', name: 'scatter3', type: 'scatter', symbolSize: 10, data: data3 }] }); }) </script> </body> </html>
N00bface/Real-Dolmen-Stage-Opdrachten
stageopdracht/src/main/resources/static/vendors/gentelella/vendors/echarts/test/polarScatter.html
HTML
mit
2,536
<html lang="en"> <head> <title>C - Debugging with GDB</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Debugging with GDB"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Supported-Languages.html#Supported-Languages" title="Supported Languages"> <link rel="next" href="D.html#D" title="D"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2017 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Free Software'' and ``Free Software Needs Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. (a) The FSF's Back-Cover Text is: ``You are free to copy and modify this GNU Manual. Buying copies from GNU Press supports the FSF in developing GNU and promoting software freedom.'' --> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="C"></a> Next:&nbsp;<a rel="next" accesskey="n" href="D.html#D">D</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Supported-Languages.html#Supported-Languages">Supported Languages</a> <hr> </div> <h4 class="subsection">15.4.1 C and C<tt>++</tt></h4> <p><a name="index-C-and-C_0040t_007b_002b_002b_007d-947"></a><a name="index-expressions-in-C-or-C_0040t_007b_002b_002b_007d-948"></a> Since C and C<tt>++</tt> are so closely related, many features of <span class="sc">gdb</span> apply to both languages. Whenever this is the case, we discuss those languages together. <p><a name="index-C_0040t_007b_002b_002b_007d-949"></a><a name="index-g_t_0040code_007bg_002b_002b_007d_002c-_0040sc_007bgnu_007d-C_0040t_007b_002b_002b_007d-compiler-950"></a><a name="index-g_t_0040sc_007bgnu_007d-C_0040t_007b_002b_002b_007d-951"></a>The C<tt>++</tt> debugging facilities are jointly implemented by the C<tt>++</tt> compiler and <span class="sc">gdb</span>. Therefore, to debug your C<tt>++</tt> code effectively, you must compile your C<tt>++</tt> programs with a supported C<tt>++</tt> compiler, such as <span class="sc">gnu</span> <code>g++</code>, or the HP ANSI C<tt>++</tt> compiler (<code>aCC</code>). <ul class="menu"> <li><a accesskey="1" href="C-Operators.html#C-Operators">C Operators</a>: C and C<tt>++</tt> operators <li><a accesskey="2" href="C-Constants.html#C-Constants">C Constants</a>: C and C<tt>++</tt> constants <li><a accesskey="3" href="C-Plus-Plus-Expressions.html#C-Plus-Plus-Expressions">C Plus Plus Expressions</a>: C<tt>++</tt> expressions <li><a accesskey="4" href="C-Defaults.html#C-Defaults">C Defaults</a>: Default settings for C and C<tt>++</tt> <li><a accesskey="5" href="C-Checks.html#C-Checks">C Checks</a>: C and C<tt>++</tt> type and range checks <li><a accesskey="6" href="Debugging-C.html#Debugging-C">Debugging C</a>: <span class="sc">gdb</span> and C <li><a accesskey="7" href="Debugging-C-Plus-Plus.html#Debugging-C-Plus-Plus">Debugging C Plus Plus</a>: <span class="sc">gdb</span> features for C<tt>++</tt> <li><a accesskey="8" href="Decimal-Floating-Point.html#Decimal-Floating-Point">Decimal Floating Point</a>: Numbers in Decimal Floating Point format </ul> </body></html>
ChangsoonKim/STM32F7DiscTutor
toolchain/osx/gcc-arm-none-eabi-6-2017-q1-update/share/doc/gcc-arm-none-eabi/html/gdb/C.html
HTML
mit
4,070
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>area-method: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / area-method - 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> area-method <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 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.13.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.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;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/area-method&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/AreaMethod&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:geometry&quot; &quot;keyword:chou gao zhang area method&quot; &quot;keyword:decision procedure&quot; &quot;category:Mathematics/Geometry/AutomatedDeduction&quot; &quot;date:2004-2010&quot; ] authors: [ &quot;Julien Narboux &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/area-method/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/area-method.git&quot; synopsis: &quot;The Chou, Gao and Zhang area method&quot; description: &quot;&quot;&quot; This contribution is the implementation of the Chou, Gao and Zhang&#39;s area method decision procedure for euclidean plane geometry. This development contains a partial formalization of the book &quot;Machine Proofs in Geometry, Automated Production of Readable Proofs for Geometry Theorems&quot; by Chou, Gao and Zhang. The examples shown automatically (there are more than 100 examples) includes the Ceva, Desargues, Menelaus, Pascal, Centroïd, Pappus, Gauss line, Euler line, Napoleon theorems. Changelog 2.1 : remove some not needed assumptions in some elimination lemmas (2010) 2.0 : extension implementation to Euclidean geometry (2009-2010) 1.0 : first implementation for affine geometry (2004)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/area-method/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=ba9772aa2056aa4bc9ccc051a9a76a7f&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-area-method.8.5.0 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-area-method -&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-area-method.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.13.1/area-method/8.5.0.html
HTML
mit
7,612
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ieee754: 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 / ieee754 - 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> ieee754 <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-24 17:47:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 17:47:06 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.9.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;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/ieee754&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/IEEE754&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: floating-point arithmetic&quot; &quot;keyword: floats&quot; &quot;keyword: IEEE&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Computer Science/Semantics and Compilation/Semantics&quot; &quot;date: 1997&quot; ] authors: [ &quot;Patrick Loiseleur&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ieee754/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ieee754.git&quot; synopsis: &quot;A formalisation of the IEEE754 norm on floating-point arithmetic&quot; description: &quot;&quot;&quot; This library contains a non-verified implementation of binary floating-point addition and multiplication operators inspired by the IEEE-754 standard. It is today outdated. See the attached 1997 report rapport-stage-dea.ps.gz for a discussion (in French) of this work. For the state of the art at the time of updating this notice, see e.g. &quot;Flocq: A Unified Library for Proving Floating-point Algorithms in Coq&quot; by S. Boldo and G. Melquiond, 2011.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ieee754/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=c79fabb9831e0231bc5ce75f3be6aad7&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-ieee754.8.7.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-ieee754 -&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-ieee754.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.9.1/ieee754/8.7.0.html
HTML
mit
7,485
<HTML> <!-- Created by HTTrack Website Copier/3.49-2 [XR&CO'2014] --> <!-- Mirrored from thevillagedanang.com/?p=62 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 02 Nov 2017 14:46:03 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=UTF-8"><META HTTP-EQUIV="Refresh" CONTENT="0; URL=about-us/index.html"><TITLE>Page has moved</TITLE> </HEAD> <BODY> <A HREF="about-us/index.html"><h3>Click here...</h3></A> </BODY> <!-- Created by HTTrack Website Copier/3.49-2 [XR&CO'2014] --> <!-- Mirrored from thevillagedanang.com/?p=62 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 02 Nov 2017 14:46:03 GMT --> </HTML>
hoangphuc1494/sourd_codeigniter
assest/thevillage/index5c36.html
HTML
mit
758
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:26 EST 2012 --> <TITLE> ResourceXmlPropertyEmitterInterface </TITLE> <META NAME="date" CONTENT="2012-11-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ResourceXmlPropertyEmitterInterface"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ResourceXmlPropertyEmitterInterface.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/pentaho/di/resource/ResourceUtil.html" title="class in org.pentaho.di.resource"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/pentaho/di/resource/SequenceResourceNaming.html" title="class in org.pentaho.di.resource"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/pentaho/di/resource/ResourceXmlPropertyEmitterInterface.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ResourceXmlPropertyEmitterInterface.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.pentaho.di.resource</FONT> <BR> Interface ResourceXmlPropertyEmitterInterface</H2> <HR> <DL> <DT><PRE>public interface <B>ResourceXmlPropertyEmitterInterface</B></DL> </PRE> <P> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/pentaho/di/resource/ResourceXmlPropertyEmitterInterface.html#getExtraResourceProperties(org.pentaho.di.resource.ResourceHolderInterface, int)">getExtraResourceProperties</A></B>(<A HREF="../../../../org/pentaho/di/resource/ResourceHolderInterface.html" title="interface in org.pentaho.di.resource">ResourceHolderInterface</A>&nbsp;ref, int&nbsp;indention)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allows injection of additional relevant properties in the to-xml of the Resource Reference.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getExtraResourceProperties(org.pentaho.di.resource.ResourceHolderInterface, int)"><!-- --></A><H3> getExtraResourceProperties</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getExtraResourceProperties</B>(<A HREF="../../../../org/pentaho/di/resource/ResourceHolderInterface.html" title="interface in org.pentaho.di.resource">ResourceHolderInterface</A>&nbsp;ref, int&nbsp;indention)</PRE> <DL> <DD>Allows injection of additional relevant properties in the to-xml of the Resource Reference. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>ref</CODE> - The Resource Reference Holder (a step, or a job entry)<DD><CODE>indention</CODE> - If -1, then no indenting, otherwise, it's the indent level to indent the XML strings <DT><B>Returns:</B><DD>String of injected XML</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ResourceXmlPropertyEmitterInterface.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/pentaho/di/resource/ResourceUtil.html" title="class in org.pentaho.di.resource"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/pentaho/di/resource/SequenceResourceNaming.html" title="class in org.pentaho.di.resource"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/pentaho/di/resource/ResourceXmlPropertyEmitterInterface.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ResourceXmlPropertyEmitterInterface.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ColFusion/PentahoKettle
kettle-data-integration/docs/api/org/pentaho/di/resource/ResourceXmlPropertyEmitterInterface.html
HTML
mit
9,567
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- UASR: Unified Approach to Speech Synthesis and Recognition < - Documentation home page < < AUTHOR : Matthias Wolff < PACKAGE: n/a < < Copyright 2013 UASR contributors (see COPYRIGHT file) < - Chair of System Theory and Speech Technology, TU Dresden < - Chair of Communications Engineering, BTU Cottbus < < This file is part of UASR. < < UASR is free software: you can redistribute it and/or modify it under the < terms of the GNU Lesser General Public License as published by the Free < Software Foundation, either version 3 of the License, or (at your option) < any later version. < < UASR is distributed in the hope that it will be useful, but WITHOUT ANY < WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS < FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for < more details. < < You should have received a copy of the GNU Lesser General Public License < along with UASR. If not, see [http://www.gnu.org/licenses/]. --> <html> <head> <link rel=stylesheet type="text/css" href="toc.css"> </head> <script type="text/javascript"> if (top==self) top.location = "index.html"; </script> <script type="text/javascript" src="default.js"></script> <body onload="void(__tocInit('tocRoot'));"> <h2 class="CONT">Manual</h2> <noscript><div class="noscript"> JavaScript is not enabled. </div></noscript> <div class="tocRoot" id="tocRoot"> <div class="tocLeaf"><a class="toc" href="home.html" target="contFrame" title="Database DocumentationHome Page">Home</a></div> <div class="tocNode" id="tocPackageDocumentation"> <a class="toc" href="javascript:__tocToggle('tocPackageDocumentation');">[&minus;]</a>&nbsp;<img src="resources/book_obj.gif" class="tocIcon">&nbsp;Scripts <!--{{ TOC --> <div class="tocLeaf"><a href="automatic/vau.itp.html" target="contFrame" title="Voice authentication database plug-in. " ><img src="resources/blank_stc.gif" class="tocIcon">&nbsp;<img src="resources/lib_obj.gif" class="tocIcon">&nbsp;vau.itp</a></div> <!--}} TOC --> </div> </div> </body> </html>
matthias-wolff/C-VAU
manual/toc.html
HTML
mit
2,328
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../openssl_sys/fn.BN_exp.html"> </head> <body> <p>Redirecting to <a href="../../openssl_sys/fn.BN_exp.html">../../openssl_sys/fn.BN_exp.html</a>...</p> <script>location.replace("../../openssl_sys/fn.BN_exp.html" + location.search + location.hash);</script> </body> </html>
malept/guardhaus
main/openssl_sys/bn/fn.BN_exp.html
HTML
mit
369
--- title: Stylesheets and JavaScript - Fabricator layout: 2-column section: Documentation --- {{#markdown}} # Stylesheets and JavaScript > How to work with CSS and JS within Fabricator Fabricator comes with little opinion about how you should architect your Stylesheets and JavaScript. Each use case is different, so it's up to you to define what works best. Out of the box, you'll find a single `.scss` and `.js` file. These are the entry points for Sass compilation and Webpack respectively. It is recommended that you leverage the module importing features of each preprocessor to compile your toolkit down to a single `.css` and `.js` file. Practically speaking, you should be able to drop these two files into any application and have full access to your entire toolkit. {{/markdown}}
fbrctr/fbrctr.github.io
src/views/docs/building-a-toolkit/assets.html
HTML
mit
797
<!--?xml version="1.0"?--><html><head></head><body></body></html>
textlint/textlint-plugin-html
test/ast-test-case/doctype-quirksmode-xml/result.html
HTML
mit
65
<!DOCTYPE html> <html> <head> <!-- meta information --> <meta charset="utf-8"> <meta name="description" content="http://feedproxy.google.com/~r/geledes/~3/EdmSLCOQs3o/" > <meta name="author" content="Kinho"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <!-- title --> <title>My post &middot; Entropista</title> <!-- icons --> <link rel="shortcut icon" href="/public/images/favicon.ico" /> <!-- stylesheets --> <link rel="stylesheet" href="/public/css/responsive.gs.12col.css"> <link rel="stylesheet" href="/public/css/animate.min.css"> <link rel="stylesheet" href="/public/css/main.css"> <!-- Google fonts --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic&subset=latin-ext"> <!-- feed links --> <link rel="alternate" href="/feed.xml" type="application/rss+xml" title=""> </head> <body> <div class="container amber"> <header class="top row gutters"> <div class="col span_2 center"> <!-- TODO: add baseurl to the logo link --> <a href="" id="logo" title="Entropista" style="background-image: url(/public/images/logo.png);"></a> </div> <nav class="col span_10 top-navbar"> <a href="/" title="Home" >Home</a> <a href="/about" title="About" >About</a> <a href="/NormasDeComunicaçãoViolenta" title="N.C.V." >N.C.V.</a> <a href="/Táticas" title="Táticas" >Táticas</a> <a href="/NovelaFuturista" title="Livro" >Livro</a> </nav> </header> <article class="single row gutters"> <time class="published" datetime="2015-10-12">12 October 2015</time> <h2>My post</h2> <p>http://feedproxy.google.com/~r/geledes/~3/EdmSLCOQs3o/</p> </article> <footer> <p> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/deed.en_US">Creative Commons Attribution-NonCommercial 4.0 International License</a>. </p> </footer> </div> </body> </html>
oentropista/oentropista.github.io
_site/post/index.html
HTML
mit
2,129
<ts-form-field [validateOnChange]="validateOnChange" [control]="selfReference" [hideRequiredMarker]="hideRequiredMarker" [hint]="hint" [id]="id" [theme]="theme" cdk-overlay-origin #origin="cdkOverlayOrigin" > <ts-label *ngIf="label"> {{ label }} </ts-label> <div class="ts-autocomplete__input-wrap"> <ng-container *ngIf="allowMultiple"> <ts-chip-collection [allowMultipleSelections]="true" [isDisabled]="false" [isReadonly]="false" (tabUpdateFocus)="focusInput()" #chipCollection="tsChipCollection" > <ts-chip *ngFor="let chip of autocompleteFormControl.value; trackBy: trackByFn" [isRemovable]="true" [isDisabled]="isDisabled" [value]="chip" (remove)="autocompleteDeselectItem($event.chip)" >{{ displayFormatter(chip) }}</ts-chip> <input class="ts-autocomplete__input qa-select-autocomplete-input" [tsAutocompleteTrigger]="auto" [reopenAfterSelection]="reopenAfterSelection" [attr.id]="id" [(ngModel)]="searchQuery" [readonly]="isDisabled ? 'true' : null" (ngModelChange)="querySubject.next($event)" (blur)="handleInputBlur($event)" #input /> </ts-chip-collection> <ng-template *ngTemplateOutlet="spinnerTemplate"></ng-template> </ng-container> <ng-container *ngIf="!allowMultiple"> <input class="ts-autocomplete__input qa-select-autocomplete-input" [tsAutocompleteTrigger]="auto" [attr.id]="id" [readonly]="isDisabled ? 'true' : null" [(ngModel)]="searchQuery" [value]="searchQuery" (ngModelChange)="querySubject.next($event)" (blur)="handleInputBlur($event)" #input /> <ng-template *ngTemplateOutlet="spinnerTemplate"></ng-template> </ng-container> </div> </ts-form-field> <ts-autocomplete-panel class="ts-autocomplete" #auto="tsAutocompletePanel" [id]="id + '-panel'" [options]="options" [optionGroups]="optionGroups" (optionSelected)="autocompleteSelectItem($event)" > <!-- Outlet for options passed in by consumer --> <ng-template *ngTemplateOutlet="contentTemplate"></ng-template> </ts-autocomplete-panel> <ng-template #contentTemplate> <ng-content></ng-content> </ng-template> <ng-template #spinnerTemplate> <mat-progress-spinner *ngIf="showProgress" class="c-autocomplete__spinner c-autocomplete__spinner--{{theme}} qa-select-autocomplete-spinner" [ngClass]="{'c-autocomplete__spinner--active': showProgress}" diameter="21" mode="indeterminate" ></mat-progress-spinner> </ng-template>
GetTerminus/terminus-ui
projects/library/autocomplete/src/autocomplete.component.html
HTML
mit
2,717
<html><body> <h4>Windows 10 x64 (19041.208) 2004</h4><br> <h2>_VF_AVL_TREE_NODE_EX</h2> <font face="arial"> +0x000 Base : <a href="./_VF_AVL_TREE_NODE.html">_VF_AVL_TREE_NODE</a><br> +0x010 SessionId : Uint4B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.208) 2004/_VF_AVL_TREE_NODE_EX.html
HTML
mit
263
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class AddPhotoToSpeakerViaPaperclip - RDoc Documentation</title> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script src="./js/jquery.js"></script> <script src="./js/darkfish.js"></script> <link href="./css/fonts.css" rel="stylesheet"> <link href="./css/rdoc.css" rel="stylesheet"> <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="./index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="./table_of_contents.html#pages">Pages</a> <a href="./table_of_contents.html#classes">Classes</a> <a href="./table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="class-metadata"> <div id="parent-class-section" class="nav-section"> <h3>Parent</h3> <p class="link">ActiveRecord::Migration </div> <!-- Method Quickref --> <div id="method-list-section" class="nav-section"> <h3>Methods</h3> <ul class="link-list" role="directory"> <li ><a href="#method-c-down">::down</a> <li ><a href="#method-c-up">::up</a> </ul> </div> </div> </nav> <main role="main" aria-labelledby="class-AddPhotoToSpeakerViaPaperclip"> <h1 id="class-AddPhotoToSpeakerViaPaperclip" class="class"> class AddPhotoToSpeakerViaPaperclip </h1> <section class="description"> </section> <section id="5Buntitled-5D" class="documentation-section"> <section id="public-class-5Buntitled-5D-method-details" class="method-section"> <header> <h3>Public Class Methods</h3> </header> <div id="method-c-down" class="method-detail "> <div class="method-heading"> <span class="method-name">down</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="down-source"> <pre><span class="ruby-comment"># File db/migrate/20150212204150_add_photo_to_speaker_via_paperclip.rb, line 6</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">down</span> <span class="ruby-identifier">remove_attachment</span> <span class="ruby-value">:speakers</span>, <span class="ruby-value">:photo</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div id="method-c-up" class="method-detail "> <div class="method-heading"> <span class="method-name">up</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="up-source"> <pre><span class="ruby-comment"># File db/migrate/20150212204150_add_photo_to_speaker_via_paperclip.rb, line 2</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">up</span> <span class="ruby-identifier">add_attachment</span> <span class="ruby-value">:speakers</span>, <span class="ruby-value">:photo</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </section> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
PacemakerConf/site
doc/AddPhotoToSpeakerViaPaperclip.html
HTML
mit
4,827
<dom-element id="email-reader"> <template> <!-- <iframe sandbox height="100%" width="100%" srcdoc="{{email.body}}"></iframe> --> </template> <script> Polymer({ is: 'email-reader' }) </script> </dom-element>
newworldcode/freemailr
frontend/elements/email-reader/email-reader.html
HTML
mit
236
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>That's Life</title> <style> body { margin: 0; background-color: #f0f0f0; } canvas { width: 100%; height: 100% } #ex1Slider .slider-selection { background: #009900; } #ex1Slider { margin-left: 10px; margin-right: 10px; } .modal-header, h4, .close { background-color: #5cb85c; color:white !important; text-align: center; font-size: 30px; } .modal-footer { background-color: #f9f9f9; } #myModal { margin-top: 75px; } div.game { overflow: hidden; } #control-panel { padding-top: 20px; padding-bottom: 5px; background-color: #bbbbbb; } #animate-button.active { background-color: #009900 } body { } body, html { height: 100%; } </style> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="css/bootstrap-theme.min.css"> <link rel="stylesheet" href="css/bootstrap-slider.css"> </head> <body> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/bootstrap-slider.min.js"></script> <div class="game"> <div id="control-panel"> <p class="text-center"> <button id="step-button" type="button" title="Step one generation" class="btn btn-default" aria-label="Left Align"> <span class="glyphicon glyphicon-step-forward" aria-hidden="true"></span> </button> <button id="play-button" type="button" title="Play/Pause" class="btn btn-default" aria-label="Left Align"> <span id="play-button-glyph" class="glyphicon glyphicon-play" aria-hidden="true"></span> </button> <button id="animate-button" type="button" title="Toggle rendering while playing" class="btn btn-default active" aria-label="Left Align"> <span id="animate-button-glyph" class="glyphicon glyphicon-facetime-video" aria-hidden="true"></span> </button> <button id="clear-button" type="button" title="Clear board" class="btn btn-default" aria-label="Left Align"> <span class="glyphicon glyphicon-trash" aria-hidden="true"></span> </button> <button id="reset-button" data-toggle="button" type="button" title="Reset board to default configuration" class="btn btn-default" aria-label="Left Align"> <span class="glyphicon glyphicon-repeat" aria-hidden="true"></span> </button> <!-- <button type="button" class="btn btn-default" title="Compress Memory" aria-label="Left Align" onclick="compressBoard()"> <span id="compress-button" class="glyphicon glyphicon-compressed" aria-hidden="true"></span> </button> --> <span id="render-kind" class="btn-group btn-group-sm" role="group" aria-label="..."> <button title="Choose WebGL renderer - faster, but less stable" id="render-kind-webgl" type="button" class="btn btn-default">WebGL</button> <button title="Choose Canvas renderer - slower, but more stable" id="render-kind-canvas" type="button" class="btn btn-default active">Canvas</button> </span> <span title="Play Speed"> <input id="ex1" data-slider-id='ex1Slider' type="text" data-slider-min="-1000" data-slider-max="0" data-slider-step="50" data-slider-value="0"/> </span> <button id="help-button" type="button" title="Help" class="btn btn-default" aria-label="Left Align"> <span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span> </button> <button id="test-button" type="button" title="Test" class="btn btn-default" aria-label="Left Align"> <span class="glyphicon glyphicon-ok" aria-hidden="true"></span> </button> </p> <p id='status-field' class="text-center">Status</p> <p class="text-center"><small><a href="https://github.com/esscbee/thats-life" target="github">That's Life!</a></small></p> </div> <input style="display:none;" id="fileDialog" type="file" accept=".life,text/plain;charset=utf-8"/> <script src="js/three.min.js"></script> <script src="js/CanvasRenderer.js"></script> <script src="js/Projector.js"></script> <script src="js/OrbitControls.js"></script> <script src="LIFE.js"></script> <script src="ThreeDBoard.js"></script> <script src="BoardModel.js"></script> <script src="js/test-results.js"></script> <script> var BOARD_SIZE_Y = 200; var BOARD_SIZE_X = 200; var board; var boardModel; var render = function() { if(board && boardModel) board.render(); // console.log('render!'); } var speedSlider = $('#ex1'); speedSlider.slider({ formatter: function(value) { if(boardModel) { boardModel.setSpeed(-value); } } }); function isWebGL() { var webGL = true; var active = $("#render-kind .active"); if(active.length > 0) { webGL = active[0].id == 'render-kind-webgl'; } return webGL; } function isAnimate() { var v = $("#animate-button"); var ret = true; if(v) ret = v.hasClass("active"); return ret; } function updateAnimate(doAnimate) { var anim_button = $("#animate-button"); if(doAnimate == undefined) doAnimate = isAnimate(); else { if(doAnimate) { anim_button.addClass("active"); } else { anim_button.removeClass("active"); } } } function createBoard() { var height = $("#control-panel").outerHeight() + 10 ; return new LIFE.ThreeDBoard(BOARD_SIZE_X, BOARD_SIZE_Y, window, document, isWebGL(), height); } function resetBoardModel(reinit) { setPlayButtonState(false); if(board) { var d = board; board = undefined; d.dispose(); } if(boardModel) { var d = boardModel; boardModel = undefined; d.dispose(); } if(reinit) { board = createBoard(); boardModel = new LIFE.BoardModel(BOARD_SIZE_X, BOARD_SIZE_Y, board, updateStatus); boardModel.setSpeed(-speedSlider.slider('getValue')); boardModel.updateStatus(); board.ready(); boardModel.animate(true); play(true); } } function changeRenderer() { if(board) { var d = board; board = undefined; d.dispose(); } board = createBoard(); boardModel.setBoard(board); updateAnimate(); boardModel.updateStatus(); board.ready(); } function populateBoardModel() { var dj = Math.floor(BOARD_SIZE_X * 1.5); populateBoardModelN(dj); } function populateBoardModelN(dj) { var startJ = Math.floor((BOARD_SIZE_X - dj) / 2); var theI = Math.floor(BOARD_SIZE_Y / 2); for(var j = startJ; j < (startJ + dj); j++) { boardModel.setCell(j, theI, 1, false); } boardModel.updateStatus(); } function resetAndPopulateBoardModel() { resetBoardModel(true); populateBoardModel(true); } function processKeyEvent(event, turnOn) { if(board) { board.processKeyEvent(event, turnOn); } } $(window).keydown(function(event){ processKeyEvent(event, true); }); $(window).keyup(function(event){ processKeyEvent(event, false); }); // window.onresize = function(event) { // //camera.aspect = window.innerWidth / window.innerHeight; // //camera.updateProjectionMatrix(); // renderer.setSize( window.innerWidth, window.innerHeight ); // console.log('resize: ' + window.innerWidth + ', ' + window.innerHeight); // } function displayHelp() { alert('help'); } function updateStatus(contents, growth, turnOn) { if(growth == undefined) { // here have setting to toggle - bit of a hack if(contents == 'play') { setPlayButtonState(turnOn); return; } } var color = 'black'; if(growth > 0) color = 'green'; else if(growth < 0) color = 'red'; if(contents == undefined) contents = ''; var status = document.getElementById('status-field'); status.innerHTML = contents; status.style.color = color; } function setPlayButtonState(isPlay) { var playButton = document.getElementById("play-button-glyph"); if(!isPlay) { playButton.className = 'glyphicon glyphicon-play'; } else { playButton.className = 'glyphicon glyphicon-pause'; } } function play(state, stopGen) { if(!board || !boardModel) return; var newState = !boardModel.playing; if(state != undefined) newState = state; boardModel.play(window, newState, stopGen); setPlayButtonState(newState); var doAnimate = !newState || isAnimate(); boardModel.animate(doAnimate); } function doStep() { if(!board || !boardModel) return; if(boardModel.playing) { play(false); return; } boardModel.generate(true); } // function editNavToggle(setting) { // if(!board) // return; // var navEditButton = document.getElementById("edit-nav-button"); // if(!board.navEditToggle(setting)) { // navEditButton.className = 'glyphicon glyphicon-screenshot'; // } else { // navEditButton.className = 'glyphicon glyphicon-pencil'; // } // } function compressBoard() { if(!boardModel) { boardModel.compressBoard(); } } $(document).ready(function() { resetAndPopulateBoardModel(); if(board) { board.ready(); } $("#help-button").click(function() { $("#myModal").modal(); $("#myModal").on('hidden.bs.modal', function () { }); }); $("#reset-button").click(function() { resetAndPopulateBoardModel(true); }); $("#step-button").click(function() { doStep(); }); $("#play-button").click(function() { play(); }); $("#clear-button").click(function() { resetBoardModel(true); }); $("#render-kind .btn").click(function(event) { console.log(event.currentTarget.id); $("#render-kind .btn").removeClass('active'); $(event.currentTarget).addClass('active'); changeRenderer(); }); $("#animate-button").click(function(event) { if(!This) return; var a = !isAnimate(); updateAnimate(a); if(boardModel.playing) boardModel.animate(a); else boardModel.animate(true); }); $("#test-button").click(function(event) { initializeTests(); resetBoardModel(true); populateBoardModelN(200); updateAnimate(true); var processedOuter = false; play(true, function(gen) { var testNum = 0; var results; var errors = ""; if(gen <= 10 || processedOuter) return; processedOuter = true; // play(false); results = boardModel.getState(); var theseErrors = checkResults(testNum, results); if(theseErrors && theseErrors.length) { errors = 'Test: ' + testNum + ' failed:\n' + theseErrors; } results = board.getState(); theseErrors = checkResults(++testNum, results); if(theseErrors && theseErrors.length) { if(errors.length) errors += '\n'; errors = 'Test: ' + testNum + ' failed:\n' + theseErrors; } updateAnimate(false); play(true, function(gen) { if(gen <= 100) return; play(false); updateAnimate(true); results = boardModel.getState(); var theseErrors = checkResults(++testNum, results); if(theseErrors && theseErrors.length) { errors = 'Test: ' + testNum + ' failed:\n' + theseErrors; } results = board.getState(); theseErrors = checkResults(++testNum, results); if(theseErrors && theseErrors.length) { if(errors.length) errors += '\n'; errors = 'Test: ' + testNum + ' failed:\n' + theseErrors; } updateAnimate(true); if(errors.length) { console.log(errors); } }); }); }); }); </script> </div> <div class="container"> <!-- Modal --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header" style="padding:35px 50px;"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h4><span class="glyphicon glyphicon-hdd"></span> That's Life!</h4> </div> <div class="modal-body" style="padding:40px 50px;"> <p>This is a javascript / WebGL (on <a target="mrdoob" href="https://github.com/mrdoob/three.js">three.js</a> ) / <a target="bootstrap" href="http://getbootstrap.com/">bootstrap</a> implementation of <a target="conway" href="https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">Conway's Game of Life</a>.</p> <p>Key Controls: </p> <ul> <li>Hold down [Space] - Slide Board, mouse to move camera, mouse wheel to zoom</li> <li>Hold down [Control] - Turn mouse into erase cursor</li> <li>Otherwise use the mouse to draw living cells</li> </ul> <p><a target="_github" href="https://github.com/esscbee/thats-life">https://github.com/esscbee/thats-life</a> </div> <div class="modal-footer"> <button type="button" class="btn btn-success btn-default pull-left" data-dismiss="modal"><span class="glyphicon glyphicon-ok-sign"></span> Ok</button> </div> </div> </div> </div> </div> </body> </html>
esscbee/thats-life
life.html
HTML
mit
13,757
<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 class="english_word">∼</font>西元<font class="english_word">7</font><font class="english_word">9</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/0-999/47-32.html
HTML
mit
2,177
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>module ActionController::Head - Rails Framework Documentation</title> <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search.js"></script> <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script> <body id="top" class="module"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="../index.html">Home</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="file-metadata"> <nav id="file-list-section" class="section"> <h3 class="section-header">Defined In</h3> <ul> <li>c:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-3.2.21/lib/action_controller/metal/head.rb </ul> </nav> </div> <div id="class-metadata"> <!-- Method Quickref --> <nav id="method-list-section" class="section"> <h3 class="section-header">Methods</h3> <ul class="link-list"> <li><a href="#method-i-head">#head</a> </ul> </nav> </div> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="../README_rdoc.html">README</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/actionmailer-3_2_21/MIT-LICENSE.html">MIT-LICENSE</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/actionmailer-3_2_21/README_rdoc.html">README</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/actionpack-3_2_21/MIT-LICENSE.html">MIT-LICENSE</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/actionpack-3_2_21/README_rdoc.html">README</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/activemodel-3_2_21/MIT-LICENSE.html">MIT-LICENSE</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/activemodel-3_2_21/README_rdoc.html">README</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/activerecord-3_2_21/README_rdoc.html">README</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/activeresource-3_2_21/README_rdoc.html">README</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/activesupport-3_2_21/README_rdoc.html">README</a> <li class="file"><a href="../c:/RailsInstaller/Ruby2_1_0/lib/ruby/gems/2_1_0/gems/railties-3_2_21/README_rdoc.html">README</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="../ActiveRecord.html">ActiveRecord</a> <li><a href="../ActiveRecord/ActiveRecordError.html">ActiveRecord::ActiveRecordError</a> <li><a href="../ActiveRecord/AdapterNotFound.html">ActiveRecord::AdapterNotFound</a> <li><a href="../ActiveRecord/AdapterNotSpecified.html">ActiveRecord::AdapterNotSpecified</a> <li><a href="../ActiveRecord/Aggregations.html">ActiveRecord::Aggregations</a> <li><a href="../ActiveRecord/Aggregations/ClassMethods.html">ActiveRecord::Aggregations::ClassMethods</a> <li><a href="../ActiveRecord/AssociationTypeMismatch.html">ActiveRecord::AssociationTypeMismatch</a> <li><a href="../ActiveRecord/Associations.html">ActiveRecord::Associations</a> <li><a href="../ActiveRecord/Associations/ClassMethods.html">ActiveRecord::Associations::ClassMethods</a> <li><a href="../ActiveRecord/AttributeAssignment.html">ActiveRecord::AttributeAssignment</a> <li><a href="../ActiveRecord/AttributeAssignment/ClassMethods.html">ActiveRecord::AttributeAssignment::ClassMethods</a> <li><a href="../ActiveRecord/AttributeAssignmentError.html">ActiveRecord::AttributeAssignmentError</a> <li><a href="../ActiveRecord/AttributeMethods.html">ActiveRecord::AttributeMethods</a> <li><a href="../ActiveRecord/AttributeMethods/BeforeTypeCast.html">ActiveRecord::AttributeMethods::BeforeTypeCast</a> <li><a href="../ActiveRecord/AttributeMethods/ClassMethods.html">ActiveRecord::AttributeMethods::ClassMethods</a> <li><a href="../ActiveRecord/AttributeMethods/DeprecatedUnderscoreRead.html">ActiveRecord::AttributeMethods::DeprecatedUnderscoreRead</a> <li><a href="../ActiveRecord/AttributeMethods/DeprecatedUnderscoreRead/ClassMethods.html">ActiveRecord::AttributeMethods::DeprecatedUnderscoreRead::ClassMethods</a> <li><a href="../ActiveRecord/AttributeMethods/Dirty.html">ActiveRecord::AttributeMethods::Dirty</a> <li><a href="../ActiveRecord/AttributeMethods/PrimaryKey.html">ActiveRecord::AttributeMethods::PrimaryKey</a> <li><a href="../ActiveRecord/AttributeMethods/PrimaryKey/ClassMethods.html">ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods</a> <li><a href="../ActiveRecord/AttributeMethods/Query.html">ActiveRecord::AttributeMethods::Query</a> <li><a href="../ActiveRecord/AttributeMethods/Read.html">ActiveRecord::AttributeMethods::Read</a> <li><a href="../ActiveRecord/AttributeMethods/Read/ClassMethods.html">ActiveRecord::AttributeMethods::Read::ClassMethods</a> <li><a href="../ActiveRecord/AttributeMethods/Serialization.html">ActiveRecord::AttributeMethods::Serialization</a> <li><a href="../ActiveRecord/AttributeMethods/Serialization/Attribute.html">ActiveRecord::AttributeMethods::Serialization::Attribute</a> <li><a href="../ActiveRecord/AttributeMethods/Serialization/ClassMethods.html">ActiveRecord::AttributeMethods::Serialization::ClassMethods</a> <li><a href="../ActiveRecord/AttributeMethods/TimeZoneConversion.html">ActiveRecord::AttributeMethods::TimeZoneConversion</a> <li><a href="../ActiveRecord/AttributeMethods/TimeZoneConversion/ClassMethods.html">ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods</a> <li><a href="../ActiveRecord/AttributeMethods/Write.html">ActiveRecord::AttributeMethods::Write</a> <li><a href="../ActiveRecord/AttributeMethods/Write/ClassMethods.html">ActiveRecord::AttributeMethods::Write::ClassMethods</a> <li><a href="../ActiveRecord/AutosaveAssociation.html">ActiveRecord::AutosaveAssociation</a> <li><a href="../ActiveRecord/AutosaveAssociation/ClassMethods.html">ActiveRecord::AutosaveAssociation::ClassMethods</a> <li><a href="../ActiveRecord/Base.html">ActiveRecord::Base</a> <li><a href="../ActiveRecord/Batches.html">ActiveRecord::Batches</a> <li><a href="../ActiveRecord/Calculations.html">ActiveRecord::Calculations</a> <li><a href="../ActiveRecord/Callbacks.html">ActiveRecord::Callbacks</a> <li><a href="../ActiveRecord/ConfigurationError.html">ActiveRecord::ConfigurationError</a> <li><a href="../ActiveRecord/ConnectionAdapters/AbstractAdapter.html">ActiveRecord::ConnectionAdapters::AbstractAdapter</a> <li><a href="../ActiveRecord/ConnectionAdapters/AbstractMysqlAdapter.html">ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter</a> <li><a href="../ActiveRecord/ConnectionAdapters/ConnectionHandler.html">ActiveRecord::ConnectionAdapters::ConnectionHandler</a> <li><a href="../ActiveRecord/ConnectionAdapters/ConnectionManagement.html">ActiveRecord::ConnectionAdapters::ConnectionManagement</a> <li><a href="../ActiveRecord/ConnectionAdapters/ConnectionPool.html">ActiveRecord::ConnectionAdapters::ConnectionPool</a> <li><a href="../ActiveRecord/ConnectionAdapters/DatabaseLimits.html">ActiveRecord::ConnectionAdapters::DatabaseLimits</a> <li><a href="../ActiveRecord/ConnectionAdapters/DatabaseStatements.html">ActiveRecord::ConnectionAdapters::DatabaseStatements</a> <li><a href="../ActiveRecord/ConnectionAdapters/Mysql2Adapter.html">ActiveRecord::ConnectionAdapters::Mysql2Adapter</a> <li><a href="../ActiveRecord/ConnectionAdapters/MysqlAdapter.html">ActiveRecord::ConnectionAdapters::MysqlAdapter</a> <li><a href="../ActiveRecord/ConnectionAdapters/MysqlAdapter/StatementPool.html">ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool</a> <li><a href="../ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html">ActiveRecord::ConnectionAdapters::PostgreSQLAdapter</a> <li><a href="../ActiveRecord/ConnectionAdapters/PostgreSQLAdapter/StatementPool.html">ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool</a> <li><a href="../ActiveRecord/ConnectionAdapters/PostgreSQLAdapter/TableDefinition.html">ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition</a> <li><a href="../ActiveRecord/ConnectionAdapters/PostgreSQLAdapter/Utils.html">ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Utils</a> <li><a href="../ActiveRecord/ConnectionAdapters/PostgreSQLColumn.html">ActiveRecord::ConnectionAdapters::PostgreSQLColumn</a> <li><a href="../ActiveRecord/ConnectionAdapters/QueryCache.html">ActiveRecord::ConnectionAdapters::QueryCache</a> <li><a href="../ActiveRecord/ConnectionAdapters/Quoting.html">ActiveRecord::ConnectionAdapters::Quoting</a> <li><a href="../ActiveRecord/ConnectionAdapters/SQLiteAdapter.html">ActiveRecord::ConnectionAdapters::SQLiteAdapter</a> <li><a href="../ActiveRecord/ConnectionAdapters/SQLiteAdapter/ExplainPrettyPrinter.html">ActiveRecord::ConnectionAdapters::SQLiteAdapter::ExplainPrettyPrinter</a> <li><a href="../ActiveRecord/ConnectionAdapters/SQLiteAdapter/StatementPool.html">ActiveRecord::ConnectionAdapters::SQLiteAdapter::StatementPool</a> <li><a href="../ActiveRecord/ConnectionAdapters/SQLiteAdapter/Version.html">ActiveRecord::ConnectionAdapters::SQLiteAdapter::Version</a> <li><a href="../ActiveRecord/ConnectionAdapters/SchemaCache.html">ActiveRecord::ConnectionAdapters::SchemaCache</a> <li><a href="../ActiveRecord/ConnectionAdapters/SchemaStatements.html">ActiveRecord::ConnectionAdapters::SchemaStatements</a> <li><a href="../ActiveRecord/ConnectionAdapters/StatementPool.html">ActiveRecord::ConnectionAdapters::StatementPool</a> <li><a href="../ActiveRecord/ConnectionAdapters/Table.html">ActiveRecord::ConnectionAdapters::Table</a> <li><a href="../ActiveRecord/ConnectionAdapters/TableDefinition.html">ActiveRecord::ConnectionAdapters::TableDefinition</a> <li><a href="../ActiveRecord/ConnectionNotEstablished.html">ActiveRecord::ConnectionNotEstablished</a> <li><a href="../ActiveRecord/ConnectionTimeoutError.html">ActiveRecord::ConnectionTimeoutError</a> <li><a href="../ActiveRecord/CounterCache.html">ActiveRecord::CounterCache</a> <li><a href="../ActiveRecord/DangerousAttributeError.html">ActiveRecord::DangerousAttributeError</a> <li><a href="../ActiveRecord/Delegation.html">ActiveRecord::Delegation</a> <li><a href="../ActiveRecord/DynamicFinderMatch.html">ActiveRecord::DynamicFinderMatch</a> <li><a href="../ActiveRecord/DynamicMatchers.html">ActiveRecord::DynamicMatchers</a> <li><a href="../ActiveRecord/DynamicScopeMatch.html">ActiveRecord::DynamicScopeMatch</a> <li><a href="../ActiveRecord/Explain.html">ActiveRecord::Explain</a> <li><a href="../ActiveRecord/FinderMethods.html">ActiveRecord::FinderMethods</a> <li><a href="../ActiveRecord/Fixtures.html">ActiveRecord::Fixtures</a> <li><a href="../ActiveRecord/Fixtures/File.html">ActiveRecord::Fixtures::File</a> <li><a href="../ActiveRecord/IdentityMap.html">ActiveRecord::IdentityMap</a> <li><a href="../ActiveRecord/IdentityMap/Middleware.html">ActiveRecord::IdentityMap::Middleware</a> <li><a href="../ActiveRecord/Inheritance.html">ActiveRecord::Inheritance</a> <li><a href="../ActiveRecord/Inheritance/ClassMethods.html">ActiveRecord::Inheritance::ClassMethods</a> <li><a href="../ActiveRecord/Integration.html">ActiveRecord::Integration</a> <li><a href="../ActiveRecord/InvalidForeignKey.html">ActiveRecord::InvalidForeignKey</a> <li><a href="../ActiveRecord/IrreversibleMigration.html">ActiveRecord::IrreversibleMigration</a> <li><a href="../ActiveRecord/Locking.html">ActiveRecord::Locking</a> <li><a href="../ActiveRecord/Locking/Optimistic.html">ActiveRecord::Locking::Optimistic</a> <li><a href="../ActiveRecord/Locking/Optimistic/ClassMethods.html">ActiveRecord::Locking::Optimistic::ClassMethods</a> <li><a href="../ActiveRecord/Locking/Pessimistic.html">ActiveRecord::Locking::Pessimistic</a> <li><a href="../ActiveRecord/LogSubscriber.html">ActiveRecord::LogSubscriber</a> <li><a href="../ActiveRecord/Migration.html">ActiveRecord::Migration</a> <li><a href="../ActiveRecord/Migration/CommandRecorder.html">ActiveRecord::Migration::CommandRecorder</a> <li><a href="../ActiveRecord/MigrationProxy.html">ActiveRecord::MigrationProxy</a> <li><a href="../ActiveRecord/ModelSchema.html">ActiveRecord::ModelSchema</a> <li><a href="../ActiveRecord/ModelSchema/ClassMethods.html">ActiveRecord::ModelSchema::ClassMethods</a> <li><a href="../ActiveRecord/MultiparameterAssignmentErrors.html">ActiveRecord::MultiparameterAssignmentErrors</a> <li><a href="../ActiveRecord/NestedAttributes.html">ActiveRecord::NestedAttributes</a> <li><a href="../ActiveRecord/NestedAttributes/ClassMethods.html">ActiveRecord::NestedAttributes::ClassMethods</a> <li><a href="../ActiveRecord/NestedAttributes/TooManyRecords.html">ActiveRecord::NestedAttributes::TooManyRecords</a> <li><a href="../ActiveRecord/Observer.html">ActiveRecord::Observer</a> <li><a href="../ActiveRecord/Persistence.html">ActiveRecord::Persistence</a> <li><a href="../ActiveRecord/Persistence/ClassMethods.html">ActiveRecord::Persistence::ClassMethods</a> <li><a href="../ActiveRecord/PreparedStatementInvalid.html">ActiveRecord::PreparedStatementInvalid</a> <li><a href="../ActiveRecord/QueryCache.html">ActiveRecord::QueryCache</a> <li><a href="../ActiveRecord/QueryCache/ClassMethods.html">ActiveRecord::QueryCache::ClassMethods</a> <li><a href="../ActiveRecord/QueryMethods.html">ActiveRecord::QueryMethods</a> <li><a href="../ActiveRecord/Querying.html">ActiveRecord::Querying</a> <li><a href="../ActiveRecord/Railtie.html">ActiveRecord::Railtie</a> <li><a href="../ActiveRecord/Railties.html">ActiveRecord::Railties</a> <li><a href="../ActiveRecord/Railties/ControllerRuntime.html">ActiveRecord::Railties::ControllerRuntime</a> <li><a href="../ActiveRecord/Railties/ControllerRuntime/ClassMethods.html">ActiveRecord::Railties::ControllerRuntime::ClassMethods</a> <li><a href="../ActiveRecord/ReadOnlyRecord.html">ActiveRecord::ReadOnlyRecord</a> <li><a href="../ActiveRecord/ReadonlyAttributes.html">ActiveRecord::ReadonlyAttributes</a> <li><a href="../ActiveRecord/ReadonlyAttributes/ClassMethods.html">ActiveRecord::ReadonlyAttributes::ClassMethods</a> <li><a href="../ActiveRecord/RecordInvalid.html">ActiveRecord::RecordInvalid</a> <li><a href="../ActiveRecord/RecordNotFound.html">ActiveRecord::RecordNotFound</a> <li><a href="../ActiveRecord/RecordNotSaved.html">ActiveRecord::RecordNotSaved</a> <li><a href="../ActiveRecord/RecordNotUnique.html">ActiveRecord::RecordNotUnique</a> <li><a href="../ActiveRecord/Reflection.html">ActiveRecord::Reflection</a> <li><a href="../ActiveRecord/Reflection/ClassMethods.html">ActiveRecord::Reflection::ClassMethods</a> <li><a href="../ActiveRecord/Reflection/MacroReflection.html">ActiveRecord::Reflection::MacroReflection</a> <li><a href="../ActiveRecord/Relation.html">ActiveRecord::Relation</a> <li><a href="../ActiveRecord/Result.html">ActiveRecord::Result</a> <li><a href="../ActiveRecord/Rollback.html">ActiveRecord::Rollback</a> <li><a href="../ActiveRecord/Sanitization.html">ActiveRecord::Sanitization</a> <li><a href="../ActiveRecord/Sanitization/ClassMethods.html">ActiveRecord::Sanitization::ClassMethods</a> <li><a href="../ActiveRecord/Schema.html">ActiveRecord::Schema</a> <li><a href="../ActiveRecord/Scoping.html">ActiveRecord::Scoping</a> <li><a href="../ActiveRecord/Scoping/ClassMethods.html">ActiveRecord::Scoping::ClassMethods</a> <li><a href="../ActiveRecord/Scoping/Default.html">ActiveRecord::Scoping::Default</a> <li><a href="../ActiveRecord/Scoping/Default/ClassMethods.html">ActiveRecord::Scoping::Default::ClassMethods</a> <li><a href="../ActiveRecord/Scoping/Named.html">ActiveRecord::Scoping::Named</a> <li><a href="../ActiveRecord/Scoping/Named/ClassMethods.html">ActiveRecord::Scoping::Named::ClassMethods</a> <li><a href="../ActiveRecord/Serialization.html">ActiveRecord::Serialization</a> <li><a href="../ActiveRecord/SerializationTypeMismatch.html">ActiveRecord::SerializationTypeMismatch</a> <li><a href="../ActiveRecord/SessionStore.html">ActiveRecord::SessionStore</a> <li><a href="../ActiveRecord/SessionStore/Session.html">ActiveRecord::SessionStore::Session</a> <li><a href="../ActiveRecord/SessionStore/SqlBypass.html">ActiveRecord::SessionStore::SqlBypass</a> <li><a href="../ActiveRecord/SpawnMethods.html">ActiveRecord::SpawnMethods</a> <li><a href="../ActiveRecord/StaleObjectError.html">ActiveRecord::StaleObjectError</a> <li><a href="../ActiveRecord/StatementInvalid.html">ActiveRecord::StatementInvalid</a> <li><a href="../ActiveRecord/Store.html">ActiveRecord::Store</a> <li><a href="../ActiveRecord/Store/ClassMethods.html">ActiveRecord::Store::ClassMethods</a> <li><a href="../ActiveRecord/TestFixtures.html">ActiveRecord::TestFixtures</a> <li><a href="../ActiveRecord/TestFixtures/ClassMethods.html">ActiveRecord::TestFixtures::ClassMethods</a> <li><a href="../ActiveRecord/ThrowResult.html">ActiveRecord::ThrowResult</a> <li><a href="../ActiveRecord/Timestamp.html">ActiveRecord::Timestamp</a> <li><a href="../ActiveRecord/Transactions.html">ActiveRecord::Transactions</a> <li><a href="../ActiveRecord/Transactions/ClassMethods.html">ActiveRecord::Transactions::ClassMethods</a> <li><a href="../ActiveRecord/Translation.html">ActiveRecord::Translation</a> <li><a href="../ActiveRecord/UnknownAttributeError.html">ActiveRecord::UnknownAttributeError</a> <li><a href="../ActiveRecord/UnknownPrimaryKey.html">ActiveRecord::UnknownPrimaryKey</a> <li><a href="../ActiveRecord/Validations.html">ActiveRecord::Validations</a> <li><a href="../ActiveRecord/Validations/AssociatedValidator.html">ActiveRecord::Validations::AssociatedValidator</a> <li><a href="../ActiveRecord/Validations/ClassMethods.html">ActiveRecord::Validations::ClassMethods</a> <li><a href="../ActiveRecord/Validations/UniquenessValidator.html">ActiveRecord::Validations::UniquenessValidator</a> <li><a href="../ActiveRecord/WrappedDatabaseException.html">ActiveRecord::WrappedDatabaseException</a> <li><a href="../ActiveSupport.html">ActiveSupport</a> <li><a href="../ActiveSupport/Autoload.html">ActiveSupport::Autoload</a> <li><a href="../ActiveSupport/BacktraceCleaner.html">ActiveSupport::BacktraceCleaner</a> <li><a href="../ActiveSupport/Base64.html">ActiveSupport::Base64</a> <li><a href="../ActiveSupport/BasicObject.html">ActiveSupport::BasicObject</a> <li><a href="../ActiveSupport/Benchmarkable.html">ActiveSupport::Benchmarkable</a> <li><a href="../ActiveSupport/BufferedLogger.html">ActiveSupport::BufferedLogger</a> <li><a href="../ActiveSupport/BufferedLogger/Severity.html">ActiveSupport::BufferedLogger::Severity</a> <li><a href="../ActiveSupport/Cache.html">ActiveSupport::Cache</a> <li><a href="../ActiveSupport/Cache/Entry.html">ActiveSupport::Cache::Entry</a> <li><a href="../ActiveSupport/Cache/FileStore.html">ActiveSupport::Cache::FileStore</a> <li><a href="../ActiveSupport/Cache/MemCacheStore.html">ActiveSupport::Cache::MemCacheStore</a> <li><a href="../ActiveSupport/Cache/MemoryStore.html">ActiveSupport::Cache::MemoryStore</a> <li><a href="../ActiveSupport/Cache/NullStore.html">ActiveSupport::Cache::NullStore</a> <li><a href="../ActiveSupport/Cache/Store.html">ActiveSupport::Cache::Store</a> <li><a href="../ActiveSupport/Cache/Strategy.html">ActiveSupport::Cache::Strategy</a> <li><a href="../ActiveSupport/Cache/Strategy/LocalCache.html">ActiveSupport::Cache::Strategy::LocalCache</a> <li><a href="../ActiveSupport/Cache/Strategy/LocalCache/LocalStore.html">ActiveSupport::Cache::Strategy::LocalCache::LocalStore</a> <li><a href="../ActiveSupport/Callbacks.html">ActiveSupport::Callbacks</a> <li><a href="../ActiveSupport/Callbacks/ClassMethods.html">ActiveSupport::Callbacks::ClassMethods</a> <li><a href="../ActiveSupport/Concern.html">ActiveSupport::Concern</a> <li><a href="../ActiveSupport/Configurable.html">ActiveSupport::Configurable</a> <li><a href="../ActiveSupport/Configurable/ClassMethods.html">ActiveSupport::Configurable::ClassMethods</a> <li><a href="../ActiveSupport/Configurable/Configuration.html">ActiveSupport::Configurable::Configuration</a> <li><a href="../ActiveSupport/Dependencies.html">ActiveSupport::Dependencies</a> <li><a href="../ActiveSupport/Dependencies/ClassCache.html">ActiveSupport::Dependencies::ClassCache</a> <li><a href="../ActiveSupport/Dependencies/WatchStack.html">ActiveSupport::Dependencies::WatchStack</a> <li><a href="../ActiveSupport/Deprecation.html">ActiveSupport::Deprecation</a> <li><a href="../ActiveSupport/DescendantsTracker.html">ActiveSupport::DescendantsTracker</a> <li><a href="../ActiveSupport/Duration.html">ActiveSupport::Duration</a> <li><a href="../ActiveSupport/FileUpdateChecker.html">ActiveSupport::FileUpdateChecker</a> <li><a href="../ActiveSupport/FileWatcher.html">ActiveSupport::FileWatcher</a> <li><a href="../ActiveSupport/FileWatcher/Backend.html">ActiveSupport::FileWatcher::Backend</a> <li><a href="../ActiveSupport/Gzip.html">ActiveSupport::Gzip</a> <li><a href="../ActiveSupport/Gzip/Stream.html">ActiveSupport::Gzip::Stream</a> <li><a href="../ActiveSupport/HashWithIndifferentAccess.html">ActiveSupport::HashWithIndifferentAccess</a> <li><a href="../ActiveSupport/HashWithIndifferentAccess.html">ActiveSupport::HashWithIndifferentAccess</a> <li><a href="../ActiveSupport/Inflector.html">ActiveSupport::Inflector</a> <li><a href="../ActiveSupport/Inflector/Inflections.html">ActiveSupport::Inflector::Inflections</a> <li><a href="../ActiveSupport/InheritableOptions.html">ActiveSupport::InheritableOptions</a> <li><a href="../ActiveSupport/JSON.html">ActiveSupport::JSON</a> <li><a href="../ActiveSupport/JSON/Encoding.html">ActiveSupport::JSON::Encoding</a> <li><a href="../ActiveSupport/JSON/Encoding/CircularReferenceError.html">ActiveSupport::JSON::Encoding::CircularReferenceError</a> <li><a href="../ActiveSupport/JSON/Encoding/Encoder.html">ActiveSupport::JSON::Encoding::Encoder</a> <li><a href="../ActiveSupport/JSON/Variable.html">ActiveSupport::JSON::Variable</a> <li><a href="../ActiveSupport/LogSubscriber.html">ActiveSupport::LogSubscriber</a> <li><a href="../ActiveSupport/LogSubscriber/TestHelper.html">ActiveSupport::LogSubscriber::TestHelper</a> <li><a href="../ActiveSupport/LogSubscriber/TestHelper/MockLogger.html">ActiveSupport::LogSubscriber::TestHelper::MockLogger</a> <li><a href="../ActiveSupport/Memoizable.html">ActiveSupport::Memoizable</a> <li><a href="../ActiveSupport/Memoizable/InstanceMethods.html">ActiveSupport::Memoizable::InstanceMethods</a> <li><a href="../ActiveSupport/MessageEncryptor.html">ActiveSupport::MessageEncryptor</a> <li><a href="../ActiveSupport/MessageEncryptor/InvalidMessage.html">ActiveSupport::MessageEncryptor::InvalidMessage</a> <li><a href="../ActiveSupport/MessageVerifier.html">ActiveSupport::MessageVerifier</a> <li><a href="../ActiveSupport/MessageVerifier/InvalidSignature.html">ActiveSupport::MessageVerifier::InvalidSignature</a> <li><a href="../ActiveSupport/Multibyte.html">ActiveSupport::Multibyte</a> <li><a href="../ActiveSupport/Multibyte/Chars.html">ActiveSupport::Multibyte::Chars</a> <li><a href="../ActiveSupport/Multibyte/EncodingError.html">ActiveSupport::Multibyte::EncodingError</a> <li><a href="../ActiveSupport/Multibyte/Unicode.html">ActiveSupport::Multibyte::Unicode</a> <li><a href="../ActiveSupport/Multibyte/Unicode/Codepoint.html">ActiveSupport::Multibyte::Unicode::Codepoint</a> <li><a href="../ActiveSupport/Multibyte/Unicode/UnicodeDatabase.html">ActiveSupport::Multibyte::Unicode::UnicodeDatabase</a> <li><a href="../ActiveSupport/Notifications.html">ActiveSupport::Notifications</a> <li><a href="../ActiveSupport/Notifications/Event.html">ActiveSupport::Notifications::Event</a> <li><a href="../ActiveSupport/Notifications/Fanout.html">ActiveSupport::Notifications::Fanout</a> <li><a href="../ActiveSupport/Notifications/Instrumenter.html">ActiveSupport::Notifications::Instrumenter</a> <li><a href="../ActiveSupport/OrderedHash.html">ActiveSupport::OrderedHash</a> <li><a href="../ActiveSupport/OrderedOptions.html">ActiveSupport::OrderedOptions</a> <li><a href="../ActiveSupport/Railtie.html">ActiveSupport::Railtie</a> <li><a href="../ActiveSupport/Rescuable.html">ActiveSupport::Rescuable</a> <li><a href="../ActiveSupport/Rescuable/ClassMethods.html">ActiveSupport::Rescuable::ClassMethods</a> <li><a href="../ActiveSupport/SafeBuffer.html">ActiveSupport::SafeBuffer</a> <li><a href="../ActiveSupport/SafeBuffer/SafeConcatError.html">ActiveSupport::SafeBuffer::SafeConcatError</a> <li><a href="../ActiveSupport/StringInquirer.html">ActiveSupport::StringInquirer</a> <li><a href="../ActiveSupport/TaggedLogging.html">ActiveSupport::TaggedLogging</a> <li><a href="../ActiveSupport/TestCase.html">ActiveSupport::TestCase</a> <li><a href="../ActiveSupport/Testing.html">ActiveSupport::Testing</a> <li><a href="../ActiveSupport/Testing/Assertions.html">ActiveSupport::Testing::Assertions</a> <li><a href="../ActiveSupport/Testing/Declarative.html">ActiveSupport::Testing::Declarative</a> <li><a href="../ActiveSupport/Testing/Isolation.html">ActiveSupport::Testing::Isolation</a> <li><a href="../ActiveSupport/Testing/Isolation/Forking.html">ActiveSupport::Testing::Isolation::Forking</a> <li><a href="../ActiveSupport/Testing/Isolation/MiniTest.html">ActiveSupport::Testing::Isolation::MiniTest</a> <li><a href="../ActiveSupport/Testing/Isolation/Subprocess.html">ActiveSupport::Testing::Isolation::Subprocess</a> <li><a href="../ActiveSupport/Testing/Isolation/TestUnit.html">ActiveSupport::Testing::Isolation::TestUnit</a> <li><a href="../ActiveSupport/Testing/Pending.html">ActiveSupport::Testing::Pending</a> <li><a href="../ActiveSupport/Testing/Performance.html">ActiveSupport::Testing::Performance</a> <li><a href="../ActiveSupport/Testing/Performance/Benchmarker.html">ActiveSupport::Testing::Performance::Benchmarker</a> <li><a href="../ActiveSupport/Testing/Performance/ForClassicTestUnit.html">ActiveSupport::Testing::Performance::ForClassicTestUnit</a> <li><a href="../ActiveSupport/Testing/Performance/ForMiniTest.html">ActiveSupport::Testing::Performance::ForMiniTest</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics.html">ActiveSupport::Testing::Performance::Metrics</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/Amount.html">ActiveSupport::Testing::Performance::Metrics::Amount</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/Base.html">ActiveSupport::Testing::Performance::Metrics::Base</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/CpuTime.html">ActiveSupport::Testing::Performance::Metrics::CpuTime</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/DigitalInformationUnit.html">ActiveSupport::Testing::Performance::Metrics::DigitalInformationUnit</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/GcRuns.html">ActiveSupport::Testing::Performance::Metrics::GcRuns</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/GcTime.html">ActiveSupport::Testing::Performance::Metrics::GcTime</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/Memory.html">ActiveSupport::Testing::Performance::Metrics::Memory</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/Objects.html">ActiveSupport::Testing::Performance::Metrics::Objects</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/ProcessTime.html">ActiveSupport::Testing::Performance::Metrics::ProcessTime</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/Time.html">ActiveSupport::Testing::Performance::Metrics::Time</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/UserTime.html">ActiveSupport::Testing::Performance::Metrics::UserTime</a> <li><a href="../ActiveSupport/Testing/Performance/Metrics/WallTime.html">ActiveSupport::Testing::Performance::Metrics::WallTime</a> <li><a href="../ActiveSupport/Testing/Performance/Performer.html">ActiveSupport::Testing::Performance::Performer</a> <li><a href="../ActiveSupport/Testing/Performance/Profiler.html">ActiveSupport::Testing::Performance::Profiler</a> <li><a href="../ActiveSupport/Testing/ProxyTestResult.html">ActiveSupport::Testing::ProxyTestResult</a> <li><a href="../ActiveSupport/Testing/RemoteError.html">ActiveSupport::Testing::RemoteError</a> <li><a href="../ActiveSupport/Testing/SetupAndTeardown.html">ActiveSupport::Testing::SetupAndTeardown</a> <li><a href="../ActiveSupport/Testing/SetupAndTeardown/ClassMethods.html">ActiveSupport::Testing::SetupAndTeardown::ClassMethods</a> <li><a href="../ActiveSupport/Testing/SetupAndTeardown/ForClassicTestUnit.html">ActiveSupport::Testing::SetupAndTeardown::ForClassicTestUnit</a> <li><a href="../ActiveSupport/Testing/SetupAndTeardown/ForMiniTest.html">ActiveSupport::Testing::SetupAndTeardown::ForMiniTest</a> <li><a href="../ActiveSupport/TimeWithZone.html">ActiveSupport::TimeWithZone</a> <li><a href="../ActiveSupport/TimeZone.html">ActiveSupport::TimeZone</a> <li><a href="../ActiveSupport/XmlMini.html">ActiveSupport::XmlMini</a> <li><a href="../ActiveSupport/XmlMini_LibXMLSAX.html">ActiveSupport::XmlMini_LibXMLSAX</a> <li><a href="../ActiveSupport/XmlMini_LibXMLSAX/HashBuilder.html">ActiveSupport::XmlMini_LibXMLSAX::HashBuilder</a> <li><a href="../ActiveSupport/XmlMini_NokogiriSAX.html">ActiveSupport::XmlMini_NokogiriSAX</a> <li><a href="../ActiveSupport/XmlMini_NokogiriSAX/HashBuilder.html">ActiveSupport::XmlMini_NokogiriSAX::HashBuilder</a> <li><a href="../ActionController.html">ActionController</a> <li><a href="../ActionController/Base.html">ActionController::Base</a> <li><a href="../ActionController/Caching.html">ActionController::Caching</a> <li><a href="../ActionController/Caching/Actions.html">ActionController::Caching::Actions</a> <li><a href="../ActionController/Caching/Actions/ActionCachePath.html">ActionController::Caching::Actions::ActionCachePath</a> <li><a href="../ActionController/Caching/Actions/ClassMethods.html">ActionController::Caching::Actions::ClassMethods</a> <li><a href="../ActionController/Caching/ConfigMethods.html">ActionController::Caching::ConfigMethods</a> <li><a href="../ActionController/Caching/Fragments.html">ActionController::Caching::Fragments</a> <li><a href="../ActionController/Caching/Pages.html">ActionController::Caching::Pages</a> <li><a href="../ActionController/Caching/Pages/ClassMethods.html">ActionController::Caching::Pages::ClassMethods</a> <li><a href="../ActionController/Caching/Sweeping.html">ActionController::Caching::Sweeping</a> <li><a href="../ActionController/Compatibility.html">ActionController::Compatibility</a> <li><a href="../ActionController/ConditionalGet.html">ActionController::ConditionalGet</a> <li><a href="../ActionController/Cookies.html">ActionController::Cookies</a> <li><a href="../ActionController/DataStreaming.html">ActionController::DataStreaming</a> <li><a href="../ActionController/Flash.html">ActionController::Flash</a> <li><a href="../ActionController/ForceSSL.html">ActionController::ForceSSL</a> <li><a href="../ActionController/ForceSSL/ClassMethods.html">ActionController::ForceSSL::ClassMethods</a> <li><a href="../ActionController/Head.html">ActionController::Head</a> <li><a href="../ActionController/Helpers.html">ActionController::Helpers</a> <li><a href="../ActionController/Helpers/ClassMethods.html">ActionController::Helpers::ClassMethods</a> <li><a href="../ActionController/HideActions.html">ActionController::HideActions</a> <li><a href="../ActionController/HideActions/ClassMethods.html">ActionController::HideActions::ClassMethods</a> <li><a href="../ActionController/HttpAuthentication.html">ActionController::HttpAuthentication</a> <li><a href="../ActionController/HttpAuthentication/Basic.html">ActionController::HttpAuthentication::Basic</a> <li><a href="../ActionController/HttpAuthentication/Basic/ControllerMethods.html">ActionController::HttpAuthentication::Basic::ControllerMethods</a> <li><a href="../ActionController/HttpAuthentication/Basic/ControllerMethods/ClassMethods.html">ActionController::HttpAuthentication::Basic::ControllerMethods::ClassMethods</a> <li><a href="../ActionController/HttpAuthentication/Digest.html">ActionController::HttpAuthentication::Digest</a> <li><a href="../ActionController/HttpAuthentication/Digest/ControllerMethods.html">ActionController::HttpAuthentication::Digest::ControllerMethods</a> <li><a href="../ActionController/HttpAuthentication/Token.html">ActionController::HttpAuthentication::Token</a> <li><a href="../ActionController/HttpAuthentication/Token/ControllerMethods.html">ActionController::HttpAuthentication::Token::ControllerMethods</a> <li><a href="../ActionController/ImplicitRender.html">ActionController::ImplicitRender</a> <li><a href="../ActionController/Instrumentation.html">ActionController::Instrumentation</a> <li><a href="../ActionController/Instrumentation/ClassMethods.html">ActionController::Instrumentation::ClassMethods</a> <li><a href="../ActionController/LogSubscriber.html">ActionController::LogSubscriber</a> <li><a href="../ActionController/Metal.html">ActionController::Metal</a> <li><a href="../ActionController/Middleware.html">ActionController::Middleware</a> <li><a href="../ActionController/Middleware/ActionMiddleware.html">ActionController::Middleware::ActionMiddleware</a> <li><a href="../ActionController/MimeResponds.html">ActionController::MimeResponds</a> <li><a href="../ActionController/MimeResponds/ClassMethods.html">ActionController::MimeResponds::ClassMethods</a> <li><a href="../ActionController/ParamsWrapper.html">ActionController::ParamsWrapper</a> <li><a href="../ActionController/ParamsWrapper/ClassMethods.html">ActionController::ParamsWrapper::ClassMethods</a> <li><a href="../ActionController/RackDelegation.html">ActionController::RackDelegation</a> <li><a href="../ActionController/Railtie.html">ActionController::Railtie</a> <li><a href="../ActionController/Railties.html">ActionController::Railties</a> <li><a href="../ActionController/Railties/Paths.html">ActionController::Railties::Paths</a> <li><a href="../ActionController/RecordIdentifier.html">ActionController::RecordIdentifier</a> <li><a href="../ActionController/Redirecting.html">ActionController::Redirecting</a> <li><a href="../ActionController/Renderers.html">ActionController::Renderers</a> <li><a href="../ActionController/Renderers/All.html">ActionController::Renderers::All</a> <li><a href="../ActionController/Renderers/ClassMethods.html">ActionController::Renderers::ClassMethods</a> <li><a href="../ActionController/Rendering.html">ActionController::Rendering</a> <li><a href="../ActionController/RequestForgeryProtection.html">ActionController::RequestForgeryProtection</a> <li><a href="../ActionController/RequestForgeryProtection/ClassMethods.html">ActionController::RequestForgeryProtection::ClassMethods</a> <li><a href="../ActionController/Rescue.html">ActionController::Rescue</a> <li><a href="../ActionController/Responder.html">ActionController::Responder</a> <li><a href="../ActionController/SessionManagement.html">ActionController::SessionManagement</a> <li><a href="../ActionController/SessionManagement/ClassMethods.html">ActionController::SessionManagement::ClassMethods</a> <li><a href="../ActionController/Streaming.html">ActionController::Streaming</a> <li><a href="../ActionController/TemplateAssertions.html">ActionController::TemplateAssertions</a> <li><a href="../ActionController/TestCase.html">ActionController::TestCase</a> <li><a href="../ActionController/TestCase/Behavior.html">ActionController::TestCase::Behavior</a> <li><a href="../ActionController/TestCase/Behavior/ClassMethods.html">ActionController::TestCase::Behavior::ClassMethods</a> <li><a href="../ActionController/TestCase/RaiseActionExceptions.html">ActionController::TestCase::RaiseActionExceptions</a> <li><a href="../ActionController/TestResponse.html">ActionController::TestResponse</a> <li><a href="../ActionController/Testing.html">ActionController::Testing</a> <li><a href="../ActionController/Testing/ClassMethods.html">ActionController::Testing::ClassMethods</a> <li><a href="../ActionController/UrlFor.html">ActionController::UrlFor</a> <li><a href="../ActionView.html">ActionView</a> <li><a href="../ActionView/Base.html">ActionView::Base</a> <li><a href="../ActionView/Context.html">ActionView::Context</a> <li><a href="../ActionView/FileSystemResolver.html">ActionView::FileSystemResolver</a> <li><a href="../ActionView/FixtureResolver.html">ActionView::FixtureResolver</a> <li><a href="../ActionView/Helpers.html">ActionView::Helpers</a> <li><a href="../ActionView/Helpers/ActiveModelHelper.html">ActionView::Helpers::ActiveModelHelper</a> <li><a href="../ActionView/Helpers/ActiveModelInstanceTag.html">ActionView::Helpers::ActiveModelInstanceTag</a> <li><a href="../ActionView/AssetPaths.html">ActionView::Helpers::AssetPaths</a> <li><a href="../ActionView/Helpers/AssetTagHelper.html">ActionView::Helpers::AssetTagHelper</a> <li><a href="../ActionView/Helpers/AssetTagHelper/AssetIncludeTag.html">ActionView::Helpers::AssetTagHelper::AssetIncludeTag</a> <li><a href="../ActionView/Helpers/AssetTagHelper/JavascriptIncludeTag.html">ActionView::Helpers::AssetTagHelper::JavascriptIncludeTag</a> <li><a href="../ActionView/Helpers/AssetTagHelper/JavascriptTagHelpers.html">ActionView::Helpers::AssetTagHelper::JavascriptTagHelpers</a> <li><a href="../ActionView/Helpers/AssetTagHelper/JavascriptTagHelpers/ClassMethods.html">ActionView::Helpers::AssetTagHelper::JavascriptTagHelpers::ClassMethods</a> <li><a href="../ActionView/Helpers/AssetTagHelper/StylesheetIncludeTag.html">ActionView::Helpers::AssetTagHelper::StylesheetIncludeTag</a> <li><a href="../ActionView/Helpers/AssetTagHelper/StylesheetTagHelpers.html">ActionView::Helpers::AssetTagHelper::StylesheetTagHelpers</a> <li><a href="../ActionView/Helpers/AssetTagHelper/StylesheetTagHelpers/ClassMethods.html">ActionView::Helpers::AssetTagHelper::StylesheetTagHelpers::ClassMethods</a> <li><a href="../ActionView/Helpers/AtomFeedHelper.html">ActionView::Helpers::AtomFeedHelper</a> <li><a href="../ActionView/Helpers/AtomFeedHelper/AtomBuilder.html">ActionView::Helpers::AtomFeedHelper::AtomBuilder</a> <li><a href="../ActionView/Helpers/AtomFeedHelper/AtomFeedBuilder.html">ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder</a> <li><a href="../ActionView/Helpers/CacheHelper.html">ActionView::Helpers::CacheHelper</a> <li><a href="../ActionView/Helpers/CaptureHelper.html">ActionView::Helpers::CaptureHelper</a> <li><a href="../ActionView/Helpers/CsrfHelper.html">ActionView::Helpers::CsrfHelper</a> <li><a href="../ActionView/Helpers/DateHelper.html">ActionView::Helpers::DateHelper</a> <li><a href="../ActionView/Helpers/DateHelperInstanceTag.html">ActionView::Helpers::DateHelperInstanceTag</a> <li><a href="../ActionView/Helpers/DebugHelper.html">ActionView::Helpers::DebugHelper</a> <li><a href="../ActionView/Helpers/FormBuilder.html">ActionView::Helpers::FormBuilder</a> <li><a href="../ActionView/Helpers/FormHelper.html">ActionView::Helpers::FormHelper</a> <li><a href="../ActionView/Helpers/FormOptionsHelper.html">ActionView::Helpers::FormOptionsHelper</a> <li><a href="../ActionView/Helpers/FormTagHelper.html">ActionView::Helpers::FormTagHelper</a> <li><a href="../ActionView/Helpers/InstanceTag.html">ActionView::Helpers::InstanceTag</a> <li><a href="../ActionView/Helpers/JavaScriptHelper.html">ActionView::Helpers::JavaScriptHelper</a> <li><a href="../ActionView/Helpers/NumberHelper.html">ActionView::Helpers::NumberHelper</a> <li><a href="../ActionView/Helpers/NumberHelper/InvalidNumberError.html">ActionView::Helpers::NumberHelper::InvalidNumberError</a> <li><a href="../ActionView/Helpers/OutputSafetyHelper.html">ActionView::Helpers::OutputSafetyHelper</a> <li><a href="../ActionView/Helpers/RecordTagHelper.html">ActionView::Helpers::RecordTagHelper</a> <li><a href="../ActionView/Helpers/RenderingHelper.html">ActionView::Helpers::RenderingHelper</a> <li><a href="../ActionView/Helpers/SanitizeHelper.html">ActionView::Helpers::SanitizeHelper</a> <li><a href="../ActionView/Helpers/TagHelper.html">ActionView::Helpers::TagHelper</a> <li><a href="../ActionView/Helpers/TextHelper.html">ActionView::Helpers::TextHelper</a> <li><a href="../ActionView/Helpers/TranslationHelper.html">ActionView::Helpers::TranslationHelper</a> <li><a href="../ActionView/Helpers/UrlHelper.html">ActionView::Helpers::UrlHelper</a> <li><a href="../ActionView/LogSubscriber.html">ActionView::LogSubscriber</a> <li><a href="../ActionView/LookupContext.html">ActionView::LookupContext</a> <li><a href="../ActionView/LookupContext/DetailsCache.html">ActionView::LookupContext::DetailsCache</a> <li><a href="../ActionView/LookupContext/ViewPaths.html">ActionView::LookupContext::ViewPaths</a> <li><a href="../ActionView/NullResolver.html">ActionView::NullResolver</a> <li><a href="../ActionView/PartialRenderer.html">ActionView::PartialRenderer</a> <li><a href="../ActionView/Railtie.html">ActionView::Railtie</a> <li><a href="../ActionView/Renderer.html">ActionView::Renderer</a> <li><a href="../ActionView/Resolver.html">ActionView::Resolver</a> <li><a href="../ActionView/Resolver/Path.html">ActionView::Resolver::Path</a> <li><a href="../ActionView/Template.html">ActionView::Template</a> <li><a href="../ActionView/Template/Handlers.html">ActionView::Template::Handlers</a> <li><a href="../ActionView/Template/Handlers/Builder.html">ActionView::Template::Handlers::Builder</a> <li><a href="../ActionView/Template/Handlers/ERB.html">ActionView::Template::Handlers::ERB</a> <li><a href="../ActionView/Template/Handlers/Erubis.html">ActionView::Template::Handlers::Erubis</a> <li><a href="../ActionView/TestCase.html">ActionView::TestCase</a> <li><a href="../ActionView/TestCase/Behavior.html">ActionView::TestCase::Behavior</a> <li><a href="../ActionView/TestCase/Behavior/ClassMethods.html">ActionView::TestCase::Behavior::ClassMethods</a> <li><a href="../ActionView/TestCase/Behavior/Locals.html">ActionView::TestCase::Behavior::Locals</a> <li><a href="../ActionView/TestCase/TestController.html">ActionView::TestCase::TestController</a> <li><a href="../ActiveModel.html">ActiveModel</a> <li><a href="../ActiveModel/AttributeMethods.html">ActiveModel::AttributeMethods</a> <li><a href="../ActiveModel/AttributeMethods/ClassMethods.html">ActiveModel::AttributeMethods::ClassMethods</a> <li><a href="../ActiveModel/AttributeMethods/ClassMethods/AttributeMethodMatcher.html">ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher</a> <li><a href="../ActiveModel/BlockValidator.html">ActiveModel::BlockValidator</a> <li><a href="../ActiveModel/Callbacks.html">ActiveModel::Callbacks</a> <li><a href="../ActiveModel/Conversion.html">ActiveModel::Conversion</a> <li><a href="../ActiveModel/Dirty.html">ActiveModel::Dirty</a> <li><a href="../ActiveModel/EachValidator.html">ActiveModel::EachValidator</a> <li><a href="../ActiveModel/Errors.html">ActiveModel::Errors</a> <li><a href="../ActiveModel/Lint.html">ActiveModel::Lint</a> <li><a href="../ActiveModel/Lint/Tests.html">ActiveModel::Lint::Tests</a> <li><a href="../ActiveModel/MassAssignmentSecurity.html">ActiveModel::MassAssignmentSecurity</a> <li><a href="../ActiveModel/MassAssignmentSecurity/BlackList.html">ActiveModel::MassAssignmentSecurity::BlackList</a> <li><a href="../ActiveModel/MassAssignmentSecurity/ClassMethods.html">ActiveModel::MassAssignmentSecurity::ClassMethods</a> <li><a href="../ActiveModel/MassAssignmentSecurity/Error.html">ActiveModel::MassAssignmentSecurity::Error</a> <li><a href="../ActiveModel/MassAssignmentSecurity/LoggerSanitizer.html">ActiveModel::MassAssignmentSecurity::LoggerSanitizer</a> <li><a href="../ActiveModel/MassAssignmentSecurity/PermissionSet.html">ActiveModel::MassAssignmentSecurity::PermissionSet</a> <li><a href="../ActiveModel/MassAssignmentSecurity/Sanitizer.html">ActiveModel::MassAssignmentSecurity::Sanitizer</a> <li><a href="../ActiveModel/MassAssignmentSecurity/StrictSanitizer.html">ActiveModel::MassAssignmentSecurity::StrictSanitizer</a> <li><a href="../ActiveModel/MassAssignmentSecurity/WhiteList.html">ActiveModel::MassAssignmentSecurity::WhiteList</a> <li><a href="../ActiveModel/MissingAttributeError.html">ActiveModel::MissingAttributeError</a> <li><a href="../ActiveModel/Name.html">ActiveModel::Name</a> <li><a href="../ActiveModel/Naming.html">ActiveModel::Naming</a> <li><a href="../ActiveModel/Observer.html">ActiveModel::Observer</a> <li><a href="../ActiveModel/ObserverArray.html">ActiveModel::ObserverArray</a> <li><a href="../ActiveModel/Observing.html">ActiveModel::Observing</a> <li><a href="../ActiveModel/Observing/ClassMethods.html">ActiveModel::Observing::ClassMethods</a> <li><a href="../ActiveModel/SecurePassword.html">ActiveModel::SecurePassword</a> <li><a href="../ActiveModel/SecurePassword/ClassMethods.html">ActiveModel::SecurePassword::ClassMethods</a> <li><a href="../ActiveModel/SecurePassword/InstanceMethodsOnActivation.html">ActiveModel::SecurePassword::InstanceMethodsOnActivation</a> <li><a href="../ActiveModel/Serialization.html">ActiveModel::Serialization</a> <li><a href="../ActiveModel/Serializers.html">ActiveModel::Serializers</a> <li><a href="../ActiveModel/Serializers/JSON.html">ActiveModel::Serializers::JSON</a> <li><a href="../ActiveModel/Serializers/Xml.html">ActiveModel::Serializers::Xml</a> <li><a href="../ActiveModel/StrictValidationFailed.html">ActiveModel::StrictValidationFailed</a> <li><a href="../ActiveModel/Translation.html">ActiveModel::Translation</a> <li><a href="../ActiveModel/Validations.html">ActiveModel::Validations</a> <li><a href="../ActiveModel/Validations/AcceptanceValidator.html">ActiveModel::Validations::AcceptanceValidator</a> <li><a href="../ActiveModel/Validations/Callbacks.html">ActiveModel::Validations::Callbacks</a> <li><a href="../ActiveModel/Validations/Callbacks/ClassMethods.html">ActiveModel::Validations::Callbacks::ClassMethods</a> <li><a href="../ActiveModel/Validations/ClassMethods.html">ActiveModel::Validations::ClassMethods</a> <li><a href="../ActiveModel/Validations/ConfirmationValidator.html">ActiveModel::Validations::ConfirmationValidator</a> <li><a href="../ActiveModel/Validations/ExclusionValidator.html">ActiveModel::Validations::ExclusionValidator</a> <li><a href="../ActiveModel/Validations/FormatValidator.html">ActiveModel::Validations::FormatValidator</a> <li><a href="../ActiveModel/Validations/HelperMethods.html">ActiveModel::Validations::HelperMethods</a> <li><a href="../ActiveModel/Validations/InclusionValidator.html">ActiveModel::Validations::InclusionValidator</a> <li><a href="../ActiveModel/Validations/LengthValidator.html">ActiveModel::Validations::LengthValidator</a> <li><a href="../ActiveModel/Validations/NumericalityValidator.html">ActiveModel::Validations::NumericalityValidator</a> <li><a href="../ActiveModel/Validations/PresenceValidator.html">ActiveModel::Validations::PresenceValidator</a> <li><a href="../ActiveModel/Validations/WithValidator.html">ActiveModel::Validations::WithValidator</a> <li><a href="../ActiveModel/Validator.html">ActiveModel::Validator</a> <li><a href="../ActiveResource.html">ActiveResource</a> <li><a href="../ActiveResource/Base.html">ActiveResource::Base</a> <li><a href="../ActiveResource/Connection.html">ActiveResource::Connection</a> <li><a href="../ActiveResource/CustomMethods.html">ActiveResource::CustomMethods</a> <li><a href="../ActiveResource/CustomMethods/ClassMethods.html">ActiveResource::CustomMethods::ClassMethods</a> <li><a href="../ActiveResource/Errors.html">ActiveResource::Errors</a> <li><a href="../ActiveResource/Formats.html">ActiveResource::Formats</a> <li><a href="../ActiveResource/Formats/JsonFormat.html">ActiveResource::Formats::JsonFormat</a> <li><a href="../ActiveResource/Formats/XmlFormat.html">ActiveResource::Formats::XmlFormat</a> <li><a href="../ActiveResource/HttpMock.html">ActiveResource::HttpMock</a> <li><a href="../ActiveResource/InvalidRequestError.html">ActiveResource::InvalidRequestError</a> <li><a href="../ActiveResource/LogSubscriber.html">ActiveResource::LogSubscriber</a> <li><a href="../ActiveResource/Observing.html">ActiveResource::Observing</a> <li><a href="../ActiveResource/Railtie.html">ActiveResource::Railtie</a> <li><a href="../ActiveResource/Request.html">ActiveResource::Request</a> <li><a href="../ActiveResource/Response.html">ActiveResource::Response</a> <li><a href="../ActiveResource/SSLError.html">ActiveResource::SSLError</a> <li><a href="../ActiveResource/TimeoutError.html">ActiveResource::TimeoutError</a> <li><a href="../ActiveResource/Validations.html">ActiveResource::Validations</a> <li><a href="../HTML.html">HTML</a> <li><a href="../HTML/FullSanitizer.html">HTML::FullSanitizer</a> <li><a href="../HTML/LinkSanitizer.html">HTML::LinkSanitizer</a> <li><a href="../HTML/Sanitizer.html">HTML::Sanitizer</a> <li><a href="../HTML/Selector.html">HTML::Selector</a> <li><a href="../HTML/Tag.html">HTML::Tag</a> <li><a href="../HTML/WhiteListSanitizer.html">HTML::WhiteListSanitizer</a> <li><a href="../Mysql.html">Mysql</a> <li><a href="../Mysql/Result.html">Mysql::Result</a> <li><a href="../Mysql/Stmt.html">Mysql::Stmt</a> <li><a href="../Mysql/Time.html">Mysql::Time</a> <li><a href="../Test.html">Test</a> <li><a href="../Test/Unit.html">Test::Unit</a> <li><a href="../Test/Unit/Collector.html">Test::Unit::Collector</a> <li><a href="../Test/Unit/Collector/ObjectSpace.html">Test::Unit::Collector::ObjectSpace</a> <li><a href="../Object.html">Object</a> <li><a href="../ActiveSupport/HashWithIndifferentAccess.html">Object::HashWithIndifferentAccess</a> <li><a href="../LoadError.html">Object::MissingSourceFile</a> <li><a href="../ActionMailer.html">ActionMailer</a> <li><a href="../ActionMailer/Base.html">ActionMailer::Base</a> <li><a href="../ArJdbcMySQL.html">ArJdbcMySQL</a> <li><a href="../ArJdbcMySQL/Error.html">ArJdbcMySQL::Error</a> <li><a href="../ERB.html">ERB</a> <li><a href="../ERB/Util.html">ERB::Util</a> <li><a href="../I18n.html">I18n</a> <li><a href="../I18n/Railtie.html">I18n::Railtie</a> <li><a href="../LoadError.html">LoadError</a> <li><a href="../LoadError.html">LoadError</a> <li><a href="../Logger.html">Logger</a> <li><a href="../Logger/SimpleFormatter.html">Logger::SimpleFormatter</a> <li><a href="../Array.html">Array</a> <li><a href="../Base64.html">Base64</a> <li><a href="../Benchmark.html">Benchmark</a> <li><a href="../BigDecimal.html">BigDecimal</a> <li><a href="../Class.html">Class</a> <li><a href="../Date.html">Date</a> <li><a href="../DateTime.html">DateTime</a> <li><a href="../Enumerable.html">Enumerable</a> <li><a href="../FalseClass.html">FalseClass</a> <li><a href="../File.html">File</a> <li><a href="../Float.html">Float</a> <li><a href="../Hash.html">Hash</a> <li><a href="../Integer.html">Integer</a> <li><a href="../Kernel.html">Kernel</a> <li><a href="../Module.html">Module</a> <li><a href="../NameError.html">NameError</a> <li><a href="../NilClass.html">NilClass</a> <li><a href="../Numeric.html">Numeric</a> <li><a href="../Process.html">Process</a> <li><a href="../QualifiedConstUtils.html">QualifiedConstUtils</a> <li><a href="../Rails.html">Rails</a> <li><a href="../Range.html">Range</a> <li><a href="../Regexp.html">Regexp</a> <li><a href="../String.html">String</a> <li><a href="../Symbol.html">Symbol</a> <li><a href="../Time.html">Time</a> <li><a href="../TrueClass.html">TrueClass</a> <li><a href="../URI.html">URI</a> </ul> </nav> </div> </nav> <div id="documentation"> <h1 class="module">module ActionController::Head</h1> <div id="description" class="description"> </div><!-- description --> <section id="5Buntitled-5D" class="documentation-section"> <!-- Methods --> <section id="public-instance-5Buntitled-5D-method-details" class="method-section section"> <h3 class="section-header">Public Instance Methods</h3> <div id="method-i-head" class="method-detail "> <div class="method-heading"> <span class="method-name">head</span><span class="method-args">(status, options = {})</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>Return a response that has no content (merely headers). The options argument is interpreted to be a hash of header names and values. This allows you to easily return a response that consists only of significant headers:</p> <pre class="ruby"><span class="ruby-identifier">head</span> :<span class="ruby-identifier">created</span>, :<span class="ruby-identifier">location</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">person_path</span>(<span class="ruby-ivar">@person</span>) <span class="ruby-identifier">head</span> :<span class="ruby-identifier">created</span>, :<span class="ruby-identifier">location</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-ivar">@person</span> </pre> <p>It can also be used to return exceptional conditions:</p> <pre>return head(:method_not_allowed) unless request.post? return head(:bad_request) unless valid_request? render</pre> <div class="method-source-code" id="head-source"> <pre><span class="ruby-comment"># File c:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-3.2.21/lib/action_controller/metal/head.rb, line 19</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">head</span>(<span class="ruby-identifier">status</span>, <span class="ruby-identifier">options</span> = {}) <span class="ruby-identifier">options</span>, <span class="ruby-identifier">status</span> = <span class="ruby-identifier">status</span>, <span class="ruby-keyword">nil</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">status</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Hash</span>) <span class="ruby-identifier">status</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:status</span>) <span class="ruby-operator">||</span> <span class="ruby-value">:ok</span> <span class="ruby-identifier">location</span> = <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:location</span>) <span class="ruby-identifier">content_type</span> = <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:content_type</span>) <span class="ruby-identifier">options</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span>, <span class="ruby-identifier">value</span><span class="ruby-operator">|</span> <span class="ruby-identifier">headers</span>[<span class="ruby-identifier">key</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">dasherize</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&#39;-&#39;</span>).<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">v</span>[<span class="ruby-value">0</span>] = <span class="ruby-identifier">v</span>[<span class="ruby-value">0</span>].<span class="ruby-identifier">chr</span>.<span class="ruby-identifier">upcase</span> }.<span class="ruby-identifier">join</span>(<span class="ruby-string">&#39;-&#39;</span>)] = <span class="ruby-identifier">value</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">status</span> = <span class="ruby-identifier">status</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">location</span> = <span class="ruby-identifier">url_for</span>(<span class="ruby-identifier">location</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">location</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">content_type</span> = <span class="ruby-identifier">content_type</span> <span class="ruby-operator">||</span> (<span class="ruby-constant">Mime</span>[<span class="ruby-identifier">formats</span>.<span class="ruby-identifier">first</span>] <span class="ruby-keyword">if</span> <span class="ruby-identifier">formats</span>) <span class="ruby-keyword">self</span>.<span class="ruby-identifier">response_body</span> = <span class="ruby-string">&quot; &quot;</span> <span class="ruby-keyword">end</span></pre> </div><!-- head-source --> </div> </div><!-- head-method --> </section><!-- public-instance-method-details --> </section><!-- 5Buntitled-5D --> </div><!-- documentation --> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.2. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
rorogarcete/FacuSisWeb
doc/api/ActionController/Head.html
HTML
mit
62,199
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <title>OpenTl.Schema - API - TPrivacyValueDisallowContacts Class</title> <link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet"> <script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script> <script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script> <script src="/OpenTl.Schema/assets/js/app.min.js"></script> <script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script> <script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script> <!--[if lt IE 9]> <script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script> <script src="/OpenTl.Schema/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/OpenTl.Schema/" class="logo"> <span>OpenTl.Schema</span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/OpenTl.Schema/about.html">About This Project</a></li> <li class="active"><a href="/OpenTl.Schema/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p> <p><a href="#Attributes">Attributes</a></p> <p><a href="#ExtensionMethods">Extension Methods</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/OpenTl.Schema/assets/js/lunr.min.js"></script> <script src="/OpenTl.Schema/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li> <li role="separator" class="divider"></li> <li class="header">Class Types</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/MsgContainer">MsgContainer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestDestroyAuthKey">Request<wbr>Destroy<wbr>Auth<wbr>Key</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestDestroySession">Request<wbr>Destroy<wbr>Session</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestGetFutureSalts">Request<wbr>Get<wbr>Future<wbr>Salts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInitConnection">Request<wbr>Init<wbr>Connection</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeAfterMsg">Request<wbr>Invoke<wbr>After<wbr>Msg</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeAfterMsgs">Request<wbr>Invoke<wbr>After<wbr>Msgs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeWithLayer">Request<wbr>Invoke<wbr>With<wbr>Layer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeWithMessagesRange">Request<wbr>Invoke<wbr>With<wbr>Messages<wbr>Range</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeWithoutUpdates">Request<wbr>Invoke<wbr>Without<wbr>Updates</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeWithTakeout">Request<wbr>Invoke<wbr>With<wbr>Takeout</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestPing">RequestPing</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestPingDelayDisconnect">Request<wbr>Ping<wbr>Delay<wbr>Disconnect</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestReqDHParams">RequestReqDHParams</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestReqPq">RequestReqPq</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestReqPqMulti">RequestReqPqMulti</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestRpcDropAnswer">RequestRpcDropAnswer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestSetClientDHParams">Request<wbr>Set<wbr>Client<wbr>D<wbr>H<wbr>Params</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/SchemaInfo">SchemaInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TAccessPointRule">TAccessPointRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TAccountDaysTTL">TAccountDaysTTL</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TAuthorization">TAuthorization</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBadMsgNotification">TBadMsgNotification</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBadServerSalt">TBadServerSalt</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBoolFalse">TBoolFalse</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBoolTrue">TBoolTrue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotCommand">TBotCommand</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInfo">TBotInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMediaResult">T<wbr>Bot<wbr>Inline<wbr>Media<wbr>Result</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageMediaAuto">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Auto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageMediaContact">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Contact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageMediaGeo">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Geo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageMediaVenue">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Venue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageText">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Text</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineResult">TBotInlineResult</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TCdnConfig">TCdnConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TCdnPublicKey">TCdnPublicKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannel">TChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEvent">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangeAbout">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>About</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangePhoto">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangeStickerSet">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>Sticker<wbr>Set</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangeTitle">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>Title</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangeUsername">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>Username</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionDeleteMessage">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Delete<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionEditMessage">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Edit<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantInvite">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantJoin">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Join</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantLeave">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Leave</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantToggleAdmin">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Toggle<wbr>Admin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantToggleBan">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Toggle<wbr>Ban</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionToggleInvites">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Toggle<wbr>Invites</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionTogglePreHistoryHidden">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Toggle<wbr>Pre<wbr>History<wbr>Hidden</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionToggleSignatures">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Toggle<wbr>Signatures</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionUpdatePinned">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Update<wbr>Pinned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventsFilter">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Events<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminRights">TChannelAdminRights</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelBannedRights">TChannelBannedRights</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden">TChannelForbidden</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelFull">TChannelFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelMessagesFilter">T<wbr>Channel<wbr>Messages<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelMessagesFilterEmpty">T<wbr>Channel<wbr>Messages<wbr>Filter<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipant">TChannelParticipant</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantAdmin">T<wbr>Channel<wbr>Participant<wbr>Admin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantBanned">T<wbr>Channel<wbr>Participant<wbr>Banned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantCreator">T<wbr>Channel<wbr>Participant<wbr>Creator</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsAdmins">T<wbr>Channel<wbr>Participants<wbr>Admins</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsBanned">T<wbr>Channel<wbr>Participants<wbr>Banned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsBots">T<wbr>Channel<wbr>Participants<wbr>Bots</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantSelf">T<wbr>Channel<wbr>Participant<wbr>Self</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsKicked">T<wbr>Channel<wbr>Participants<wbr>Kicked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsRecent">T<wbr>Channel<wbr>Participants<wbr>Recent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsSearch">T<wbr>Channel<wbr>Participants<wbr>Search</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChat">TChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatEmpty">TChatEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatForbidden">TChatForbidden</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatFull">TChatFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite">TChatInvite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInviteAlready">TChatInviteAlready</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInviteEmpty">TChatInviteEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInviteExported">TChatInviteExported</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipant">TChatParticipant</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipantAdmin">T<wbr>Chat<wbr>Participant<wbr>Admin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipantCreator">T<wbr>Chat<wbr>Participant<wbr>Creator</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipants">TChatParticipants</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipantsForbidden">T<wbr>Chat<wbr>Participants<wbr>Forbidden</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatPhoto">TChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatPhotoEmpty">TChatPhotoEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TClientDHInnerData">TClientDHInnerData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TConfig">TConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContact">TContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactBlocked">TContactBlocked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactLinkContact">TContactLinkContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactLinkHasPhone">TContactLinkHasPhone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactLinkNone">TContactLinkNone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactLinkUnknown">TContactLinkUnknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactStatus">TContactStatus</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContainerMessage">TContainerMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDataJSON">TDataJSON</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDcOption">TDcOption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroyAuthKeyFail">TDestroyAuthKeyFail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroyAuthKeyNone">TDestroyAuthKeyNone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroyAuthKeyOk">TDestroyAuthKeyOk</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroySessionNone">TDestroySessionNone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroySessionOk">TDestroySessionOk</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDhGenFail">TDhGenFail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDhGenOk">TDhGenOk</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDhGenRetry">TDhGenRetry</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDialog">TDialog</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDialogPeer">TDialogPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocument">TDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeAnimated">T<wbr>Document<wbr>Attribute<wbr>Animated</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeAudio">T<wbr>Document<wbr>Attribute<wbr>Audio</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeFilename">T<wbr>Document<wbr>Attribute<wbr>Filename</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeHasStickers">T<wbr>Document<wbr>Attribute<wbr>Has<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeImageSize">T<wbr>Document<wbr>Attribute<wbr>Image<wbr>Size</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeSticker">T<wbr>Document<wbr>Attribute<wbr>Sticker</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeVideo">T<wbr>Document<wbr>Attribute<wbr>Video</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentEmpty">TDocumentEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDraftMessage">TDraftMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDraftMessageEmpty">TDraftMessageEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChat">TEncryptedChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChatDiscarded">T<wbr>Encrypted<wbr>Chat<wbr>Discarded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChatEmpty">TEncryptedChatEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChatRequested">T<wbr>Encrypted<wbr>Chat<wbr>Requested</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChatWaiting">T<wbr>Encrypted<wbr>Chat<wbr>Waiting</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedFile">TEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedFileEmpty">TEncryptedFileEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedMessage">TEncryptedMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedMessageService">T<wbr>Encrypted<wbr>Message<wbr>Service</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TError">TError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TExportedMessageLink">TExportedMessageLink</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFileHash">TFileHash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFileLocation">TFileLocation</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFileLocationUnavailable">T<wbr>File<wbr>Location<wbr>Unavailable</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFoundGif">TFoundGif</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFoundGifCached">TFoundGifCached</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFutureSalt">TFutureSalt</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFutureSalts">TFutureSalts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TGame">TGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TGeoPoint">TGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TGeoPointEmpty">TGeoPointEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TgZipPacked">TgZipPacked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/THighScore">THighScore</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/THttpWait">THttpWait</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TImportedContact">TImportedContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInlineBotSwitchPM">TInlineBotSwitchPM</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputAppEvent">TInputAppEvent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageGame">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Game</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageID">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>I<wbr>D</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageMediaAuto">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Auto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageMediaContact">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Contact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageMediaGeo">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Geo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageMediaVenue">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Venue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageText">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Text</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineResult">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineResultDocument">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineResultGame">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result<wbr>Game</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineResultPhoto">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChannel">TInputChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChannelEmpty">TInputChannelEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChatPhoto">TInputChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChatPhotoEmpty">TInputChatPhotoEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChatUploadedPhoto">T<wbr>Input<wbr>Chat<wbr>Uploaded<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputCheckPasswordEmpty">T<wbr>Input<wbr>Check<wbr>Password<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputCheckPasswordSRP">T<wbr>Input<wbr>Check<wbr>Password<wbr>S<wbr>R<wbr>P</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputClientProxy">TInputClientProxy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputDialogPeer">TInputDialogPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputDocument">TInputDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputDocumentEmpty">TInputDocumentEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputDocumentFileLocation">T<wbr>Input<wbr>Document<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedChat">TInputEncryptedChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFile">TInputEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFileBigUploaded">T<wbr>Input<wbr>Encrypted<wbr>File<wbr>Big<wbr>Uploaded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFileEmpty">T<wbr>Input<wbr>Encrypted<wbr>File<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFileLocation">T<wbr>Input<wbr>Encrypted<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFileUploaded">T<wbr>Input<wbr>Encrypted<wbr>File<wbr>Uploaded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputFile">TInputFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputFileBig">TInputFileBig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputFileLocation">TInputFileLocation</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputGameID">TInputGameID</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputGameShortName">TInputGameShortName</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputGeoPoint">TInputGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputGeoPointEmpty">TInputGeoPointEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaContact">TInputMediaContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaDocument">TInputMediaDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaDocumentExternal">T<wbr>Input<wbr>Media<wbr>Document<wbr>External</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaEmpty">TInputMediaEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaGame">TInputMediaGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaGeoLive">TInputMediaGeoLive</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaGeoPoint">TInputMediaGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaGifExternal">T<wbr>Input<wbr>Media<wbr>Gif<wbr>External</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaInvoice">TInputMediaInvoice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaPhoto">TInputMediaPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaPhotoExternal">T<wbr>Input<wbr>Media<wbr>Photo<wbr>External</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaUploadedDocument">T<wbr>Input<wbr>Media<wbr>Uploaded<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaUploadedPhoto">T<wbr>Input<wbr>Media<wbr>Uploaded<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaVenue">TInputMediaVenue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessageEntityMentionName">T<wbr>Input<wbr>Message<wbr>Entity<wbr>Mention<wbr>Name</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessageID">TInputMessageID</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagePinned">TInputMessagePinned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessageReplyTo">TInputMessageReplyTo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterChatPhotos">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Chat<wbr>Photos</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterContacts">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterDocument">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterEmpty">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterGeo">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Geo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterGif">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Gif</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterMusic">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Music</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterMyMentions">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>My<wbr>Mentions</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterPhoneCalls">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Phone<wbr>Calls</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterPhotos">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Photos</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterPhotoVideo">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Photo<wbr>Video</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterRoundVideo">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Round<wbr>Video</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterRoundVoice">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Round<wbr>Voice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterUrl">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Url</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterVideo">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Video</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterVoice">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Voice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputNotifyChats">TInputNotifyChats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputNotifyPeer">TInputNotifyPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputNotifyUsers">TInputNotifyUsers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPaymentCredentials">T<wbr>Input<wbr>Payment<wbr>Credentials</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPaymentCredentialsAndroidPay">T<wbr>Input<wbr>Payment<wbr>Credentials<wbr>Android<wbr>Pay</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPaymentCredentialsApplePay">T<wbr>Input<wbr>Payment<wbr>Credentials<wbr>Apple<wbr>Pay</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPaymentCredentialsSaved">T<wbr>Input<wbr>Payment<wbr>Credentials<wbr>Saved</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerChannel">TInputPeerChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerChat">TInputPeerChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerEmpty">TInputPeerEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerNotifySettings">T<wbr>Input<wbr>Peer<wbr>Notify<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerSelf">TInputPeerSelf</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerUser">TInputPeerUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPhoneCall">TInputPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPhoneContact">TInputPhoneContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPhoto">TInputPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPhotoEmpty">TInputPhotoEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyKeyChatInvite">T<wbr>Input<wbr>Privacy<wbr>Key<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyKeyPhoneCall">T<wbr>Input<wbr>Privacy<wbr>Key<wbr>Phone<wbr>Call</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyKeyStatusTimestamp">T<wbr>Input<wbr>Privacy<wbr>Key<wbr>Status<wbr>Timestamp</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueAllowAll">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Allow<wbr>All</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueAllowContacts">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Allow<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueAllowUsers">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Allow<wbr>Users</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueDisallowAll">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>All</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueDisallowContacts">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueDisallowUsers">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Users</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonCopyright">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Copyright</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonOther">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Other</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonPornography">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Pornography</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonSpam">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Spam</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonViolence">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Violence</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSecureFile">TInputSecureFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSecureFileLocation">T<wbr>Input<wbr>Secure<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSecureFileUploaded">T<wbr>Input<wbr>Secure<wbr>File<wbr>Uploaded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSecureValue">TInputSecureValue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSingleMedia">TInputSingleMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickeredMediaDocument">T<wbr>Input<wbr>Stickered<wbr>Media<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickeredMediaPhoto">T<wbr>Input<wbr>Stickered<wbr>Media<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickerSetEmpty">T<wbr>Input<wbr>Sticker<wbr>Set<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickerSetID">TInputStickerSetID</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickerSetItem">TInputStickerSetItem</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickerSetShortName">T<wbr>Input<wbr>Sticker<wbr>Set<wbr>Short<wbr>Name</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputTakeoutFileLocation">T<wbr>Input<wbr>Takeout<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputUser">TInputUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputUserEmpty">TInputUserEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputUserSelf">TInputUserSelf</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputWebDocument">TInputWebDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputWebFileGeoPointLocation">T<wbr>Input<wbr>Web<wbr>File<wbr>Geo<wbr>Point<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputWebFileLocation">T<wbr>Input<wbr>Web<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInvoice">TInvoice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TIpPort">TIpPort</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TIpPortSecret">TIpPortSecret</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButton">TKeyboardButton</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonBuy">TKeyboardButtonBuy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonCallback">T<wbr>Keyboard<wbr>Button<wbr>Callback</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonGame">TKeyboardButtonGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonRequestGeoLocation">T<wbr>Keyboard<wbr>Button<wbr>Request<wbr>Geo<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonRequestPhone">T<wbr>Keyboard<wbr>Button<wbr>Request<wbr>Phone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonRow">TKeyboardButtonRow</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonSwitchInline">T<wbr>Keyboard<wbr>Button<wbr>Switch<wbr>Inline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonUrl">TKeyboardButtonUrl</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLabeledPrice">TLabeledPrice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackDifference">TLangPackDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackLanguage">TLangPackLanguage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackString">TLangPackString</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackStringDeleted">T<wbr>Lang<wbr>Pack<wbr>String<wbr>Deleted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackStringPluralized">T<wbr>Lang<wbr>Pack<wbr>String<wbr>Pluralized</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMaskCoords">TMaskCoords</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessage">TMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionBotAllowed">T<wbr>Message<wbr>Action<wbr>Bot<wbr>Allowed</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChannelCreate">T<wbr>Message<wbr>Action<wbr>Channel<wbr>Create</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChannelMigrateFrom">T<wbr>Message<wbr>Action<wbr>Channel<wbr>Migrate<wbr>From</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatAddUser">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Add<wbr>User</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatCreate">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Create</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatDeletePhoto">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Delete<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatDeleteUser">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Delete<wbr>User</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatEditPhoto">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Edit<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatEditTitle">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Edit<wbr>Title</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatJoinedByLink">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Joined<wbr>By<wbr>Link</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatMigrateTo">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Migrate<wbr>To</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionCustomAction">T<wbr>Message<wbr>Action<wbr>Custom<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionEmpty">TMessageActionEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionGameScore">T<wbr>Message<wbr>Action<wbr>Game<wbr>Score</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionHistoryClear">T<wbr>Message<wbr>Action<wbr>History<wbr>Clear</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionPaymentSent">T<wbr>Message<wbr>Action<wbr>Payment<wbr>Sent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionPaymentSentMe">T<wbr>Message<wbr>Action<wbr>Payment<wbr>Sent<wbr>Me</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionPhoneCall">T<wbr>Message<wbr>Action<wbr>Phone<wbr>Call</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionPinMessage">T<wbr>Message<wbr>Action<wbr>Pin<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionScreenshotTaken">T<wbr>Message<wbr>Action<wbr>Screenshot<wbr>Taken</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionSecureValuesSent">T<wbr>Message<wbr>Action<wbr>Secure<wbr>Values<wbr>Sent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionSecureValuesSentMe">T<wbr>Message<wbr>Action<wbr>Secure<wbr>Values<wbr>Sent<wbr>Me</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEmpty">TMessageEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityBold">TMessageEntityBold</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityBotCommand">T<wbr>Message<wbr>Entity<wbr>Bot<wbr>Command</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityCashtag">T<wbr>Message<wbr>Entity<wbr>Cashtag</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityCode">TMessageEntityCode</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityEmail">TMessageEntityEmail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityHashtag">T<wbr>Message<wbr>Entity<wbr>Hashtag</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityItalic">TMessageEntityItalic</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityMention">T<wbr>Message<wbr>Entity<wbr>Mention</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityMentionName">T<wbr>Message<wbr>Entity<wbr>Mention<wbr>Name</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityPhone">TMessageEntityPhone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityPre">TMessageEntityPre</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityTextUrl">T<wbr>Message<wbr>Entity<wbr>Text<wbr>Url</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityUnknown">T<wbr>Message<wbr>Entity<wbr>Unknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityUrl">TMessageEntityUrl</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageFwdHeader">TMessageFwdHeader</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaContact">TMessageMediaContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaDocument">T<wbr>Message<wbr>Media<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaEmpty">TMessageMediaEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaGame">TMessageMediaGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaGeo">TMessageMediaGeo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaGeoLive">TMessageMediaGeoLive</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaInvoice">TMessageMediaInvoice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaPhoto">TMessageMediaPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaUnsupported">T<wbr>Message<wbr>Media<wbr>Unsupported</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaVenue">TMessageMediaVenue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaWebPage">TMessageMediaWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageRange">TMessageRange</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageService">TMessageService</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgDetailedInfo">TMsgDetailedInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgNewDetailedInfo">TMsgNewDetailedInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgResendReq">TMsgResendReq</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgsAck">TMsgsAck</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgsAllInfo">TMsgsAllInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgsStateInfo">TMsgsStateInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgsStateReq">TMsgsStateReq</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNearestDc">TNearestDc</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNewSessionCreated">TNewSessionCreated</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNotifyChats">TNotifyChats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNotifyPeer">TNotifyPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNotifyUsers">TNotifyUsers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNull">TNull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockAnchor">TPageBlockAnchor</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockAudio">TPageBlockAudio</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockAuthorDate">TPageBlockAuthorDate</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockBlockquote">TPageBlockBlockquote</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockChannel">TPageBlockChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockCollage">TPageBlockCollage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockCover">TPageBlockCover</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockDivider">TPageBlockDivider</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockEmbed">TPageBlockEmbed</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockEmbedPost">TPageBlockEmbedPost</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockFooter">TPageBlockFooter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockHeader">TPageBlockHeader</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockList">TPageBlockList</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockParagraph">TPageBlockParagraph</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockPhoto">TPageBlockPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockPreformatted">T<wbr>Page<wbr>Block<wbr>Preformatted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockPullquote">TPageBlockPullquote</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockSlideshow">TPageBlockSlideshow</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockSubheader">TPageBlockSubheader</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockSubtitle">TPageBlockSubtitle</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockTitle">TPageBlockTitle</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockUnsupported">T<wbr>Page<wbr>Block<wbr>Unsupported</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockVideo">TPageBlockVideo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageFull">TPageFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPagePart">TPagePart</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow">T<wbr>Password<wbr>Kdf<wbr>Algo<wbr>S<wbr>H<wbr>A256<wbr>S<wbr>H<wbr>A256<wbr>P<wbr>B<wbr>K<wbr>D<wbr>F2<wbr>H<wbr>M<wbr>A<wbr>C<wbr>S<wbr>H<wbr>A512iter100000<wbr>S<wbr>H<wbr>A256<wbr>Mod<wbr>Pow</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPasswordKdfAlgoUnknown">T<wbr>Password<wbr>Kdf<wbr>Algo<wbr>Unknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPaymentCharge">TPaymentCharge</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPaymentRequestedInfo">T<wbr>Payment<wbr>Requested<wbr>Info</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPaymentSavedCredentialsCard">T<wbr>Payment<wbr>Saved<wbr>Credentials<wbr>Card</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerChannel">TPeerChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerChat">TPeerChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerNotifySettings">TPeerNotifySettings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerSettings">TPeerSettings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerUser">TPeerUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCall">TPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallAccepted">TPhoneCallAccepted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscarded">TPhoneCallDiscarded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscardReasonBusy">T<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason<wbr>Busy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscardReasonDisconnect">T<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason<wbr>Disconnect</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscardReasonHangup">T<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason<wbr>Hangup</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscardReasonMissed">T<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason<wbr>Missed</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallEmpty">TPhoneCallEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallProtocol">TPhoneCallProtocol</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallRequested">TPhoneCallRequested</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting">TPhoneCallWaiting</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneConnection">TPhoneConnection</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoto">TPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhotoCachedSize">TPhotoCachedSize</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhotoEmpty">TPhotoEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhotoSize">TPhotoSize</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhotoSizeEmpty">TPhotoSizeEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPong">TPong</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPopularContact">TPopularContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPostAddress">TPostAddress</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPQInnerData">TPQInnerData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPQInnerDataDc">TPQInnerDataDc</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPQInnerDataTemp">TPQInnerDataTemp</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPQInnerDataTempDc">TPQInnerDataTempDc</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyKeyChatInvite">T<wbr>Privacy<wbr>Key<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyKeyPhoneCall">TPrivacyKeyPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyKeyStatusTimestamp">T<wbr>Privacy<wbr>Key<wbr>Status<wbr>Timestamp</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueAllowAll">T<wbr>Privacy<wbr>Value<wbr>Allow<wbr>All</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueAllowContacts">T<wbr>Privacy<wbr>Value<wbr>Allow<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueAllowUsers">T<wbr>Privacy<wbr>Value<wbr>Allow<wbr>Users</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueDisallowAll">T<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>All</a></li> <li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueDisallowContacts">T<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueDisallowUsers">T<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Users</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReceivedNotifyMessage">T<wbr>Received<wbr>Notify<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlChat">TRecentMeUrlChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlChatInvite">T<wbr>Recent<wbr>Me<wbr>Url<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlStickerSet">T<wbr>Recent<wbr>Me<wbr>Url<wbr>Sticker<wbr>Set</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlUnknown">TRecentMeUrlUnknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlUser">TRecentMeUrlUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReplyInlineMarkup">TReplyInlineMarkup</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReplyKeyboardForceReply">T<wbr>Reply<wbr>Keyboard<wbr>Force<wbr>Reply</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReplyKeyboardHide">TReplyKeyboardHide</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReplyKeyboardMarkup">TReplyKeyboardMarkup</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TResPQ">TResPQ</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcAnswerDropped">TRpcAnswerDropped</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcAnswerDroppedRunning">T<wbr>Rpc<wbr>Answer<wbr>Dropped<wbr>Running</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcAnswerUnknown">TRpcAnswerUnknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcError">TRpcError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcResult">TRpcResult</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRsaPublicKey">TRsaPublicKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSavedPhoneContact">TSavedPhoneContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureCredentialsEncrypted">T<wbr>Secure<wbr>Credentials<wbr>Encrypted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureData">TSecureData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureFile">TSecureFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureFileEmpty">TSecureFileEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000">T<wbr>Secure<wbr>Password<wbr>Kdf<wbr>Algo<wbr>P<wbr>B<wbr>K<wbr>D<wbr>F2<wbr>H<wbr>M<wbr>A<wbr>C<wbr>S<wbr>H<wbr>A512iter100000</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePasswordKdfAlgoSHA512">T<wbr>Secure<wbr>Password<wbr>Kdf<wbr>Algo<wbr>S<wbr>H<wbr>A512</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePasswordKdfAlgoUnknown">T<wbr>Secure<wbr>Password<wbr>Kdf<wbr>Algo<wbr>Unknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePlainEmail">TSecurePlainEmail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePlainPhone">TSecurePlainPhone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureRequiredType">TSecureRequiredType</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureRequiredTypeOneOf">T<wbr>Secure<wbr>Required<wbr>Type<wbr>One<wbr>Of</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureSecretSettings">T<wbr>Secure<wbr>Secret<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValue">TSecureValue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError">TSecureValueError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorData">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Data</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorFile">T<wbr>Secure<wbr>Value<wbr>Error<wbr>File</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorFiles">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Files</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorFrontSide">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Front<wbr>Side</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorReverseSide">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Reverse<wbr>Side</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorSelfie">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Selfie</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorTranslationFile">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Translation<wbr>File</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorTranslationFiles">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Translation<wbr>Files</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueHash">TSecureValueHash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeAddress">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Address</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeBankStatement">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Bank<wbr>Statement</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeDriverLicense">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Driver<wbr>License</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeEmail">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Email</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeIdentityCard">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Identity<wbr>Card</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeInternalPassport">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Internal<wbr>Passport</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypePassport">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Passport</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypePassportRegistration">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Passport<wbr>Registration</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypePersonalDetails">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Personal<wbr>Details</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypePhone">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Phone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeRentalAgreement">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Rental<wbr>Agreement</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeTemporaryRegistration">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Temporary<wbr>Registration</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeUtilityBill">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Utility<wbr>Bill</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageCancelAction">T<wbr>Send<wbr>Message<wbr>Cancel<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageChooseContactAction">T<wbr>Send<wbr>Message<wbr>Choose<wbr>Contact<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageGamePlayAction">T<wbr>Send<wbr>Message<wbr>Game<wbr>Play<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageGeoLocationAction">T<wbr>Send<wbr>Message<wbr>Geo<wbr>Location<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageRecordAudioAction">T<wbr>Send<wbr>Message<wbr>Record<wbr>Audio<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageRecordRoundAction">T<wbr>Send<wbr>Message<wbr>Record<wbr>Round<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageRecordVideoAction">T<wbr>Send<wbr>Message<wbr>Record<wbr>Video<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageTypingAction">T<wbr>Send<wbr>Message<wbr>Typing<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadAudioAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Audio<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadDocumentAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Document<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadPhotoAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Photo<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadRoundAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Round<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadVideoAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Video<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TServerDHInnerData">TServerDHInnerData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TServerDHParamsFail">TServerDHParamsFail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TServerDHParamsOk">TServerDHParamsOk</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TShippingOption">TShippingOption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TStickerPack">TStickerPack</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TStickerSet">TStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TStickerSetCovered">TStickerSetCovered</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TStickerSetMultiCovered">T<wbr>Sticker<wbr>Set<wbr>Multi<wbr>Covered</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextBold">TTextBold</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextConcat">TTextConcat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextEmail">TTextEmail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextEmpty">TTextEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextFixed">TTextFixed</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextItalic">TTextItalic</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextPlain">TTextPlain</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextStrike">TTextStrike</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextUnderline">TTextUnderline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextUrl">TTextUrl</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeer">TTopPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryBotsInline">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Bots<wbr>Inline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryBotsPM">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Bots<wbr>P<wbr>M</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryChannels">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Channels</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryCorrespondents">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Correspondents</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryGroups">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Groups</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryPeers">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Peers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryPhoneCalls">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Phone<wbr>Calls</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTrue">TTrue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotCallbackQuery">T<wbr>Update<wbr>Bot<wbr>Callback<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotInlineQuery">T<wbr>Update<wbr>Bot<wbr>Inline<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotInlineSend">TUpdateBotInlineSend</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotPrecheckoutQuery">T<wbr>Update<wbr>Bot<wbr>Precheckout<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotShippingQuery">T<wbr>Update<wbr>Bot<wbr>Shipping<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotWebhookJSON">T<wbr>Update<wbr>Bot<wbr>Webhook<wbr>J<wbr>S<wbr>O<wbr>N</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotWebhookJSONQuery">T<wbr>Update<wbr>Bot<wbr>Webhook<wbr>J<wbr>S<wbr>O<wbr>N<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannel">TUpdateChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelAvailableMessages">T<wbr>Update<wbr>Channel<wbr>Available<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelMessageViews">T<wbr>Update<wbr>Channel<wbr>Message<wbr>Views</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelPinnedMessage">T<wbr>Update<wbr>Channel<wbr>Pinned<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelReadMessagesContents">T<wbr>Update<wbr>Channel<wbr>Read<wbr>Messages<wbr>Contents</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelTooLong">T<wbr>Update<wbr>Channel<wbr>Too<wbr>Long</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelWebPage">T<wbr>Update<wbr>Channel<wbr>Web<wbr>Page</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatAdmins">TUpdateChatAdmins</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatParticipantAdd">T<wbr>Update<wbr>Chat<wbr>Participant<wbr>Add</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatParticipantAdmin">T<wbr>Update<wbr>Chat<wbr>Participant<wbr>Admin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatParticipantDelete">T<wbr>Update<wbr>Chat<wbr>Participant<wbr>Delete</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatParticipants">T<wbr>Update<wbr>Chat<wbr>Participants</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatUserTyping">T<wbr>Update<wbr>Chat<wbr>User<wbr>Typing</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateConfig">TUpdateConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactLink">TUpdateContactLink</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactRegistered">T<wbr>Update<wbr>Contact<wbr>Registered</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactsReset">TUpdateContactsReset</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDcOptions">TUpdateDcOptions</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDeleteChannelMessages">T<wbr>Update<wbr>Delete<wbr>Channel<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDeleteMessages">T<wbr>Update<wbr>Delete<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDialogPinned">TUpdateDialogPinned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDialogUnreadMark">T<wbr>Update<wbr>Dialog<wbr>Unread<wbr>Mark</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDraftMessage">TUpdateDraftMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEditChannelMessage">T<wbr>Update<wbr>Edit<wbr>Channel<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEditMessage">TUpdateEditMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEncryptedChatTyping">T<wbr>Update<wbr>Encrypted<wbr>Chat<wbr>Typing</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEncryptedMessagesRead">T<wbr>Update<wbr>Encrypted<wbr>Messages<wbr>Read</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEncryption">TUpdateEncryption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateFavedStickers">TUpdateFavedStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateInlineBotCallbackQuery">T<wbr>Update<wbr>Inline<wbr>Bot<wbr>Callback<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateLangPack">TUpdateLangPack</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateLangPackTooLong">T<wbr>Update<wbr>Lang<wbr>Pack<wbr>Too<wbr>Long</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateMessageID">TUpdateMessageID</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNewChannelMessage">T<wbr>Update<wbr>New<wbr>Channel<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNewEncryptedMessage">T<wbr>Update<wbr>New<wbr>Encrypted<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNewMessage">TUpdateNewMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNewStickerSet">TUpdateNewStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNotifySettings">T<wbr>Update<wbr>Notify<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatePhoneCall">TUpdatePhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatePinnedDialogs">TUpdatePinnedDialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatePrivacy">TUpdatePrivacy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatePtsChanged">TUpdatePtsChanged</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadChannelInbox">T<wbr>Update<wbr>Read<wbr>Channel<wbr>Inbox</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadChannelOutbox">T<wbr>Update<wbr>Read<wbr>Channel<wbr>Outbox</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadFeaturedStickers">T<wbr>Update<wbr>Read<wbr>Featured<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadHistoryInbox">T<wbr>Update<wbr>Read<wbr>History<wbr>Inbox</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadHistoryOutbox">T<wbr>Update<wbr>Read<wbr>History<wbr>Outbox</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadMessagesContents">T<wbr>Update<wbr>Read<wbr>Messages<wbr>Contents</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateRecentStickers">T<wbr>Update<wbr>Recent<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdates">TUpdates</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateSavedGifs">TUpdateSavedGifs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatesCombined">TUpdatesCombined</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateServiceNotification">T<wbr>Update<wbr>Service<wbr>Notification</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateShort">TUpdateShort</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateShortChatMessage">T<wbr>Update<wbr>Short<wbr>Chat<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateShortMessage">TUpdateShortMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateShortSentMessage">T<wbr>Update<wbr>Short<wbr>Sent<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateStickerSets">TUpdateStickerSets</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateStickerSetsOrder">T<wbr>Update<wbr>Sticker<wbr>Sets<wbr>Order</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatesTooLong">TUpdatesTooLong</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserBlocked">TUpdateUserBlocked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserName">TUpdateUserName</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserPhone">TUpdateUserPhone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserPhoto">TUpdateUserPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserStatus">TUpdateUserStatus</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserTyping">TUpdateUserTyping</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateWebPage">TUpdateWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUser">TUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserEmpty">TUserEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserFull">TUserFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserProfilePhoto">TUserProfilePhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserProfilePhotoEmpty">T<wbr>User<wbr>Profile<wbr>Photo<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusEmpty">TUserStatusEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusLastMonth">TUserStatusLastMonth</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusLastWeek">TUserStatusLastWeek</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusOffline">TUserStatusOffline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusOnline">TUserStatusOnline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusRecently">TUserStatusRecently</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TVector_1">TVector<wbr>&lt;T&gt;<wbr></a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWallPaper">TWallPaper</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWallPaperSolid">TWallPaperSolid</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebAuthorization">TWebAuthorization</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebDocument">TWebDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebDocumentNoProxy">TWebDocumentNoProxy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebPage">TWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebPageEmpty">TWebPageEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebPageNotModified">TWebPageNotModified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebPagePending">TWebPagePending</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></li> <li class="header">Interface Types</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IAccessPointRule">IAccessPointRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IAccountDaysTTL">IAccountDaysTTL</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IAuthorization">IAuthorization</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBadMsgNotification">IBadMsgNotification</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBool">IBool</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBotCommand">IBotCommand</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBotInfo">IBotInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBotInlineMessage">IBotInlineMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBotInlineResult">IBotInlineResult</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ICdnConfig">ICdnConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ICdnPublicKey">ICdnPublicKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelAdminLogEvent">I<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelAdminLogEventAction">I<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelAdminLogEventsFilter">I<wbr>Channel<wbr>Admin<wbr>Log<wbr>Events<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelAdminRights">IChannelAdminRights</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelBannedRights">IChannelBannedRights</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelMessagesFilter">I<wbr>Channel<wbr>Messages<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelParticipant">IChannelParticipant</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelParticipantsFilter">I<wbr>Channel<wbr>Participants<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChat">IChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatCommon">IChatCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatFull">IChatFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatInvite">IChatInvite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatParticipant">IChatParticipant</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatParticipants">IChatParticipants</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatPhoto">IChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IConfig">IConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IContact">IContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IContactBlocked">IContactBlocked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IContactLink">IContactLink</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IContactStatus">IContactStatus</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDataJSON">IDataJSON</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDcOption">IDcOption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDestroyAuthKeyRes">IDestroyAuthKeyRes</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDestroySessionRes">IDestroySessionRes</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDialog">IDialog</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDialogPeer">IDialogPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDocument">IDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDocumentAttribute">IDocumentAttribute</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDraftMessage">IDraftMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEmpty">IEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEncryptedChat">IEncryptedChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEncryptedChatCommon">IEncryptedChatCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEncryptedFile">IEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEncryptedMessage">IEncryptedMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IError">IError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IExportedChatInvite">IExportedChatInvite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IExportedMessageLink">IExportedMessageLink</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IFileHash">IFileHash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IFileLocation">IFileLocation</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IFoundGif">IFoundGif</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IFutureSalts">IFutureSalts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IGame">IGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IGeoPoint">IGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IHighScore">IHighScore</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IImportedContact">IImportedContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInlineBotSwitchPM">IInlineBotSwitchPM</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputAppEvent">IInputAppEvent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputBotInlineMessage">I<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputBotInlineMessageID">I<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>I<wbr>D</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputBotInlineResult">I<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputChannel">IInputChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputChatPhoto">IInputChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputChatPhotoCommon">I<wbr>Input<wbr>Chat<wbr>Photo<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputCheckPasswordSRP">I<wbr>Input<wbr>Check<wbr>Password<wbr>S<wbr>R<wbr>P</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputClientProxy">IInputClientProxy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputContact">IInputContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputDialogPeer">IInputDialogPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputDocument">IInputDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputEncryptedChat">IInputEncryptedChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputEncryptedFile">IInputEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputEncryptedFileCommon">I<wbr>Input<wbr>Encrypted<wbr>File<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputFile">IInputFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputFileLocation">IInputFileLocation</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputGame">IInputGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputGeoPoint">IInputGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputMedia">IInputMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputMediaCommon">IInputMediaCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputMessage">IInputMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputNotifyPeer">IInputNotifyPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPaymentCredentials">I<wbr>Input<wbr>Payment<wbr>Credentials</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPeer">IInputPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPeerCommon">IInputPeerCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPeerNotifySettings">I<wbr>Input<wbr>Peer<wbr>Notify<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPhoneCall">IInputPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPhoto">IInputPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPrivacyKey">IInputPrivacyKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPrivacyRule">IInputPrivacyRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputSecureFile">IInputSecureFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputSecureValue">IInputSecureValue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputSingleMedia">IInputSingleMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputStickeredMedia">IInputStickeredMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputStickerSet">IInputStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputStickerSetCommon">I<wbr>Input<wbr>Sticker<wbr>Set<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputStickerSetItem">IInputStickerSetItem</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputUser">IInputUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputUserCommon">IInputUserCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputWebDocument">IInputWebDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputWebFileLocation">I<wbr>Input<wbr>Web<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInvoice">IInvoice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IIpPort">IIpPort</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IKeyboardButton">IKeyboardButton</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IKeyboardButtonRow">IKeyboardButtonRow</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ILabeledPrice">ILabeledPrice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ILangPackDifference">ILangPackDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ILangPackLanguage">ILangPackLanguage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ILangPackString">ILangPackString</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMaskCoords">IMaskCoords</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessage">IMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageAction">IMessageAction</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageActionCommon">IMessageActionCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageCommon">IMessageCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageEntity">IMessageEntity</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageFwdHeader">IMessageFwdHeader</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageMedia">IMessageMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageMediaCommon">IMessageMediaCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageRange">IMessageRange</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessagesFilter">IMessagesFilter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessagesFilterCommon">I<wbr>Messages<wbr>Filter<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMsgDetailedInfo">IMsgDetailedInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc">INearestDc</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/INotifyPeer">INotifyPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IObject">IObject</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPage">IPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPageBlock">IPageBlock</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPasswordKdfAlgo">IPasswordKdfAlgo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentCharge">IPaymentCharge</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentRequestedInfo">I<wbr>Payment<wbr>Requested<wbr>Info</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials">I<wbr>Payment<wbr>Saved<wbr>Credentials</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPeer">IPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPeerNotifySettings">IPeerNotifySettings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPeerSettings">IPeerSettings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneCall">IPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneCallCommon">IPhoneCallCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneCallDiscardReason">I<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneCallProtocol">IPhoneCallProtocol</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneConnection">IPhoneConnection</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoto">IPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhotoSize">IPhotoSize</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhotoSizeCommon">IPhotoSizeCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPong">IPong</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPopularContact">IPopularContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPostAddress">IPostAddress</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPQInnerData">IPQInnerData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPrivacyKey">IPrivacyKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPrivacyRule">IPrivacyRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IReceivedNotifyMessage">I<wbr>Received<wbr>Notify<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRecentMeUrl">IRecentMeUrl</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IReplyMarkup">IReplyMarkup</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IReportReason">IReportReason</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRequest">IRequest</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRequest_1">IRequest<wbr>&lt;TResult&gt;<wbr></a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IResPQ">IResPQ</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRichText">IRichText</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRichTextCommon">IRichTextCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRpcDropAnswer">IRpcDropAnswer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISavedContact">ISavedContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureCredentialsEncrypted">I<wbr>Secure<wbr>Credentials<wbr>Encrypted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureData">ISecureData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureFile">ISecureFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecurePasswordKdfAlgo">I<wbr>Secure<wbr>Password<wbr>Kdf<wbr>Algo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecurePlainData">ISecurePlainData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureRequiredType">ISecureRequiredType</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureSecretSettings">I<wbr>Secure<wbr>Secret<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValue">ISecureValue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValueError">ISecureValueError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValueHash">ISecureValueHash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValueType">ISecureValueType</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISendMessageAction">ISendMessageAction</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IServerDHParams">IServerDHParams</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISetClientDHParamsAnswer">I<wbr>Set<wbr>Client<wbr>D<wbr>H<wbr>Params<wbr>Answer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IShippingOption">IShippingOption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IStickerPack">IStickerPack</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IStickerSet">IStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IStickerSetCovered">IStickerSetCovered</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ITopPeer">ITopPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ITopPeerCategory">ITopPeerCategory</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ITopPeerCategoryPeers">I<wbr>Top<wbr>Peer<wbr>Category<wbr>Peers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUpdate">IUpdate</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUpdates">IUpdates</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUser">IUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUserFull">IUserFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUserProfilePhoto">IUserProfilePhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUserStatus">IUserStatus</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUserStatusCommon">IUserStatusCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWallPaper">IWallPaper</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebAuthorization">IWebAuthorization</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebDocument">IWebDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebPage">IWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebPageCommon">IWebPageCommon</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h1>T<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Contacts <small>Class</small></h1> </section> <section class="content"> <div class="panel panel-default"> <div class="panel-body"> <div class="row"> <div class="col-md-6"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd> <dt>Interfaces</dt> <dd> <ul class="list-unstyled"> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPrivacyRule">IPrivacyRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IObject">IObject</a></li> </ul> </dd> <dt>Base Types</dt> <dd> <ul class="list-unstyled"> <li>object</li> </ul> </dd> </dl> </div> <div class="col-md-6"> <div class="mermaid"> graph TD Base0["object"]--&gt;Type Interface0["IPrivacyRule"]-.-&gt;Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IPrivacyRule" Interface1["IObject"]-.-&gt;Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TPrivacyValueDisallowContacts"] class Type type-node </div> </div> </div> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>[Serialize(0xf888fa1a)] public sealed class TPrivacyValueDisallowContacts : IPrivacyRule, IObject</code></pre> <h1 id="Attributes">Attributes</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>SerializeAttribute</td> <td></td> </tr> </tbody></table> </div> </div> <h1 id="ExtensionMethods">Extension Methods</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Summary</th> </tr> </thead> <tbody><tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/A1A958DE.html">As<wbr>&lt;T&gt;<wbr><wbr>()<wbr></a></td> <td>T</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/4941F7D3.html">Is<wbr>&lt;T&gt;<wbr><wbr>()<wbr></a></td> <td>T</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/CF7043C9.html">IsEmpty<wbr>()<wbr></a></td> <td>bool</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).load(function() { mermaid.initialize( { flowchart: { htmlLabels: false, useMaxWidth:false } }); mermaid.init(undefined, ".mermaid") $('svg').addClass('img-responsive'); $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
OpenTl/OpenTl.Schema
docs/api/OpenTl.Schema/TPrivacyValueDisallowContacts/index.html
HTML
mit
98,837
--- layout: default title: Home --- <div class="posts"> {% for post in paginator.posts %} <div class="post"> <h1 class="post-title"> {{ post.title }} </h1> <span class="post-date">{{ post.date | date_to_string }}</span> {{ post.content }} </div> {% endfor %} </div> <div class="pagination"> {% if paginator.previous_page %} <a class="pagination-item older" href="{{ paginator.previous_page_path }}">Newer Posts</a> {% else %} <span class="pagination-item older">Newer Posts</span> {% endif %} {% if paginator.next_page %} <a class="pagination-item newer" href="{{ paginator.next_page_path }}">Older Posts</a> {% else %} <span class="pagination-item newer">Older Posts</span> {% endif %} </div>
mikstelit/mikstelit.github.io
index.html
HTML
mit
756
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">多事之秋</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄉㄨㄛ ㄕ<sup class="subfont">ˋ</sup> ㄓ ㄑ|ㄡ</td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">duō shì zhī qiū</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">發生很多事變的時期。形容國家不安定。水滸傳˙第八十六回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>汝等文武群臣,當國家多事之秋,如何處置?<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>封神演義˙第七十一回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>今當國家多事之秋,不思報本,以分主憂,而反說此貪生之語。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/7000-7999/7196-22.html
HTML
mit
1,577
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.8.8: v8::RetainedObjectInfo Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.8.8 </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_retained_object_info.html">RetainedObjectInfo</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1_retained_object_info-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::RetainedObjectInfo Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8-profiler_8h_source.html">v8-profiler.h</a>&gt;</code></p> <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:a5011203f7c5949049ba36b8059f03eca"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_retained_object_info.html#a5011203f7c5949049ba36b8059f03eca">Dispose</a> ()=0</td></tr> <tr class="separator:a5011203f7c5949049ba36b8059f03eca"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a286103bb076c85415919c86b1838c990"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_retained_object_info.html#a286103bb076c85415919c86b1838c990">IsEquivalent</a> (<a class="el" href="classv8_1_1_retained_object_info.html">RetainedObjectInfo</a> *other)=0</td></tr> <tr class="separator:a286103bb076c85415919c86b1838c990"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6fdbfa242b95615e63f08433419c8066"><td class="memItemLeft" align="right" valign="top">virtual intptr_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_retained_object_info.html#a6fdbfa242b95615e63f08433419c8066">GetHash</a> ()=0</td></tr> <tr class="separator:a6fdbfa242b95615e63f08433419c8066"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad19106fc7f0499fd45005077551d54c0"><td class="memItemLeft" align="right" valign="top">virtual const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_retained_object_info.html#ad19106fc7f0499fd45005077551d54c0">GetLabel</a> ()=0</td></tr> <tr class="separator:ad19106fc7f0499fd45005077551d54c0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adf835370c5516f2a89dd2d3f83dee10b"><td class="memItemLeft" align="right" valign="top">virtual const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_retained_object_info.html#adf835370c5516f2a89dd2d3f83dee10b">GetGroupLabel</a> ()</td></tr> <tr class="separator:adf835370c5516f2a89dd2d3f83dee10b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae6865597469bc7d28bd8ec71b4b890bd"><td class="memItemLeft" align="right" valign="top">virtual intptr_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_retained_object_info.html#ae6865597469bc7d28bd8ec71b4b890bd">GetElementCount</a> ()</td></tr> <tr class="separator:ae6865597469bc7d28bd8ec71b4b890bd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1a899eed0b1f6e046edc3c7a7c08aa8c"><td class="memItemLeft" align="right" valign="top">virtual intptr_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_retained_object_info.html#a1a899eed0b1f6e046edc3c7a7c08aa8c">GetSizeInBytes</a> ()</td></tr> <tr class="separator:a1a899eed0b1f6e046edc3c7a7c08aa8c"><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>Interface for providing information about embedder's objects held by global handles. This information is reported in two ways:</p> <ol type="1"> <li>When calling AddObjectGroup, an embedder may pass <a class="el" href="classv8_1_1_retained_object_info.html">RetainedObjectInfo</a> instance describing the group. To collect this information while taking a heap snapshot, <a class="el" href="classv8_1_1_v8.html">V8</a> calls GC prologue and epilogue callbacks.</li> <li>When a heap snapshot is collected, <a class="el" href="classv8_1_1_v8.html">V8</a> additionally requests RetainedObjectInfos for persistent handles that were not previously reported via AddObjectGroup.</li> </ol> <p>Thus, if an embedder wants to provide information about native objects for heap snapshots, he can do it in a GC prologue handler, and / or by assigning wrapper class ids in the following way:</p> <ol type="1"> <li>Bind a callback to class id by calling DefineWrapperClass.</li> <li>Call SetWrapperClassId on certain persistent handles.</li> </ol> <p><a class="el" href="classv8_1_1_v8.html">V8</a> takes ownership of <a class="el" href="classv8_1_1_retained_object_info.html">RetainedObjectInfo</a> instances passed to it and keeps them alive only during snapshot collection. Afterwards, they are freed by calling the Dispose class function. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a5011203f7c5949049ba36b8059f03eca"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void v8::RetainedObjectInfo::Dispose </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Called by <a class="el" href="classv8_1_1_v8.html">V8</a> when it no longer needs an instance. </p> </div> </div> <a class="anchor" id="ae6865597469bc7d28bd8ec71b4b890bd"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual intptr_t v8::RetainedObjectInfo::GetElementCount </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns element count in case if a global handle retains a subgraph by holding one of its nodes. </p> </div> </div> <a class="anchor" id="adf835370c5516f2a89dd2d3f83dee10b"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual const char* v8::RetainedObjectInfo::GetGroupLabel </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns human-readable group label. It must be a null-terminated UTF-8 encoded string. <a class="el" href="classv8_1_1_v8.html">V8</a> copies its contents during a call to GetGroupLabel. Heap snapshot generator will collect all the group names, create top level entries with these names and attach the objects to the corresponding top level group objects. There is a default implementation which is required because embedders don't have their own implementation yet. </p> </div> </div> <a class="anchor" id="a6fdbfa242b95615e63f08433419c8066"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual intptr_t v8::RetainedObjectInfo::GetHash </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns hash value for the instance. Equivalent instances must have the same hash value. </p> </div> </div> <a class="anchor" id="ad19106fc7f0499fd45005077551d54c0"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual const char* v8::RetainedObjectInfo::GetLabel </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns human-readable label. It must be a null-terminated UTF-8 encoded string. <a class="el" href="classv8_1_1_v8.html">V8</a> copies its contents during a call to GetLabel. </p> </div> </div> <a class="anchor" id="a1a899eed0b1f6e046edc3c7a7c08aa8c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual intptr_t v8::RetainedObjectInfo::GetSizeInBytes </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns embedder's object size in bytes. </p> </div> </div> <a class="anchor" id="a286103bb076c85415919c86b1838c990"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual bool v8::RetainedObjectInfo::IsEquivalent </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_retained_object_info.html">RetainedObjectInfo</a> *&#160;</td> <td class="paramname"><em>other</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns whether two instances are equivalent. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8-profiler_8h_source.html">v8-profiler.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:48:41 for V8 API Reference Guide for node.js v0.8.8 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
ef0ca2a/html/classv8_1_1_retained_object_info.html
HTML
mit
14,854