code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!doctype html><html lang=en><head><title>Redirecting&hellip;</title><link rel=canonical href=/v1.3/docs/setup/install/multicluster/shared-gateways/><meta name=robots content=noindex><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.3/docs/setup/install/multicluster/shared-gateways/"></head><body><h1>Redirecting&hellip;</h1><a href=/v1.3/docs/setup/install/multicluster/shared-gateways/>Click here if you are not redirected.</a></body></html>
istio/istio.io
archive/v1.3/docs/tasks/multicluster/split-horizon-eds/index.html
HTML
apache-2.0
459
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "//www.w3.org/TR/html4/strict.dtd"> <HTML style="overflow:auto;"> <HEAD> <meta name="generator" content="JDiff v1.1.0"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> <TITLE> org.apache.http.conn.HttpHostConnectException </TITLE> <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> <noscript> <style type="text/css"> body{overflow:auto;} #body-content{position:relative; top:0;} #doc-content{overflow:visible;border-left:3px solid #666;} #side-nav{padding:0;} #side-nav .toggle-list ul {display:block;} #resize-packages-nav{border-bottom:3px solid #666;} </style> </noscript> <style type="text/css"> </style> </HEAD> <BODY> <!-- Start of nav bar --> <a name="top"></a> <div id="header" style="margin-bottom:0;padding-bottom:0;"> <div id="headerLeft"> <a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a> </div> <div id="headerRight"> <div id="headerLinks"> <!-- <img src="/assets/images/icon_world.jpg" alt="" /> --> <span class="text"> <!-- &nbsp;<a href="#">English</a> | --> <nobr><a href="//developer.android.com" target="_top">Android Developers</a> | <a href="//www.android.com" target="_top">Android.com</a></nobr> </span> </div> <div class="and-diff-id" style="margin-top:6px;margin-right:8px;"> <table class="diffspectable"> <tr> <td colspan="2" class="diffspechead">API Diff Specification</td> </tr> <tr> <td class="diffspec" style="padding-top:.25em">To Level:</td> <td class="diffvaluenew" style="padding-top:.25em">22</td> </tr> <tr> <td class="diffspec">From Level:</td> <td class="diffvalueold">21</td> </tr> <tr> <td class="diffspec">Generated</td> <td class="diffvalue">2015.02.19 13:16</td> </tr> </table> </div><!-- End and-diff-id --> <div class="and-diff-id" style="margin-right:8px;"> <table class="diffspectable"> <tr> <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a> </tr> </table> </div> <!-- End and-diff-id --> </div> <!-- End headerRight --> </div> <!-- End header --> <div id="body-content" xstyle="padding:12px;padding-right:18px;"> <div id="doc-content" style="position:relative;"> <div id="mainBodyFluid"> <H2> Class org.apache.http.conn.<A HREF="../../../../reference/org/apache/http/conn/HttpHostConnectException.html" target="_top"><font size="+2"><code>HttpHostConnectException</code></font></A> </H2> <p><b>Now deprecated</b>.<br> <a NAME="constructors"></a> <a NAME="methods"></a> <a NAME="fields"></a> </div> <div id="footer"> <div id="copyright"> Except as noted, this content is licensed under <a href="//creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>. For details and restrictions, see the <a href="/license.html">Content License</a>. </div> <div id="footerlinks"> <p> <a href="//www.android.com/terms.html">Site Terms of Service</a> - <a href="//www.android.com/privacy.html">Privacy Policy</a> - <a href="//www.android.com/branding.html">Brand Guidelines</a> </p> </div> </div> <!-- end footer --> </div><!-- end doc-content --> </div> <!-- end body-content --> <script src="//www.google-analytics.com/ga.js" type="text/javascript"> </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-5831155-1"); pageTracker._setAllowAnchor(true); pageTracker._initData(); pageTracker._trackPageview(); } catch(e) {} </script> </BODY> </HTML>
Ant-Droid/android_frameworks_base_OLD
docs/html/sdk/api_diff/22/changes/org.apache.http.conn.HttpHostConnectException.html
HTML
apache-2.0
4,270
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <link rel="stylesheet" type="text/css" href="css/index.css"> <link rel="stylesheet" type="text/css" href="css/reset.css"> <link rel="stylesheet" type="text/css" href="css/color_red.css"> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/foxbpmframework.js"></script> <script type="text/javascript"> function applyData(params){ $.ajax({ type: "get",//使用get方法访问后台 dataType: "json",//返回json格式的数据 url: _bpmServiceUrl + "/identity/allUsers",//要访问的后台地址 data:params, success: function(msg){//msg为返回的数据,在这里做数据绑定 var data = msg.data; var dataTable = $("<table id='dataList' width='100%' class='fix-table'></table>"); var dataThead = $("<thead><th style='width: 50%;'>用户编号</th><th>用户姓名</th></thead>"); dataThead.appendTo(dataTable); var dataTbody = $("<tbody></tbody>"); //画任务命令 $.each(data, function(i, n){ var dataTr = $("<tr></tr>"); dataTr.attr("data-rowData",n.userId); dataTr.append($("<td></td>").append(n.userId)).append($("<td></td>").append(n.userName)); dataTbody.append(dataTr); }); dataTable.append(dataTbody); $("#userList").html(dataTable); $("table#dataList tr").click(function() { $("table#dataList tr.selected").removeClass("selected"); $(this).addClass("selected"); }); }, error:function(mes){ alert(mes.responseText); } }); } $(document).ready(function() { var obj = window.dialogArguments; applyData(); $("#ok").click(function() { var rv = null; $("table#dataList tr.selected").each(function(index) { rv = $(this).attr("data-rowData"); }); if (window.opener) { window.opener.rv = rv; } else if (obj.opener) { obj.opener.rv = rv; } else { obj.fn(obj.params, rv); } window.close(); }); $("#searchBtn").click(function(){ var params = {}; params["userId"] = $("#userId").val(); params["userName"] = $("#userName").val(); applyData(params); }); }); </script> </head> <body> <div id="search" class="search"> <input type="hidden" name="action" value="selectUserList" /> <table width="100%"> <tr> <td class="title-r">用户编号:</td> <td style="width: 120px"> <input type="text" id="userId" class="fix-input" style="width: 100px;" value="" /> </td> <td class="title-r">用户姓名:</td> <td style="width: 120px"> <input type="text" id="userName" class="fix-input" style="width: 100px;" value="" /> </td> <td style="width: 70px"> <div class="btn-normal"> <a href="javascript:void(0)" id="searchBtn">查找</a> </div> </td> <td> <div class="btn-normal"> <a href="javascript:void(0)" id="ok">确定</a> </div> </td> </tr> </table> </div> <div id="userList" class="content"></div> </body> </html>
think-gem/FoxBPM
modules/foxbpm-webapps-base/src/main/webapp/foxbpm/selectUser.html
HTML
apache-2.0
3,172
<!-- #%L U-QASAR %% Copyright (C) 2012 - 2015 U-QASAR Consortium %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. #L% --> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/"> <head><title></title></head> <body> <wicket:panel> <table class="notification" wicket:id="notification.container"> <tbody> <tr class="wrapper"> <td class="icon"><i wicket:id="notification.icon"></i></td> <td class="description" colspan="2"><wicket:child/></td> </tr> </tbody> <tfoot> <tr class="goto" wicket:id="notification.goto.container"> <td class="icon" colspan="2"><span class="date" wicket:id="notification.date"></span></td> <td class="description"><wicket:message key="notification.goto"/> <i class="icon-chevron-sign-right"></i></td> </tr> </tfoot> </table> </wicket:panel> </body> </html>
schlotze/u-qasar.platform
src/main/java/eu/uqasar/web/components/navigation/notification/NotificationBookmarkablePageLink.html
HTML
apache-2.0
1,435
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>SB Admin 2 - Bootstrap Admin Theme</title> <!-- Bootstrap Core CSS --> <link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- MetisMenu CSS --> <link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet"> <!-- DataTables CSS --> <link href="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet"> <!-- DataTables Responsive CSS --> <link href="../bower_components/datatables-responsive/css/dataTables.responsive.css" rel="stylesheet"> <!-- Custom CSS --> <link href="../dist/css/sb-admin-2.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div id="wrapper"> <!-- Navigation --> <nav class="navbar navbar-default-2 navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html" style="display: block;">Make A Space - Teacher's Portal</a> </div> <!-- /.navbar-header --> <ul class="nav navbar-top-links navbar-right"> <li class="dropdown"> <ul class="dropdown-menu dropdown-messages"> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"><em>Yesterday</em></span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"><em>Yesterday</em></span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"><em>Yesterday</em></span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"><strong>Read All Messages</strong><i class="fa fa-angle-right"></i></a> </li> </ul> <!-- /.dropdown-messages --> </li> <!-- /.dropdown --> <li class="dropdown"> <ul class="dropdown-menu dropdown-tasks"> <li> <a href="#"> <div> <p><strong>Task 1</strong><span class="pull-right text-muted">40% Complete</span></p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"> <span class="sr-only">40% Complete (success)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p><strong>Task 2</strong><span class="pull-right text-muted">20% Complete</span></p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%"> <span class="sr-only">20% Complete</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p><strong>Task 3</strong><span class="pull-right text-muted">60% Complete</span></p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"> <span class="sr-only">60% Complete (warning)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p><strong>Task 4</strong><span class="pull-right text-muted">80% Complete</span></p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%"> <span class="sr-only">80% Complete (danger)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"><strong>See All Tasks</strong><i class="fa fa-angle-right"></i></a> </li> </ul> <!-- /.dropdown-tasks --> </li> <!-- /.dropdown --> <li class="dropdown"> <ul class="dropdown-menu dropdown-alerts"> <li> <a href="#"> <div> <i class="fa fa-comment fa-fw"></i> New Comment <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small">12 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-envelope fa-fw"></i> Message Sent <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-tasks fa-fw"></i> New Task <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"><strong>See All Alerts</strong><i class="fa fa-angle-right"></i></a> </li> </ul> <!-- /.dropdown-alerts --> </li> <!-- /.dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"><i class="fa fa-user fa-fw"></i>John Smith <i class="fa fa-caret-down"></i></a> <ul class="dropdown-menu dropdown-user"> <li> <a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a> </li> <li> <a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a> </li> <li class="divider"></li> <li> <a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a> </li> </ul> <!-- /.dropdown-user --> </li> <!-- /.dropdown --> </ul> <!-- /.navbar-top-links --> <div class="navbar-default sidebar" role="navigation"> <div class="sidebar-nav navbar-collapse"> <ul class="nav in" id="side-menu"> <li="" style="display: block;"> <a href="tables.html" class="active"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a> </li> <li="" style="display: block;"> <a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li> <a href="flot.html">Flot Charts</a> </li> <li> <a href="morris.html">Morris.js Charts</a> </li> </ul> <!-- /.nav-second-level --> </li> <li=""> <a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a> </li> <li=""> <a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li> <a href="panels-wells.html">Panels and Wells</a> </li> <li> <a href="buttons.html">Buttons</a> </li> <li> <a href="notifications.html">Notifications</a> </li> <li> <a href="typography.html">Typography</a> </li> <li> <a href="icons.html"> Icons</a> </li> <li> <a href="grid.html">Grid</a> </li> </ul> <!-- /.nav-second-level --> </li> <li=""> <a href="#"><i class="fa fa-sitemap fa-fw"></i> Multi-Level Dropdown<span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li> <a href="#">Second Level Item</a> </li> <li> <a href="#">Second Level Item</a> </li> <li> <a href="#">Third Level <span class="fa arrow"></span></a> <ul class="nav nav-third-level collapse"> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> </ul> <!-- /.nav-third-level --> </li> </ul> <!-- /.nav-second-level --> </li> <li=""> <a href="#"><i class="fa fa-files-o fa-fw"></i> Sample Pages<span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li> <a href="blank.html">Blank Page</a> </li> <li> <a href="login.html">Login Page</a> </li> </ul> <!-- /.nav-second-level --> </li> <li class="sidebar-search"="" style="display: block;"> <div class="input-group custom-search-form"> <input type="text" class="form-control" placeholder="Search..."> <span class="input-group-btn"><button class="btn btn-default" type="button"> <i class="fa fa-search"></i> </button></span> </div> <!-- /input-group --> </li> </ul> </div> <!-- /.sidebar-collapse --> </div> <!-- /.navbar-static-side --> </nav> <div id="page-wrapper"> <div class="row"> <div class="col-lg-12"> <h1 class="page-header" style="display: block;">Donors Dashboard</h1> </div> <div class="row"> <div class="col-lg-3 col-md-6"> <div class="panel panel-primary" style="display: block;"> <div class="panel-heading"> <div class="row"> <div class="col-xs-3"> <i class="fa fa-shopping-cart fa-5x"></i> </div> <div class="col-xs-9 text-right"> <div class="huge">124</div> <div>Available Items!</div> </div> </div> </div> <a href="#"> <div class="panel-footer"> <span class="pull-left">View Details</span> <span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span> <div class="clearfix"></div> </div> </a> </div> </div> <div class="col-lg-3 col-md-6"> <div class="panel panel-green"> <div class="panel-heading"> <div class="row"> <div class="col-xs-3"> <i class="fa fa-tasks fa-5x"></i> </div> <div class="col-xs-9 text-right"> <div class="huge">12</div> <div>Items Requested!</div> </div> </div> </div> <a href="#"> <div class="panel-footer"> <span class="pull-left">View Details</span> <span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span> <div class="clearfix"></div> </div> </a> </div> </div> <div class="col-lg-3 col-md-6"> <div class="panel panel-yellow"> <div class="panel-heading"> <div class="row"> <div class="col-xs-3"> <i class="fa fa-support fa-5x"></i> </div> <div class="col-xs-9 text-right"> <div class="huge">4</div> <div>Donations Pending!&nbsp;</div> </div> </div> </div> <a href="#"> <div class="panel-footer"> <span class="pull-left">View Details</span> <span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span> <div class="clearfix"></div> </div> </a> </div> </div> <div class="col-lg-3 col-md-6"> <div class="panel panel-red"> <div class="panel-heading"> <div class="row"> <div class="col-xs-3"> <i class="fa fa-comments fa-5x"></i> </div> <div class="col-xs-9 text-right"> <div class="huge">13</div> <div>Items Received!!</div> </div> </div> </div> <a href="#"> <div class="panel-footer"> <span class="pull-left">View Details</span> <span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span> <div class="clearfix"></div> </div> </a> </div> </div> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> <div class="row"> <div class="col-lg-12"> <div class="panel panel-default"> <div class="panel-heading"> DataTables Advanced Tables </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="dataTable_wrapper"> <table class="table table-striped table-bordered table-hover" id="dataTables-example"> <thead> <tr> <th>Rendering engine</th> <th>Browser</th> <th>Platform(s)</th> <th>Engine version</th> <th>CSS grade</th> </tr> </thead> <tbody> <tr class="odd gradeX"> <td>Trident</td> <td>Internet Explorer 4.0</td> <td>Win 95+</td> <td class="center">4</td> <td class="center">X</td> </tr> <tr class="even gradeC"> <td>Trident</td> <td>Internet Explorer 5.0</td> <td>Win 95+</td> <td class="center">5</td> <td class="center">C</td> </tr> <tr class="odd gradeA"> <td>Trident</td> <td>Internet Explorer 5.5</td> <td>Win 95+</td> <td class="center">5.5</td> <td class="center">A</td> </tr> <tr class="even gradeA"> <td>Trident</td> <td>Internet Explorer 6</td> <td>Win 98+</td> <td class="center">6</td> <td class="center">A</td> </tr> <tr class="odd gradeA"> <td>Trident</td> <td>Internet Explorer 7</td> <td>Win XP SP2+</td> <td class="center">7</td> <td class="center">A</td> </tr> <tr class="even gradeA"> <td>Trident</td> <td>AOL browser (AOL desktop)</td> <td>Win XP</td> <td class="center">6</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Firefox 1.0</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.7</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Firefox 1.5</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Firefox 2.0</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Firefox 3.0</td> <td>Win 2k+ / OSX.3+</td> <td class="center">1.9</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Camino 1.0</td> <td>OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Camino 1.5</td> <td>OSX.3+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Netscape 7.2</td> <td>Win 95+ / Mac OS 8.6-9.2</td> <td class="center">1.7</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Netscape Browser 8</td> <td>Win 98SE+</td> <td class="center">1.7</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Netscape Navigator 9</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.0</td> <td>Win 95+ / OSX.1+</td> <td class="center">1</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.1</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.1</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.2</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.2</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.3</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.3</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.4</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.4</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.5</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.5</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.6</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.6</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.7</td> <td>Win 98+ / OSX.1+</td> <td class="center">1.7</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.8</td> <td>Win 98+ / OSX.1+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Seamonkey 1.1</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Epiphany 2.20</td> <td>Gnome</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>Safari 1.2</td> <td>OSX.3</td> <td class="center">125.5</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>Safari 1.3</td> <td>OSX.3</td> <td class="center">312.8</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>Safari 2.0</td> <td>OSX.4+</td> <td class="center">419.3</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>Safari 3.0</td> <td>OSX.4+</td> <td class="center">522.1</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>OmniWeb 5.5</td> <td>OSX.4+</td> <td class="center">420</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>iPod Touch / iPhone</td> <td>iPod</td> <td class="center">420.1</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>S60</td> <td>S60</td> <td class="center">413</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 7.0</td> <td>Win 95+ / OSX.1+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 7.5</td> <td>Win 95+ / OSX.2+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 8.0</td> <td>Win 95+ / OSX.2+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 8.5</td> <td>Win 95+ / OSX.2+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 9.0</td> <td>Win 95+ / OSX.3+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 9.2</td> <td>Win 88+ / OSX.3+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 9.5</td> <td>Win 88+ / OSX.3+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera for Wii</td> <td>Wii</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Nokia N800</td> <td>N800</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Nintendo DS browser</td> <td>Nintendo DS</td> <td class="center">8.5</td> <td class="center">C/A <sup>1</sup> </td> </tr> <tr class="gradeC"> <td>KHTML</td> <td>Konqureror 3.1</td> <td>KDE 3.1</td> <td class="center">3.1</td> <td class="center">C</td> </tr> <tr class="gradeA"> <td>KHTML</td> <td>Konqureror 3.3</td> <td>KDE 3.3</td> <td class="center">3.3</td> <td class="center">A</td> </tr> <tr class="gradeA"> <td>KHTML</td> <td>Konqureror 3.5</td> <td>KDE 3.5</td> <td class="center">3.5</td> <td class="center">A</td> </tr> <tr class="gradeX"> <td>Tasman</td> <td>Internet Explorer 4.5</td> <td>Mac OS 8-9</td> <td class="center">-</td> <td class="center">X</td> </tr> <tr class="gradeC"> <td>Tasman</td> <td>Internet Explorer 5.1</td> <td>Mac OS 7.6-9</td> <td class="center">1</td> <td class="center">C</td> </tr> <tr class="gradeC"> <td>Tasman</td> <td>Internet Explorer 5.2</td> <td>Mac OS 8-X</td> <td class="center">1</td> <td class="center">C</td> </tr> <tr class="gradeA"> <td>Misc</td> <td>NetFront 3.1</td> <td>Embedded devices</td> <td class="center">-</td> <td class="center">C</td> </tr> <tr class="gradeA"> <td>Misc</td> <td>NetFront 3.4</td> <td>Embedded devices</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="gradeX"> <td>Misc</td> <td>Dillo 0.8</td> <td>Embedded devices</td> <td class="center">-</td> <td class="center">X</td> </tr> <tr class="gradeX"> <td>Misc</td> <td>Links</td> <td>Text only</td> <td class="center">-</td> <td class="center">X</td> </tr> <tr class="gradeX"> <td>Misc</td> <td>Lynx</td> <td>Text only</td> <td class="center">-</td> <td class="center">X</td> </tr> <tr class="gradeC"> <td>Misc</td> <td>IE Mobile</td> <td>Windows Mobile 6</td> <td class="center">-</td> <td class="center">C</td> </tr> <tr class="gradeC"> <td>Misc</td> <td>PSP browser</td> <td>PSP</td> <td class="center">-</td> <td class="center">C</td> </tr> <tr class="gradeU"> <td>Other browsers</td> <td>All others</td> <td>-</td> <td class="center">-</td> <td class="center">U</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> <div class="row"> <div class="col-lg-6"> <div class="panel panel-default"> <div class="panel-heading"> Kitchen Sink </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-bordered table-hover"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <td>2</td> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <td>3</td> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-6 --> <div class="col-lg-6"> <div class="panel panel-default"> <div class="panel-heading"> Basic Table </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="table-responsive"> <table class="table"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <td>2</td> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <td>3</td> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-6 --> </div> <!-- /.row --> <div class="row"> <div class="col-lg-6"> <div class="panel panel-default"> <div class="panel-heading"> Striped Rows </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <td>2</td> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <td>3</td> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-6 --> <div class="col-lg-6"> <div class="panel panel-default"> <div class="panel-heading"> Bordered Table </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="table-responsive table-bordered"> <table class="table"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <td>2</td> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <td>3</td> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-6 --> </div> <!-- /.row --> <div class="row"> <div class="col-lg-6"> <div class="panel panel-default"> <div class="panel-heading"> Hover Rows </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <td>2</td> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <td>3</td> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-6 --> <div class="col-lg-6"> <div class="panel panel-default"> <div class="panel-heading"> Context Classes </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="table-responsive"> <table class="table"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr class="success"> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr class="info"> <td>2</td> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr class="warning"> <td>3</td> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> <tr class="danger"> <td>4</td> <td>John</td> <td>Smith</td> <td>@jsmith</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-6 --> </div> <!-- /.row --> </div> <!-- /#page-wrapper --> </div> <!-- /#wrapper --> <!-- jQuery --> <script src="../bower_components/jquery/dist/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <!-- Metis Menu Plugin JavaScript --> <script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script> <!-- DataTables JavaScript --> <script src="../bower_components/datatables/media/js/jquery.dataTables.min.js"></script> <script src="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js"></script> <!-- Custom Theme JavaScript --> <script src="../dist/js/sb-admin-2.js"></script> <!-- Page-Level Demo Scripts - Tables - Use for reference --> <script> $(document).ready(function() { $('#dataTables-example').DataTable({ responsive: true }); }); </script> </body> </html>
scishock/makersdonate
teachersbak2/pages/_pgbackup/tables_1439740742.html
HTML
apache-2.0
70,212
<!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"/> <title>enet: compress.c File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">enet </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.1.2 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#define-members">Macros</a> &#124; <a href="#typedef-members">Typedefs</a> &#124; <a href="#enum-members">Enumerations</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">compress.c File Reference</div> </div> </div><!--header--> <div class="contents"> <p>An adaptive order-2 PPM range coder. <a href="#details">More...</a></p> <div class="textblock"><code>#include &lt;string.h&gt;</code><br/> <code>#include &quot;<a class="el" href="enet_8h_source.html">enet/enet.h</a>&quot;</code><br/> </div><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="define-members"></a> Macros</h2></td></tr> <tr class="memitem:a0dc3ac14ddf12c81cb53d3e662ad277f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0dc3ac14ddf12c81cb53d3e662ad277f"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_BUILDING_LIB</b>&#160;&#160;&#160;1</td></tr> <tr class="memitem:a61f061433eedabacffa7c43b038d3528"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_SYMBOL_CREATE</b>(symbol, value_, count_)</td></tr> <tr class="memitem:ac93057a15bcc62c953f4a14bb51e36ab"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_CONTEXT_CREATE</b>(context, escapes_, minimum)</td></tr> <tr class="memitem:a6f0ac783cced7c798e7c8dff174a9216"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_CONTEXT_RESCALE</b>(context, minimum)</td></tr> <tr class="memitem:a1124dee1efa3a8da8433a1ca6ee5907f"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_RANGE_CODER_OUTPUT</b>(value)</td></tr> <tr class="memitem:a855aeedd7c5c454bdb555f215a951aa8"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_RANGE_CODER_ENCODE</b>(under, count, total)</td></tr> <tr class="memitem:af2239936c2029493fe2afa62c4053822"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_RANGE_CODER_FLUSH</b></td></tr> <tr class="memitem:a2301e440c70ae35dfa29a6cf23e7acf3"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_RANGE_CODER_FREE_SYMBOLS</b></td></tr> <tr class="memitem:a5b69e49a77bdbc19af5e63d268bd97a6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b69e49a77bdbc19af5e63d268bd97a6"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_CONTEXT_ENCODE</b>(context, symbol_, value_, under_, count_, update, minimum)</td></tr> <tr class="memitem:a04be80a8a2ad11320f683ffe98653afb"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_RANGE_CODER_SEED</b></td></tr> <tr class="memitem:a5948e10327214ba8bcdc7cc49b1cf761"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5948e10327214ba8bcdc7cc49b1cf761"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_RANGE_CODER_READ</b>(total)&#160;&#160;&#160;((decodeCode - decodeLow) / (decodeRange /= (total)))</td></tr> <tr class="memitem:a5ac308df9a339045c5c38c30ae4d85c2"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_RANGE_CODER_DECODE</b>(under, count, total)</td></tr> <tr class="memitem:a0f6333d89acd57abfa3c6905bc8cd54f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0f6333d89acd57abfa3c6905bc8cd54f"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_CONTEXT_DECODE</b>(context, symbol_, code, value_, under_, count_, update, minimum, createRoot, visitNode, createRight, createLeft)</td></tr> <tr class="memitem:aeae00b4079592e90ba7183664b2b72cc"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeae00b4079592e90ba7183664b2b72cc"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_CONTEXT_TRY_DECODE</b>(context, symbol_, code, value_, under_, count_, update, minimum, exclude)&#160;&#160;&#160;ENET_CONTEXT_DECODE (context, symbol_, code, value_, under_, count_, update, minimum, return 0, exclude (node -&gt; value, after, before), return 0, return 0)</td></tr> <tr class="memitem:ae652387df7e1bc6b8208b4a81a975b6b"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_CONTEXT_ROOT_DECODE</b>(context, symbol_, code, value_, under_, count_, update, minimum, exclude)</td></tr> <tr class="memitem:ae8d689be11d1c8150e42dff17d7b539d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae8d689be11d1c8150e42dff17d7b539d"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>ENET_CONTEXT_NOT_EXCLUDED</b>(value_, after, before)</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr class="memitem:aca8c91d654e8993351bb86e0bfdbce40"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aca8c91d654e8993351bb86e0bfdbce40"></a> typedef struct _ENetSymbol&#160;</td><td class="memItemRight" valign="bottom"><b>ENetSymbol</b></td></tr> <tr class="memitem:ab67dd874212d9af876ed97aa6d4c4d13"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab67dd874212d9af876ed97aa6d4c4d13"></a> typedef struct _ENetRangeCoder&#160;</td><td class="memItemRight" valign="bottom"><b>ENetRangeCoder</b></td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="enum-members"></a> Enumerations</h2></td></tr> <tr class="memitem:a06fc87d81c62e9abb8790b6e5713c55b"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom">{ <br/> &#160;&#160;<b>ENET_RANGE_CODER_TOP</b> = 1&lt;&lt;24, <b>ENET_RANGE_CODER_BOTTOM</b> = 1&lt;&lt;16, <b>ENET_CONTEXT_SYMBOL_DELTA</b> = 3, <b>ENET_CONTEXT_SYMBOL_MINIMUM</b> = 1, <br/> &#160;&#160;<b>ENET_CONTEXT_ESCAPE_MINIMUM</b> = 1, <b>ENET_SUBCONTEXT_ORDER</b> = 2, <b>ENET_SUBCONTEXT_SYMBOL_DELTA</b> = 2, <b>ENET_SUBCONTEXT_ESCAPE_DELTA</b> = 5 <br/> }</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:ae4c811e2bb7b322f90f5c8652d97af7c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae4c811e2bb7b322f90f5c8652d97af7c"></a> void *&#160;</td><td class="memItemRight" valign="bottom"><b>enet_range_coder_create</b> (void)</td></tr> <tr class="memitem:a97f697e6793dda86d5a08337503a4a74"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a97f697e6793dda86d5a08337503a4a74"></a> void&#160;</td><td class="memItemRight" valign="bottom"><b>enet_range_coder_destroy</b> (void *context)</td></tr> <tr class="memitem:a074b73d16cf42e3997bbe7efd9fd1689"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a074b73d16cf42e3997bbe7efd9fd1689"></a> size_t&#160;</td><td class="memItemRight" valign="bottom"><b>enet_range_coder_compress</b> (void *context, const <a class="el" href="structENetBuffer.html">ENetBuffer</a> *inBuffers, size_t inBufferCount, size_t inLimit, <a class="el" href="types_8h.html#a34ce80c65abc6389fe0121a83d757f07">enet_uint8</a> *outData, size_t outLimit)</td></tr> <tr class="memitem:a08cd12b64ecb36ffbf6d3281ff2f3e75"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a08cd12b64ecb36ffbf6d3281ff2f3e75"></a> size_t&#160;</td><td class="memItemRight" valign="bottom"><b>enet_range_coder_decompress</b> (void *context, const <a class="el" href="types_8h.html#a34ce80c65abc6389fe0121a83d757f07">enet_uint8</a> *inData, size_t inLimit, <a class="el" href="types_8h.html#a34ce80c65abc6389fe0121a83d757f07">enet_uint8</a> *outData, size_t outLimit)</td></tr> <tr class="memitem:ga444b74e7b70d97e2abd02328419be3f4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="enet_8h.html#ac5698c428351548dfa3265f2001fff4a">int</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__host.html#ga444b74e7b70d97e2abd02328419be3f4">enet_host_compress_with_range_coder</a> (<a class="el" href="enet_8h.html#a258d786d5940288970898ac827bf2a68">ENetHost</a> *host)</td></tr> <tr class="memdesc:ga444b74e7b70d97e2abd02328419be3f4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the packet compressor the host should use to the default range coder. <a href="group__host.html#ga444b74e7b70d97e2abd02328419be3f4"></a><br/></td></tr> </table> <a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"></div><h2>Macro Definition Documentation</h2> <a class="anchor" id="ac93057a15bcc62c953f4a14bb51e36ab"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_CONTEXT_CREATE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">context, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">escapes_, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">minimum&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> ENET_SYMBOL_CREATE (context, 0, 0); \</div> <div class="line"> (context) -&gt; escapes = escapes_; \</div> <div class="line"> (context) -&gt; total = escapes_ + 256*minimum; \</div> <div class="line"> (context) -&gt; symbols = 0; \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="a6f0ac783cced7c798e7c8dff174a9216"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_CONTEXT_RESCALE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">context, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">minimum&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> (context) -&gt; total = (context) -&gt; symbols ? enet_symbol_rescale ((context) + (context) -&gt; symbols) : 0; \</div> <div class="line"> (context) -&gt; escapes -= (context) -&gt; escapes &gt;&gt; 1; \</div> <div class="line"> (context) -&gt; total += (context) -&gt; escapes + 256*minimum; \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="ae652387df7e1bc6b8208b4a81a975b6b"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_CONTEXT_ROOT_DECODE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">context, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">symbol_, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">code, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">value_, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">under_, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">count_, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">update, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">minimum, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">exclude&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">ENET_CONTEXT_DECODE (context, symbol_, code, value_, under_, count_, update, minimum, \</div> <div class="line"> { \</div> <div class="line"> value_ = code / minimum; \</div> <div class="line"> under_ = code - code%minimum; \</div> <div class="line"> ENET_SYMBOL_CREATE (symbol_, value_, update); \</div> <div class="line"> (context) -&gt; symbols = symbol_ - (context); \</div> <div class="line"> }, \</div> <div class="line"> exclude (node -&gt; value, after, before), \</div> <div class="line"> { \</div> <div class="line"> value_ = node-&gt;value + 1 + (code - after)/minimum; \</div> <div class="line"> under_ = code - (code - after)%minimum; \</div> <div class="line"> ENET_SYMBOL_CREATE (symbol_, value_, update); \</div> <div class="line"> node -&gt; right = symbol_ - node; \</div> <div class="line"> }, \</div> <div class="line"> { \</div> <div class="line"> value_ = node-&gt;value - 1 - (after - before - code - 1)/minimum; \</div> <div class="line"> under_ = code - (after - before - code - 1)%minimum; \</div> <div class="line"> ENET_SYMBOL_CREATE (symbol_, value_, update); \</div> <div class="line"> node -&gt; left = symbol_ - node; \</div> <div class="line"> }) \</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="a5ac308df9a339045c5c38c30ae4d85c2"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_RANGE_CODER_DECODE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">under, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">count, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">total&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> decodeLow += (under) * decodeRange; \</div> <div class="line"> decodeRange *= (count); \</div> <div class="line"> for (;;) \</div> <div class="line"> { \</div> <div class="line"> if((decodeLow ^ (decodeLow + decodeRange)) &gt;= ENET_RANGE_CODER_TOP) \</div> <div class="line"> { \</div> <div class="line"> if(decodeRange &gt;= ENET_RANGE_CODER_BOTTOM) break; \</div> <div class="line"> decodeRange = -decodeLow &amp; (ENET_RANGE_CODER_BOTTOM - 1); \</div> <div class="line"> } \</div> <div class="line"> decodeCode &lt;&lt;= 8; \</div> <div class="line"> if (inData &lt; inEnd) \</div> <div class="line"> decodeCode |= * inData ++; \</div> <div class="line"> decodeRange &lt;&lt;= 8; \</div> <div class="line"> decodeLow &lt;&lt;= 8; \</div> <div class="line"> } \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="a855aeedd7c5c454bdb555f215a951aa8"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_RANGE_CODER_ENCODE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">under, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">count, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">total&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> encodeRange /= (total); \</div> <div class="line"> encodeLow += (under) * encodeRange; \</div> <div class="line"> encodeRange *= (count); \</div> <div class="line"> for (;;) \</div> <div class="line"> { \</div> <div class="line"> if((encodeLow ^ (encodeLow + encodeRange)) &gt;= ENET_RANGE_CODER_TOP) \</div> <div class="line"> { \</div> <div class="line"> if(encodeRange &gt;= ENET_RANGE_CODER_BOTTOM) break; \</div> <div class="line"> encodeRange = -encodeLow &amp; (ENET_RANGE_CODER_BOTTOM - 1); \</div> <div class="line"> } \</div> <div class="line"> ENET_RANGE_CODER_OUTPUT (encodeLow &gt;&gt; 24); \</div> <div class="line"> encodeRange &lt;&lt;= 8; \</div> <div class="line"> encodeLow &lt;&lt;= 8; \</div> <div class="line"> } \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="af2239936c2029493fe2afa62c4053822"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_RANGE_CODER_FLUSH</td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> while (encodeLow) \</div> <div class="line"> { \</div> <div class="line"> ENET_RANGE_CODER_OUTPUT (encodeLow &gt;&gt; 24); \</div> <div class="line"> encodeLow &lt;&lt;= 8; \</div> <div class="line"> } \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="a2301e440c70ae35dfa29a6cf23e7acf3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_RANGE_CODER_FREE_SYMBOLS</td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> if (nextSymbol &gt;= <span class="keyword">sizeof</span> (rangeCoder -&gt; symbols) / <span class="keyword">sizeof</span> (ENetSymbol) - ENET_SUBCONTEXT_ORDER ) \</div> <div class="line"> { \</div> <div class="line"> nextSymbol = 0; \</div> <div class="line"> ENET_CONTEXT_CREATE (root, ENET_CONTEXT_ESCAPE_MINIMUM, ENET_CONTEXT_SYMBOL_MINIMUM); \</div> <div class="line"> predicted = 0; \</div> <div class="line"> order = 0; \</div> <div class="line"> } \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="a1124dee1efa3a8da8433a1ca6ee5907f"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_RANGE_CODER_OUTPUT</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">value</td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> if (outData &gt;= outEnd) \</div> <div class="line"> return 0; \</div> <div class="line"> * outData ++ = value; \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="a04be80a8a2ad11320f683ffe98653afb"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_RANGE_CODER_SEED</td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> if (inData &lt; inEnd) decodeCode |= * inData ++ &lt;&lt; 24; \</div> <div class="line"> if (inData &lt; inEnd) decodeCode |= * inData ++ &lt;&lt; 16; \</div> <div class="line"> if (inData &lt; inEnd) decodeCode |= * inData ++ &lt;&lt; 8; \</div> <div class="line"> if (inData &lt; inEnd) decodeCode |= * inData ++; \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="a61f061433eedabacffa7c43b038d3528"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define ENET_SYMBOL_CREATE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">symbol, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">value_, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname">count_&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <b>Value:</b><div class="fragment"><div class="line">{ \</div> <div class="line"> symbol = &amp; rangeCoder -&gt; symbols [nextSymbol ++]; \</div> <div class="line"> symbol -&gt; value = value_; \</div> <div class="line"> symbol -&gt; count = count_; \</div> <div class="line"> symbol -&gt; under = count_; \</div> <div class="line"> symbol -&gt; left = 0; \</div> <div class="line"> symbol -&gt; right = 0; \</div> <div class="line"> symbol -&gt; symbols = 0; \</div> <div class="line"> symbol -&gt; escapes = 0; \</div> <div class="line"> symbol -&gt; total = 0; \</div> <div class="line"> symbol -&gt; parent = 0; \</div> <div class="line">}</div> </div><!-- fragment --> </div> </div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Mar 6 2013 18:35:52 for enet by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> </body> </html>
FatalEagle/Crowbot
tools/enet/docs/html/compress_8c.html
HTML
apache-2.0
24,752
<!-- @license Copyright (c) 2014 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <link rel="import" href="../lib/case-map.html"> <script> /** * Changes to an object sub-field (aka "path") via a binding * (e.g. `<x-foo value="{{item.subfield}}"`) will notify other elements bound to * the same object automatically. * * When modifying a sub-field of an object imperatively * (e.g. `this.item.subfield = 42`), in order to have the new value propagated * to other elements, a special `set(path, value)` API is provided. * `set` sets the object field at the path specified, and then notifies the * binding system so that other elements bound to the same path will update. * * Example: * * Polymer({ * * is: 'x-date', * * properties: { * date: { * type: Object, * notify: true * } * }, * * attached: function() { * this.date = {}; * setInterval(function() { * var d = new Date(); * // Required to notify elements bound to date of changes to sub-fields * // this.date.seconds = d.getSeconds(); <-- Will not notify * this.set('date.seconds', d.getSeconds()); * this.set('date.minutes', d.getMinutes()); * this.set('date.hours', d.getHours() % 12); * }.bind(this), 1000); * } * * }); * * Allows bindings to `date` sub-fields to update on changes: * * <x-date date="{{date}}"></x-date> * * Hour: <span>{{date.hours}}</span> * Min: <span>{{date.minutes}}</span> * Sec: <span>{{date.seconds}}</span> * * @class data feature: path notification */ (function() { // Using strict here to ensure fast argument manipulation in array methods 'use strict'; Polymer.Base._addFeature({ /** Notify that a path has changed. For example: this.item.user.name = 'Bob'; this.notifyPath('item.user.name', this.item.user.name); Returns true if notification actually took place, based on a dirty check of whether the new value was already known */ notifyPath: function(path, value, fromAbove) { var old = this._propertySet(path, value); // manual dirty checking for now... // NaN is always not equal to itself, // if old and value are both NaN we treat them as equal // x === x is 10x faster, and equivalent to !isNaN(x) if (old !== value && (old === old || value === value)) { // console.group((this.localName || this.dataHost.id + '-' + this.dataHost.dataHost.index) + '#' + (this.id || this.index) + ' ' + path, value); // Take path effects at this level for exact path matches, // and notify down for any bindings to a subset of this path this._pathEffector(path, value); // Send event to notify the path change upwards // Optimization: don't notify up if we know the notification // is coming from above already (avoid wasted event dispatch) if (!fromAbove) { // TODO(sorvell): should only notify if notify: true? this._notifyPath(path, value); } // console.groupEnd((this.localName || this.dataHost.id + '-' + this.dataHost.dataHost.index) + '#' + (this.id || this.index) + ' ' + path, value); } }, /** Converts a path to an array of path parts. A path may be specified as a dotted string or an array of one or more dotted strings (or numbers, for number-valued keys). */ _getPathParts: function(path) { if (Array.isArray(path)) { var parts = []; for (var i=0; i<path.length; i++) { var args = path[i].toString().split('.'); for (var j=0; j<args.length; j++) { parts.push(args[j]); } } return parts; } else { return path.toString().split('.'); } }, /** * Convienence method for setting a value to a path and notifying any * elements bound to the same path. * * Note, if any part in the path except for the last is undefined, * this method does nothing (this method does not throw when * dereferencing undefined paths). * * @method set * @param {(string|Array<(string|number)>)} path Path to the value * to read. The path may be specified as a string (e.g. `foo.bar.baz`) * or an array of path parts (e.g. `['foo.bar', 'baz']`). Note that * bracketed expressions are not supported; string-based path parts * *must* be separated by dots. Note that when dereferencing array * indicies, the index may be used as a dotted part directly * (e.g. `users.12.name` or `['users', 12, 'name']`). * @param {*} value Value to set at the specified path. * @param {Object=} root Root object from which the path is evaluated. */ set: function(path, value, root) { var prop = root || this; var parts = this._getPathParts(path); var array; var last = parts[parts.length-1]; if (parts.length > 1) { for (var i=0; i<parts.length-1; i++) { prop = prop[parts[i]]; if (array) { parts[i] = Polymer.Collection.get(array).getKey(prop); } if (!prop) { return; } array = Array.isArray(prop) ? prop : null; } prop[last] = value; if (!root) { this.notifyPath(parts.join('.'), value); } } else { prop[path] = value; } }, /** * Convienence method for reading a value from a path. * * Note, if any part in the path is undefined, this method returns * `undefined` (this method does not throw when dereferencing undefined * paths). * * @method get * @param {(string|Array<(string|number)>)} path Path to the value * to read. The path may be specified as a string (e.g. `foo.bar.baz`) * or an array of path parts (e.g. `['foo.bar', 'baz']`). Note that * bracketed expressions are not supported; string-based path parts * *must* be separated by dots. Note that when dereferencing array * indicies, the index may be used as a dotted part directly * (e.g. `users.12.name` or `['users', 12, 'name']`). * @param {Object=} root Root object from which the path is evaluated. * @return {*} Value at the path, or `undefined` if any part of the path * is undefined. */ get: function(path, root) { var prop = root || this; var parts = this._getPathParts(path); var last = parts.pop(); while (parts.length) { prop = prop[parts.shift()]; if (!prop) { return; } } return prop[last]; }, _pathEffector: function(path, value) { // get root property var model = this._modelForPath(path); // search property effects of the root property for 'annotation' effects var fx$ = this._propertyEffects[model]; if (fx$) { fx$.forEach(function(fx) { var fxFn = this['_' + fx.kind + 'PathEffect']; if (fxFn) { fxFn.call(this, path, value, fx.effect); } }, this); } // notify runtime-bound paths if (this._boundPaths) { this._notifyBoundPaths(path, value); } }, _annotationPathEffect: function(path, value, effect) { if (effect.value === path || effect.value.indexOf(path + '.') === 0) { // TODO(sorvell): ideally the effect function is on this prototype // so we don't have to call it like this. Polymer.Bind._annotationEffect.call(this, path, value, effect); } else if ((path.indexOf(effect.value + '.') === 0) && !effect.negate) { // locate the bound node var node = this._nodes[effect.index]; if (node && node.notifyPath) { var p = this._fixPath(effect.name , effect.value, path); node.notifyPath(p, value, true); } } }, _complexObserverPathEffect: function(path, value, effect) { if (this._pathMatchesEffect(path, effect)) { Polymer.Bind._complexObserverEffect.call(this, path, value, effect); } }, _computePathEffect: function(path, value, effect) { if (this._pathMatchesEffect(path, effect)) { Polymer.Bind._computeEffect.call(this, path, value, effect); } }, _annotatedComputationPathEffect: function(path, value, effect) { if (this._pathMatchesEffect(path, effect)) { Polymer.Bind._annotatedComputationEffect.call(this, path, value, effect); } }, _pathMatchesEffect: function(path, effect) { var effectArg = effect.trigger.name; return (effectArg == path) || (effectArg.indexOf(path + '.') === 0) || (effect.trigger.wildcard && path.indexOf(effectArg) === 0); }, /** * Aliases one data path as another, such that path notifications from one * are routed to the other. * * @method linkPaths * @param {string} to Target path to link. * @param {string} from Source path to link. */ linkPaths: function(to, from) { this._boundPaths = this._boundPaths || {}; if (from) { this._boundPaths[to] = from; // this.set(to, this.get(from)); } else { this.unbindPath(to); // this.set(to, from); } }, /** * Removes a data path alias previously established with `linkPaths`. * * Note, the path to unlink should be the target (`to`) used when * linking the paths. * * @method unlinkPaths * @param {string} path Target path to unlink. */ unlinkPaths: function(path) { if (this._boundPaths) { delete this._boundPaths[path]; } }, _notifyBoundPaths: function(path, value) { var from, to; for (var a in this._boundPaths) { var b = this._boundPaths[a]; if (path.indexOf(a + '.') == 0) { from = a; to = b; break; } if (path.indexOf(b + '.') == 0) { from = b; to = a; break; } } if (from && to) { var p = this._fixPath(to, from, path); this.notifyPath(p, value); } }, _fixPath: function(property, root, path) { return property + path.slice(root.length); }, _notifyPath: function(path, value) { var rootName = this._modelForPath(path); var dashCaseName = Polymer.CaseMap.camelToDashCase(rootName); var eventName = dashCaseName + this._EVENT_CHANGED; this.fire(eventName, { path: path, value: value }, {bubbles: false}); }, _modelForPath: function(path) { var dot = path.indexOf('.'); return (dot < 0) ? path : path.slice(0, dot); }, _EVENT_CHANGED: '-changed', _notifySplice: function(array, path, index, added, removed) { var splices = [{ index: index, addedCount: added, removed: removed, object: array, type: 'splice' }]; var change = { keySplices: Polymer.Collection.applySplices(array, splices), indexSplices: splices }; this.set(path + '.splices', change); if (added != removed.length) { this.notifyPath(path + '.length', array.length); } // Null here to allow potentially large splice records to be GC'ed change.keySplices = null; change.indexSplices = null; }, /** * Adds items onto the end of the array at the path specified. * * The arguments after `path` and return value match that of * `Array.prototype.push`. * * This method notifies other paths to the same array that a * splice occurred to the array. * * @method push * @param {String} path Path to array. * @param {...any} var_args Items to push onto array * @return {number} New length of the array. */ push: function(path) { var array = this.get(path); var args = Array.prototype.slice.call(arguments, 1); var len = array.length; var ret = array.push.apply(array, args); this._notifySplice(array, path, len, args.length, []); return ret; }, /** * Removes an item from the end of array at the path specified. * * The arguments after `path` and return value match that of * `Array.prototype.pop`. * * This method notifies other paths to the same array that a * splice occurred to the array. * * @method pop * @param {String} path Path to array. * @return {any} Item that was removed. */ pop: function(path) { var array = this.get(path); var args = Array.prototype.slice.call(arguments, 1); var rem = array.slice(-1); var ret = array.pop.apply(array, args); this._notifySplice(array, path, array.length, 0, rem); return ret; }, /** * Starting from the start index specified, removes 0 or more items * from the array and inserts 0 or more new itms in their place. * * The arguments after `path` and return value match that of * `Array.prototype.splice`. * * This method notifies other paths to the same array that a * splice occurred to the array. * * @method splice * @param {String} path Path to array. * @param {number} start Index from which to start removing/inserting. * @param {number} deleteCount Number of items to remove. * @param {...any} var_args Items to insert into array. * @return {Array} Array of removed items. */ splice: function(path, start, deleteCount) { var array = this.get(path); var args = Array.prototype.slice.call(arguments, 1); var rem = array.slice(start, start + deleteCount); var ret = array.splice.apply(array, args); this._notifySplice(array, path, start, args.length - 2, rem); return ret; }, /** * Removes an item from the beginning of array at the path specified. * * The arguments after `path` and return value match that of * `Array.prototype.pop`. * * This method notifies other paths to the same array that a * splice occurred to the array. * * @method shift * @param {String} path Path to array. * @return {any} Item that was removed. */ shift: function(path) { var array = this.get(path); var args = Array.prototype.slice.call(arguments, 1); var ret = array.shift.apply(array, args); this._notifySplice(array, path, 0, 0, [ret]); return ret; }, /** * Adds items onto the beginning of the array at the path specified. * * The arguments after `path` and return value match that of * `Array.prototype.push`. * * This method notifies other paths to the same array that a * splice occurred to the array. * * @method unshift * @param {String} path Path to array. * @param {...any} var_args Items to insert info array * @return {number} New length of the array. */ unshift: function(path) { var array = this.get(path); var args = Array.prototype.slice.call(arguments, 1); var ret = array.unshift.apply(array, args); this._notifySplice(array, path, 0, args.length, []); return ret; } }); })(); </script>
paulballesty/polymer
src/standard/notify-path.html
HTML
bsd-3-clause
17,194
{% extends "base.html" %} {% block title %}{% blocktrans with name=feed.name %}Edit {{ name }}{% endblocktrans %}{% endblock %} {% block content %} <h2>{% blocktrans with name=feed.name %}Edit {{ name }}{% endblocktrans %}</h2> <form method="post" action="{% url "feeds:edit_feed" feed.pk %}" id="feed"> {% include "form.html" %} <div class="row"> <div class="submit"> <input type="submit" value="{% trans "Save changes" %}"> <a class="delete" href="{% url "feeds:delete_feed" feed.pk %}">{% trans "Delete this feed" %}</a> </div> </div> </form> {% endblock %}
feedhq/feedhq
feedhq/feeds/templates/feeds/edit_feed.html
HTML
bsd-3-clause
586
{%- extends 'layout/default.html' %} {%- block body %} <div class="container"> <h1>Front-End Library</h1> <p>Last updated: {{ lastUpdated }}</p> <!--[[dist.zip]]--> <h2>Templates</h2> <ol> {%- for tpl in templates %} {%- set name = tpl | replace('.html', '') %} {%- set name = name | replace( r/[_-]/g, ' ') %} <li><a href="templates/{{ tpl }}">{{ name | replace('/', ' / ') | capitalize }}</a></li> {%- endfor %} </ol> <h2>Components</h2> <ul> {% for name, component in components %} {% if component.variations.length <= 1 %} {%- set variation = component.variations[0] %} <li><a href="docs/components/{{ variation.url }}">{{ variation.name }}</a></li> {% else %} <li class="component-variations"> <strong>{{ name }}</strong> <ul> {% for variation in component.variations %} <li><a href="docs/components/{{ variation.url }}">{{ variation.name }}</a></li> {% endfor %} </ul> </li> {% endif %} {% endfor %} </ul> </div> {%- endblock %}
sanjaytwisk/frontend-bootstrap
tasks/docs/index.html
HTML
bsd-3-clause
1,370
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Writing Modes Test: Test orientation of characters where vo=U (#4/5, 2048 code points in U+133AB-1F6BA).</title> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation"> <meta name="assert" content="Test orientation of characters where vo=U (#4/5, 2048 code points in U+133AB-1F6BA)"> <meta name="flags" content="dom font"> <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <style> @font-face { font-family: "orientation"; src: url("support/adobe-fonts/CSSHWOrientationTest.otf"); } .test { font: 16px/1 "orientation"; height: 17em; writing-mode: vertical-rl; } .line { white-space: pre; } .U { text-orientation: upright; } .R { text-orientation: sideways; } #details { margin: 1em .5em; } summary { font-size: 1.2em; font-weight: bold; margin-top: .5em; } </style> <div id="log"></div> <div id="details"></div> <div id="container"> <div data-vo="U" class="test"> <div data-block="Egyptian"> <div class="line">𓎫𓎬𓎭𓎮𓎯𓎰𓎱𓎲𓎳𓎴𓎵𓎶𓎷𓎸𓎹𓎺𓎻𓎼𓎽𓎾𓎿𓏀𓏁𓏂𓏃𓏄𓏅𓏆𓏇𓏈𓏉𓏊</div> <div class="line">𓏋𓏌𓏍𓏎𓏏𓏐𓏑𓏒𓏓𓏔𓏕𓏖𓏗𓏘𓏙𓏚𓏛𓏜𓏝𓏞𓏟𓏠𓏡𓏢𓏣𓏤𓏥𓏦𓏧𓏨𓏩𓏪</div> <div class="line">𓏫𓏬𓏭𓏮𓏯𓏰𓏱𓏲𓏳𓏴𓏵𓏶𓏷𓏸𓏹𓏺𓏻𓏼𓏽𓏾𓏿𓐀𓐁𓐂𓐃𓐄𓐅𓐆𓐇𓐈𓐉𓐊</div> <div class="line">𓐋𓐌𓐍𓐎𓐏𓐐𓐑𓐒𓐓𓐔𓐕𓐖𓐗𓐘𓐙𓐚𓐛𓐜𓐝𓐞𓐟𓐠𓐡𓐢𓐣𓐤𓐥𓐦𓐧𓐨𓐩𓐪</div> <div class="line">𓐫𓐬𓐭𓐮</div> </div> <div data-block="Kana"> <div class="line">𛀀𛀁</div> </div> <div data-block="Byzantine"> <div class="line">𝀀𝀁𝀂𝀃𝀄𝀅𝀆𝀇𝀈𝀉𝀊𝀋𝀌𝀍𝀎𝀏𝀐𝀑𝀒𝀓𝀔𝀕𝀖𝀗𝀘𝀙𝀚𝀛𝀜𝀝𝀞𝀟</div> <div class="line">𝀠𝀡𝀢𝀣𝀤𝀥𝀦𝀧𝀨𝀩𝀪𝀫𝀬𝀭𝀮𝀯𝀰𝀱𝀲𝀳𝀴𝀵𝀶𝀷𝀸𝀹𝀺𝀻𝀼𝀽𝀾𝀿</div> <div class="line">𝁀𝁁𝁂𝁃𝁄𝁅𝁆𝁇𝁈𝁉𝁊𝁋𝁌𝁍𝁎𝁏𝁐𝁑𝁒𝁓𝁔𝁕𝁖𝁗𝁘𝁙𝁚𝁛𝁜𝁝𝁞𝁟</div> <div class="line">𝁠𝁡𝁢𝁣𝁤𝁥𝁦𝁧𝁨𝁩𝁪𝁫𝁬𝁭𝁮𝁯𝁰𝁱𝁲𝁳𝁴𝁵𝁶𝁷𝁸𝁹𝁺𝁻𝁼𝁽𝁾𝁿</div> <div class="line">𝂀𝂁𝂂𝂃𝂄𝂅𝂆𝂇𝂈𝂉𝂊𝂋𝂌𝂍𝂎𝂏𝂐𝂑𝂒𝂓𝂔𝂕𝂖𝂗𝂘𝂙𝂚𝂛𝂜𝂝𝂞𝂟</div> <div class="line">𝂠𝂡𝂢𝂣𝂤𝂥𝂦𝂧𝂨𝂩𝂪𝂫𝂬𝂭𝂮𝂯𝂰𝂱𝂲𝂳𝂴𝂵𝂶𝂷𝂸𝂹𝂺𝂻𝂼𝂽𝂾𝂿</div> <div class="line">𝃀𝃁𝃂𝃃𝃄𝃅𝃆𝃇𝃈𝃉𝃊𝃋𝃌𝃍𝃎𝃏𝃐𝃑𝃒𝃓𝃔𝃕𝃖𝃗𝃘𝃙𝃚𝃛𝃜𝃝𝃞𝃟</div> <div class="line">𝃠𝃡𝃢𝃣𝃤𝃥𝃦𝃧𝃨𝃩𝃪𝃫𝃬𝃭𝃮𝃯𝃰𝃱𝃲𝃳𝃴𝃵</div> </div> <div data-block="Musical"> <div class="line">𝄀𝄁𝄂𝄃𝄄𝄅𝄆𝄇𝄈𝄉𝄊𝄋𝄌𝄍𝄎𝄏𝄐𝄑𝄒𝄓𝄔𝄕𝄖𝄗𝄘𝄙𝄚𝄛𝄜𝄝𝄞𝄟</div> <div class="line">𝄠𝄡𝄢𝄣𝄤𝄥𝄦𝄩𝄪𝄫𝄬𝄭𝄮𝄯𝄰𝄱𝄲𝄳𝄴𝄵𝄶𝄷𝄸𝄹𝄺𝄻𝄼𝄽𝄾𝄿𝅀𝅁</div> <div class="line">𝅂𝅃𝅄𝅅𝅆𝅇𝅈𝅉𝅊𝅋𝅌𝅍𝅎𝅏𝅐𝅑𝅒𝅓𝅔𝅕𝅖𝅗𝅘𝅙𝅚𝅛𝅜𝅝𝅗𝅥𝅘𝅥𝅘𝅥𝅮𝅘𝅥𝅯</div> <div class="line">𝅘𝅥𝅰𝅘𝅥𝅱𝅘𝅥𝅲𝅪𝅫𝅬𝆃𝆄𝆌𝆍𝆎𝆏𝆐𝆑𝆒𝆓𝆔𝆕𝆖𝆗𝆘𝆙𝆚𝆛𝆜𝆝𝆞𝆟𝆠𝆡𝆢𝆣</div> <div class="line">𝆤𝆥𝆦𝆧𝆨𝆩𝆮𝆯𝆰𝆱𝆲𝆳𝆴𝆵𝆶𝆷𝆸𝆹𝆺𝆹𝅥𝆺𝅥𝆹𝅥𝅮𝆺𝅥𝅮𝆹𝅥𝅯𝆺𝅥𝅯𝇁𝇂𝇃𝇄𝇅𝇆𝇇</div> <div class="line">𝇈𝇉𝇊𝇋𝇌𝇍𝇎𝇏𝇐𝇑𝇒𝇓𝇔𝇕𝇖𝇗𝇘𝇙𝇚𝇛𝇜𝇝</div> </div> <div data-block="Tai"> <div class="line">𝌀𝌁𝌂𝌃𝌄𝌅𝌆𝌇𝌈𝌉𝌊𝌋𝌌𝌍𝌎𝌏𝌐𝌑𝌒𝌓𝌔𝌕𝌖𝌗𝌘𝌙𝌚𝌛𝌜𝌝𝌞𝌟</div> <div class="line">𝌠𝌡𝌢𝌣𝌤𝌥𝌦𝌧𝌨𝌩𝌪𝌫𝌬𝌭𝌮𝌯𝌰𝌱𝌲𝌳𝌴𝌵𝌶𝌷𝌸𝌹𝌺𝌻𝌼𝌽𝌾𝌿</div> <div class="line">𝍀𝍁𝍂𝍃𝍄𝍅𝍆𝍇𝍈𝍉𝍊𝍋𝍌𝍍𝍎𝍏𝍐𝍑𝍒𝍓𝍔𝍕𝍖</div> </div> <div data-block="Counting"> <div class="line">𝍠𝍡𝍢𝍣𝍤𝍥𝍦𝍧𝍨𝍩𝍪𝍫𝍬𝍭𝍮𝍯𝍰𝍱</div> </div> <div data-block="Mahjong"> <div class="line">🀀🀁🀂🀃🀄🀅🀆🀇🀈🀉🀊🀋🀌🀍🀎🀏🀐🀑🀒🀓🀔🀕🀖🀗🀘🀙🀚🀛🀜🀝🀞🀟</div> <div class="line">🀠🀡🀢🀣🀤🀥🀦🀧🀨🀩🀪🀫</div> </div> <div data-block="Domino"> <div class="line">🀰🀱🀲🀳🀴🀵🀶🀷🀸🀹🀺🀻🀼🀽🀾🀿🁀🁁🁂🁃🁄🁅🁆🁇🁈🁉🁊🁋🁌🁍🁎🁏</div> <div class="line">🁐🁑🁒🁓🁔🁕🁖🁗🁘🁙🁚🁛🁜🁝🁞🁟🁠🁡🁢🁣🁤🁥🁦🁧🁨🁩🁪🁫🁬🁭🁮🁯</div> <div class="line">🁰🁱🁲🁳🁴🁵🁶🁷🁸🁹🁺🁻🁼🁽🁾🁿🂀🂁🂂🂃🂄🂅🂆🂇🂈🂉🂊🂋🂌🂍🂎🂏</div> <div class="line">🂐🂑🂒🂓</div> </div> <div data-block="Playing"> <div class="line">🂠🂡🂢🂣🂤🂥🂦🂧🂨🂩🂪🂫🂬🂭🂮🂱🂲🂳🂴🂵🂶🂷🂸🂹🂺🂻🂼🂽🂾🂿🃁🃂</div> <div class="line">🃃🃄🃅🃆🃇🃈🃉🃊🃋🃌🃍🃎🃏🃑🃒🃓🃔🃕🃖🃗🃘🃙🃚🃛🃜🃝🃞🃟🃠🃡🃢🃣</div> <div class="line">🃤🃥🃦🃧🃨🃩🃪🃫🃬🃭🃮🃯🃰🃱🃲🃳🃴🃵</div> </div> <div data-block="Enclosed"> <div class="line">🄀🄁🄂🄃🄄🄅🄆🄇🄈🄉🄊🄋🄌🄐🄑🄒🄓🄔🄕🄖🄗🄘🄙🄚🄛🄜🄝🄞🄟🄠🄡🄢</div> <div class="line">🄣🄤🄥🄦🄧🄨🄩🄪🄫🄬🄭🄮🄰🄱🄲🄳🄴🄵🄶🄷🄸🄹🄺🄻🄼🄽🄾🄿🅀🅁🅂🅃</div> <div class="line">🅄🅅🅆🅇🅈🅉🅊🅋🅌🅍🅎🅏🅐🅑🅒🅓🅔🅕🅖🅗🅘🅙🅚🅛🅜🅝🅞🅟🅠🅡🅢🅣</div> <div class="line">🅤🅥🅦🅧🅨🅩🅪🅫🅰🅱🅲🅳🅴🅵🅶🅷🅸🅹🅺🅻🅼🅽🅾🅿🆀🆁🆂🆃🆄🆅🆆🆇</div> <div class="line">🆈🆉🆊🆋🆌🆍🆎🆏🆐🆑🆒🆓🆔🆕🆖🆗🆘🆙🆚🇦🇧🇨🇩🇪🇫🇬🇭🇮🇯🇰🇱🇲</div> <div class="line">🇳🇴🇵🇶🇷🇸🇹🇺🇻🇼🇽🇾🇿🈂🈐🈑🈒🈓🈔🈕🈖🈗🈘🈙🈚🈛🈜🈝🈞🈟🈠🈡</div> <div class="line">🈢🈣🈤🈥🈦🈧🈨🈩🈪🈫🈬🈭🈮🈯🈰🈱🈲🈳🈴🈵🈶🈷🈸🈹🈺🉀🉁🉂🉃🉄🉅🉆</div> <div class="line">🉇🉈🉐🉑</div> </div> <div data-block="Miscellaneous"> <div class="line">🌀🌁🌂🌃🌄🌅🌆🌇🌈🌉🌊🌋🌌🌍🌎🌏🌐🌑🌒🌓🌔🌕🌖🌗🌘🌙🌚🌛🌜🌝🌞🌟</div> <div class="line">🌠🌡🌢🌣🌤🌥🌦🌧🌨🌩🌪🌫🌬🌰🌱🌲🌳🌴🌵🌶🌷🌸🌹🌺🌻🌼🌽🌾🌿🍀🍁🍂</div> <div class="line">🍃🍄🍅🍆🍇🍈🍉🍊🍋🍌🍍🍎🍏🍐🍑🍒🍓🍔🍕🍖🍗🍘🍙🍚🍛🍜🍝🍞🍟🍠🍡🍢</div> <div class="line">🍣🍤🍥🍦🍧🍨🍩🍪🍫🍬🍭🍮🍯🍰🍱🍲🍳🍴🍵🍶🍷🍸🍹🍺🍻🍼🍽🎀🎁🎂🎃🎄</div> <div class="line">🎅🎆🎇🎈🎉🎊🎋🎌🎍🎎🎏🎐🎑🎒🎓🎔🎕🎖🎗🎘🎙🎚🎛🎜🎝🎞🎟🎠🎡🎢🎣🎤</div> <div class="line">🎥🎦🎧🎨🎩🎪🎫🎬🎭🎮🎯🎰🎱🎲🎳🎴🎵🎶🎷🎸🎹🎺🎻🎼🎽🎾🎿🏀🏁🏂🏃🏄</div> <div class="line">🏅🏆🏇🏈🏉🏊🏋🏌🏍🏎🏔🏕🏖🏗🏘🏙🏚🏛🏜🏝🏞🏟🏠🏡🏢🏣🏤🏥🏦🏧🏨🏩</div> <div class="line">🏪🏫🏬🏭🏮🏯🏰🏱🏲🏳🏴🏵🏶🏷🐀🐁🐂🐃🐄🐅🐆🐇🐈🐉🐊🐋🐌🐍🐎🐏🐐🐑</div> <div class="line">🐒🐓🐔🐕🐖🐗🐘🐙🐚🐛🐜🐝🐞🐟🐠🐡🐢🐣🐤🐥🐦🐧🐨🐩🐪🐫🐬🐭🐮🐯🐰🐱</div> <div class="line">🐲🐳🐴🐵🐶🐷🐸🐹🐺🐻🐼🐽🐾🐿👀👁👂👃👄👅👆👇👈👉👊👋👌👍👎👏👐👑</div> <div class="line">👒👓👔👕👖👗👘👙👚👛👜👝👞👟👠👡👢👣👤👥👦👧👨👩👪👫👬👭👮👯👰👱</div> <div class="line">👲👳👴👵👶👷👸👹👺👻👼👽👾👿💀💁💂💃💄💅💆💇💈💉💊💋💌💍💎💏💐💑</div> <div class="line">💒💓💔💕💖💗💘💙💚💛💜💝💞💟💠💡💢💣💤💥💦💧💨💩💪💫💬💭💮💯💰💱</div> <div class="line">💲💳💴💵💶💷💸💹💺💻💼💽💾💿📀📁📂📃📄📅📆📇📈📉📊📋📌📍📎📏📐📑</div> <div class="line">📒📓📔📕📖📗📘📙📚📛📜📝📞📟📠📡📢📣📤📥📦📧📨📩📪📫📬📭📮📯📰📱</div> <div class="line">📲📳📴📵📶📷📸📹📺📻📼📽📾🔀🔁🔂🔃🔄🔅🔆🔇🔈🔉🔊🔋🔌🔍🔎🔏🔐🔑🔒</div> <div class="line">🔓🔔🔕🔖🔗🔘🔙🔚🔛🔜🔝🔞🔟🔠🔡🔢🔣🔤🔥🔦🔧🔨🔩🔪🔫🔬🔭🔮🔯🔰🔱🔲</div> <div class="line">🔳🔴🔵🔶🔷🔸🔹🔺🔻🔼🔽🔾🔿🕀🕁🕂🕃🕄🕅🕆🕇🕈🕉🕊🕐🕑🕒🕓🕔🕕🕖🕗</div> <div class="line">🕘🕙🕚🕛🕜🕝🕞🕟🕠🕡🕢🕣🕤🕥🕦🕧🕨🕩🕪🕫🕬🕭🕮🕯🕰🕱🕲🕳🕴🕵🕶🕷</div> <div class="line">🕸🕹🕻🕼🕽🕾🕿🖀🖁🖂🖃🖄🖅🖆🖇🖈🖉🖊🖋🖌🖍🖎🖏🖐🖑🖒🖓🖔🖕🖖🖗🖘</div> <div class="line">🖙🖚🖛🖜🖝🖞🖟🖠🖡🖢🖣🖥🖦🖧🖨🖩🖪🖫🖬🖭🖮🖯🖰🖱🖲🖳🖴🖵🖶🖷🖸🖹</div> <div class="line">🖺🖻🖼🖽🖾🖿🗀🗁🗂🗃🗄🗅🗆🗇🗈🗉🗊🗋🗌🗍🗎🗏🗐🗑🗒🗓🗔🗕🗖🗗🗘🗙</div> <div class="line">🗚🗛🗜🗝🗞🗟🗠🗡🗢🗣🗤🗥🗦🗧🗨🗩🗪🗫🗬🗭🗮🗯🗰🗱🗲🗳🗴🗵🗶🗷🗸🗹</div> <div class="line">🗺🗻🗼🗽🗾🗿</div> </div> <div data-block="Emoticons"> <div class="line">😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏😐😑😒😓😔😕😖😗😘😙😚😛😜😝😞😟</div> <div class="line">😠😡😢😣😤😥😦😧😨😩😪😫😬😭😮😯😰😱😲😳😴😵😶😷😸😹😺😻😼😽😾😿</div> <div class="line">🙀🙁🙂🙅🙆🙇🙈🙉🙊🙋🙌🙍🙎🙏</div> </div> <div data-block="Ornamental"> <div class="line">🙐🙑🙒🙓🙔🙕🙖🙗🙘🙙🙚🙛🙜🙝🙞🙟🙠🙡🙢🙣🙤🙥🙦🙧🙨🙩🙪🙫🙬🙭🙮🙯</div> <div class="line">🙰🙱🙲🙳🙴🙵🙶🙷🙸🙹🙺🙻🙼🙽🙾🙿</div> </div> <div data-block="Transport"> <div class="line">🚀🚁🚂🚃🚄🚅🚆🚇🚈🚉🚊🚋🚌🚍🚎🚏🚐🚑🚒🚓🚔🚕🚖🚗🚘🚙🚚🚛🚜🚝🚞🚟</div> <div class="line">🚠🚡🚢🚣🚤🚥🚦🚧🚨🚩🚪🚫🚬🚭🚮🚯🚰🚱🚲🚳🚴🚵🚶🚷🚸🚹🚺</div> </div> </div> </div> <script src="support/text-orientation.js"></script>
danakj/chromium
third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001l.html
HTML
bsd-3-clause
11,661
<!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE The complete set of authors may be found at http://polymer.github.io/AUTHORS The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS --><!-- @group Paper Elements Material Design: <a href="http://www.google.com/design/spec/components/buttons.html">Buttons</a> `paper-icon-button` is a button with an image placed at the center. When the user touches the button, a ripple effect emanates from the center of the button. `paper-icon-button` includes a default icon set. Use `icon` to specify which icon from the icon set to use. <paper-icon-button icon="menu"></paper-icon-button> See [`iron-iconset`](#iron-iconset) for more information about how to use a custom icon set. Example: <link href="path/to/iron-icons/iron-icons.html" rel="import"> <paper-icon-button icon="favorite"></paper-icon-button> <paper-icon-button src="star.png"></paper-icon-button> Styling ------- Style the button with CSS as you would a normal DOM element. If you are using the icons provided by `iron-icons`, they will inherit the foreground color of the button. /* make a red "favorite" button */ <paper-icon-button icon="favorite" style="color: red;"></paper-icon-button> By default, the ripple is the same color as the foreground at 25% opacity. You may customize the color using this selector: /* make #my-button use a blue ripple instead of foreground color */ #my-button::shadow #ripple { color: blue; } The opacity of the ripple is not customizable via CSS. @element paper-icon-button @homepage github.io --><html><head><link rel="import" href="../polymer/polymer.html"> <link rel="import" href="../iron-icon/iron-icon.html"> <link rel="import" href="../iron-flex-layout/iron-flex-layout.html"> <link rel="import" href="../paper-styles/default-theme.html"> <link rel="import" href="../paper-behaviors/paper-button-behavior.html"> <link rel="import" href="../paper-ripple/paper-ripple.html"> <style is="x-style"> * { --paper-icon-button-disabled-text: var(--disabled-text-color); } </style> </head><body><dom-module id="paper-icon-button"> <style> :host { display: inline-block; position: relative; padding: 8px; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 0; mixin(--paper-icon-button); } :host([disabled]) { color: var(--paper-icon-button-disabled-text); pointer-events: none; cursor: auto; mixin(--paper-icon-button-disabled); } </style> <template> <paper-ripple class="circle" recenters=""></paper-ripple> <iron-icon id="icon" src="[[src]]" icon="[[icon]]"></iron-icon> </template> </dom-module> <script src="paper-icon-button-extracted.js"></script></body></html>
guorendong/iridium-browser-ubuntu
third_party/polymer/v0_8/components-chromium/paper-icon-button/paper-icon-button.html
HTML
bsd-3-clause
3,191
<html> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <title>Test auth0-lock</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <script src="//localhost:35729/livereload.js"></script> <link rel="stylesheet" type="text/css" href="//cdn.auth0.com/styleguide/latest/index.css" rel="stylesheet" /> <link rel="stylesheet" type="text/css" href="/index.css"/> <style> body { background-color: #1f1f24; } h3 { color: #f1f1f1; letter-spacing: 1px; float: left; width: 300px; font-weight: 200; } .clearfix { padding: 20px; } .clearfix > div { float: left; padding: 20px 0 60px 20px; } </style> </head> <!--[if IE 9]> <style>.sidebar-box ul a i{display: none}</style> <![endif]--> <body> <div class="container"> <div class="clearfix"> <h3>Full login</h3> <div id="full-login"></div> </div> <div class="clearfix"> <h3>Login</h3> <div id="login"></div> </div> <div class="clearfix"> <h3>Signup</h3> <div id="signup"></div> </div> <div class="clearfix"> <h3>Reset password</h3> <div id="reset-password"></div> </div> <div class="clearfix"> <h3>Only Social</h3> <div id="only-social"></div> </div> <div class="clearfix"> <h3>Free Suscription</h3> <div id="free-suscription"></div> </div> <div class="clearfix"> <h3>Only email/pass</h3> <div id="only-emailpass"></div> </div> <div class="clearfix"> <h3>Only user/pass</h3> <div id="only-emailuser"></div> </div> <div class="clearfix"> <h3>Only Enterprise</h3> <div id="only-enterprise"></div> </div> <div class="clearfix"> <h3>Custom Icon</h3> <div id="custom-icon"></div> </div> <div class="clearfix"> <h3>Primary Color</h3> <div id="primary-color"></div> </div> <div class="clearfix"> <h3>Show SignUp (footer text)</h3> <div id="footer-text"></div> </div> <div class="clearfix"> <h3>Login fail with rule message</h3> <div id="login-fail"></div> </div> </div> <script src="/auth0-lock.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.js"></script> <script> $(function() { var credentials = { mdocs: { clientID: 'yKJO1ckwuY1X8gPEhTRfhJXyObfiLxih', domain: 'mdocs.auth0.com' }, ruleFail: { clientID: 'bS4Htp89Y8vyYREFqqo980Bj4OlWKP2T', domain: 'auth0-tests-lock.auth0.com' }, free: { clientID: 'zq4ImejULuvrPaazzFhttRgRUhCg4X3o', domain: 'auth0-demo.auth0.com' } } // execute all locks onlySocial(); freeSuscription(); onlyEmailpass(); onlyEmailuser(); onlyEnterprise(); customIcon(); primaryColor(); footerText(); loginFail(); fullLogin(); loginLock(); signupLock(); resetPassword(); // function all locks function fullLogin() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.show({ callbackURL: window.location.href, responseType: 'token', container: 'full-login' }); }; function loginLock() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignin({ callbackURL: window.location.href, responseType: 'token', container: 'login' }); }; function signupLock() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignup({ callbackURL: window.location.href, responseType: 'token', container: 'signup' }); }; function resetPassword() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showReset({ callbackURL: window.location.href, responseType: 'token', container: 'reset-password' }); }; function onlySocial() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignin({ callbackURL: window.location.href, responseType: 'token', connections: ['facebook', 'google-oauth2', 'linkedin', 'twitter'], container: 'only-social' }); }; function freeSuscription() { var cid = credentials.free.clientID; var domain = credentials.free.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignin({ callbackURL: window.location.href, responseType: 'token', socialBigButtons: true, container: 'free-suscription' }); }; function onlyEmailpass() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignin({ callbackURL: window.location.href, responseType: 'token', connections: ['mdocs.io'], container: 'only-emailpass' }); }; function onlyEmailuser() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignin({ callbackURL: window.location.href, responseType: 'token', usernameStyle: 'username', connections: ['mdocs.io'], container: 'only-emailuser' }); }; function onlyEnterprise() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignin({ callbackURL: window.location.href, responseType: 'token', connections: ['auth0.com'], container: 'only-enterprise' }); }; function customIcon() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignin({ callbackURL: window.location.href, responseType: 'token', icon: '//utsa.edu/capri/img/Bank%20of%20america%20logo%202.png', container: 'custom-icon' }); }; function primaryColor() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignin({ callbackURL: window.location.href, responseType: 'token', primaryColor: '#40DF7D', container: 'primary-color' }); }; function footerText() { var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var dict = { signup: { footerText: 'By signing up, you agree to our <a href="/terms" target="_new">Terms of service</a> and <a href="/privacy" target="_new">Privacy policy</a>' } }; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.showSignup({ callbackURL: window.location.href, responseType: 'token', dict: dict, container: 'footer-text' }); }; function loginFail() { var cid = credentials.ruleFail.clientID; var domain = credentials.ruleFail.domain; var widget = new Auth0Lock(cid, domain); trackEvents(widget); widget.show({ // connections: ['twitter'] connections: ['acme'], container: 'login-fail' }, function (err, profile, id_token) { }); }; /////////////////////////// var cid = credentials.mdocs.clientID; var domain = credentials.mdocs.domain; var widget = new Auth0Lock(cid, domain); var result = widget.parseHash(window.location.hash); var cid2 = credentials.free.clientID; var domain2 = credentials.free.domain; var widget2 = new Auth0Lock(cid2, domain2); var result2 = widget2.parseHash(window.location.hash); // Clean the hash after parse window.location.hash = ""; if (result && result.id_token) { // After login, show user profile widget.getProfile(result.id_token, function(err, profile) { if (err) { return alert(err); } console.log(profile); $('#userinfo pre').text(JSON.stringify(profile, 0, 2)); }); } else if (result2 && result2.id_token) { // After login, show user profile widget.getProfile(result2.id_token, function(err, profile) { if (err) { return alert(err); } console.log(profile); $('#userinfo pre').text(JSON.stringify(profile, 0, 2)); }); } else if (result && result.error && /invalid_token/.test(result2.error)) { alert('error: ' + result.error); } else if (result2 && result2.error && /invalid_token/.test(result.error)) { alert('error: ' + result2.error); } function trackEvents(widget, namespace) { var name = namespace || 'widget'; ['signup', 'signin', 'reset', 'kerberos', 'loggedin'].forEach(function (mode) { ['ready', 'error', 'success', 'submit'].forEach(function (ev) { var event_name = mode + ' ' + ev; widget.on(event_name, function() { console.log('Event: "' + event_name + '" fired!'); }) }); }); widget.on('error shown', function() { console.log('Event: "error shown" fired!'); }) } }); </script> </body> </html>
adam2314/lock
support/development-demo/views.html
HTML
mit
11,776
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket::basic_socket (1 of 6 overloads)</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../basic_socket.html" title="basic_socket::basic_socket"> <link rel="prev" href="../basic_socket.html" title="basic_socket::basic_socket"> <link rel="next" href="overload2.html" title="basic_socket::basic_socket (2 of 6 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../basic_socket.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="boost_asio.reference.basic_socket.basic_socket.overload1"></a><a class="link" href="overload1.html" title="basic_socket::basic_socket (1 of 6 overloads)">basic_socket::basic_socket (1 of 6 overloads)</a> </h5></div></div></div> <p> Construct a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput"><span class="identifier">basic_socket</span></code></a> without opening it. </p> <pre class="programlisting"><span class="identifier">basic_socket</span><span class="special">(</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> <span class="identifier">io_service</span><span class="special">);</span> </pre> <p> This constructor creates a socket without opening it. </p> <h6> <a name="boost_asio.reference.basic_socket.basic_socket.overload1.h0"></a> <span><a name="boost_asio.reference.basic_socket.basic_socket.overload1.parameters"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket.basic_socket.overload1.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">io_service</span></dt> <dd><p> The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that the socket will use to dispatch handlers for any asynchronous operations performed on the socket. </p></dd> </dl> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../basic_socket.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/asio/doc/html/boost_asio/reference/basic_socket/basic_socket/overload1.html
HTML
mit
4,591
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01266/ by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:00:45 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /><!-- /Added by HTTrack --> <head> <title>Index of /lghtml/lawstat/version2/01266</title> </head> <body> <h1>Index of /lghtml/lawstat/version2/01266</h1> <ul><li><a href="../index.html"> Parent Directory</a></li> <li><a href="0126696030200.html"> 0126696030200.htm</a></li> </ul> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01266/ by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:00:45 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /><!-- /Added by HTTrack --> </html>
g0v/laweasyread-data
rawdata/utf8_lawstat/version2/01266/index.html
HTML
mit
871
<head> <title>ScriptHTMLSetPost</title> <link rel=stylesheet href=../../../../css/doc.css type=text/css> </head> <body> <div id="root"> <div id="banner"> </div> <div id="location"> <table width=100% class="location"><tr> <td><a href="../../../../index.html">Home</a><td>|</td> <td><a href=../../../../base/index.html>base</a></td> <td>|</td><td><a href=../../../../base/src.lib/index.html>src.lib</a></td><td>|</td><td><a href=../../../../base/src.lib/httpd/index.html>httpd</a></td><td>|</td><td><a href=../../../../base/src.lib/httpd/rscript/index.html>rscript</a></td><td>|</td> <td>ScriptHTMLSetPost</td> <td width=100% align=right><a href=../../../../base/src.lib/indexdoc.html>Index</a></td> </tr> </table> </div> <div id="main"> <h2 class="doctitle">ScriptHTMLSetPost</h2> <table> <tr><td class="docsubtitle" valign=top>Syntax</td></tr> <tr><td></td><td class="docbox" style="font-family: courier;">int ScriptHTMLSetPost(<a href="structScriptHTML.html"><code>struct ScriptHTML</code></a> *ptr,int num,char **post);</td></tr> <tr><td class="docsubtitle" valign=top>Header</td></tr> <tr><td></td> <td class="docbox" style="font-family: courier;">base/rscript.h</td></tr> <tr><td class=docsubtitle>Library</td></tr> <tr><td></td><td style="font-family: courier;"><a href="index.html">rscript</a></td></tr> <tr><td class="docsubtitle">Description</td></tr> <tr><td></td><td class="docbody">None</td></tr> <tr><td class="docsubtitle">Returns</td></tr> <tr><td></td><td>None</td></tr> <tr><td class="docsubtitle">Errors</td></tr> <tr><td></td><td>None</td></tr> <tr><td class="docsubtitle">Example</td></tr> <tr><td></td><td>None</td></tr> </table> <br><br> </div> <div id="tail"> <center><p> &copy; Johns Hopkins Applied Physics Laboratory 2010 </p></center> </div> </div> </body>
jspaleta/SuperDARN_MSI_ROS
linux/home/radar/ros.3.6/doc/html/base/src.lib/httpd/rscript/ScriptHTMLSetPost.html
HTML
mit
1,810
<!-- HTML header for doxygen 1.8.13--> <!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.15"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Generic Image Library: ChannelConvertibleConcept&lt; SrcChannel, DstChannel &gt; Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="doxygen-boost.css" rel="stylesheet" type="text/css"/> </head> <body> <div class="boost-header"> <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header"> <tr> <td valign="top" width="300"> <h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3> </td> <td ><h1 align="center"><a href="../index.html"></a></h1></td> <td></td> </tr> </table> </div> <hr/> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!-- Generated by Doxygen 1.8.15 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>boost</b></li><li class="navelem"><b>gil</b></li><li class="navelem"><a class="el" href="structboost_1_1gil_1_1_channel_convertible_concept.html">ChannelConvertibleConcept</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-attribs">Public Attributes</a> &#124; <a href="structboost_1_1gil_1_1_channel_convertible_concept-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">ChannelConvertibleConcept&lt; SrcChannel, DstChannel &gt; Struct Template Reference<div class="ingroups"><a class="el" href="group___channel.html">Channel</a> &raquo; <a class="el" href="group___channel_concept.html">Concepts</a></div></div> </div> </div><!--header--> <div class="contents"> <p>A channel is convertible to another one if the <code>channel_convert</code> algorithm is defined for the two channels. <a href="structboost_1_1gil_1_1_channel_convertible_concept.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="concepts_2channel_8hpp_source.html">channel.hpp</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:ab0a0dbf6ca9028bbbb2240cad5882537"><td class="memItemLeft" align="right" valign="top"><a id="ab0a0dbf6ca9028bbbb2240cad5882537"></a> void&#160;</td><td class="memItemRight" valign="bottom"><b>constraints</b> ()</td></tr> <tr class="separator:ab0a0dbf6ca9028bbbb2240cad5882537"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a285806f0c0774603bac41862f8455c61"><td class="memItemLeft" align="right" valign="top"><a id="a285806f0c0774603bac41862f8455c61"></a> SrcChannel&#160;</td><td class="memItemRight" valign="bottom"><b>src</b></td></tr> <tr class="separator:a285806f0c0774603bac41862f8455c61"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7c38e78d8940d1ea6acc8a38e4f8367b"><td class="memItemLeft" align="right" valign="top"><a id="a7c38e78d8940d1ea6acc8a38e4f8367b"></a> DstChannel&#160;</td><td class="memItemRight" valign="bottom"><b>dst</b></td></tr> <tr class="separator:a7c38e78d8940d1ea6acc8a38e4f8367b"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><h3>template&lt;typename SrcChannel, typename DstChannel&gt;<br /> struct boost::gil::ChannelConvertibleConcept&lt; SrcChannel, DstChannel &gt;</h3> <p>A channel is convertible to another one if the <code>channel_convert</code> algorithm is defined for the two channels. </p> <p>Convertibility is non-symmetric and implies that one channel can be converted to another. Conversion is explicit and often lossy operation.</p> <p>concept ChannelConvertibleConcept&lt;ChannelConcept SrcChannel, ChannelValueConcept DstChannel&gt; { DstChannel channel_convert(const SrcChannel&amp;); }; </p> </div><hr/>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="concepts_2channel_8hpp_source.html">concepts/channel.hpp</a></li> </ul> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.13--> <!-- start footer part --> <hr class="footer"/> <address class="footer"> <small> Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15 </small> </address> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/gil/doc/html/reference/structboost_1_1gil_1_1_channel_convertible_concept.html
HTML
mit
5,572
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Reference</title> <link rel="stylesheet" href="../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.Heap"> <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.Heap"> <link rel="prev" href="data_structures.html" title="Data Structures"> <link rel="next" href="../boost/heap/binomial_heap.html" title="Class template binomial_heap"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="data_structures.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../boost/heap/binomial_heap.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="heap.reference"></a>Reference</h2></div></div></div> <div class="toc"><dl> <dt><span class="section"><a href="reference.html#header.boost.heap.binomial_heap_hpp">Header &lt;boost/heap/binomial_heap.hpp&gt;</a></span></dt> <dt><span class="section"><a href="reference.html#header.boost.heap.d_ary_heap_hpp">Header &lt;boost/heap/d_ary_heap.hpp&gt;</a></span></dt> <dt><span class="section"><a href="reference.html#header.boost.heap.fibonacci_heap_hpp">Header &lt;boost/heap/fibonacci_heap.hpp&gt;</a></span></dt> <dt><span class="section"><a href="reference.html#header.boost.heap.heap_concepts_hpp">Header &lt;boost/heap/heap_concepts.hpp&gt;</a></span></dt> <dt><span class="section"><a href="reference.html#header.boost.heap.heap_merge_hpp">Header &lt;boost/heap/heap_merge.hpp&gt;</a></span></dt> <dt><span class="section"><a href="reference.html#header.boost.heap.pairing_heap_hpp">Header &lt;boost/heap/pairing_heap.hpp&gt;</a></span></dt> <dt><span class="section"><a href="reference.html#header.boost.heap.policies_hpp">Header &lt;boost/heap/policies.hpp&gt;</a></span></dt> <dt><span class="section"><a href="reference.html#header.boost.heap.priority_queue_hpp">Header &lt;boost/heap/priority_queue.hpp&gt;</a></span></dt> <dt><span class="section"><a href="reference.html#header.boost.heap.skew_heap_hpp">Header &lt;boost/heap/skew_heap.hpp&gt;</a></span></dt> </dl></div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.binomial_heap_hpp"></a>Header &lt;<a href="../../../../../boost/heap/binomial_heap.hpp" target="_top">boost/heap/binomial_heap.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../boost/heap/binomial_heap.html" title="Class template binomial_heap">binomial_heap</a><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.d_ary_heap_hpp"></a>Header &lt;<a href="../../../../../boost/heap/d_ary_heap.hpp" target="_top">boost/heap/d_ary_heap.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../boost/heap/d_ary_heap.html" title="Class template d_ary_heap">d_ary_heap</a><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.fibonacci_heap_hpp"></a>Header &lt;<a href="../../../../../boost/heap/fibonacci_heap.hpp" target="_top">boost/heap/fibonacci_heap.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../boost/heap/fibonacci_heap.html" title="Class template fibonacci_heap">fibonacci_heap</a><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.heap_concepts_hpp"></a>Header &lt;<a href="../../../../../boost/heap/heap_concepts.hpp" target="_top">boost/heap/heap_concepts.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> C<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/PriorityQueue.html" title="Struct template PriorityQueue">PriorityQueue</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> C<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/MergablePriorityQueue.html" title="Struct template MergablePriorityQueue">MergablePriorityQueue</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> C<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/MutablePriorityQueue.html" title="Struct template MutablePriorityQueue">MutablePriorityQueue</a><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.heap_merge_hpp"></a>Header &lt;<a href="../../../../../boost/heap/heap_merge.hpp" target="_top">boost/heap/heap_merge.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Heap1<span class="special">,</span> <span class="keyword">typename</span> Heap2<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="../boost/heap/heap_merge.html" title="Function template heap_merge"><span class="identifier">heap_merge</span></a><span class="special">(</span><span class="identifier">Heap1</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">Heap2</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.pairing_heap_hpp"></a>Header &lt;<a href="../../../../../boost/heap/pairing_heap.hpp" target="_top">boost/heap/pairing_heap.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../boost/heap/pairing_heap.html" title="Class template pairing_heap">pairing_heap</a><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.policies_hpp"></a>Header &lt;<a href="../../../../../boost/heap/policies.hpp" target="_top">boost/heap/policies.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/compare.html" title="Struct template compare">compare</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">bool</span> T<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/mutable_.html" title="Struct template mutable_">mutable_</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/allocator.html" title="Struct template allocator">allocator</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">bool</span> T<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/stable.html" title="Struct template stable">stable</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> IntType<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/stability_counter_type.html" title="Struct template stability_counter_type">stability_counter_type</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">bool</span> T<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/constant_time_size.html" title="Struct template constant_time_size">constant_time_size</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">bool</span> T<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/store_parent_pointer.html" title="Struct template store_parent_pointer">store_parent_pointer</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">unsigned</span> <span class="keyword">int</span> T<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/arity.html" title="Struct template arity">arity</a><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.priority_queue_hpp"></a>Header &lt;<a href="../../../../../boost/heap/priority_queue.hpp" target="_top">boost/heap/priority_queue.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../boost/heap/priority_queue.html" title="Class template priority_queue">priority_queue</a><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.heap.skew_heap_hpp"></a>Header &lt;<a href="../../../../../boost/heap/skew_heap.hpp" target="_top">boost/heap/skew_heap.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../boost/heap/skew_heap.html" title="Class template skew_heap">skew_heap</a><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2010, 2011 Tim Blechmann<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="data_structures.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../boost/heap/binomial_heap.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/heap/doc/html/heap/reference.html
HTML
mit
16,115
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Boost.Geometry (aka GGL, Generic Geometry Library)</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <table cellpadding="2" width="100%"> <tbody> <tr> <td valign="top"> <img alt="Boost.Geometry" src="images/ggl-logo-big.png" height="80" width="200"> &nbsp;&nbsp; </td> <td valign="top" align="right"> <a href="http://www.boost.org"> <img alt="Boost C++ Libraries" src="images/accepted_by_boost.png" height="80" width="230" border="0"> </a> </td> </tr> </tbody> </table> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">/home/travis/build/boostorg/boost/boost/geometry/core/topological_dimension.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="nested-classes"></a> Classes</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1topological__dimension.html">boost::geometry::topological_dimension&lt; Geometry &gt;</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Meta-function returning the topological dimension of a geometry. <a href="structboost_1_1geometry_1_1topological__dimension.html#details">More...</a><br/></td></tr> <tr><td colspan="2"><h2><a name="namespaces"></a> Namespaces</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry.html">boost::geometry</a></td></tr> </table> </div><!-- contents --> <hr size="1"> <table width="100%"> <tbody> <tr> <td align="left"><small> <p>April 2, 2011</p> </small></td> <td align="right"> <small> Copyright &copy; 2007-2011 Barend Gehrels, Amsterdam, the Netherlands<br> Copyright &copy; 2008-2011 Bruno Lalande, Paris, France<br> Copyright &copy; 2009-2010 Mateusz Loskot, London, UK<br> </small> </td> </tr> </tbody> </table> <address style="text-align: right;"><small> Documentation is generated by&nbsp;<a href="http://www.doxygen.org/index.html">Doxygen</a> </small></address> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/topological__dimension_8hpp.html
HTML
mit
3,480
{% load sirtrevor %} <div class="content-block heading-block"> <h1>{{ text|linebreaksbr }}</h1> </div>
zerc/django-sirtrevor
sirtrevor/templates/sirtrevor/blocks/heading.html
HTML
mit
107
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>time_traits&lt; boost::posix_time::ptime &gt;::duration_type</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../time_traits_lt__ptime__gt_.html" title="time_traits&lt; boost::posix_time::ptime &gt;"> <link rel="prev" href="add.html" title="time_traits&lt; boost::posix_time::ptime &gt;::add"> <link rel="next" href="less_than.html" title="time_traits&lt; boost::posix_time::ptime &gt;::less_than"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="add.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../time_traits_lt__ptime__gt_.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="less_than.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.time_traits_lt__ptime__gt_.duration_type"></a><a class="link" href="duration_type.html" title="time_traits&lt; boost::posix_time::ptime &gt;::duration_type">time_traits&lt; boost::posix_time::ptime &gt;::duration_type</a> </h4></div></div></div> <p> <a class="indexterm" name="id1589670"></a> The duration type. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">time_duration</span> <span class="identifier">duration_type</span><span class="special">;</span> </pre> <h6> <a name="boost_asio.reference.time_traits_lt__ptime__gt_.duration_type.h0"></a> <span><a name="boost_asio.reference.time_traits_lt__ptime__gt_.duration_type.requirements"></a></span><a class="link" href="duration_type.html#boost_asio.reference.time_traits_lt__ptime__gt_.duration_type.requirements">Requirements</a> </h6> <p> <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/time_traits.hpp</code> </p> <p> <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="add.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../time_traits_lt__ptime__gt_.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="less_than.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
djsedulous/namecoind
libs/boost_1_50_0/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html
HTML
mit
4,190
Chers {GROUP_MODERATOR}, Un utilisateur {USER} a demandé à se joindre à un groupe de modérateur sur {SITENAME}. D'approuver ou de refuser cette demande de l'appartenance à un groupe, veuillez visiter le lien suivant: {U_GROUP} {EMAIL_SIG}
yukoff/toloka
library/language/fr/email/group_request.html
HTML
mit
247
{% extends "base.html" %} {% block title %}UsfirstTeamAvatarGet{% endblock %} {% block content %} <div class="row"> {% if success %} <div class="alert alert-block alert-success"> <h4>Got team {{team.team_number}}'s Avatar</h4> </div> <h2>Team {{team.team_number}}</h2> <div class="btn-group"> <a href="/team/{{team.team_number}}" class="btn btn-primary" /><span class="glyphicon glyphicon-eye-open"></span> View on TBA</a> <a href="/admin/team/{{team.team_number}}" class="btn" /><span class="glyphicon glyphicon-edit"></span> View in Admin</a> </div> <br> {% else %} <div class="alert alert-block alert-danger"> <h4>Team Avatar Fetch Failed.</h4> <p>{{key_name}} may lack a TPID, thus don't know how to scrape FIRST</p> </div> {% endif %} </div> {% endblock %}
jaredhasenklein/the-blue-alliance
templates/datafeeds/usfirst_team_avatar_get.html
HTML
mit
848
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | Icons</title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <link href="css/animate.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> </head> <body> <div id="wrapper"> <nav class="navbar-default navbar-static-side" role="navigation"> <div class="sidebar-collapse"> <ul class="nav" id="side-menu"> <li class="nav-header"> <div class="dropdown profile-element"> <span> <img alt="image" class="img-circle" src="img/profile_small.jpg" /> </span> <a data-toggle="dropdown" class="dropdown-toggle" href="#"> <span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">David Williams</strong> </span> <span class="text-muted text-xs block">Art Director <b class="caret"></b></span> </span> </a> <ul class="dropdown-menu animated fadeInRight m-t-xs"> <li><a href="profile.html">Profile</a></li> <li><a href="contacts.html">Contacts</a></li> <li><a href="mailbox.html">Mailbox</a></li> <li class="divider"></li> <li><a href="login.html">Logout</a></li> </ul> </div> <div class="logo-element"> IN+ </div> </li> <li> <a href="index.html"><i class="fa fa-th-large"></i> <span class="nav-label">Dashboards</span> <span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="index.html">Dashboard v.1</a></li> <li ><a href="dashboard_2.html">Dashboard v.2</a></li> <li ><a href="dashboard_3.html">Dashboard v.3</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-bar-chart-o"></i> <span class="nav-label">Graphs</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="graph_flot.html">Flot Charts</a></li> <li><a href="graph_morris.html">Morris.js Charts</a></li> <li><a href="graph_rickshaw.html">Rickshaw Charts</a></li> <li><a href="graph_chartjs.html">Chart.js</a></li> <li><a href="graph_peity.html">Peity Charts</a></li> <li><a href="graph_sparkline.html">Sparkline Charts</a></li> </ul> </li> <li> <a href="mailbox.html"><i class="fa fa-envelope"></i> <span class="nav-label">Mailbox </span><span class="label label-warning pull-right">16/24</span></a> <ul class="nav nav-second-level"> <li><a href="mailbox.html">Inbox</a></li> <li><a href="mail_detail.html">Email view</a></li> <li><a href="mail_compose.html">Compose email</a></li> <li><a href="email_template.html">Email templates</a></li> </ul> </li> <li> <a href="widgets.html"><i class="fa fa-flask"></i> <span class="nav-label">Widgets</span> </a> </li> <li> <a href="#"><i class="fa fa-edit"></i> <span class="nav-label">Forms</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="form_basic.html">Basic form</a></li> <li><a href="form_advanced.html">Advanced Plugins</a></li> <li><a href="form_wizard.html">Wizard</a></li> <li><a href="form_file_upload.html">File Upload</a></li> <li><a href="form_editors.html">Text Editor</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-desktop"></i> <span class="nav-label">App Views</span> <span class="pull-right label label-primary">SPECIAL</span></a> <ul class="nav nav-second-level"> <li><a href="contacts.html">Contacts</a></li> <li><a href="profile.html">Profile</a></li> <li><a href="projects.html">Projects</a></li> <li><a href="project_detail.html">Project detail</a></li> <li><a href="file_manager.html">File manager</a></li> <li><a href="calendar.html">Calendar</a></li> <li><a href="faq.html">FAQ</a></li> <li><a href="timeline.html">Timeline</a></li> <li><a href="pin_board.html">Pin board</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-files-o"></i> <span class="nav-label">Other Pages</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="search_results.html">Search results</a></li> <li><a href="lockscreen.html">Lockscreen</a></li> <li><a href="invoice.html">Invoice</a></li> <li><a href="login.html">Login</a></li> <li><a href="register.html">Register</a></li> <li><a href="404.html">404 Page</a></li> <li><a href="500.html">500 Page</a></li> <li><a href="empty_page.html">Empty page</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-globe"></i> <span class="nav-label">Miscellaneous</span><span class="label label-info pull-right">NEW</span></a> <ul class="nav nav-second-level"> <li><a href="google_maps.html">Google maps</a></li> <li><a href="code_editor.html">Code editor</a></li> <li><a href="modal_window.html">Modal window</a></li> <li><a href="nestable_list.html">Nestable list</a></li> <li><a href="validation.html">Validation</a></li> </ul> </li> <li class="active"> <a href="#"><i class="fa fa-flask"></i> <span class="nav-label">UI Elements</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="typography.html">Typography</a></li> <li class="active"><a href="icons.html">Icons</a></li> <li><a href="draggable_panels.html">Draggable Panels</a></li> <li><a href="buttons.html">Buttons</a></li> <li><a href="video.html">Video</a></li> <li><a href="tabs_panels.html">Tabs & Panels</a></li> <li><a href="notifications.html">Notifications & Tooltips</a></li> <li><a href="badges_labels.html">Badges, Labels, Progress</a></li> </ul> </li> <li> <a href="grid_options.html"><i class="fa fa-laptop"></i> <span class="nav-label">Grid options</span></a> </li> <li> <a href="#"><i class="fa fa-table"></i> <span class="nav-label">Tables</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="table_basic.html">Static Tables</a></li> <li><a href="table_data_tables.html">Data Tables</a></li> <li><a href="jq_grid.html">jqGrid</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-picture-o"></i> <span class="nav-label">Gallery</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="basic_gallery.html">Basic Gallery</a></li> <li><a href="carousel.html">Bootstrap Carusela</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-sitemap"></i> <span class="nav-label">Menu Levels </span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="#">Third Level <span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> </ul> </li> <li><a href="#">Second Level Item</a></li> <li> <a href="#">Second Level Item</a></li> <li> <a href="#">Second Level Item</a></li> </ul> </li> <li> <a href="css_animation.html"><i class="fa fa-magic"></i> <span class="nav-label">CSS Animations </span><span class="label label-info pull-right">62</span></a> </li> <li class="landing_link"> <a target="_blank" href="Landing_page/index.html"><i class="fa fa-star"></i> <span class="nav-label">Landing Page</span> <span class="label label-warning pull-right">NEW</span></a> </li> <li class="special_link"> <a href="angularjs.html"><i class="fa fa-google"></i> <span class="nav-label">AngularJS</span></a> </li> </ul> </div> </nav> <div id="page-wrapper" class="gray-bg"> <div class="row border-bottom"> <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a> <form role="search" class="navbar-form-custom" method="post" action="search_results.html"> <div class="form-group"> <input type="text" placeholder="Search for something..." class="form-control" name="top-search" id="top-search"> </div> </form> </div> <ul class="nav navbar-top-links navbar-right"> <li> <span class="m-r-sm text-muted welcome-message">Welcome to INSPINIA+ Admin Theme.</span> </li> <li class="dropdown"> <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#"> <i class="fa fa-envelope"></i> <span class="label label-warning">16</span> </a> <ul class="dropdown-menu dropdown-messages"> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/a7.jpg"> </a> <div class="media-body"> <small class="pull-right">46h ago</small> <strong>Mike Loreipsum</strong> started following <strong>Monica Smith</strong>. <br> <small class="text-muted">3 days ago at 7:58 pm - 10.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/a4.jpg"> </a> <div class="media-body "> <small class="pull-right text-navy">5h ago</small> <strong>Chris Johnatan Overtunk</strong> started following <strong>Monica Smith</strong>. <br> <small class="text-muted">Yesterday 1:21 pm - 11.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/profile.jpg"> </a> <div class="media-body "> <small class="pull-right">23h ago</small> <strong>Monica Smith</strong> love <strong>Kim Smith</strong>. <br> <small class="text-muted">2 days ago at 2:30 am - 11.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="text-center link-block"> <a href="mailbox.html"> <i class="fa fa-envelope"></i> <strong>Read All Messages</strong> </a> </div> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#"> <i class="fa fa-bell"></i> <span class="label label-primary">8</span> </a> <ul class="dropdown-menu dropdown-alerts"> <li> <a href="mailbox.html"> <div> <i class="fa fa-envelope fa-fw"></i> You have 16 messages <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="profile.html"> <div> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small">12 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="grid_options.html"> <div> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <div class="text-center link-block"> <a href="notifications.html"> <strong>See All Alerts</strong> <i class="fa fa-angle-right"></i> </a> </div> </li> </ul> </li> <li> <a href="login.html"> <i class="fa fa-sign-out"></i> Log out </a> </li> </ul> </nav> </div> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-lg-10"> <h2>Icons</h2> <ol class="breadcrumb"> <li> <a href="index.html">Home</a> </li> <li> <a>UI Elements</a> </li> <li class="active"> <strong>Icons</strong> </li> </ol> </div> <div class="col-lg-2"> </div> </div> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-3"> <div class="ibox float-e-margins"> <h2>Font Awesome 4.2.0</h2> Best collection of font icon. Gives scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the CSS styles. </div> </div> <div class="col-lg-9"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>All icons <small class="m-l-sm">All icons in collection - <a target="_blank" href="http://fortawesome.github.io/Font-Awesome/icons/">Font Awesome</a> </small></h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="#">Config option 1</a> </li> <li><a href="#">Config option 2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content icons-box"> <div> <h3> New Icons in 4.2.0 </h3> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-angellist"></i> fa-angellist</a></div> <div class="infont col-md-3 col-sm-4"><a href="../icon/area-chart"><i class="fa fa-area-chart"></i> fa-area-chart</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-at"></i> fa-at</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-bell-slash"></i> fa-bell-slash</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-bell-slash-o"></i> fa-bell-slash-o</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-bicycle"></i> fa-bicycle</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-binoculars"></i> fa-binoculars</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-birthday-cake"></i> fa-birthday-cake</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-bus"></i> fa-bus</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-calculator"></i> fa-calculator</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-cc"></i> fa-cc</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-cc-amex"></i> fa-cc-amex</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-cc-discover"></i> fa-cc-discover</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-cc-mastercard"></i> fa-cc-mastercard</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-cc-paypal"></i> fa-cc-paypal</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-cc-stripe"></i> fa-cc-stripe</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-cc-visa"></i> fa-cc-visa</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-copyright"></i> fa-copyright</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-eyedropper"></i> fa-eyedropper</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-futbol-o"></i> fa-futbol-o</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-google-wallet"></i> fa-google-wallet</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-ils"></i> fa-ils</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-ioxhost"></i> fa-ioxhost</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-lastfm"></i> fa-lastfm</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-lastfm-square"></i> fa-lastfm-square</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-line-chart"></i> fa-line-chart</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-meanpath"></i> fa-meanpath</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-newspaper-o"></i> fa-newspaper-o</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-paint-brush"></i> fa-paint-brush</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-paypal"></i> fa-paypal</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-pie-chart"></i> fa-pie-chart</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-plug"></i> fa-plug</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-shekel"></i> fa-shekel <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-sheqel"></i> fa-sheqel <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-slideshare"></i> fa-slideshare</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-soccer-ball-o"></i> fa-soccer-ball-o <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-toggle-off"></i> fa-toggle-off</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-toggle-on"></i> fa-toggle-on</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-trash"></i> fa-trash</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-tty"></i> fa-tty</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-twitch"></i> fa-twitch</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-wifi"></i> fa-wifi</a></div> <div class="infont col-md-3 col-sm-4"><a href=""><i class="fa fa-yelp"></i> fa-yelp</a></div> <div class="clearfix"></div> </div> <div> <h3> New Icons in 4.1.0 </h3> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rub"></i> fa-rub</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ruble"></i> fa-ruble <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rouble"></i> fa-rouble <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pagelines"></i> fa-pagelines</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-stack-exchange"></i> fa-stack-exchange</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-o-right"></i> fa-arrow-circle-o-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-o-left"></i> fa-arrow-circle-o-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-left"></i> fa-caret-square-o-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-left"></i> fa-toggle-left <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-dot-circle-o"></i> fa-dot-circle-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-wheelchair"></i> fa-wheelchair</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-vimeo-square"></i> fa-vimeo-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-try"></i> fa-try</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-turkish-lira"></i> fa-turkish-lira <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plus-square-o"></i> fa-plus-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-automobile"></i> fa-automobile <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bank"></i> fa-bank <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-behance"></i> fa-behance</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-behance-square"></i> fa-behance-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bomb"></i> fa-bomb</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-building"></i> fa-building</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cab"></i> fa-cab <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-car"></i> fa-car</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-child"></i> fa-child</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-circle-o-notch"></i> fa-circle-o-notch</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-circle-thin"></i> fa-circle-thin</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-codepen"></i> fa-codepen</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cube"></i> fa-cube</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cubes"></i> fa-cubes</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-database"></i> fa-database</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-delicious"></i> fa-delicious</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-deviantart"></i> fa-deviantart</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-digg"></i> fa-digg</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-drupal"></i> fa-drupal</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-empire"></i> fa-empire</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-envelope-square"></i> fa-envelope-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-fax"></i> fa-fax</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-archive-o"></i> fa-file-archive-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-audio-o"></i> fa-file-audio-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-code-o"></i> fa-file-code-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-excel-o"></i> fa-file-excel-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-image-o"></i> fa-file-image-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-movie-o"></i> fa-file-movie-o <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-pdf-o"></i> fa-file-pdf-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-photo-o"></i> fa-file-photo-o <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-picture-o"></i> fa-file-picture-o <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-powerpoint-o"></i> fa-file-powerpoint-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-sound-o"></i> fa-file-sound-o <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-video-o"></i> fa-file-video-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-word-o"></i> fa-file-word-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-zip-o"></i> fa-file-zip-o <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ge"></i> fa-ge <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-git"></i> fa-git</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-git-square"></i> fa-git-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-google"></i> fa-google</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-graduation-cap"></i> fa-graduation-cap</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-hacker-news"></i> fa-hacker-news</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-header"></i> fa-header</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-history"></i> fa-history</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-institution"></i> fa-institution <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-joomla"></i> fa-joomla</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-jsfiddle"></i> fa-jsfiddle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-language"></i> fa-language</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-life-bouy"></i> fa-life-bouy <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-life-ring"></i> fa-life-ring</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-life-saver"></i> fa-life-saver <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-mortar-board"></i> fa-mortar-board <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-openid"></i> fa-openid</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-paper-plane"></i> fa-paper-plane</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-paper-plane-o"></i> fa-paper-plane-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-paragraph"></i> fa-paragraph</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-paw"></i> fa-paw</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pied-piper"></i> fa-pied-piper</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pied-piper-alt"></i> fa-pied-piper-alt</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pied-piper-square"></i> fa-pied-piper-square <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-qq"></i> fa-qq</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ra"></i> fa-ra <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rebel"></i> fa-rebel</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-recycle"></i> fa-recycle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-reddit"></i> fa-reddit</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-reddit-square"></i> fa-reddit-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-send"></i> fa-send <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-send-o"></i> fa-send-o <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-share-alt"></i> fa-share-alt</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-share-alt-square"></i> fa-share-alt-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-slack"></i> fa-slack</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sliders"></i> fa-sliders</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-soundcloud"></i> fa-soundcloud</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-space-shuttle"></i> fa-space-shuttle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-spoon"></i> fa-spoon</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-spotify"></i> fa-spotify</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-steam"></i> fa-steam</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-steam-square"></i> fa-steam-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-stumbleupon"></i> fa-stumbleupon</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-stumbleupon-circle"></i> fa-stumbleupon-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-support"></i> fa-support <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-taxi"></i> fa-taxi</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tencent-weibo"></i> fa-tencent-weibo</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tree"></i> fa-tree</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-university"></i> fa-university</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-vine"></i> fa-vine</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-wechat"></i> fa-wechat <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-weixin"></i> fa-weixin</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-wordpress"></i> fa-wordpress</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-yahoo"></i> fa-yahoo</a></div> <div class="clearfix"></div> </div> <div> <h3>Web Application Icons</h3> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-adjust"></i> fa-adjust</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-anchor"></i> fa-anchor</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-archive"></i> fa-archive</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrows"></i> fa-arrows</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrows-h"></i> fa-arrows-h</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrows-v"></i> fa-arrows-v</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-asterisk"></i> fa-asterisk</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ban"></i> fa-ban</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bar-chart-o"></i> fa-bar-chart-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-barcode"></i> fa-barcode</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bars"></i> fa-bars</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-beer"></i> fa-beer</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bell"></i> fa-bell</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bell-o"></i> fa-bell-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bolt"></i> fa-bolt</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-book"></i> fa-book</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bookmark"></i> fa-bookmark</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bookmark-o"></i> fa-bookmark-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-briefcase"></i> fa-briefcase</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bug"></i> fa-bug</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-building-o"></i> fa-building-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bullhorn"></i> fa-bullhorn</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bullseye"></i> fa-bullseye</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-calendar"></i> fa-calendar</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-calendar-o"></i> fa-calendar-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-camera"></i> fa-camera</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-camera-retro"></i> fa-camera-retro</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-down"></i> fa-caret-square-o-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-left"></i> fa-caret-square-o-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-right"></i> fa-caret-square-o-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-up"></i> fa-caret-square-o-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-certificate"></i> fa-certificate</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-check"></i> fa-check</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-check-circle"></i> fa-check-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-check-circle-o"></i> fa-check-circle-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-check-square"></i> fa-check-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-check-square-o"></i> fa-check-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-circle"></i> fa-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-circle-o"></i> fa-circle-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-clock-o"></i> fa-clock-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cloud"></i> fa-cloud</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cloud-download"></i> fa-cloud-download</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cloud-upload"></i> fa-cloud-upload</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-code"></i> fa-code</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-code-fork"></i> fa-code-fork</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-coffee"></i> fa-coffee</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cog"></i> fa-cog</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cogs"></i> fa-cogs</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-comment"></i> fa-comment</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-comment-o"></i> fa-comment-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-comments"></i> fa-comments</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-comments-o"></i> fa-comments-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-compass"></i> fa-compass</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-credit-card"></i> fa-credit-card</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-crop"></i> fa-crop</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-crosshairs"></i> fa-crosshairs</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cutlery"></i> fa-cutlery</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-dashboard"></i> fa-dashboard <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-desktop"></i> fa-desktop</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-dot-circle-o"></i> fa-dot-circle-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-download"></i> fa-download</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-edit"></i> fa-edit <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ellipsis-h"></i> fa-ellipsis-h</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ellipsis-v"></i> fa-ellipsis-v</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-envelope"></i> fa-envelope</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-envelope-o"></i> fa-envelope-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-eraser"></i> fa-eraser</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-exchange"></i> fa-exchange</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-exclamation"></i> fa-exclamation</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-exclamation-circle"></i> fa-exclamation-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-exclamation-triangle"></i> fa-exclamation-triangle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-external-link"></i> fa-external-link</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-external-link-square"></i> fa-external-link-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-eye"></i> fa-eye</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-eye-slash"></i> fa-eye-slash</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-female"></i> fa-female</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-fighter-jet"></i> fa-fighter-jet</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-film"></i> fa-film</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-filter"></i> fa-filter</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-fire"></i> fa-fire</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-fire-extinguisher"></i> fa-fire-extinguisher</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-flag"></i> fa-flag</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-flag-checkered"></i> fa-flag-checkered</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-flag-o"></i> fa-flag-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-flash"></i> fa-flash <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-flask"></i> fa-flask</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-folder"></i> fa-folder</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-folder-o"></i> fa-folder-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-folder-open"></i> fa-folder-open</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-folder-open-o"></i> fa-folder-open-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-frown-o"></i> fa-frown-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-gamepad"></i> fa-gamepad</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-gavel"></i> fa-gavel</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-gear"></i> fa-gear <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-gears"></i> fa-gears <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-gift"></i> fa-gift</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-glass"></i> fa-glass</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-globe"></i> fa-globe</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-group"></i> fa-group <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-hdd-o"></i> fa-hdd-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-headphones"></i> fa-headphones</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-heart"></i> fa-heart</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-heart-o"></i> fa-heart-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-home"></i> fa-home</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-inbox"></i> fa-inbox</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-info"></i> fa-info</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-info-circle"></i> fa-info-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-key"></i> fa-key</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-keyboard-o"></i> fa-keyboard-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-laptop"></i> fa-laptop</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-leaf"></i> fa-leaf</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-legal"></i> fa-legal <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-lemon-o"></i> fa-lemon-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-level-down"></i> fa-level-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-level-up"></i> fa-level-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-lightbulb-o"></i> fa-lightbulb-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-location-arrow"></i> fa-location-arrow</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-lock"></i> fa-lock</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-magic"></i> fa-magic</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-magnet"></i> fa-magnet</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-mail-forward"></i> fa-mail-forward <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-mail-reply"></i> fa-mail-reply <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-mail-reply-all"></i> fa-mail-reply-all</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-male"></i> fa-male</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-map-marker"></i> fa-map-marker</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-meh-o"></i> fa-meh-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-microphone"></i> fa-microphone</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-microphone-slash"></i> fa-microphone-slash</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-minus"></i> fa-minus</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-minus-circle"></i> fa-minus-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-minus-square"></i> fa-minus-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-minus-square-o"></i> fa-minus-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-mobile"></i> fa-mobile</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-mobile-phone"></i> fa-mobile-phone <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-money"></i> fa-money</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-moon-o"></i> fa-moon-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-music"></i> fa-music</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pencil"></i> fa-pencil</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pencil-square"></i> fa-pencil-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pencil-square-o"></i> fa-pencil-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-phone"></i> fa-phone</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-phone-square"></i> fa-phone-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-picture-o"></i> fa-picture-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plane"></i> fa-plane</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plus"></i> fa-plus</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plus-circle"></i> fa-plus-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plus-square"></i> fa-plus-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plus-square-o"></i> fa-plus-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-power-off"></i> fa-power-off</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-print"></i> fa-print</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-puzzle-piece"></i> fa-puzzle-piece</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-qrcode"></i> fa-qrcode</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-question"></i> fa-question</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-question-circle"></i> fa-question-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-quote-left"></i> fa-quote-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-quote-right"></i> fa-quote-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-random"></i> fa-random</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-refresh"></i> fa-refresh</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-reply"></i> fa-reply</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-reply-all"></i> fa-reply-all</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-retweet"></i> fa-retweet</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-road"></i> fa-road</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rocket"></i> fa-rocket</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rss"></i> fa-rss</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rss-square"></i> fa-rss-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-search"></i> fa-search</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-search-minus"></i> fa-search-minus</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-search-plus"></i> fa-search-plus</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-share"></i> fa-share</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-share-square"></i> fa-share-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-share-square-o"></i> fa-share-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-shield"></i> fa-shield</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-shopping-cart"></i> fa-shopping-cart</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sign-in"></i> fa-sign-in</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sign-out"></i> fa-sign-out</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-signal"></i> fa-signal</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sitemap"></i> fa-sitemap</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-smile-o"></i> fa-smile-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort"></i> fa-sort</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-alpha-asc"></i> fa-sort-alpha-asc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-alpha-desc"></i> fa-sort-alpha-desc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-amount-asc"></i> fa-sort-amount-asc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-amount-desc"></i> fa-sort-amount-desc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-asc"></i> fa-sort-asc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-desc"></i> fa-sort-desc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-down"></i> fa-sort-down <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-numeric-asc"></i> fa-sort-numeric-asc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-numeric-desc"></i> fa-sort-numeric-desc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sort-up"></i> fa-sort-up <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-spinner"></i> fa-spinner</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-square"></i> fa-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-square-o"></i> fa-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-star"></i> fa-star</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-star-half"></i> fa-star-half</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-star-half-empty"></i> fa-star-half-empty <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-star-half-full"></i> fa-star-half-full <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-star-half-o"></i> fa-star-half-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-star-o"></i> fa-star-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-subscript"></i> fa-subscript</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-suitcase"></i> fa-suitcase</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-sun-o"></i> fa-sun-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-superscript"></i> fa-superscript</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tablet"></i> fa-tablet</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tachometer"></i> fa-tachometer</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tag"></i> fa-tag</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tags"></i> fa-tags</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tasks"></i> fa-tasks</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-terminal"></i> fa-terminal</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-thumb-tack"></i> fa-thumb-tack</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-thumbs-down"></i> fa-thumbs-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-thumbs-o-down"></i> fa-thumbs-o-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-thumbs-o-up"></i> fa-thumbs-o-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-thumbs-up"></i> fa-thumbs-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ticket"></i> fa-ticket</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-times"></i> fa-times</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-times-circle"></i> fa-times-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-times-circle-o"></i> fa-times-circle-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tint"></i> fa-tint</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-down"></i> fa-toggle-down <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-left"></i> fa-toggle-left <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-right"></i> fa-toggle-right <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-up"></i> fa-toggle-up <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-trash-o"></i> fa-trash-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-trophy"></i> fa-trophy</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-truck"></i> fa-truck</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-umbrella"></i> fa-umbrella</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-unlock"></i> fa-unlock</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-unlock-alt"></i> fa-unlock-alt</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-unsorted"></i> fa-unsorted <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-upload"></i> fa-upload</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-user"></i> fa-user</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-users"></i> fa-users</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-video-camera"></i> fa-video-camera</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-volume-down"></i> fa-volume-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-volume-off"></i> fa-volume-off</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-volume-up"></i> fa-volume-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-warning"></i> fa-warning <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-wheelchair"></i> fa-wheelchair</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-wrench"></i> fa-wrench</a></div> <div class="clearfix"></div> </div> <div> <h3>Form Control Icons</h3> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-check-square"></i> fa-check-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-check-square-o"></i> fa-check-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-circle"></i> fa-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-circle-o"></i> fa-circle-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-dot-circle-o"></i> fa-dot-circle-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-minus-square"></i> fa-minus-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-minus-square-o"></i> fa-minus-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plus-square"></i> fa-plus-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plus-square-o"></i> fa-plus-square-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-square"></i> fa-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-square-o"></i> fa-square-o</a></div> <div class="clearfix"></div> </div> <div> <h3>Currency Icons</h3> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bitcoin"></i> fa-bitcoin <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-btc"></i> fa-btc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cny"></i> fa-cny <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-dollar"></i> fa-dollar <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-eur"></i> fa-eur</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-euro"></i> fa-euro <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-gbp"></i> fa-gbp</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-inr"></i> fa-inr</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-jpy"></i> fa-jpy</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-krw"></i> fa-krw</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-money"></i> fa-money</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rmb"></i> fa-rmb <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rouble"></i> fa-rouble <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rub"></i> fa-rub</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ruble"></i> fa-ruble <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rupee"></i> fa-rupee <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-try"></i> fa-try</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-turkish-lira"></i> fa-turkish-lira <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-usd"></i> fa-usd</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-won"></i> fa-won <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-yen"></i> fa-yen <span class="text-muted">(alias)</span></a></div> <div class="clearfix"></div> </div> <div> <h3>Text Editor Icons</h3> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-align-center"></i> fa-align-center</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-align-justify"></i> fa-align-justify</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-align-left"></i> fa-align-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-align-right"></i> fa-align-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bold"></i> fa-bold</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chain"></i> fa-chain <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chain-broken"></i> fa-chain-broken</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-clipboard"></i> fa-clipboard</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-columns"></i> fa-columns</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-copy"></i> fa-copy <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-cut"></i> fa-cut <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-dedent"></i> fa-dedent <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-eraser"></i> fa-eraser</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file"></i> fa-file</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-o"></i> fa-file-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-text"></i> fa-file-text</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-file-text-o"></i> fa-file-text-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-files-o"></i> fa-files-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-floppy-o"></i> fa-floppy-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-font"></i> fa-font</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-indent"></i> fa-indent</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-italic"></i> fa-italic</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-link"></i> fa-link</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-list"></i> fa-list</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-list-alt"></i> fa-list-alt</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-list-ol"></i> fa-list-ol</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-list-ul"></i> fa-list-ul</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-outdent"></i> fa-outdent</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-paperclip"></i> fa-paperclip</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-paste"></i> fa-paste <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-repeat"></i> fa-repeat</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rotate-left"></i> fa-rotate-left <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-rotate-right"></i> fa-rotate-right <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-save"></i> fa-save <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-scissors"></i> fa-scissors</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-strikethrough"></i> fa-strikethrough</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-table"></i> fa-table</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-text-height"></i> fa-text-height</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-text-width"></i> fa-text-width</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-th"></i> fa-th</a></div> <div class="infont col-md-3 col-sm-4"><a href="index.html"><i class="fa fa-th-large"></i> fa-th-large</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-th-list"></i> fa-th-list</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-underline"></i> fa-underline</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-undo"></i> fa-undo</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-unlink"></i> fa-unlink <span class="text-muted">(alias)</span></a></div> <div class="clearfix"></div> </div> <div> <h3>Directional Icons</h3> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-angle-double-down"></i> fa-angle-double-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-angle-double-left"></i> fa-angle-double-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-angle-double-right"></i> fa-angle-double-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-angle-double-up"></i> fa-angle-double-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-angle-down"></i> fa-angle-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-angle-left"></i> fa-angle-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-angle-right"></i> fa-angle-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-angle-up"></i> fa-angle-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-down"></i> fa-arrow-circle-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-left"></i> fa-arrow-circle-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-o-down"></i> fa-arrow-circle-o-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-o-left"></i> fa-arrow-circle-o-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-o-right"></i> fa-arrow-circle-o-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-o-up"></i> fa-arrow-circle-o-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-right"></i> fa-arrow-circle-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-circle-up"></i> fa-arrow-circle-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-down"></i> fa-arrow-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-left"></i> fa-arrow-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-right"></i> fa-arrow-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrow-up"></i> fa-arrow-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrows"></i> fa-arrows</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrows-alt"></i> fa-arrows-alt</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrows-h"></i> fa-arrows-h</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrows-v"></i> fa-arrows-v</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-down"></i> fa-caret-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-left"></i> fa-caret-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-right"></i> fa-caret-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-down"></i> fa-caret-square-o-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-left"></i> fa-caret-square-o-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-right"></i> fa-caret-square-o-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-square-o-up"></i> fa-caret-square-o-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-caret-up"></i> fa-caret-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chevron-circle-down"></i> fa-chevron-circle-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chevron-circle-left"></i> fa-chevron-circle-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chevron-circle-right"></i> fa-chevron-circle-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chevron-circle-up"></i> fa-chevron-circle-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chevron-down"></i> fa-chevron-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chevron-left"></i> fa-chevron-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chevron-right"></i> fa-chevron-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-chevron-up"></i> fa-chevron-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-hand-o-down"></i> fa-hand-o-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-hand-o-left"></i> fa-hand-o-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-hand-o-right"></i> fa-hand-o-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-hand-o-up"></i> fa-hand-o-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-long-arrow-down"></i> fa-long-arrow-down</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-long-arrow-left"></i> fa-long-arrow-left</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-long-arrow-right"></i> fa-long-arrow-right</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-long-arrow-up"></i> fa-long-arrow-up</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-down"></i> fa-toggle-down <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-left"></i> fa-toggle-left <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-right"></i> fa-toggle-right <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-toggle-up"></i> fa-toggle-up <span class="text-muted">(alias)</span></a></div> <div class="clearfix"></div> </div> <div> <h3>Video Player Icons</h3> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-arrows-alt"></i> fa-arrows-alt</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-backward"></i> fa-backward</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-compress"></i> fa-compress</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-eject"></i> fa-eject</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-expand"></i> fa-expand</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-fast-backward"></i> fa-fast-backward</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-fast-forward"></i> fa-fast-forward</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-forward"></i> fa-forward</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pause"></i> fa-pause</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-play"></i> fa-play</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-play-circle"></i> fa-play-circle</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-play-circle-o"></i> fa-play-circle-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-step-backward"></i> fa-step-backward</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-step-forward"></i> fa-step-forward</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-stop"></i> fa-stop</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-youtube-play"></i> fa-youtube-play</a></div> <div class="clearfix"></div> </div> <div> <h3>Brand Icons</h3> <div class="alert alert-success"> <ul class="margin-bottom-none padding-left-lg"> <li>All brand icons are trademarks of their respective owners.</li> <li>The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.</li> </ul> </div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-adn"></i> fa-adn</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-android"></i> fa-android</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-apple"></i> fa-apple</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bitbucket"></i> fa-bitbucket</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bitbucket-square"></i> fa-bitbucket-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-bitcoin"></i> fa-bitcoin <span class="text-muted">(alias)</span></a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-btc"></i> fa-btc</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-css3"></i> fa-css3</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-dribbble"></i> fa-dribbble</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-dropbox"></i> fa-dropbox</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-facebook"></i> fa-facebook</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-facebook-square"></i> fa-facebook-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-flickr"></i> fa-flickr</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-foursquare"></i> fa-foursquare</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-github"></i> fa-github</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-github-alt"></i> fa-github-alt</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-github-square"></i> fa-github-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-gittip"></i> fa-gittip</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-google-plus"></i> fa-google-plus</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-google-plus-square"></i> fa-google-plus-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-html5"></i> fa-html5</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-instagram"></i> fa-instagram</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-linkedin"></i> fa-linkedin</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-linkedin-square"></i> fa-linkedin-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-linux"></i> fa-linux</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-maxcdn"></i> fa-maxcdn</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pagelines"></i> fa-pagelines</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pinterest"></i> fa-pinterest</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-pinterest-square"></i> fa-pinterest-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-renren"></i> fa-renren</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-skype"></i> fa-skype</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-stack-exchange"></i> fa-stack-exchange</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-stack-overflow"></i> fa-stack-overflow</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-trello"></i> fa-trello</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tumblr"></i> fa-tumblr</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-tumblr-square"></i> fa-tumblr-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-twitter"></i> fa-twitter</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-twitter-square"></i> fa-twitter-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-vimeo-square"></i> fa-vimeo-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-vk"></i> fa-vk</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-weibo"></i> fa-weibo</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-windows"></i> fa-windows</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-xing"></i> fa-xing</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-xing-square"></i> fa-xing-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-youtube"></i> fa-youtube</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-youtube-play"></i> fa-youtube-play</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-youtube-square"></i> fa-youtube-square</a></div> <div class="clearfix"></div> </div> <div> <h3>Medical Icons</h3> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-ambulance"></i> fa-ambulance</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-h-square"></i> fa-h-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-hospital-o"></i> fa-hospital-o</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-medkit"></i> fa-medkit</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-plus-square"></i> fa-plus-square</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-stethoscope"></i> fa-stethoscope</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-user-md"></i> fa-user-md</a></div> <div class="infont col-md-3 col-sm-4"><a href="#"><i class="fa fa-wheelchair"></i> fa-wheelchair</a></div> <div class="clearfix"></div> </div> </div> </div> </div> </div> </div> <div class="footer"> <div class="pull-right"> 10GB of <strong>250GB</strong> Free. </div> <div> <strong>Copyright</strong> Example Company &copy; 2014-2015 </div> </div> </div> </div> <!-- Mainly scripts --> <script src="js/jquery-2.1.1.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/plugins/metisMenu/jquery.metisMenu.js"></script> <script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script> <!-- Custom and plugin javascript --> <script src="js/inspinia.js"></script> <script src="js/plugins/pace/pace.min.js"></script> </body> </html>
wendellpbarreto/dolly
public/assets/vendor/theme/icons.html
HTML
mit
100,294
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example58-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular-animate.js"></script> <script type="text/javascript"> angular.element(document.getElementsByTagName('head')).append(angular.element('<base href="' + window.location.pathname + '" />')); </script> </head> <body ng-app="formExample"> <script> angular.module('formExample', []) .controller('FormController', ['$scope', function($scope) { $scope.userType = 'guest'; }]); </script> <style> .my-form { -webkit-transition:all linear 0.5s; transition:all linear 0.5s; background: transparent; } .my-form.ng-invalid { background: red; } </style> <form name="myForm" ng-controller="FormController" class="my-form"> userType: <input name="input" ng-model="userType" required> <span class="error" ng-show="myForm.input.$error.required">Required!</span><br> <tt>userType = {{userType}}</tt><br> <tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br> <tt>myForm.input.$error = {{myForm.input.$error}}</tt><br> <tt>myForm.$valid = {{myForm.$valid}}</tt><br> <tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br> </form> </body> </html>
ariborneo/Phalcon-development
public/assets/plugins/angular/docs/examples/example-example58/index-production.html
HTML
mit
1,383
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>區域立法委員選舉&nbsp;桃園市&nbsp;第5選舉區&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:6&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:1&nbsp;&nbsp; <!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp; <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;應有婦女當選名額:0--> </td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>◎</td> <td>1</td> <td>呂玉玲</td> <td>女</td> <td class="tdAlignRight">72,965</td> <td class="tdAlignRight">43.8602</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蕭家亮</td> <td>男</td> <td class="tdAlignRight">841</td> <td class="tdAlignRight">0.5055</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>張誠</td> <td>男</td> <td class="tdAlignRight">17,956</td> <td class="tdAlignRight">10.7936</td> <td>民國黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>張肇良</td> <td>男</td> <td class="tdAlignRight">70,202</td> <td class="tdAlignRight">42.1994</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>黃志浩</td> <td>男</td> <td class="tdAlignRight">3,517</td> <td class="tdAlignRight">2.1141</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>黃國華</td> <td>男</td> <td class="tdAlignRight">877</td> <td class="tdAlignRight">0.5272</td> <td>健保免費連線</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;179/179&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 23:15:11 +0800" title="Sat, 16 Jan 2016 23:15:11 +0800">&nbsp;資料更新時間:01/16&nbsp;23:15:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/TAO-5/n300050000000000/20160116154504/page.html
HTML
cc0-1.0
7,524
<!--Copyright 2015 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.--> {% extends 'base.html' %} {% load i18n %} {% load staticfiles %} {% block title %} - {% trans "My wall" %}{% endblock %} {% block content %} <div id="content" class="wall row"> <div class="header-title c15-15 cols"> <div class="inner-header row"> <h1 class="title">{% trans "My Boxes" %}</h1> <div class="summary">{% trans "These are the boxes you are registered in" %}</div> </div> </div> <ul id="my-boxes" class="boxes c15-15 cols"> {% with registered=True unsuscribe=True %} {% for box in boxes %} {% include "main/box_thumb.html" %} {% empty %} <div class="center-box center-text"> <div class="row row-one"> <h2 class="message">{% trans "You haven't joined any box yet" %}</h2> </div> <div class="row row-two"> <a class="button green medium inline-block" href="{% url 'main:index' %}">{% trans "Try any box you like!" %}</a> </div> </div> {% endfor %} {% endwith %} </ul> <!-- <div class="stats hide-mobile hide-tablet"> {% include "main/footer.html" %} </div> --> </div> {% endblock %} {% block js %} <script src="{% static 'main/js/box_preview.js' %}"></script> {% endblock %}
gquirozbogner/contentbox-master
main/templates/main/wall.html
HTML
apache-2.0
1,859
<!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_31) on Thu Jan 31 02:05:00 UTC 2013 --> <TITLE> Uses of Class org.apache.hadoop.io.CompressedWritable (Hadoop 1.1.2 API) </TITLE> <META NAME="date" CONTENT="2013-01-31"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.io.CompressedWritable (Hadoop 1.1.2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/io//class-useCompressedWritable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CompressedWritable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.io.CompressedWritable</B></H2> </CENTER> No usage of org.apache.hadoop.io.CompressedWritable <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/CompressedWritable.html" title="class in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/io//class-useCompressedWritable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CompressedWritable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
markkerzner/nn_kove
hadoop/docs/api/org/apache/hadoop/io/class-use/CompressedWritable.html
HTML
apache-2.0
6,004
{% extends "pretixcontrol/item/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inside %} <form action="" method="post"> {% csrf_token %} {% for major in forms %} {% if major.row %} <h3>{{ major.row }}</h3> {% endif %} <div class="table-responsive"> <table class="table variation-matrix"> <thead> <tr> <th></th> {% for val in properties.1.values.all %} <th>{{ val.value }}</th> {% endfor %} </tr> </thead> <tbody> {% for sub in major.forms %} <tr> <td>{{ sub.row.value }}</td> {% for form in sub.forms %} <td> <div class="row"> <div class="col-sm-5"> {% bootstrap_field form.active layout='inline' %} </div> <div class="col-sm-7"> {% bootstrap_field form.default_price layout='inline' %} </div> </div> {{ form.default_price.errors }} </td> {% endfor %} </tr> {% endfor %} </tbody> </table> </div> {% endfor %} <div class="form-group submit-group"> <button type="submit" class="btn btn-primary btn-save"> {% trans "Save" %} </button> </div> </form> {% endblock %}
akuks/pretix
src/pretix/control/templates/pretixcontrol/item/variations_nd.html
HTML
apache-2.0
1,972
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>InvalidCookieDomainException</title> <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="InvalidCookieDomainException"; } //--> </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 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/openqa/selenium/ImeNotAvailableException.html" title="class in org.openqa.selenium"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/openqa/selenium/InvalidElementStateException.html" title="class in org.openqa.selenium"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/openqa/selenium/InvalidCookieDomainException.html" target="_top">Frames</a></li> <li><a href="InvalidCookieDomainException.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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_org.openqa.selenium.WebDriverException">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_org.openqa.selenium.WebDriverException">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</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.openqa.selenium</div> <h2 title="Class InvalidCookieDomainException" class="title">Class InvalidCookieDomainException</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Throwable</li> <li> <ul class="inheritance"> <li>java.lang.Exception</li> <li> <ul class="inheritance"> <li>java.lang.RuntimeException</li> <li> <ul class="inheritance"> <li><a href="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">org.openqa.selenium.WebDriverException</a></li> <li> <ul class="inheritance"> <li>org.openqa.selenium.InvalidCookieDomainException</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable</dd> </dl> <hr> <br> <pre>public class <span class="strong">InvalidCookieDomainException</span> extends <a href="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</a></pre> <div class="block">Thrown when attempting to add a cookie under a different domain than the current URL.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../org/openqa/selenium/WebDriver.Options.html#addCookie(org.openqa.selenium.Cookie)"><code>WebDriver.Options.addCookie(Cookie)</code></a>, <a href="../../../serialized-form.html#org.openqa.selenium.InvalidCookieDomainException">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_org.openqa.selenium.WebDriverException"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.openqa.selenium.<a href="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</a></h3> <code><a href="../../../org/openqa/selenium/WebDriverException.html#DRIVER_INFO">DRIVER_INFO</a>, <a href="../../../org/openqa/selenium/WebDriverException.html#SESSION_ID">SESSION_ID</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../org/openqa/selenium/InvalidCookieDomainException.html#InvalidCookieDomainException()">InvalidCookieDomainException</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../org/openqa/selenium/InvalidCookieDomainException.html#InvalidCookieDomainException(java.lang.String)">InvalidCookieDomainException</a></strong>(java.lang.String&nbsp;message)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../org/openqa/selenium/InvalidCookieDomainException.html#InvalidCookieDomainException(java.lang.String, java.lang.Throwable)">InvalidCookieDomainException</a></strong>(java.lang.String&nbsp;message, java.lang.Throwable&nbsp;cause)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../org/openqa/selenium/InvalidCookieDomainException.html#InvalidCookieDomainException(java.lang.Throwable)">InvalidCookieDomainException</a></strong>(java.lang.Throwable&nbsp;cause)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.openqa.selenium.WebDriverException"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.openqa.selenium.<a href="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</a></h3> <code><a href="../../../org/openqa/selenium/WebDriverException.html#addInfo(java.lang.String, java.lang.String)">addInfo</a>, <a href="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</a>, <a href="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</a>, <a href="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</a>, <a href="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</a>, <a href="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</a>, <a href="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</a>, <a href="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Throwable</h3> <code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="InvalidCookieDomainException()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>InvalidCookieDomainException</h4> <pre>public&nbsp;InvalidCookieDomainException()</pre> </li> </ul> <a name="InvalidCookieDomainException(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>InvalidCookieDomainException</h4> <pre>public&nbsp;InvalidCookieDomainException(java.lang.String&nbsp;message)</pre> </li> </ul> <a name="InvalidCookieDomainException(java.lang.Throwable)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>InvalidCookieDomainException</h4> <pre>public&nbsp;InvalidCookieDomainException(java.lang.Throwable&nbsp;cause)</pre> </li> </ul> <a name="InvalidCookieDomainException(java.lang.String, java.lang.Throwable)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>InvalidCookieDomainException</h4> <pre>public&nbsp;InvalidCookieDomainException(java.lang.String&nbsp;message, java.lang.Throwable&nbsp;cause)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= 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 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/openqa/selenium/ImeNotAvailableException.html" title="class in org.openqa.selenium"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/openqa/selenium/InvalidElementStateException.html" title="class in org.openqa.selenium"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/openqa/selenium/InvalidCookieDomainException.html" target="_top">Frames</a></li> <li><a href="InvalidCookieDomainException.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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_org.openqa.selenium.WebDriverException">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_org.openqa.selenium.WebDriverException">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
jmt4/Selenium2
docs/api/java/org/openqa/selenium/InvalidCookieDomainException.html
HTML
apache-2.0
12,556
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Nick Pettit | Designer</title> <link rel="stylesheet" href="/public/system/package/demo/css/normalize.css"> <link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="/public/system/package/demo/css/main.css"> <link rel="stylesheet" href="/public/system/package/demo/css/responsive.css"> </head> <body> <header> <a href="index.html" id="logo"> <h1>Allen Herrera</h1> <h2>LAMP Stack Developer</h2> </a> <nav> <ul> <li><a href="index.html">Portfolio</a></li> <li><a href="about.html" class="selected">About</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav> </header> <div id="wrapper"> <section> <img src="/public/system/package/demo/img/allen.jpg" alt="Photograph of Nick Pettit" class="profile-photo"> <h3>About</h3> <p> Hi, I'm Allen Herrera! This is my demo site for my custom php framework! I enjoy working out, playing sports, playing league of legends, cooking and more. <p> If you'd like to follow me on Twitter, my username is <a href="https://twitter.com/Herrera_Allen">@Herrera_Allen</a>.</p> </section> <footer> <a href="https://twitter.com/Herrera_Allen"><img src="/public/system/package/demo/img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a> <a href="https://www.facebook.com/blueallencito"><img src="/public/system/package/demo/img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a> <a href="https://www.linkedin.com/profile/preview?locale=en_US&trk=prof-0-sb-preview-primary-button"><img src="/public/system/package/demo/img/linkdin-wrap.png" alt="Linkdin Logo" class="social-icon"></a> <p>&copy; 2015 Allen Herrera.</p> </footer> </div> </body> </html>
ugack11/Herrera-Lite
public/system/package/demo/about.html
HTML
apache-2.0
2,004
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>LessCompilationResult xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../apidocs/com/google/code/play2/provider/api/LessCompilationResult.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_comment">/*</em> <a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_comment"> * Copyright 2013-2014 Grzegorz Slowikowski (gslowikowski at gmail dot com)</em> <a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em> <a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em> <a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em> <a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em> <a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em> <a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> * software distributed under the License is distributed on an</em> <a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em> <a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em> <a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * specific language governing permissions and limitations</em> <a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * under the License.</em> <a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> */</em> <a class="jxr_linenumber" name="L17" href="#L17">17</a> <a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">package</strong> com.google.code.play2.provider.api; <a class="jxr_linenumber" name="L19" href="#L19">19</a> <a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> java.io.File; <a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> java.util.List; <a class="jxr_linenumber" name="L22" href="#L22">22</a> <a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../../com/google/code/play2/provider/api/LessCompilationResult.html">LessCompilationResult</a> <a class="jxr_linenumber" name="L24" href="#L24">24</a> { <a class="jxr_linenumber" name="L25" href="#L25">25</a> String getCss(); <a class="jxr_linenumber" name="L26" href="#L26">26</a> <a class="jxr_linenumber" name="L27" href="#L27">27</a> String getMinifiedCss(); <a class="jxr_linenumber" name="L28" href="#L28">28</a> <a class="jxr_linenumber" name="L29" href="#L29">29</a> List&lt;File&gt; getDependencies(); <a class="jxr_linenumber" name="L30" href="#L30">30</a> <a class="jxr_linenumber" name="L31" href="#L31">31</a> } </pre> <hr/> <div id="footer">Copyright &#169; 2013&#x2013;2014. All rights reserved.</div> </body> </html>
play2-maven-plugin/play2-maven-plugin.github.io
play2-maven-plugin/1.0.0-alpha9/play2-provider-api/xref/com/google/code/play2/provider/api/LessCompilationResult.html
HTML
apache-2.0
4,103
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 Version: 3.7.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8"/> <title>Metronic | Extra - Portfolio</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta content="" name="description"/> <meta content="" name="author"/> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/> <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/> <link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> <link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/> <link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN PAGE LEVEL STYLES --> <link href="../../assets/global/plugins/fancybox/source/jquery.fancybox.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/pages/css/portfolio.css" rel="stylesheet" type="text/css"/> <!-- END PAGE LEVEL STYLES --> <!-- BEGIN THEME STYLES --> <link href="../../assets/global/css/components.css" id="style_components" rel="stylesheet" type="text/css"/> <link href="../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/layout/css/layout.css" rel="stylesheet" type="text/css"/> <link id="style_color" href="../../assets/admin/layout/css/themes/darkblue.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/layout/css/custom.css" rel="stylesheet" type="text/css"/> <!-- END THEME STYLES --> <link rel="shortcut icon" href="favicon.ico"/> </head> <!-- END HEAD --> <!-- BEGIN BODY --> <!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices --> <!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default --> <!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle --> <!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle --> <!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle --> <!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar --> <!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer --> <!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side --> <!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu --> <body class="page-header-fixed page-quick-sidebar-over-content "> <!-- BEGIN HEADER --> <div class="page-header -i navbar navbar-fixed-top"> <!-- BEGIN HEADER INNER --> <div class="page-header-inner"> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../../assets/admin/layout/img/logo.png" alt="logo" class="logo-default"/> </a> <div class="menu-toggler sidebar-toggler hide"> <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header --> </div> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <!-- BEGIN NOTIFICATION DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-default"> 7 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3><span class="bold">12 pending</span> notifications</h3> <a href="extra_profile.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN INBOX DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-envelope-open"></i> <span class="badge badge-default"> 4 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <span class="bold">7 New</span> Messages</h3> <a href="page_inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-default"> 3 </span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <span class="bold">12 pending</span> tasks</h3> <a href="page_todo.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-user"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../../assets/admin/layout/img/avatar3_small.jpg"/> <span class="username username-hide-on-mobile"> Nick </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="extra_profile.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="page_todo.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="extra_lock.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="login.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-quick-sidebar-toggler"> <a href="javascript:;" class="dropdown-toggle"> <i class="icon-logout"></i> </a> </li> <!-- END QUICK SIDEBAR TOGGLER --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END HEADER INNER --> </div> <!-- END HEADER --> <div class="clearfix"> </div> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN SIDEBAR --> <div class="page-sidebar-wrapper"> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu" data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200"> <!-- DOC: To remove the sidebar toggler from the sidebar you just need to completely remove the below "sidebar-toggler-wrapper" LI element --> <li class="sidebar-toggler-wrapper"> <!-- BEGIN SIDEBAR TOGGLER BUTTON --> <div class="sidebar-toggler"> </div> <!-- END SIDEBAR TOGGLER BUTTON --> </li> <!-- DOC: To remove the search box from the sidebar you just need to completely remove the below "sidebar-search-wrapper" LI element --> <li class="sidebar-search-wrapper"> <!-- BEGIN RESPONSIVE QUICK SEARCH FORM --> <!-- DOC: Apply "sidebar-search-bordered" class the below search form to have bordered search box --> <!-- DOC: Apply "sidebar-search-bordered sidebar-search-solid" class the below search form to have bordered & solid search box --> <form class="sidebar-search " action="extra_search.html" method="POST"> <a href="javascript:;" class="remove"> <i class="icon-close"></i> </a> <div class="input-group"> <input type="text" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a> </span> </div> </form> <!-- END RESPONSIVE QUICK SEARCH FORM --> </li> <li class="start "> <a href="javascript:;"> <i class="icon-home"></i> <span class="title">Dashboard</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="index.html"> <i class="icon-bar-chart"></i> Default Dashboard</a> </li> <li> <a href="index_2.html"> <i class="icon-bulb"></i> New Dashboard #1</a> </li> <li> <a href="index_3.html"> <i class="icon-graph"></i> New Dashboard #2</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="ecommerce_index.html"> <i class="icon-home"></i> Dashboard</a> </li> <li> <a href="ecommerce_orders.html"> <i class="icon-basket"></i> Orders</a> </li> <li> <a href="ecommerce_orders_view.html"> <i class="icon-tag"></i> Order View</a> </li> <li> <a href="ecommerce_products.html"> <i class="icon-handbag"></i> Products</a> </li> <li> <a href="ecommerce_products_edit.html"> <i class="icon-pencil"></i> Product Edit</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-rocket"></i> <span class="title">Page Layouts</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="layout_horizontal_sidebar_menu.html"> Horizontal & Sidebar Menu</a> </li> <li> <a href="index_horizontal_menu.html"> Dashboard & Mega Menu</a> </li> <li> <a href="layout_horizontal_menu1.html"> Horizontal Mega Menu 1</a> </li> <li> <a href="layout_horizontal_menu2.html"> Horizontal Mega Menu 2</a> </li> <li> <a href="layout_fontawesome_icons.html"> <span class="badge badge-roundless badge-danger">new</span>Layout with Fontawesome Icons</a> </li> <li> <a href="layout_glyphicons.html"> Layout with Glyphicon</a> </li> <li> <a href="layout_full_height_portlet.html"> <span class="badge badge-roundless badge-success">new</span>Full Height Portlet</a> </li> <li> <a href="layout_full_height_content.html"> <span class="badge badge-roundless badge-warning">new</span>Full Height Content</a> </li> <li> <a href="layout_search_on_header1.html"> Search Box On Header 1</a> </li> <li> <a href="layout_search_on_header2.html"> Search Box On Header 2</a> </li> <li> <a href="layout_sidebar_search_option1.html"> Sidebar Search Option 1</a> </li> <li> <a href="layout_sidebar_search_option2.html"> Sidebar Search Option 2</a> </li> <li> <a href="layout_sidebar_reversed.html"> <span class="badge badge-roundless badge-warning">new</span>Right Sidebar Page</a> </li> <li> <a href="layout_sidebar_fixed.html"> Sidebar Fixed Page</a> </li> <li> <a href="layout_sidebar_closed.html"> Sidebar Closed Page</a> </li> <li> <a href="layout_ajax.html"> Content Loading via Ajax</a> </li> <li> <a href="layout_disabled_menu.html"> Disabled Menu Links</a> </li> <li> <a href="layout_blank_page.html"> Blank Page</a> </li> <li> <a href="layout_boxed_page.html"> Boxed Page</a> </li> <li> <a href="layout_language_bar.html"> Language Switch Bar</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="ui_general.html"> General Components</a> </li> <li> <a href="ui_buttons.html"> Buttons</a> </li> <li> <a href="ui_confirmations.html"> Popover Confirmations</a> </li> <li> <a href="ui_icons.html"> <span class="badge badge-roundless badge-danger">new</span>Font Icons</a> </li> <li> <a href="ui_colors.html"> Flat UI Colors</a> </li> <li> <a href="ui_typography.html"> Typography</a> </li> <li> <a href="ui_tabs_accordions_navs.html"> Tabs, Accordions & Navs</a> </li> <li> <a href="ui_tree.html"> <span class="badge badge-roundless badge-danger">new</span>Tree View</a> </li> <li> <a href="ui_page_progress_style_1.html"> <span class="badge badge-roundless badge-warning">new</span>Page Progress Bar</a> </li> <li> <a href="ui_blockui.html"> Block UI</a> </li> <li> <a href="ui_bootstrap_growl.html"> <span class="badge badge-roundless badge-warning">new</span>Bootstrap Growl Notifications</a> </li> <li> <a href="ui_notific8.html"> Notific8 Notifications</a> </li> <li> <a href="ui_toastr.html"> Toastr Notifications</a> </li> <li> <a href="ui_alert_dialog_api.html"> <span class="badge badge-roundless badge-danger">new</span>Alerts & Dialogs API</a> </li> <li> <a href="ui_session_timeout.html"> Session Timeout</a> </li> <li> <a href="ui_idle_timeout.html"> User Idle Timeout</a> </li> <li> <a href="ui_modals.html"> Modals</a> </li> <li> <a href="ui_extended_modals.html"> Extended Modals</a> </li> <li> <a href="ui_tiles.html"> Tiles</a> </li> <li> <a href="ui_datepaginator.html"> <span class="badge badge-roundless badge-success">new</span>Date Paginator</a> </li> <li> <a href="ui_nestable.html"> Nestable List</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-puzzle"></i> <span class="title">UI Components</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="components_pickers.html"> Date & Time Pickers</a> </li> <li> <a href="components_context_menu.html"> Context Menu</a> </li> <li> <a href="components_dropdowns.html"> Custom Dropdowns</a> </li> <li> <a href="components_form_tools.html"> Form Widgets & Tools</a> </li> <li> <a href="components_form_tools2.html"> Form Widgets & Tools 2</a> </li> <li> <a href="components_editors.html"> Markdown & WYSIWYG Editors</a> </li> <li> <a href="components_ion_sliders.html"> Ion Range Sliders</a> </li> <li> <a href="components_noui_sliders.html"> NoUI Range Sliders</a> </li> <li> <a href="components_jqueryui_sliders.html"> jQuery UI Sliders</a> </li> <li> <a href="components_knob_dials.html"> Knob Circle Dials</a> </li> </ul> </li> <!-- BEGIN ANGULARJS LINK --> <li class="tooltips" data-container="body" data-placement="right" data-html="true" data-original-title="AngularJS version demo"> <a href="angularjs" target="_blank"> <i class="icon-paper-plane"></i> <span class="title"> AngularJS Version </span> </a> </li> <!-- END ANGULARJS LINK --> <li class="heading"> <h3 class="uppercase">Features</h3> </li> <li> <a href="javascript:;"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="form_controls_md.html"> <span class="badge badge-roundless badge-danger">new</span>Material Design<br> Form Controls</a> </li> <li> <a href="form_controls.html"> Bootstrap<br> Form Controls</a> </li> <li> <a href="form_icheck.html"> iCheck Controls</a> </li> <li> <a href="form_layouts.html"> Form Layouts</a> </li> <li> <a href="form_editable.html"> <span class="badge badge-roundless badge-warning">new</span>Form X-editable</a> </li> <li> <a href="form_wizard.html"> Form Wizard</a> </li> <li> <a href="form_validation.html"> Form Validation</a> </li> <li> <a href="form_image_crop.html"> <span class="badge badge-roundless badge-danger">new</span>Image Cropping</a> </li> <li> <a href="form_fileupload.html"> Multiple File Upload</a> </li> <li> <a href="form_dropzone.html"> Dropzone File Upload</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-briefcase"></i> <span class="title">Data Tables</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="table_basic.html"> Basic Datatables</a> </li> <li> <a href="table_tree.html"> Tree Datatables</a> </li> <li> <a href="table_responsive.html"> Responsive Datatables</a> </li> <li> <a href="table_managed.html"> Managed Datatables</a> </li> <li> <a href="table_editable.html"> Editable Datatables</a> </li> <li> <a href="table_advanced.html"> Advanced Datatables</a> </li> <li> <a href="table_ajax.html"> Ajax Datatables</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="portlet_general.html"> General Portlets</a> </li> <li> <a href="portlet_general2.html"> <span class="badge badge-roundless badge-danger">new</span>New Portlets #1</a> </li> <li> <a href="portlet_general3.html"> <span class="badge badge-roundless badge-danger">new</span>New Portlets #2</a> </li> <li> <a href="portlet_ajax.html"> Ajax Portlets</a> </li> <li> <a href="portlet_draggable.html"> Draggable Portlets</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="charts_amcharts.html"> amChart</a> </li> <li> <a href="charts_flotcharts.html"> Flotchart</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-docs"></i> <span class="title">Pages</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="page_timeline.html"> <i class="icon-paper-plane"></i> <span class="badge badge-warning">2</span>New Timeline</a> </li> <li> <a href="extra_profile.html"> <i class="icon-user-following"></i> <span class="badge badge-success badge-roundless">new</span>New User Profile</a> </li> <li> <a href="page_todo.html"> <i class="icon-check"></i> Todo</a> </li> <li> <a href="inbox.html"> <i class="icon-envelope"></i> <span class="badge badge-danger">4</span>Inbox</a> </li> <li> <a href="extra_faq.html"> <i class="icon-question"></i> FAQ</a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar"></i> <span class="badge badge-danger">14</span>Calendar</a> </li> <li> <a href="page_coming_soon.html"> <i class="icon-flag"></i> Coming Soon</a> </li> <li> <a href="page_blog.html"> <i class="icon-speech"></i> Blog</a> </li> <li> <a href="page_blog_item.html"> <i class="icon-link"></i> Blog Post</a> </li> <li> <a href="page_news.html"> <i class="icon-eye"></i> <span class="badge badge-success">9</span>News</a> </li> <li> <a href="page_news_item.html"> <i class="icon-bell"></i> News View</a> </li> <li> <a href="page_timeline_old.html"> <i class="icon-paper-plane"></i> <span class="badge badge-warning">2</span>Old Timeline</a> </li> <li> <a href="extra_profile_old.html"> <i class="icon-user"></i> Old User Profile</a> </li> </ul> </li> <li class="active open"> <a href="javascript:;"> <i class="icon-present"></i> <span class="title">Extra</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li> <a href="page_about.html"> About Us</a> </li> <li> <a href="page_contact.html"> Contact Us</a> </li> <li> <a href="extra_search.html"> Search Results</a> </li> <li> <a href="extra_invoice.html"> Invoice</a> </li> <li class="active"> <a href="page_portfolio.html"> Portfolio</a> </li> <li> <a href="extra_pricing_table.html"> Pricing Tables</a> </li> <li> <a href="extra_404_option1.html"> 404 Page Option 1</a> </li> <li> <a href="extra_404_option2.html"> 404 Page Option 2</a> </li> <li> <a href="extra_404_option3.html"> 404 Page Option 3</a> </li> <li> <a href="extra_500_option1.html"> 500 Page Option 1</a> </li> <li> <a href="extra_500_option2.html"> 500 Page Option 2</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"> <i class="icon-user"></i> Sample Link 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="#"><i class="icon-power"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li> <a href="#"><i class="icon-camera"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-link"></i> Sample Link 2</a> </li> <li> <a href="#"><i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-globe"></i> Item 2 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="#"><i class="icon-tag"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-pencil"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li> <a href="#"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-user"></i> <span class="title">Login Options</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="login.html"> Login Form 1</a> </li> <li> <a href="login_2.html"> Login Form 2</a> </li> <li> <a href="login_3.html"> Login Form 3</a> </li> <li> <a href="login_soft.html"> Login Form 4</a> </li> <li> <a href="extra_lock.html"> Lock Screen 1</a> </li> <li> <a href="extra_lock2.html"> Lock Screen 2</a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">More</h3> </li> <li> <a href="javascript:;"> <i class="icon-logout"></i> <span class="title">Quick Sidebar</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="quick_sidebar_push_content.html"> Push Content</a> </li> <li> <a href="quick_sidebar_over_content.html"> Over Content</a> </li> <li> <a href="quick_sidebar_over_content_transparent.html"> Over Content & Transparent</a> </li> <li> <a href="quick_sidebar_on_boxed_layout.html"> Boxed Layout</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-envelope-open"></i> <span class="title">Email Templates</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="email_template1.html"> New Email Template 1</a> </li> <li> <a href="email_template2.html"> New Email Template 2</a> </li> <li> <a href="email_template3.html"> New Email Template 3</a> </li> <li> <a href="email_template4.html"> New Email Template 4</a> </li> <li> <a href="email_newsletter.html"> Old Email Template 1</a> </li> <li> <a href="email_system.html"> Old Email Template 2</a> </li> </ul> </li> <li class="last "> <a href="javascript:;"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="maps_google.html"> Google Maps</a> </li> <li> <a href="maps_vector.html"> Vector Maps</a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> </div> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <div class="page-content"> <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM--> <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> Widget settings form goes here </div> <div class="modal-footer"> <button type="button" class="btn blue">Save changes</button> <button type="button" class="btn default" data-dismiss="modal">Close</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM--> <!-- BEGIN STYLE CUSTOMIZER --> <div class="theme-panel hidden-xs hidden-sm"> <div class="toggler"> </div> <div class="toggler-close"> </div> <div class="theme-options"> <div class="theme-option theme-colors clearfix"> <span> THEME COLOR </span> <ul> <li class="color-default current tooltips" data-style="default" data-container="body" data-original-title="Default"> </li> <li class="color-darkblue tooltips" data-style="darkblue" data-container="body" data-original-title="Dark Blue"> </li> <li class="color-blue tooltips" data-style="blue" data-container="body" data-original-title="Blue"> </li> <li class="color-grey tooltips" data-style="grey" data-container="body" data-original-title="Grey"> </li> <li class="color-light tooltips" data-style="light" data-container="body" data-original-title="Light"> </li> <li class="color-light2 tooltips" data-style="light2" data-container="body" data-html="true" data-original-title="Light 2"> </li> </ul> </div> <div class="theme-option"> <span> Layout </span> <select class="layout-option form-control input-sm"> <option value="fluid" selected="selected">Fluid</option> <option value="boxed">Boxed</option> </select> </div> <div class="theme-option"> <span> Header </span> <select class="page-header-option form-control input-sm"> <option value="fixed" selected="selected">Fixed</option> <option value="default">Default</option> </select> </div> <div class="theme-option"> <span> Top Menu Dropdown</span> <select class="page-header-top-dropdown-style-option form-control input-sm"> <option value="light" selected="selected">Light</option> <option value="dark">Dark</option> </select> </div> <div class="theme-option"> <span> Sidebar Mode</span> <select class="sidebar-option form-control input-sm"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> <div class="theme-option"> <span> Sidebar Menu </span> <select class="sidebar-menu-option form-control input-sm"> <option value="accordion" selected="selected">Accordion</option> <option value="hover">Hover</option> </select> </div> <div class="theme-option"> <span> Sidebar Style </span> <select class="sidebar-style-option form-control input-sm"> <option value="default" selected="selected">Default</option> <option value="light">Light</option> </select> </div> <div class="theme-option"> <span> Sidebar Position </span> <select class="sidebar-pos-option form-control input-sm"> <option value="left" selected="selected">Left</option> <option value="right">Right</option> </select> </div> <div class="theme-option"> <span> Footer </span> <select class="page-footer-option form-control input-sm"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> </div> </div> <!-- END STYLE CUSTOMIZER --> <!-- BEGIN PAGE HEADER--> <h3 class="page-title"> Portfolio <small>4,3,2 columns portfolio</small> </h3> <div class="page-bar"> <ul class="page-breadcrumb"> <li> <i class="fa fa-home"></i> <a href="index.html">Home</a> <i class="fa fa-angle-right"></i> </li> <li> <a href="#">Extra</a> <i class="fa fa-angle-right"></i> </li> <li> <a href="#">Portfolio</a> </li> </ul> <div class="page-toolbar"> <div class="btn-group pull-right"> <button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="#">Action</a> </li> <li> <a href="#">Another action</a> </li> <li> <a href="#">Something else here</a> </li> <li class="divider"> </li> <li> <a href="#">Separated link</a> </li> </ul> </div> </div> </div> <!-- END PAGE HEADER--> <!-- BEGIN PAGE CONTENT--> <div class="row"> <div class="col-md-12"> <div class="tabbable-line boxless"> <ul class="nav nav-tabs"> <li class="active"> <a href="#tab_1" data-toggle="tab"> 4 Columns </a> </li> <li> <a href="#tab_2" data-toggle="tab"> 3 Columns </a> </li> <li> <a href="#tab_3" data-toggle="tab"> 2 Columns </a> </li> </ul> <div class="tab-content"> <div class="tab-pane active" id="tab_1"> <!-- BEGIN FILTER --> <div class="margin-top-10"> <ul class="mix-filter"> <li class="filter" data-filter="all"> All </li> <li class="filter" data-filter="category_1"> UI Design </li> <li class="filter" data-filter="category_2"> Web Development </li> <li class="filter" data-filter="category_3"> Photography </li> <li class="filter" data-filter="category_3 category_1"> Wordpress and Logo </li> </ul> <div class="row mix-grid"> <div class="col-md-3 col-sm-4 mix category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img1.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img2.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img2.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img2.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img3.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img3.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img4.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img4.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_2 category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img5.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img5.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img6.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img6.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_2 category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img1.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img1.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img2.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img2.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img4.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img4.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-3 col-sm-4 mix category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img3.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto accusamus</h4> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img3.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> </div> </div> <!-- END FILTER --> </div> <div class="tab-pane" id="tab_2"> <!-- BEGIN FILTER --> <div class="filter-v1 margin-top-10"> <ul class="mix-filter"> <li class="filter" data-filter="all"> All </li> <li class="filter" data-filter="category_1"> UI Design </li> <li class="filter" data-filter="category_2"> Web Development </li> <li class="filter" data-filter="category_3"> Photography </li> <li class="filter" data-filter="category_3 category_1"> Wordpress and Logo </li> </ul> <div class="row mix-grid thumbnails"> <div class="col-md-4 col-sm-6 mix category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img1.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img1.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img2.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img2.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img3.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img3.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img4.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img4.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_2 category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img5.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img5.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img6.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img6.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_2 category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img1.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img1.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img2.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img2.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img4.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img4.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-4 col-sm-6 mix category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img3.jpg" alt=""> <div class="mix-details"> <h3>Cascusamus et iusto odio</h3> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium voluptatum. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img3.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> </div> </div> <!-- END FILTER --> </div> <div class="tab-pane" id="tab_3"> <!-- BEGIN FILTER --> <div class="filter-v1 margin-top-10"> <ul class="mix-filter"> <li class="filter" data-filter="all"> All </li> <li class="filter" data-filter="category_1"> UI Design </li> <li class="filter" data-filter="category_2"> Web Development </li> <li class="filter" data-filter="category_3"> Photography </li> <li class="filter" data-filter="category_3 category_1"> Wordpress and Logo </li> </ul> <div class="row mix-grid thumbnails"> <div class="col-md-6 col-sm-6 mix category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img1.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img1.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img2.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium voluptatum. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img2.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img3.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img3.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img4.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium voluptatum. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img4.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_2 category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img5.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium voluptatum. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img5.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img6.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img6.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_2 category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img1.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium voluptatum deleniti. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img1.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_1 category_2"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img2.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium voluptatum. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img2.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_3"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img4.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img4.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> <div class="col-md-6 col-sm-6 mix category_1"> <div class="mix-inner"> <img class="img-responsive" src="../../assets/admin/pages/media/works/img3.jpg" alt=""> <div class="mix-details"> <h4>Cascusamus et iusto odio</h4> <p> At vero eos et accusamus et iusto odio digniss imos duc sasdimus qui sint blanditiis prae sentium voluptatum. </p> <a class="mix-link"> <i class="fa fa-link"></i> </a> <a class="mix-preview fancybox-button" href="../../assets/admin/pages/media/works/img3.jpg" title="Project Name" data-rel="fancybox-button"> <i class="fa fa-search"></i> </a> </div> </div> </div> </div> </div> <!-- END FILTER --> </div> </div> </div> </div> </div> <!-- END PAGE CONTENT--> </div> </div> <!-- END CONTENT --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"><i class="icon-close"></i></a> <div class="page-quick-sidebar-wrapper"> <div class="page-quick-sidebar"> <div class="nav-justified"> <ul class="nav nav-tabs nav-justified"> <li class="active"> <a href="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More<i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"> </li> <li> <a href="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../../assets/admin/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../../assets/admin/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../../assets/admin/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../../assets/admin/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../../assets/admin/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../../assets/admin/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager,<br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../../assets/admin/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../../assets/admin/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../../assets/admin/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../../assets/admin/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"><i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar3.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar2.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar3.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar2.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar3.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar2.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar3.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar2.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../../assets/admin/layout/img/avatar3.jpg"/> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn blue"><i class="icon-paper-clip"></i></button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5"/> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560"/> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"><i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="page-footer-inner"> 2014 &copy; Metronic by keenthemes. </div> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> </div> <!-- END FOOTER --> <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) --> <!-- BEGIN CORE PLUGINS --> <!--[if lt IE 9]> <script src="../../assets/global/plugins/respond.min.js"></script> <script src="../../assets/global/plugins/excanvas.min.js"></script> <![endif]--> <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script> <!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip --> <script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN PAGE LEVEL PLUGINS --> <script type="text/javascript" src="../../assets/global/plugins/jquery-mixitup/jquery.mixitup.min.js"></script> <script type="text/javascript" src="../../assets/global/plugins/fancybox/source/jquery.fancybox.pack.js"></script> <!-- END PAGE LEVEL PLUGINS --> <script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script> <script src="../../assets/admin/layout/scripts/layout.js" type="text/javascript"></script> <script src="../../assets/admin/layout/scripts/quick-sidebar.js" type="text/javascript"></script> <script src="../../assets/admin/layout/scripts/demo.js" type="text/javascript"></script> <script src="../../assets/admin/pages/scripts/portfolio.js"></script> <script> jQuery(document).ready(function() { Metronic.init(); // init metronic core components Layout.init(); // init current layout QuickSidebar.init(); // init quick sidebar Demo.init(); // init demo features Portfolio.init(); }); </script> <!-- END JAVASCRIPTS --> </body> <!-- END BODY --> </html>
zzsoszz/metronicv37
theme_rtl/templates/admin/page_portfolio.html
HTML
apache-2.0
94,153
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Class org.deidentifier.arx.io.ImportConfigurationExcel (ARX GUI Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.deidentifier.arx.io.ImportConfigurationExcel (ARX GUI Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/deidentifier/arx/io/ImportConfigurationExcel.html" title="class in org.deidentifier.arx.io">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?org/deidentifier/arx/io/class-use/ImportConfigurationExcel.html" target="_top">Frames</a></li> <li><a href="ImportConfigurationExcel.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.deidentifier.arx.io.ImportConfigurationExcel" class="title">Uses of Class<br>org.deidentifier.arx.io.ImportConfigurationExcel</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="../../../../../org/deidentifier/arx/io/ImportConfigurationExcel.html" title="class in org.deidentifier.arx.io">ImportConfigurationExcel</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="#org.deidentifier.arx.io">org.deidentifier.arx.io</a></td> <td class="colLast"> <div class="block">This package provides basic input/output functionality</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.deidentifier.arx.io"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/deidentifier/arx/io/ImportConfigurationExcel.html" title="class in org.deidentifier.arx.io">ImportConfigurationExcel</a> in <a href="../../../../../org/deidentifier/arx/io/package-summary.html">org.deidentifier.arx.io</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/deidentifier/arx/io/package-summary.html">org.deidentifier.arx.io</a> with parameters of type <a href="../../../../../org/deidentifier/arx/io/ImportConfigurationExcel.html" title="class in org.deidentifier.arx.io">ImportConfigurationExcel</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/io/ImportAdapterExcel.html#ImportAdapterExcel(org.deidentifier.arx.io.ImportConfigurationExcel)">ImportAdapterExcel</a></strong>(<a href="../../../../../org/deidentifier/arx/io/ImportConfigurationExcel.html" title="class in org.deidentifier.arx.io">ImportConfigurationExcel</a>&nbsp;config)</code> <div class="block">Creates a new instance of this object with given configuration Depending upon the file type it either uses HSSF or XSSF to access the file.</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="../../../../../org/deidentifier/arx/io/ImportConfigurationExcel.html" title="class in org.deidentifier.arx.io">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?org/deidentifier/arx/io/class-use/ImportConfigurationExcel.html" target="_top">Frames</a></li> <li><a href="ImportConfigurationExcel.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>
fstahnke/arx
doc/gui/org/deidentifier/arx/io/class-use/ImportConfigurationExcel.html
HTML
apache-2.0
6,583
<!doctype html> <!-- This file is generated by build.py. --> <title>Reference for img tall-viewBox.svg; overflow:hidden; -o-object-fit:fill; -o-object-position:0% bottom</title> <link rel="stylesheet" href="../../support/reftests.css"> <style> .helper { overflow:hidden } .helper > * { left:0; bottom:0; width:200px; height:200px } </style> <div id="ref"> <span class="helper"><img src="../../support/tall-viewBox-none.svg"></span> </div>
frivoal/presto-testo
css/image-fit/reftests/img-svg-tall-viewBox/hidden_fill_0_bottom-ref.html
HTML
bsd-3-clause
442
{% extends "mod_backend/base_mod_backend.html" %} <!-- @copyright Copyright (c) 2014 Submit Consulting @author Angel Sullon (@asullom) @package sad Descripcion: Lista menu --> {% load i18n app_security %} {% load l10n humanize %} {% block breadcrumbs %} <a href="{% url 'accounts:index' %}">{% trans 'Home' %}</a> &rsaquo; {{ title }} {% endblock breadcrumbs %} {% block content_title %} {{ opts.verbose_name_plural|capfirst }} | <small>{{ title }}</small> {% endblock content_title %} {% block content %} <script type="text/javascript"> $(function() { $('table').kgrid({ form_data : ['{{f}}', '{{q}}'], form_to : '/sad/menu/index/?f={{f}}&q={{q}}', order_attr: 'class=""', order_to : '/sad/menu/index/?f={{f}}&q={{q}}', }); }); </script> <div class="btn-toolbar btn-toolbar-top"> <div class="row"> <div class="btn-actions"> <a href="/sad/menu/create/" class="btn btn-primary text-bold" title="{% trans 'Add' %} {% trans 'Menu' %}"><i class="fa fa-plus"></i> <span class="hidden-xs"> {% trans 'Add' %}</span></a> </div> </div> </div> <div class="container-overflow"> <table class="table table-bordered table-hover table-striped table-condensed table-responsive"> <thead> <tr> <th>#</th> <th class="col-hidden" data-search="module" data-order="module">{% trans 'Module' %}</th> <th class="col-hidden" data-search="pos" data-order="pos">{% trans 'Position' %}</th> <th class="col-hidden" data-search="parent" data-order="parent">{% trans 'Parent' %}</th> <th class="col-hidden" data-search="title" data-order="title">{% trans 'title'|capfirst %}</th> <th class="col-hidden" data-search="permission" data-order="permission">{% trans 'permission'|capfirst %}</th> <th class="col-hidden" data-search="url" data-order="url">{% trans 'URL' %}</th> <th class="col-hidden" data-search="icon" data-order="icon">{% trans 'Icon' %}</th> <th class="col-hidden" data-search="active" data-order="active">{% trans 'active'|capfirst %}</th> <th class="btn-actions col-blocked text-center">{% trans 'Action' %}</th> </tr> </thead> <tbody> {% for d in object_list %} <tr class="{{ d.is_active|yesno:',danger' }}"> <td>{% if is_paginated %} {{ page_obj.start_index|add:forloop.counter0 }} {% else %} {{ forloop.counter }} {% endif %} </td> <td><span class="label label-{{ d.is_active|yesno:'primary,success' }}">{{ d.get_module_display }}</span></td> <td>{{ d.pos }}</td> <td>{{ d.parent.title }}</td> <td>{{ d.title }} </td> <td>{{ d.permission.content_type.app_label }}{{ d.permission_id|yesno:'.,'}}{{ d.permission.codename }}</td> <td>{{ d.url }}</td> <td>{{ d.icon }}</td> <td> <span class="label label-{{ d.is_active|yesno:'primary,success' }}"> {% if d.is_active %}{% trans 'Yes'|upper %} {% else %} {% trans 'No'|upper %} {% endif %} </span> </td> <td class="text-center"> <a href="/sad/menu/update/{{d.pk|key:'menu_upd'}}/" class="btn btn-info btn-sm text-bold" title="{% trans 'Change' %} {% trans 'Menu' %}" rel="tooltip"><i class="btn-icon-only fa fa-edit"></i></a> {% if d.is_active %} <a href="/sad/menu/state/ina/{{d.pk|key:'menu_ina'}}/" class="btn btn-success btn-sm text-bold" title="{% trans 'inactivate'|capfirst %} {% trans 'Menu' %}" rel="tooltip"><i class="btn-icon-only fa fa-flag"></i></a> {% else %} <a href="/sad/menu/state/rea/{{d.pk|key:'menu_rea'}}/" class="btn btn-info btn-sm text-bold" title="{% trans 'reactivate'|capfirst %} {% trans 'Menu' %}" rel="tooltip"><i class="btn-icon-only fa fa-flag"></i></a> {% endif %} <a href="/sad/menu/delete/{{d.pk|key:'menu_del'}}/" class="btn btn-danger btn-sm js-confirm text-bold" msg-title="{% trans 'Delete' %} {% trans 'Menu' %}?." msg="{% trans 'Are you sure?' %}<br/>{% trans 'Remember that this operation can not be reversed.' %}" title="{% trans 'Delete' %} {% trans 'Menu' %}" rel="tooltip"><i class="btn-icon-only fa fa-trash-o"></i></a> </td> </tr> {% endfor %} </tbody> </table> </div> <div class="row" > {% if is_paginated %} {% load paginator %} {% paginator %} {% else %} <div class="col-md-12" > <ul class="breadcrumbpag" > {{ object_list.count }} {% ifequal object_list.count 1 %}{{ opts.verbose_name|capfirst }}{% else %}{{ opts.verbose_name_plural|capfirst }}{% endifequal %} </ul> </div> {% endif %} </div> {% endblock content %}
upeu-jul-20161-epis-ads2/MedicFast
apps/sad/templates/sad/menu_list.html
HTML
bsd-3-clause
5,172
<html> <head> <title>GB18030 lead 8231CA</title> <meta http-equiv='content-type' content='text/html;charset=GB18030'> <link rel='stylesheet' href='tests.css'> </head> <body> <table> <caption>Four-byte lead 8231CA</caption> <tr><th colspan=2>GB18030<th colspan=3>Unicode <tr><td>=8231CA30<td> ‚1Ê0 <td>U+3C74<td>&#15476;<td class=u>sick, a dead animal, skeleton <tr><td>=8231CA31<td> ‚1Ê1 <td>U+3C75<td>&#15477;<td class=u>to die, to open, as an ulcer or sore <tr><td>=8231CA32<td> ‚1Ê2 <td>U+3C76<td>&#15478;<td class=u>a swellen corpse, swell <tr><td>=8231CA33<td> ‚1Ê3 <td>U+3C77<td>&#15479;<td class=u> <tr><td>=8231CA34<td> ‚1Ê4 <td>U+3C78<td>&#15480;<td class=u>to exhaust; extreme; highest; farthest, to die <tr><td>=8231CA35<td> ‚1Ê5 <td>U+3C79<td>&#15481;<td class=u>to die from disease <tr><td>=8231CA36<td> ‚1Ê6 <td>U+3C7A<td>&#15482;<td class=u>(interchangeable &amp;#232;) the skin; the belly <tr><td>=8231CA37<td> ‚1Ê7 <td>U+3C7B<td>&#15483;<td class=u>diseases of dumb creatures, diseases of animals, illness; disease; ailment <tr><td>=8231CA38<td> ‚1Ê8 <td>U+3C7C<td>&#15484;<td class=u>a kind of ornaments, people wore in ancient time in order to avoid evil spirits or influences <tr><td>=8231CA39<td> ‚1Ê9 <td>U+3C7D<td>&#15485;<td class=u>(same as &amp;#230;) to hit or to strikeheavily, to dip, to administer; to control, to govern; to treat; to cure, to punish </table> <p><a href='charset/GB18030.html'>Return</a></p> </body> </html>
frivoal/presto-testo
imported/peter/unicode/comparative/GB18030-8231ca.html
HTML
bsd-3-clause
1,507
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>XMP-Toolkit-SDK-CC201306: Alphabetical List</title> <link href="xmp.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <img src="xmp_tagline_small.jpg" width="125" height="50" border="0"><p> <!-- Generated by Doxygen 1.6.3 --> <script type="text/javascript"> <!-- function changeDisplayState (e){ var num=this.id.replace(/[^[0-9]/g,''); var button=this.firstChild; var sectionDiv=document.getElementById('dynsection'+num); if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ sectionDiv.style.display='block'; button.src='open.gif'; }else{ sectionDiv.style.display='none'; button.src='closed.gif'; } } function initDynSections(){ var divs=document.getElementsByTagName('div'); var sectionCounter=1; for(var i=0;i<divs.length-1;i++){ if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ var header=divs[i]; var section=divs[i+1]; var button=header.firstChild; if (button!='IMG'){ divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); button=document.createElement('img'); divs[i].insertBefore(button,divs[i].firstChild); } header.style.cursor='pointer'; header.onclick=changeDisplayState; header.id='dynheader'+sectionCounter; button.src='closed.gif'; section.id='dynsection'+sectionCounter; section.style.display='none'; section.style.marginLeft='14px'; sectionCounter++; } } } window.onload = initDynSections; --> </script> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</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> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> </div> <div class="contents"> <h1>Class Index</h1><div class="qindex"><a class="qindex" href="#letter_T">T</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_X">X</a></div> <table align="center" width="95%" border="0" cellspacing="0" cellpadding="0"> <tr><td><a name="letter_T"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;T&nbsp;&nbsp;</div></td></tr></table> </td><td><a class="el" href="classTXMPIterator.html">TXMPIterator</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classTXMPUtils.html">TXMPUtils</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structXMP__DateTime.html">XMP_DateTime</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structXMP__PacketInfo.html">XMP_PacketInfo</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classTXMPFiles.html">TXMPFiles</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classTXMPMeta.html">TXMPMeta</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_X"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;X&nbsp;&nbsp;</div></td></tr></table> </td><td><a class="el" href="classXMP__Error.html">XMP_Error</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structXMP__VersionInfo.html">XMP_VersionInfo</a>&nbsp;&nbsp;&nbsp;</td></tr></table><div class="qindex"><a class="qindex" href="#letter_T">T</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_X">X</a></div> </div> <hr size="1"><address style="text-align: right;"><small> XMP-Toolkit-SDK-CC201306 documentation generated by&nbsp;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.6.3</small></address> </body> </html>
zthomas/xmp-sdk
docs/API/classes.html
HTML
bsd-3-clause
3,829
<!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"/> <title>Core Plot (Mac OS): MacOnly/CPTPlatformSpecificFunctions.h File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="customdoxygen.css" rel="stylesheet" type="text/css" /> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="core-plot-logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Core Plot (Mac OS) </div> <div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <script type="text/javascript" src="dynsections.js"></script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Animation&#160;&&#160;Constants</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> initNavTree('_c_p_t_platform_specific_functions_8h.html',''); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">MacOnly/CPTPlatformSpecificFunctions.h File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#import &quot;<a class="el" href="_c_p_t_definitions_8h_source.html">CPTDefinitions.h</a>&quot;</code><br/> <code>#import &lt;Foundation/Foundation.h&gt;</code><br/> <code>#import &lt;QuartzCore/QuartzCore.h&gt;</code><br/> </div><div class="textblock"><div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"> <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Include dependency graph for CPTPlatformSpecificFunctions.h:</div> <div id="dynsection-0-summary" class="dynsummary" style="display:block;"> </div> <div id="dynsection-0-content" class="dyncontent" style="display:none;"> <div class="center"><img src="_c_p_t_platform_specific_functions_8h__incl.png" border="0" usemap="#_mac_only_2_c_p_t_platform_specific_functions_8h" alt=""/></div> <map name="_mac_only_2_c_p_t_platform_specific_functions_8h" id="_mac_only_2_c_p_t_platform_specific_functions_8h"> <area shape="rect" id="node3" href="_c_p_t_definitions_8h.html" title="CPTDefinitions.h" alt="" coords="269,86,397,117"/></map> </div> </div><div class="textblock"><div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"> <img id="dynsection-1-trigger" src="closed.png" alt="+"/> This graph shows which files directly or indirectly include this file:</div> <div id="dynsection-1-summary" class="dynsummary" style="display:block;"> </div> <div id="dynsection-1-content" class="dyncontent" style="display:none;"> <div class="center"><img src="_c_p_t_platform_specific_functions_8h__dep__incl.png" border="0" usemap="#_mac_only_2_c_p_t_platform_specific_functions_8hdep" alt=""/></div> <map name="_mac_only_2_c_p_t_platform_specific_functions_8hdep" id="_mac_only_2_c_p_t_platform_specific_functions_8hdep"> <area shape="rect" id="node3" href="_c_p_t_color_8m.html" title="Source/CPTColor.m" alt="" coords="5,86,152,117"/><area shape="rect" id="node5" href="_c_p_t_layer_8m.html" title="Source/CPTLayer.m" alt="" coords="177,86,324,117"/><area shape="rect" id="node7" href="_c_p_t_platform_specific_functions_8m.html" title="MacOnly/CPTPlatformSpecificFunctions.m" alt="" coords="349,86,640,117"/><area shape="rect" id="node9" href="_c_p_t_text_style_platform_specific_8m.html" title="MacOnly/CPTTextStylePlatformSpecific.m" alt="" coords="664,86,952,117"/></map> </div> </div> <p><a href="_c_p_t_platform_specific_functions_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="func-members"></a> Functions</h2></td></tr> <tr><td colspan="2"><div class="groupHeader">Graphics Context Save Stack</div></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_p_t_platform_specific_functions_8h.html#a749370a9ff558a64e0c8e335d8788dac">CPTPushCGContext</a> (<a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/doc/c_ref/CGContextRef.html">CGContextRef</a> context)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Pushes the current AppKit graphics context onto a stack and replaces it with the given Core Graphics context. <a href="#a749370a9ff558a64e0c8e335d8788dac"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_p_t_platform_specific_functions_8h.html#af83544397fc336d1c14e66f2b7e473be">CPTPopCGContext</a> (void)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Pops the top context off the stack and restores it to the AppKit graphics context. <a href="#af83544397fc336d1c14e66f2b7e473be"></a><br/></td></tr> <tr><td colspan="2"><div class="groupHeader">Graphics Context</div></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/doc/c_ref/CGContextRef.html">CGContextRef</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_p_t_platform_specific_functions_8h.html#a3be5490002256d9807df1586581550b9">CPTGetCurrentContext</a> (void)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the default graphics context. <a href="#a3be5490002256d9807df1586581550b9"></a><br/></td></tr> <tr><td colspan="2"><div class="groupHeader">Color Conversion</div></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGColor/Reference/reference.html#//apple_ref/doc/c_ref/CGColorRef.html">CGColorRef</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_p_t_platform_specific_functions_8h.html#a3580904e417acab705123a9d25c03a8c">CPTCreateCGColorFromNSColor</a> (<a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a> *nsColor)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGColor/Reference/reference.html#//apple_ref/doc/c_ref/CGColorRef.html">CGColorRef</a> from an <a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a>. <a href="#a3580904e417acab705123a9d25c03a8c"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_c_p_t_r_g_b_a_color.html">CPTRGBAColor</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_p_t_platform_specific_functions_8h.html#aa788843028b5cdba8df9b77d759d286f">CPTRGBAColorFromNSColor</a> (<a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a> *nsColor)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <a class="el" href="struct_c_p_t_r_g_b_a_color.html" title="RGBA color for gradients.">CPTRGBAColor</a> from an <a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a>. <a href="#aa788843028b5cdba8df9b77d759d286f"></a><br/></td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"></div><hr/><h2>Function Documentation</h2> <a class="anchor" id="a3580904e417acab705123a9d25c03a8c"></a><!-- doxytag: member="CPTPlatformSpecificFunctions.h::CPTCreateCGColorFromNSColor" ref="a3580904e417acab705123a9d25c03a8c" args="(NSColor *nsColor)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGColor/Reference/reference.html#//apple_ref/doc/c_ref/CGColorRef.html">CGColorRef</a> <a class="el" href="_c_p_t_platform_specific_functions_8m.html#a3580904e417acab705123a9d25c03a8c">CPTCreateCGColorFromNSColor</a> </td> <td>(</td> <td class="paramtype"><a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a> *&#160;</td> <td class="paramname"><em>nsColor</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Creates a <a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGColor/Reference/reference.html#//apple_ref/doc/c_ref/CGColorRef.html">CGColorRef</a> from an <a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a>. </p> <p>The caller must release the returned <a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGColor/Reference/reference.html#//apple_ref/doc/c_ref/CGColorRef.html">CGColorRef</a>. Pattern colors are not supported.</p> <dl class="params"><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">nsColor</td><td>The <a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a>. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>The <a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGColor/Reference/reference.html#//apple_ref/doc/c_ref/CGColorRef.html">CGColorRef</a>. </dd></dl> </div> </div> <a class="anchor" id="a3be5490002256d9807df1586581550b9"></a><!-- doxytag: member="CPTPlatformSpecificFunctions.h::CPTGetCurrentContext" ref="a3be5490002256d9807df1586581550b9" args="(void)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/doc/c_ref/CGContextRef.html">CGContextRef</a> <a class="el" href="_c_p_t_platform_specific_functions_8m.html#a3be5490002256d9807df1586581550b9">CPTGetCurrentContext</a> </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Get the default graphics context. </p> </div> </div> <a class="anchor" id="af83544397fc336d1c14e66f2b7e473be"></a><!-- doxytag: member="CPTPlatformSpecificFunctions.h::CPTPopCGContext" ref="af83544397fc336d1c14e66f2b7e473be" args="(void)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="_c_p_t_platform_specific_functions_8m.html#af83544397fc336d1c14e66f2b7e473be">CPTPopCGContext</a> </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Pops the top context off the stack and restores it to the AppKit graphics context. </p> </div> </div> <a class="anchor" id="a749370a9ff558a64e0c8e335d8788dac"></a><!-- doxytag: member="CPTPlatformSpecificFunctions.h::CPTPushCGContext" ref="a749370a9ff558a64e0c8e335d8788dac" args="(CGContextRef context)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="_c_p_t_platform_specific_functions_8m.html#af6d0cffe2f7fd5d5c9b96622d8472eee">CPTPushCGContext</a> </td> <td>(</td> <td class="paramtype"><a class="elRef" href="http://developer.apple.com/documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/doc/c_ref/CGContextRef.html">CGContextRef</a>&#160;</td> <td class="paramname"><em>newContext</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Pushes the current AppKit graphics context onto a stack and replaces it with the given Core Graphics context. </p> <dl class="params"><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">newContext</td><td>The graphics context. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="aa788843028b5cdba8df9b77d759d286f"></a><!-- doxytag: member="CPTPlatformSpecificFunctions.h::CPTRGBAColorFromNSColor" ref="aa788843028b5cdba8df9b77d759d286f" args="(NSColor *nsColor)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="struct_c_p_t_r_g_b_a_color.html">CPTRGBAColor</a> <a class="el" href="_c_p_t_platform_specific_functions_8m.html#aa788843028b5cdba8df9b77d759d286f">CPTRGBAColorFromNSColor</a> </td> <td>(</td> <td class="paramtype"><a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a> *&#160;</td> <td class="paramname"><em>nsColor</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Creates a <a class="el" href="struct_c_p_t_r_g_b_a_color.html" title="RGBA color for gradients.">CPTRGBAColor</a> from an <a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a>. </p> <p>Pattern colors are not supported.</p> <dl class="params"><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">nsColor</td><td>The <a class="elRef" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/Reference/Reference.html">NSColor</a>. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>The <a class="el" href="struct_c_p_t_r_g_b_a_color.html" title="RGBA color for gradients.">CPTRGBAColor</a>. </dd></dl> </div> </div> </div><!-- contents --> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="_c_p_t_platform_specific_functions_8h.html">CPTPlatformSpecificFunctions.h</a> </li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a></li> </ul> </div> </body> </html>
escoz/core-plot
documentation/html/MacOS/_c_p_t_platform_specific_functions_8h.html
HTML
bsd-3-clause
16,276
<!DOCTYPE html> <html> <head> <style> #box { height: 100px; width: 100px; background-color: blue; -webkit-transform: translateX(0px); -webkit-transition-duration: 1s; -webkit-transition-timing-function: steps(3, end); -webkit-transition-property: -webkit-transform; } </style> <script src="../animations/resources/animation-test-helpers.js"></script> <script type="text/javascript"> const expectedValues = [ // [time, element-id, property, expected-value, tolerance] [0.25, "box", "-webkit-transform.4", 0, 5], [0.5, "box", "-webkit-transform.4", 66, 5], [0.75, "box", "-webkit-transform.4", 133, 5], ]; function setupTest() { var box = document.getElementById('box'); box.style.webkitTransform = 'translateX(200px)'; } runTransitionTest(expectedValues, setupTest); </script> </head> <body> <p> The box should move horizontally 200px over 1s, in 3 equal increments. </p> <div id="box"> </div> <div id="result"> </div> </body> </html>
hgl888/blink-crosswalk-efl
LayoutTests/transitions/steps-timing-function.html
HTML
bsd-3-clause
1,071
<span class="icon"> <i class="fa fa-clock-o" aria-hidden="true"></i> </span> <span>{{ .ReadingTime }} minute read</span> <span class="icon"> <i class="fa fa-pencil" aria-hidden="true"></i> </span> {{ if .PublishDate.IsZero }} Published: <time datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "2 Jan, 2006" }}</time> {{ else if lt .PublishDate .Lastmod }} Modified: <time datetime="{{ .Lastmod.Format "2006-01-02T15:04:05-07:00" }}">{{ .Lastmod.Format "2 Jan, 2006" }}</time> {{ else }} Published: <time datetime="{{ .PublishDate.Format "2006-01-02T15:04:05-07:00" }}">{{ .PublishDate.Format "2 Jan, 2006" }}</time> {{ end }}
interlock/promise-interactor
site/themes/kube/layouts/partials/post/meta.html
HTML
mit
659
<span> <!-- text if no item is selected --> <div ng-class="{'panel panel-default' : true , 'hidden' : selectedItem || !defaultText }"> <div class="list-group"> <div class="list-group-item"> {{defaultText}} </div> </div> </div> <!-- card (read) --> <div ng-class="{'panel panel-default' : true , 'hidden' : !selectedItem}"> <div class="panel-heading clearfix"> <h3 class="panel-title pull-left">{{model.name}}</h3> <a class="btn btn-primary pull-right" ng-click="editDetails(selectedItem)" ng-if="allowEdit"> <i class="fa fa-pencil"></i><span>Edit</span> </a> </div> <div class="list-group"> <div ng-repeat="field in fieldsRead"> <div class="list-group-item" ng-if="field.type=='text'"> <span ng-if="field.field == thumbnailShowWith"> <!--placeholder--> <i ng-if="showPlaceholder()" class="fa fa-3x pull-left" ng-class="'fa-' + imagePlaceholderIcon"></i> <i ng-if="showIcon()" class="fa fa-3x pull-left" ng-class="'fa-' + item[iconField]"></i> <!--image--> <img ng-if="showImage()" class="img-rounded pull-left" ng-src="{{thumbnailSrc}}" /> </span> <label>{{field.label}}</label> <h4 class="list-group-item-heading">{{selectedItem[field.field] | fltr : field.filter}}</h4> </div> <div class="list-group-item" ng-if="field.type=='date'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading">{{selectedItem[field.field] | date}}</h4> </div> <div class="list-group-item" ng-if="field.type=='select'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading">{{selectedItem[field.field] | fltr : field.filter}}</h4> </div> <div class="list-group-item" ng-if="field.type=='multiline'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading" ng-bind-html="selectedItem[field.field]"></h4> </div> <div class="list-group-item" ng-if="field.type=='notesname'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading" ng-bind-html="selectedItem[field.field] | notesname"></h4> </div> <div class="list-group-item" ng-if="field.type=='implodelist'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading" ng-bind-html="selectedItem[field.field] | implodelist"></h4> </div> <div class="list-group-item" ng-if="field.type=='html'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading" ng-bind-html="selectedItem[field.field] | html:selectedItem"></h4> </div> <div ng-if="field.type=='files'"> <div class="list-group-item" ng-repeat="file in selectedItem[field.field]"> <label>{{field.label}}</label> <h4> <a href="{{host + '/attachment/' + db + '/' + selectedItem['__form'] + '/' + selectedItem['__unid'] + '/' + file + '?apikey=' + apikey}}" target="newwin">{{file}}</a> </h4> </div> </div> <a href="mailto:{{selectedItem[field.field]}}" class="list-group-item" ng-if="field.type=='email'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading">{{selectedItem[field.field] | fltr : field.filter}}</h4> </a> <a href="tel:{{selectedItem[field.field]}}" class="list-group-item" ng-if="field.type=='phone'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading">{{selectedItem[field.field] | fltr : field.filter}}</h4> </a> <a href="{{selectedItem[field.field]}}" class="list-group-item" ng-if="field.type=='link'"> <label>{{field.label}}</label> <h4 class="list-group-item-heading">{{selectedItem[field.field] | fltr : field.filter}}</h4> </a> <div> </div> </span>
LonDC/xcomponents
src/xc-form.html
HTML
mit
3,738
<!DOCTYPE html> <!-- Copyright 2009 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Closure Unit Tests - goog.i18n.currency</title> <meta charset="utf-8"> <script src='../base.js'> </script> <script> goog.require('goog.i18n.currency'); goog.require('goog.i18n.NumberFormat'); goog.require('goog.testing.PropertyReplacer'); goog.require('goog.testing.jsunit'); </script> </head> <body> <script> var stubs = new goog.testing.PropertyReplacer(); function setUp() { stubs.replace(goog.i18n.currency, 'CurrencyInfo', goog.object.clone(goog.i18n.currency.CurrencyInfo)); } function tearDown() { stubs.reset(); } function testAddTier2Support() { assertFalse('LRD' in goog.i18n.currency.CurrencyInfo); assertThrows(function() { goog.i18n.currency.getLocalCurrencyPattern('LRD'); }); goog.i18n.currency.addTier2Support(); assertTrue('LRD' in goog.i18n.currency.CurrencyInfo); assertEquals("'$'#,##0.00", goog.i18n.currency.getLocalCurrencyPattern('LRD')); } function testCurrencyPattern() { assertEquals("'$'#,##0.00", goog.i18n.currency.getLocalCurrencyPattern('USD')); assertEquals("'US$'#,##0.00", goog.i18n.currency.getPortableCurrencyPattern('USD')); assertEquals("USD '$'#,##0.00", goog.i18n.currency.getGlobalCurrencyPattern('USD')); assertEquals("'¥'#,##0", goog.i18n.currency.getLocalCurrencyPattern('JPY')); assertEquals("'JP¥'#,##0", goog.i18n.currency.getPortableCurrencyPattern('JPY')); assertEquals("JPY '¥'#,##0", goog.i18n.currency.getGlobalCurrencyPattern('JPY')); assertEquals("'€'#,##0.00", goog.i18n.currency.getLocalCurrencyPattern('EUR')); assertEquals("'€'#,##0.00", goog.i18n.currency.getPortableCurrencyPattern('EUR')); assertEquals("EUR '€'#,##0.00", goog.i18n.currency.getGlobalCurrencyPattern('EUR')); assertEquals("'¥'#,##0.00", goog.i18n.currency.getLocalCurrencyPattern('CNY')); assertEquals("'RMB¥'#,##0.00", goog.i18n.currency.getPortableCurrencyPattern('CNY')); assertEquals("CNY '¥'#,##0.00", goog.i18n.currency.getGlobalCurrencyPattern('CNY')); assertEquals("'Rial'#,##0", goog.i18n.currency.getLocalCurrencyPattern('YER')); assertEquals("'Rial'#,##0", goog.i18n.currency.getPortableCurrencyPattern('YER')); assertEquals("YER 'Rial'#,##0", goog.i18n.currency.getGlobalCurrencyPattern('YER')); assertEquals("'CHF'#,##0.00", goog.i18n.currency.getLocalCurrencyPattern('CHF')); assertEquals("'CHF'#,##0.00", goog.i18n.currency.getPortableCurrencyPattern('CHF')); assertEquals("'CHF'#,##0.00", goog.i18n.currency.getGlobalCurrencyPattern('CHF')); } function testCurrencyFormatCHF() { var formatter; var str; formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getLocalCurrencyPattern('CHF')); str = formatter.format(123456.7899); assertEquals('CHF123,456.79', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getPortableCurrencyPattern('CHF')); str = formatter.format(123456.7899); assertEquals('CHF123,456.79', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getGlobalCurrencyPattern('CHF')); str = formatter.format(123456.7899); assertEquals('CHF123,456.79', str); } function testCurrencyFormatYER() { var formatter; var str; formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getLocalCurrencyPattern('YER')); str = formatter.format(123456.7899); assertEquals('Rial123,457', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getPortableCurrencyPattern('YER')); str = formatter.format(123456.7899); assertEquals('Rial123,457', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getGlobalCurrencyPattern('YER')); str = formatter.format(123456.7899); assertEquals('YER Rial123,457', str); } function testCurrencyFormatCNY() { var formatter; var str; formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getLocalCurrencyPattern('CNY')); str = formatter.format(123456.7899); assertEquals('¥123,456.79', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getPortableCurrencyPattern('CNY')); str = formatter.format(123456.7899); assertEquals('RMB¥123,456.79', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getGlobalCurrencyPattern('CNY')); str = formatter.format(123456.7899); assertEquals('CNY ¥123,456.79', str); } function testCurrencyFormatCZK() { var formatter; var str; formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getLocalCurrencyPattern('CZK')); str = formatter.format(123456.7899); assertEquals('123,456.79 Kč', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getPortableCurrencyPattern('CZK')); str = formatter.format(123456.7899); assertEquals('123,456.79 Kč', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getGlobalCurrencyPattern('CZK')); str = formatter.format(123456.7899); assertEquals('CZK 123,456.79 Kč', str); } function testCurrencyFormatEUR() { var formatter; var str; formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getLocalCurrencyPattern('EUR')); str = formatter.format(123456.7899); assertEquals('€123,456.79', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getPortableCurrencyPattern('EUR')); str = formatter.format(123456.7899); assertEquals('€123,456.79', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getGlobalCurrencyPattern('EUR')); str = formatter.format(123456.7899); assertEquals('EUR €123,456.79', str); } function testCurrencyFormatJPY() { var formatter; var str; formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getLocalCurrencyPattern('JPY')); str = formatter.format(123456.7899); assertEquals('¥123,457', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getPortableCurrencyPattern('JPY')); str = formatter.format(123456.7899); assertEquals('JP¥123,457', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getGlobalCurrencyPattern('JPY')); str = formatter.format(123456.7899); assertEquals('JPY ¥123,457', str); } function testCurrencyFormatPLN() { var formatter; var str; formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getLocalCurrencyPattern('PLN')); str = formatter.format(123456.7899); assertEquals('123,456.79 zł', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getPortableCurrencyPattern('PLN')); str = formatter.format(123456.7899); assertEquals('123,456.79 zł', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getGlobalCurrencyPattern('PLN')); str = formatter.format(123456.7899); assertEquals('PLN 123,456.79 zł', str); } function testCurrencyFormatUSD() { var formatter; var str; formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getLocalCurrencyPattern('USD')); str = formatter.format(123456.7899); assertEquals('$123,456.79', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getPortableCurrencyPattern('USD')); str = formatter.format(123456.7899); assertEquals('US$123,456.79', str); formatter = new goog.i18n.NumberFormat( goog.i18n.currency.getGlobalCurrencyPattern('USD')); str = formatter.format(123456.7899); assertEquals('USD $123,456.79', str); } function testIsPrefixSignPosition() { assertTrue(goog.i18n.currency.isPrefixSignPosition('USD')); assertTrue(goog.i18n.currency.isPrefixSignPosition('EUR')); } function testGetCurrencySign() { assertEquals('USD $', goog.i18n.currency.getGlobalCurrencySign('USD')); assertEquals('$', goog.i18n.currency.getLocalCurrencySign('USD')); assertEquals('US$', goog.i18n.currency.getPortableCurrencySign('USD')); assertEquals('YER Rial', goog.i18n.currency.getGlobalCurrencySign('YER')); assertEquals('Rial', goog.i18n.currency.getLocalCurrencySign('YER')); assertEquals('Rial', goog.i18n.currency.getPortableCurrencySign('YER')); } </script> </body> </html>
dmincu/IOC
new_php/closure-library/closure/goog/i18n/currency_test.html
HTML
mit
9,078
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffers_iterator::difference_type</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../buffers_iterator.html" title="buffers_iterator"> <link rel="prev" href="buffers_iterator.html" title="buffers_iterator::buffers_iterator"> <link rel="next" href="end.html" title="buffers_iterator::end"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffers_iterator.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffers_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="end.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.buffers_iterator.difference_type"></a><a class="link" href="difference_type.html" title="buffers_iterator::difference_type">buffers_iterator::difference_type</a> </h4></div></div></div> <p> <a class="indexterm" name="boost_asio.indexterm.buffers_iterator.difference_type"></a> The type used for the distance between two iterators. </p> <pre class="programlisting">typedef std::ptrdiff_t difference_type; </pre> <h6> <a name="boost_asio.reference.buffers_iterator.difference_type.h0"></a> <span class="phrase"><a name="boost_asio.reference.buffers_iterator.difference_type.requirements"></a></span><a class="link" href="difference_type.html#boost_asio.reference.buffers_iterator.difference_type.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffers_iterator.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffers_iterator.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffers_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="end.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
nawawi/poedit
deps/boost/doc/html/boost_asio/reference/buffers_iterator/difference_type.html
HTML
mit
3,815
<!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>Windows Virtual Shields for Arduino: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="Shields300x300.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Windows Virtual Shields for Arduino </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> <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 class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index__"><span>_</span></a></li> <li><a href="functions_a.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li class="current"><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_x.html#index_x"><span>x</span></a></li> <li><a href="functions_y.html#index_y"><span>y</span></a></li> <li><a href="functions_z.html#index_z"><span>z</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all class members with links to the classes they belong to:</div> <h3><a class="anchor" id="index_r"></a>- r -</h3><ul> <li>recentEvent : <a class="el" href="class_sensor.html#aaecc418ee1bf2285b0a05b1cb0204b7b">Sensor</a> </li> <li>Recognition() : <a class="el" href="class_recognition.html#af2e25caffe238e6f97def4a883148dff">Recognition</a> </li> <li>recognizedIndex : <a class="el" href="class_recognition.html#a10ed2a05a1692a7da9d3ee9bf2ebc820">Recognition</a> </li> <li>record() : <a class="el" href="class_microphone.html#a59416cd559f70b541c0fefc7547ad46d">Microphone</a> </li> <li>red : <a class="el" href="union_a_r_g_b.html#a754ff6d7fe4f18fdc3c74b10787f0aa4">ARGB</a> </li> <li>result : <a class="el" href="struct_shield_event.html#a2e6d14f30f758da534d4f15fe7018fc3">ShieldEvent</a> </li> <li>resultHash : <a class="el" href="struct_shield_event.html#aef986228b0ac35ff79aa0f7ce7d813c7">ShieldEvent</a> </li> <li>resultId : <a class="el" href="struct_shield_event.html#a980aa87be79cdc785f092ea94291f77d">ShieldEvent</a> , <a class="el" href="class_web.html#a56f3b3c45678a3ca43392fa12b69967e">Web</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Apr 29 2015 17:37:05 for Windows Virtual Shields for Arduino 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>
ms-iot/virtual-shields-arduino
docs/html/functions_r.html
HTML
mit
7,205
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Context switching with fibers</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Context"> <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Context"> <link rel="prev" href="requirements.html" title="Requirements"> <link rel="next" href="ff/implementations__fcontext_t__ucontext_t_and_winfiber.html" title="Implementations: fcontext_t, ucontext_t and WinFiber"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="requirements.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ff/implementations__fcontext_t__ucontext_t_and_winfiber.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="context.ff"></a><a name="ff"></a><a class="link" href="ff.html" title="Context switching with fibers">Context switching with fibers</a> </h2></div></div></div> <div class="toc"><dl class="toc"> <dt><span class="section"><a href="ff/implementations__fcontext_t__ucontext_t_and_winfiber.html">Implementations: fcontext_t, ucontext_t and WinFiber</a></span></dt> <dt><span class="section"><a href="ff/class__fiber_.html">Class <code class="computeroutput"><span class="identifier">fiber</span></code></a></span></dt> </dl></div> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p> <span class="emphasis"><em>fiber</em></span> is the reference implementation of C++ proposal <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0876r0.pdf" target="_top">P0876R0: fibers without scheduler</a>. </p></td></tr> </table></div> <p> A <span class="emphasis"><em>fiber</em></span> represents the state of the control flow of a program at a given point in time. Fibers can be suspended and resumed later in order to change the control flow of a program. </p> <p> Modern micro-processors are registers machines; the content of processor registers represent a fiber of the executed program at a given point in time. Operating systems simulate parallel execution of programs on a single processor by switching between programs (context switch) by preserving and restoring the fiber, e.g. the content of all registers. </p> <h4> <a name="context.ff.h0"></a> <span class="phrase"><a name="context.ff._link_linkend__ff___emphasis_fiber__emphasis___link_"></a></span><a class="link" href="ff.html#context.ff._link_linkend__ff___emphasis_fiber__emphasis___link_"><span class="emphasis"><em>fiber</em></span></a> </h4> <p> <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> captures the current fiber (the rest of the computation; code after <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a>) and triggers a context switch. The context switch is achieved by preserving certain registers (including instruction and stack pointer), defined by the calling convention of the ABI, of the current fiber and restoring those registers of the resumed fiber. The control flow of the resumed fiber continues. The current fiber is suspended and passed as argument to the resumed fiber. </p> <p> <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> expects a <span class="emphasis"><em>context-function</em></span> with signature <code class="computeroutput"><span class="char">'fiber(fiber &amp;&amp; f)'</span></code>. The parameter <code class="computeroutput"><span class="identifier">f</span></code> represents the current fiber from which this fiber was resumed (e.g. that has called <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a>). </p> <p> On return the <span class="emphasis"><em>context-function</em></span> of the current fiber has to specify an <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> to which the execution control is transferred after termination of the current fiber. </p> <p> If an instance with valid state goes out of scope and the <span class="emphasis"><em>context-function</em></span> has not yet returned, the stack is traversed in order to access the control structure (address stored at the first stack frame) and fiber's stack is deallocated via the <span class="emphasis"><em>StackAllocator</em></span>. </p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p> <a class="link" href="stack/segmented.html#segmented"><span class="emphasis"><em>Segmented stacks</em></span></a> are supported by <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> using <a class="link" href="ff/implementations__fcontext_t__ucontext_t_and_winfiber.html#implementation"><span class="emphasis"><em>ucontext_t</em></span></a>. </p></td></tr> </table></div> <p> <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> represents a <span class="emphasis"><em>fiber</em></span>; it contains the content of preserved registers and manages the associated stack (allocation/deallocation). <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> is a one-shot fiber - it can be used only once, after calling <span class="emphasis"><em>continuation::resume()</em></span> or <span class="emphasis"><em>continuation::resume_with()</em></span> it is invalidated. </p> <p> <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> is only move-constructible and move-assignable. </p> <p> As a first-class object <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> can be applied to and returned from a function, assigned to a variable or stored in a container. </p> <p> A fiber is continued by calling <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code>/<code class="computeroutput"><span class="identifier">resume_with</span><span class="special">()</span></code>. </p> <h4> <a name="context.ff.h1"></a> <span class="phrase"><a name="context.ff.usage"></a></span><a class="link" href="ff.html#context.ff.usage">Usage</a> </h4> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">ctx</span><span class="special">=</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">context</span><span class="special">;</span> <span class="keyword">int</span> <span class="identifier">a</span><span class="special">;</span> <span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="identifier">source</span><span class="special">{[&amp;</span><span class="identifier">a</span><span class="special">](</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span><span class="special">&amp;&amp;</span> <span class="identifier">sink</span><span class="special">){</span> <span class="identifier">a</span><span class="special">=</span><span class="number">0</span><span class="special">;</span> <span class="keyword">int</span> <span class="identifier">b</span><span class="special">=</span><span class="number">1</span><span class="special">;</span> <span class="keyword">for</span><span class="special">(;;){</span> <span class="identifier">sink</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">sink</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="keyword">int</span> <span class="identifier">next</span><span class="special">=</span><span class="identifier">a</span><span class="special">+</span><span class="identifier">b</span><span class="special">;</span> <span class="identifier">a</span><span class="special">=</span><span class="identifier">b</span><span class="special">;</span> <span class="identifier">b</span><span class="special">=</span><span class="identifier">next</span><span class="special">;</span> <span class="special">}</span> <span class="keyword">return</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">sink</span><span class="special">);</span> <span class="special">}};</span> <span class="keyword">for</span> <span class="special">(</span><span class="keyword">int</span> <span class="identifier">j</span><span class="special">=</span><span class="number">0</span><span class="special">;</span><span class="identifier">j</span><span class="special">&lt;</span><span class="number">10</span><span class="special">;++</span><span class="identifier">j</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">source</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">source</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">a</span> <span class="special">&lt;&lt;</span> <span class="string">" "</span><span class="special">;</span> <span class="special">}</span> <span class="identifier">output</span><span class="special">:</span> <span class="number">0</span> <span class="number">1</span> <span class="number">1</span> <span class="number">2</span> <span class="number">3</span> <span class="number">5</span> <span class="number">8</span> <span class="number">13</span> <span class="number">21</span> <span class="number">34</span> </pre> <p> This simple example demonstrates the basic usage of <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> as a <span class="emphasis"><em>generator</em></span>. The fiber <code class="computeroutput"><span class="identifier">sink</span></code> represents the <span class="emphasis"><em>main</em></span>-fiber (function <code class="computeroutput"><span class="identifier">main</span><span class="special">()</span></code>). <code class="computeroutput"><span class="identifier">sink</span></code> is captured (current-fiber) by invoking <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> and passed as parameter to the lambda. </p> <p> Because the state is invalidated (one-shot fiber) by each call of <span class="emphasis"><em>continuation::resume()</em></span>, the new state of the <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a>, returned by <span class="emphasis"><em>continuation::resume()</em></span>, needs to be assigned to <code class="computeroutput"><span class="identifier">sink</span></code> after each call. In order to express the invalidation of the resumed fiber, the member functions <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code> and <code class="computeroutput"><span class="identifier">resume_with</span><span class="special">()</span></code> are rvalue-ref qualified. Both functions bind only to rvalues. Thus an lvalue fiber must be casted to an rvalue via <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">()</span></code>. </p> <p> The lambda that calculates the Fibonacci numbers is executed inside the fiber represented by <code class="computeroutput"><span class="identifier">source</span></code>. Calculated Fibonacci numbers are transferred between the two fibers via variable <code class="computeroutput"><span class="identifier">a</span></code> (lambda capture reference). </p> <p> The locale variables <code class="computeroutput"><span class="identifier">b</span></code> and <code class="computeroutput"> <span class="identifier">next</span></code> remain their values during each context switch. This is possible due <code class="computeroutput"><span class="identifier">source</span></code> has its own stack and the stack is exchanged by each context switch. </p> <h4> <a name="context.ff.h2"></a> <span class="phrase"><a name="context.ff.parameter_passing"></a></span><a class="link" href="ff.html#context.ff.parameter_passing">Parameter passing</a> </h4> <p> Data can be transferred between two fibers via global pointers, calling wrappers (like <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">bind</span></code>) or lambda captures. </p> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">ctx</span><span class="special">=</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">context</span><span class="special">;</span> <span class="keyword">int</span> <span class="identifier">i</span><span class="special">=</span><span class="number">1</span><span class="special">;</span> <span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="identifier">f1</span><span class="special">{[&amp;</span><span class="identifier">i</span><span class="special">](</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span><span class="special">&amp;&amp;</span> <span class="identifier">f2</span><span class="special">){</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">printf</span><span class="special">(</span><span class="string">"inside f1,i==%d\n"</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span> <span class="identifier">i</span><span class="special">+=</span><span class="number">1</span><span class="special">;</span> <span class="keyword">return</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f2</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="special">}};</span> <span class="identifier">f1</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f1</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">printf</span><span class="special">(</span><span class="string">"i==%d\n"</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span> <span class="identifier">output</span><span class="special">:</span> <span class="identifier">inside</span> <span class="identifier">c1</span><span class="special">,</span><span class="identifier">i</span><span class="special">==</span><span class="number">1</span> <span class="identifier">i</span><span class="special">==</span><span class="number">2</span> </pre> <p> <code class="computeroutput"><span class="identifier">f1</span><span class="special">.</span><span class="identifier">resume</span><span class="special">()</span></code> enters the lambda in fiber represented by <code class="computeroutput"><span class="identifier">f1</span></code> with lambda capture reference <code class="computeroutput"><span class="identifier">i</span><span class="special">=</span><span class="number">1</span></code>. The expression <code class="computeroutput"><span class="identifier">f2</span><span class="special">.</span><span class="identifier">resume</span><span class="special">()</span></code> resumes the fiber <code class="computeroutput"><span class="identifier">f2</span></code>. On return of <code class="computeroutput"><span class="identifier">f1</span><span class="special">.</span><span class="identifier">resume</span><span class="special">()</span></code>, the variable <code class="computeroutput"><span class="identifier">i</span></code> has the value of <code class="computeroutput"><span class="identifier">i</span><span class="special">+</span><span class="number">1</span></code>. </p> <h4> <a name="context.ff.h3"></a> <span class="phrase"><a name="context.ff.exception_handling"></a></span><a class="link" href="ff.html#context.ff.exception_handling">Exception handling</a> </h4> <p> If the function executed inside a <span class="emphasis"><em>context-function</em></span> emits ans exception, the application is terminated by calling <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">terminate</span><span class="special">()</span></code>. <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">exception_ptr</span></code> can be used to transfer exceptions between different fibers. </p> <div class="important"><table border="0" summary="Important"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../doc/src/images/important.png"></td> <th align="left">Important</th> </tr> <tr><td align="left" valign="top"><p> Do not jump from inside a catch block and then re-throw the exception in another fiber. </p></td></tr> </table></div> <a name="ff_ontop"></a><h4> <a name="context.ff.h4"></a> <span class="phrase"><a name="context.ff.executing_function_on_top_of_a_fiber"></a></span><a class="link" href="ff.html#context.ff.executing_function_on_top_of_a_fiber">Executing function on top of a fiber</a> </h4> <p> Sometimes it is useful to execute a new function on top of a resumed fiber. For this purpose <span class="emphasis"><em>continuation::resume_with()</em></span> has to be used. The function passed as argument must accept a rvalue reference to <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> and return <code class="computeroutput"><span class="keyword">void</span></code>. </p> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">ctx</span><span class="special">=</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">context</span><span class="special">;</span> <span class="keyword">int</span> <span class="identifier">data</span><span class="special">=</span><span class="number">0</span><span class="special">;</span> <span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="identifier">f1</span><span class="special">{[&amp;</span><span class="identifier">data</span><span class="special">](</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span><span class="special">&amp;&amp;</span> <span class="identifier">f2</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"f1: entered first time: "</span> <span class="special">&lt;&lt;</span> <span class="identifier">data</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">data</span><span class="special">+=</span><span class="number">1</span><span class="special">;</span> <span class="identifier">f2</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f2</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"f1: entered second time: "</span> <span class="special">&lt;&lt;</span> <span class="identifier">data</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">data</span><span class="special">+=</span><span class="number">1</span><span class="special">;</span> <span class="identifier">f2</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f2</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"f1: entered third time: "</span> <span class="special">&lt;&lt;</span> <span class="identifier">data</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="keyword">return</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f2</span><span class="special">);</span> <span class="special">}};</span> <span class="identifier">f1</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f1</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"f1: returned first time: "</span> <span class="special">&lt;&lt;</span> <span class="identifier">data</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">data</span><span class="special">+=</span><span class="number">1</span><span class="special">;</span> <span class="identifier">f1</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f1</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"f1: returned second time: "</span> <span class="special">&lt;&lt;</span> <span class="identifier">data</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">data</span><span class="special">+=</span><span class="number">1</span><span class="special">;</span> <span class="identifier">f1</span><span class="special">=</span><span class="identifier">f1</span><span class="special">.</span><span class="identifier">resume_with</span><span class="special">([&amp;</span><span class="identifier">data</span><span class="special">](</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span><span class="special">&amp;&amp;</span> <span class="identifier">f2</span><span class="special">){</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"f2: entered: "</span> <span class="special">&lt;&lt;</span> <span class="identifier">data</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">data</span><span class="special">=-</span><span class="number">1</span><span class="special">;</span> <span class="keyword">return</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f2</span><span class="special">);</span> <span class="special">});</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"f1: returned third time"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">output</span><span class="special">:</span> <span class="identifier">f1</span><span class="special">:</span> <span class="identifier">entered</span> <span class="identifier">first</span> <span class="identifier">time</span><span class="special">:</span> <span class="number">0</span> <span class="identifier">f1</span><span class="special">:</span> <span class="identifier">returned</span> <span class="identifier">first</span> <span class="identifier">time</span><span class="special">:</span> <span class="number">1</span> <span class="identifier">f1</span><span class="special">:</span> <span class="identifier">entered</span> <span class="identifier">second</span> <span class="identifier">time</span><span class="special">:</span> <span class="number">2</span> <span class="identifier">f1</span><span class="special">:</span> <span class="identifier">returned</span> <span class="identifier">second</span> <span class="identifier">time</span><span class="special">:</span> <span class="number">3</span> <span class="identifier">f2</span><span class="special">:</span> <span class="identifier">entered</span><span class="special">:</span> <span class="number">4</span> <span class="identifier">f1</span><span class="special">:</span> <span class="identifier">entered</span> <span class="identifier">third</span> <span class="identifier">time</span><span class="special">:</span> <span class="special">-</span><span class="number">1</span> <span class="identifier">f1</span><span class="special">:</span> <span class="identifier">returned</span> <span class="identifier">third</span> <span class="identifier">time</span> </pre> <p> The expression <code class="computeroutput"><span class="identifier">f1</span><span class="special">.</span><span class="identifier">resume_with</span><span class="special">(...)</span></code> executes a lambda on top of fiber <code class="computeroutput"><span class="identifier">f1</span></code>, e.g. an additional stack frame is allocated on top of the stack. This lambda assigns <code class="computeroutput"><span class="special">-</span><span class="number">1</span></code> to <code class="computeroutput"><span class="identifier">data</span></code> and returns to the second invocation of <code class="computeroutput"><span class="identifier">f1</span><span class="special">.</span><span class="identifier">resume</span><span class="special">()</span></code>. </p> <p> Another option is to execute a function on top of the fiber that throws an exception. </p> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">ctx</span><span class="special">=</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">context</span><span class="special">;</span> <span class="keyword">struct</span> <span class="identifier">my_exception</span> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">runtime_error</span> <span class="special">{</span> <span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="identifier">f</span><span class="special">;</span> <span class="identifier">my_exception</span><span class="special">(</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span><span class="special">&amp;&amp;</span> <span class="identifier">f_</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">what</span><span class="special">)</span> <span class="special">:</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">runtime_error</span><span class="special">{</span> <span class="identifier">what</span> <span class="special">},</span> <span class="identifier">f</span><span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f_</span><span class="special">)</span> <span class="special">}</span> <span class="special">{</span> <span class="special">}</span> <span class="special">};</span> <span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="identifier">f</span><span class="special">{[](</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="special">&amp;&amp;</span> <span class="identifier">f</span><span class="special">)</span> <span class="special">-&gt;</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"entered"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="keyword">try</span> <span class="special">{</span> <span class="identifier">f</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="special">}</span> <span class="keyword">catch</span> <span class="special">(</span><span class="identifier">my_exception</span> <span class="special">&amp;</span> <span class="identifier">ex</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cerr</span> <span class="special">&lt;&lt;</span> <span class="string">"my_exception: "</span> <span class="special">&lt;&lt;</span> <span class="identifier">ex</span><span class="special">.</span><span class="identifier">what</span><span class="special">()</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="keyword">return</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">ex</span><span class="special">.</span><span class="identifier">f</span><span class="special">);</span> <span class="special">}</span> <span class="keyword">return</span> <span class="special">{};</span> <span class="special">});</span> <span class="identifier">f</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="identifier">f</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f</span><span class="special">).</span><span class="identifier">resume_with</span><span class="special">([](</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="special">&amp;&amp;</span> <span class="identifier">f</span><span class="special">)</span> <span class="special">-&gt;</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="special">{</span> <span class="keyword">throw</span> <span class="identifier">my_exception</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">f</span><span class="special">),</span><span class="string">"abc"</span><span class="special">);</span> <span class="keyword">return</span> <span class="special">{};</span> <span class="special">});</span> <span class="identifier">output</span><span class="special">:</span> <span class="identifier">entered</span> <span class="identifier">my_exception</span><span class="special">:</span> <span class="identifier">abc</span> </pre> <p> In this exception <code class="computeroutput"><span class="identifier">my_exception</span></code> is throw from a function invoked on-top of fiber <code class="computeroutput"><span class="identifier">f</span></code> and catched inside the <code class="computeroutput"><span class="keyword">for</span></code>-loop. </p> <h4> <a name="context.ff.h5"></a> <span class="phrase"><a name="context.ff.stack_unwinding"></a></span><a class="link" href="ff.html#context.ff.stack_unwinding">Stack unwinding</a> </h4> <p> On construction of <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> a stack is allocated. If the <span class="emphasis"><em>context-function</em></span> returns the stack will be destructed. If the <span class="emphasis"><em>context-function</em></span> has not yet returned and the destructor of an valid <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> instance (e.g. <span class="emphasis"><em>fiber::operator bool()</em></span> returns <code class="computeroutput"><span class="keyword">true</span></code>) is called, the stack will be destructed too. </p> <div class="important"><table border="0" summary="Important"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../doc/src/images/important.png"></td> <th align="left">Important</th> </tr> <tr><td align="left" valign="top"><p> Code executed by <span class="emphasis"><em>context-function</em></span> must not prevent the propagation ofs the <span class="emphasis"><em>detail::forced_unwind</em></span> exception. Absorbing that exception will cause stack unwinding to fail. Thus, any code that catches all exceptions must re-throw any pending <span class="emphasis"><em>detail::forced_unwind</em></span> exception. </p></td></tr> </table></div> <a name="ff_prealloc"></a><h4> <a name="context.ff.h6"></a> <span class="phrase"><a name="context.ff.allocating_control_structures_on_top_of_stack"></a></span><a class="link" href="ff.html#context.ff.allocating_control_structures_on_top_of_stack">Allocating control structures on top of stack</a> </h4> <p> Allocating control structures on top of the stack requires to allocated the <span class="emphasis"><em>stack_context</em></span> and create the control structure with placement new before <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> is created. </p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p> The user is responsible for destructing the control structure at the top of the stack. </p></td></tr> </table></div> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">ctx</span><span class="special">=</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">context</span><span class="special">;</span> <span class="comment">// stack-allocator used for (de-)allocating stack</span> <span class="identifier">fixedsize_stack</span> <span class="identifier">salloc</span><span class="special">(</span><span class="number">4048</span><span class="special">);</span> <span class="comment">// allocate stack space</span> <span class="identifier">stack_context</span> <span class="identifier">sctx</span><span class="special">(</span><span class="identifier">salloc</span><span class="special">.</span><span class="identifier">allocate</span><span class="special">());</span> <span class="comment">// reserve space for control structure on top of the stack</span> <span class="keyword">void</span> <span class="special">*</span> <span class="identifier">sp</span><span class="special">=</span><span class="keyword">static_cast</span><span class="special">&lt;</span><span class="keyword">char</span><span class="special">*&gt;(</span><span class="identifier">sctx</span><span class="special">.</span><span class="identifier">sp</span><span class="special">)-</span><span class="keyword">sizeof</span><span class="special">(</span><span class="identifier">my_control_structure</span><span class="special">);</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">size</span><span class="special">=</span><span class="identifier">sctx</span><span class="special">.</span><span class="identifier">size</span><span class="special">-</span><span class="keyword">sizeof</span><span class="special">(</span><span class="identifier">my_control_structure</span><span class="special">);</span> <span class="comment">// placement new creates control structure on reserved space</span> <span class="identifier">my_control_structure</span> <span class="special">*</span> <span class="identifier">cs</span><span class="special">=</span><span class="keyword">new</span><span class="special">(</span><span class="identifier">sp</span><span class="special">)</span><span class="identifier">my_control_structure</span><span class="special">(</span><span class="identifier">sp</span><span class="special">,</span><span class="identifier">size</span><span class="special">,</span><span class="identifier">sctx</span><span class="special">,</span><span class="identifier">salloc</span><span class="special">);</span> <span class="special">...</span> <span class="comment">// destructing the control structure</span> <span class="identifier">cs</span><span class="special">-&gt;~</span><span class="identifier">my_control_structure</span><span class="special">();</span> <span class="special">...</span> <span class="keyword">struct</span> <span class="identifier">my_control_structure</span> <span class="special">{</span> <span class="comment">// captured fiber</span> <span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="identifier">f</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">StackAllocator</span> <span class="special">&gt;</span> <span class="identifier">my_control_structure</span><span class="special">(</span><span class="keyword">void</span> <span class="special">*</span> <span class="identifier">sp</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">size</span><span class="special">,</span><span class="identifier">stack_context</span> <span class="identifier">sctx</span><span class="special">,</span><span class="identifier">StackAllocator</span> <span class="identifier">salloc</span><span class="special">)</span> <span class="special">:</span> <span class="comment">// create captured fiber</span> <span class="identifier">f</span><span class="special">{</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">allocator_arg</span><span class="special">,</span><span class="identifier">preallocated</span><span class="special">(</span><span class="identifier">sp</span><span class="special">,</span><span class="identifier">size</span><span class="special">,</span><span class="identifier">sctx</span><span class="special">),</span><span class="identifier">salloc</span><span class="special">,</span><span class="identifier">entry_func</span><span class="special">}</span> <span class="special">{</span> <span class="special">}</span> <span class="special">...</span> <span class="special">};</span> </pre> <h4> <a name="context.ff.h7"></a> <span class="phrase"><a name="context.ff.inverting_the_control_flow"></a></span><a class="link" href="ff.html#context.ff.inverting_the_control_flow">Inverting the control flow</a> </h4> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">ctx</span><span class="special">=</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">context</span><span class="special">;</span> <span class="comment">/* * grammar: * P ---&gt; E '\0' * E ---&gt; T {('+'|'-') T} * T ---&gt; S {('*'|'/') S} * S ---&gt; digit | '(' E ')' */</span> <span class="keyword">class</span> <span class="identifier">Parser</span><span class="special">{</span> <span class="keyword">char</span> <span class="identifier">next</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">istream</span><span class="special">&amp;</span> <span class="identifier">is</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">function</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">(</span><span class="keyword">char</span><span class="special">)&gt;</span> <span class="identifier">cb</span><span class="special">;</span> <span class="keyword">char</span> <span class="identifier">pull</span><span class="special">(){</span> <span class="keyword">return</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">char_traits</span><span class="special">&lt;</span><span class="keyword">char</span><span class="special">&gt;::</span><span class="identifier">to_char_type</span><span class="special">(</span><span class="identifier">is</span><span class="special">.</span><span class="identifier">get</span><span class="special">());</span> <span class="special">}</span> <span class="keyword">void</span> <span class="identifier">scan</span><span class="special">(){</span> <span class="keyword">do</span><span class="special">{</span> <span class="identifier">next</span><span class="special">=</span><span class="identifier">pull</span><span class="special">();</span> <span class="special">}</span> <span class="keyword">while</span><span class="special">(</span><span class="identifier">isspace</span><span class="special">(</span><span class="identifier">next</span><span class="special">));</span> <span class="special">}</span> <span class="keyword">public</span><span class="special">:</span> <span class="identifier">Parser</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">istream</span><span class="special">&amp;</span> <span class="identifier">is_</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">function</span><span class="special">&lt;</span><span class="keyword">void</span><span class="special">(</span><span class="keyword">char</span><span class="special">)&gt;</span> <span class="identifier">cb_</span><span class="special">)</span> <span class="special">:</span> <span class="identifier">next</span><span class="special">(),</span> <span class="identifier">is</span><span class="special">(</span><span class="identifier">is_</span><span class="special">),</span> <span class="identifier">cb</span><span class="special">(</span><span class="identifier">cb_</span><span class="special">)</span> <span class="special">{}</span> <span class="keyword">void</span> <span class="identifier">run</span><span class="special">()</span> <span class="special">{</span> <span class="identifier">scan</span><span class="special">();</span> <span class="identifier">E</span><span class="special">();</span> <span class="special">}</span> <span class="keyword">private</span><span class="special">:</span> <span class="keyword">void</span> <span class="identifier">E</span><span class="special">(){</span> <span class="identifier">T</span><span class="special">();</span> <span class="keyword">while</span> <span class="special">(</span><span class="identifier">next</span><span class="special">==</span><span class="char">'+'</span><span class="special">||</span><span class="identifier">next</span><span class="special">==</span><span class="char">'-'</span><span class="special">){</span> <span class="identifier">cb</span><span class="special">(</span><span class="identifier">next</span><span class="special">);</span> <span class="identifier">scan</span><span class="special">();</span> <span class="identifier">T</span><span class="special">();</span> <span class="special">}</span> <span class="special">}</span> <span class="keyword">void</span> <span class="identifier">T</span><span class="special">(){</span> <span class="identifier">S</span><span class="special">();</span> <span class="keyword">while</span> <span class="special">(</span><span class="identifier">next</span><span class="special">==</span><span class="char">'*'</span><span class="special">||</span><span class="identifier">next</span><span class="special">==</span><span class="char">'/'</span><span class="special">){</span> <span class="identifier">cb</span><span class="special">(</span><span class="identifier">next</span><span class="special">);</span> <span class="identifier">scan</span><span class="special">();</span> <span class="identifier">S</span><span class="special">();</span> <span class="special">}</span> <span class="special">}</span> <span class="keyword">void</span> <span class="identifier">S</span><span class="special">(){</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">isdigit</span><span class="special">(</span><span class="identifier">next</span><span class="special">)){</span> <span class="identifier">cb</span><span class="special">(</span><span class="identifier">next</span><span class="special">);</span> <span class="identifier">scan</span><span class="special">();</span> <span class="special">}</span> <span class="keyword">else</span> <span class="keyword">if</span><span class="special">(</span><span class="identifier">next</span><span class="special">==</span><span class="char">'('</span><span class="special">){</span> <span class="identifier">cb</span><span class="special">(</span><span class="identifier">next</span><span class="special">);</span> <span class="identifier">scan</span><span class="special">();</span> <span class="identifier">E</span><span class="special">();</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">next</span><span class="special">==</span><span class="char">')'</span><span class="special">){</span> <span class="identifier">cb</span><span class="special">(</span><span class="identifier">next</span><span class="special">);</span> <span class="identifier">scan</span><span class="special">();</span> <span class="special">}</span><span class="keyword">else</span><span class="special">{</span> <span class="keyword">throw</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">runtime_error</span><span class="special">(</span><span class="string">"parsing failed"</span><span class="special">);</span> <span class="special">}</span> <span class="special">}</span> <span class="keyword">else</span><span class="special">{</span> <span class="keyword">throw</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">runtime_error</span><span class="special">(</span><span class="string">"parsing failed"</span><span class="special">);</span> <span class="special">}</span> <span class="special">}</span> <span class="special">};</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">istringstream</span> <span class="identifier">is</span><span class="special">(</span><span class="string">"1+1"</span><span class="special">);</span> <span class="comment">// user-code pulls parsed data from parser</span> <span class="comment">// invert control flow</span> <span class="keyword">char</span> <span class="identifier">c</span><span class="special">;</span> <span class="keyword">bool</span> <span class="identifier">done</span><span class="special">=</span><span class="keyword">false</span><span class="special">;</span> <span class="comment">// execute parser in new fiber</span> <span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span> <span class="identifier">source</span><span class="special">{[&amp;</span><span class="identifier">is</span><span class="special">,&amp;</span><span class="identifier">c</span><span class="special">,&amp;</span><span class="identifier">done</span><span class="special">](</span><span class="identifier">ctx</span><span class="special">::</span><span class="identifier">fiber</span><span class="special">&amp;&amp;</span> <span class="identifier">sink</span><span class="special">){</span> <span class="comment">// create parser with callback function</span> <span class="identifier">Parser</span> <span class="identifier">p</span><span class="special">(</span><span class="identifier">is</span><span class="special">,</span> <span class="special">[&amp;</span><span class="identifier">sink</span><span class="special">,&amp;</span><span class="identifier">c</span><span class="special">](</span><span class="keyword">char</span> <span class="identifier">c_</span><span class="special">){</span> <span class="comment">// resume main fiber</span> <span class="identifier">c</span><span class="special">=</span><span class="identifier">c_</span><span class="special">;</span> <span class="identifier">sink</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">sink</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="special">});</span> <span class="comment">// start recursive parsing</span> <span class="identifier">p</span><span class="special">.</span><span class="identifier">run</span><span class="special">();</span> <span class="comment">// signal termination</span> <span class="identifier">done</span><span class="special">=</span><span class="keyword">true</span><span class="special">;</span> <span class="comment">// resume main fiber</span> <span class="keyword">return</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">sink</span><span class="special">);</span> <span class="special">}};</span> <span class="identifier">source</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">move</span><span class="special">(</span><span class="identifier">source</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="keyword">while</span><span class="special">(!</span><span class="identifier">done</span><span class="special">){</span> <span class="identifier">printf</span><span class="special">(</span><span class="string">"Parsed: %c\n"</span><span class="special">,</span><span class="identifier">c</span><span class="special">);</span> <span class="identifier">source</span><span class="special">=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">Move</span><span class="special">(</span><span class="identifier">source</span><span class="special">).</span><span class="identifier">resume</span><span class="special">();</span> <span class="special">}</span> <span class="identifier">output</span><span class="special">:</span> <span class="identifier">Parsed</span><span class="special">:</span> <span class="number">1</span> <span class="identifier">Parsed</span><span class="special">:</span> <span class="special">+</span> <span class="identifier">Parsed</span><span class="special">:</span> <span class="number">1</span> </pre> <p> In this example a recursive descent parser uses a callback to emit a newly passed symbol. Using <a class="link" href="ff.html#ff"><span class="emphasis"><em>fiber</em></span></a> the control flow can be inverted, e.g. the user-code pulls parsed symbols from the parser - instead to get pushed from the parser (via callback). </p> <p> The data (character) is transferred between the two fibers. </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2014 Oliver Kowalke<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="requirements.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ff/implementations__fcontext_t__ucontext_t_and_winfiber.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
nawawi/poedit
deps/boost/libs/context/doc/html/context/ff.html
HTML
mit
58,485
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>seq_packet_socket_service::async_send</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service"> <link rel="prev" href="async_receive.html" title="seq_packet_socket_service::async_receive"> <link rel="next" href="at_mark.html" title="seq_packet_socket_service::at_mark"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="async_receive.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="at_mark.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.seq_packet_socket_service.async_send"></a><a class="link" href="async_send.html" title="seq_packet_socket_service::async_send">seq_packet_socket_service::async_send</a> </h4></div></div></div> <p> <a class="indexterm" name="idp67543552"></a> Start an asynchronous send. </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span> <span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">async_send</span><span class="special">(</span> <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span> <span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">,</span> <span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="async_receive.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="at_mark.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
mxrrow/zaicoin
src/deps/boost/doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html
HTML
mit
4,371
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Macro BOOST_PROTO_DEFINE_OPERATORS</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="proto/reference.html#header.boost.proto.operators_hpp" title="Header &lt;boost/proto/operators.hpp&gt;"> <link rel="prev" href="boost/proto/is_extension.html" title="Struct template is_extension"> <link rel="next" href="boost/proto/callable.html" title="Struct callable"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> <td align="center"><a href="../../index.html">Home</a></td> <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="boost/proto/is_extension.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="proto/reference.html#header.boost.proto.operators_hpp"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost/proto/callable.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="BOOST_PROTO__1_3_34_5_33_3"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Macro BOOST_PROTO_DEFINE_OPERATORS</span></h2> <p>BOOST_PROTO_DEFINE_OPERATORS &#8212; Defines a complete set of expression template-building operator overloads for use with non-Proto terminal types.</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="proto/reference.html#header.boost.proto.operators_hpp" title="Header &lt;boost/proto/operators.hpp&gt;">boost/proto/operators.hpp</a>&gt; </span>BOOST_PROTO_DEFINE_OPERATORS(Trait, Domain)</pre></div> <div class="refsect1"> <a name="id-1.3.34.5.35.6.4"></a><h2>Description</h2> <p> With <code class="computeroutput">BOOST_PROTO_DEFINE_OPERATORS()</code>, it is possible to non-intrusively adapt an existing (non-Proto) type to be a Proto terminal. </p> <p> <code class="computeroutput">Trait</code> is the name of a unary Boolean metafunction that returns true for any types you would like to treat as Proto terminals. </p> <p> <code class="computeroutput">Domain</code> is the name of the Proto domain associated with these new Proto terminals. You may use <code class="computeroutput"><a class="link" href="boost/proto/default_domain.html" title="Struct default_domain">proto::default_domain</a></code> for the <code class="computeroutput">Domain</code> if you do not wish to associate these terminals with any domain. </p> <p> <span class="bold"><strong>Example:</strong></span> </p> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">My</span> <span class="special">{</span> <span class="comment">// A non-Proto terminal type</span> <span class="keyword">struct</span> <span class="identifier">S</span> <span class="special">{</span><span class="special">}</span><span class="special">;</span> <span class="comment">// A unary Boolean metafunction that returns true for type S</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">IsS</span> <span class="special">:</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span> <span class="special">{</span><span class="special">}</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">IsS</span><span class="special">&lt;</span><span class="identifier">S</span><span class="special">&gt;</span> <span class="special">:</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span> <span class="special">{</span><span class="special">}</span><span class="special">;</span> <span class="comment">// Make S a Proto terminal non-intrusively by defining the</span> <span class="comment">// appropriate operator overloads. This should be in the same</span> <span class="comment">// namespace as S so that these overloads can be found by</span> <span class="comment">// argument-dependent lookup</span> <a class="link" href="BOOST_PROTO__1_3_34_5_33_3.html" title="Macro BOOST_PROTO_DEFINE_OPERATORS">BOOST_PROTO_DEFINE_OPERATORS</a><span class="special">(</span><span class="identifier">IsS</span><span class="special">,</span> <span class="identifier">proto</span><span class="special">::</span><span class="identifier">default_domain</span><span class="special">)</span> <span class="special">}</span> <span class="keyword">int</span> <span class="identifier">main</span><span class="special">(</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">My</span><span class="special">::</span><span class="identifier">S</span> <span class="identifier">s1</span><span class="special">,</span> <span class="identifier">s2</span><span class="special">;</span> <span class="comment">// OK, this builds a Proto expression template:</span> <span class="identifier">s1</span> <span class="special">+</span> <span class="identifier">s2</span><span class="special">;</span> <span class="special">}</span></pre> <p> </p> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2008 Eric Niebler<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="boost/proto/is_extension.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="proto/reference.html#header.boost.proto.operators_hpp"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost/proto/callable.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
nawawi/poedit
deps/boost/doc/html/BOOST_PROTO__1_3_34_5_33_3.html
HTML
mit
7,506
--- layout: redirect redirect: /example/v1.0.0/marker-movement/ categories: example ---
jackhummah/bootles
vendor/mapbox/mapbox.js-2.4.0/docs/_posts/examples/redirects/0100-01-01-marker-movement.html
HTML
mit
88
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffer (with strategies)</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Geometry"> <link rel="up" href="../buffer.html" title="buffer"> <link rel="prev" href="buffer_4.html" title="buffer"> <link rel="next" href="return_buffer.html" title="return_buffer"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffer_4.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffer.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="return_buffer.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies"></a><a class="link" href="buffer_7_with_strategies.html" title="buffer (with strategies)">buffer (with strategies)</a> </h5></div></div></div> <p> <a class="indexterm" name="idp87648080"></a> Calculates the buffer of a geometry. </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h0"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.description"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.description">Description</a> </h6> <p> The free function buffer calculates the buffer (a polygon being the spatial point set collection within a specified maximum distance from a geometry) of a geometry. </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h1"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.synopsis"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.synopsis">Synopsis</a> </h6> <p> </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">GeometryIn</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">MultiPolygon</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">DistanceStrategy</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">SideStrategy</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">JoinStrategy</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">EndStrategy</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">PointStrategy</span><span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">buffer</span><span class="special">(</span><span class="identifier">GeometryIn</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">geometry_in</span><span class="special">,</span> <span class="identifier">MultiPolygon</span> <span class="special">&amp;</span> <span class="identifier">geometry_out</span><span class="special">,</span> <span class="identifier">DistanceStrategy</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">distance_strategy</span><span class="special">,</span> <span class="identifier">SideStrategy</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">side_strategy</span><span class="special">,</span> <span class="identifier">JoinStrategy</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">join_strategy</span><span class="special">,</span> <span class="identifier">EndStrategy</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">end_strategy</span><span class="special">,</span> <span class="identifier">PointStrategy</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">point_strategy</span><span class="special">)</span></pre> <p> </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h2"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.parameters"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.parameters">Parameters</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> <col> <col> </colgroup> <thead><tr> <th> <p> Type </p> </th> <th> <p> Concept </p> </th> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> GeometryIn const &amp; </p> </td> <td> <p> Any type fulfilling a Geometry Concept </p> </td> <td> <p> geometry_in </p> </td> <td> <p> A model of the specified concept </p> </td> </tr> <tr> <td> <p> MultiPolygon &amp; </p> </td> <td> <p> A type fulfilling the MultiPolygon Concept </p> </td> <td> <p> geometry_out </p> </td> <td> <p> output multi polygon (or std:: collection of polygons), will contain a buffered version of the input geometry </p> </td> </tr> <tr> <td> <p> DistanceStrategy const &amp; </p> </td> <td> <p> A strategy defining distance (or radius) </p> </td> <td> <p> distance_strategy </p> </td> <td> <p> The distance strategy to be used </p> </td> </tr> <tr> <td> <p> SideStrategy const &amp; </p> </td> <td> <p> A strategy defining creation along sides </p> </td> <td> <p> side_strategy </p> </td> <td> <p> The side strategy to be used </p> </td> </tr> <tr> <td> <p> JoinStrategy const &amp; </p> </td> <td> <p> A strategy defining creation around convex corners </p> </td> <td> <p> join_strategy </p> </td> <td> <p> The join strategy to be used </p> </td> </tr> <tr> <td> <p> EndStrategy const &amp; </p> </td> <td> <p> A strategy defining creation at linestring ends </p> </td> <td> <p> end_strategy </p> </td> <td> <p> The end strategy to be used </p> </td> </tr> <tr> <td> <p> PointStrategy const &amp; </p> </td> <td> <p> A strategy defining creation around points </p> </td> <td> <p> point_strategy </p> </td> <td> <p> The point strategy to be used </p> </td> </tr> </tbody> </table></div> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h3"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.header"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.header">Header</a> </h6> <p> Either </p> <p> <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> </p> <p> Or </p> <p> <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">algorithms</span><span class="special">/</span><span class="identifier">buffer</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h4"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.strategies"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.strategies">Strategies</a> </h6> <p> The 5 strategies give the user control to the generated buffer </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> convex corners can be rounded or sharp </li> <li class="listitem"> line-ends can be rounded or flat </li> <li class="listitem"> distance can be symmetric or assymetric, and positive or negative </li> <li class="listitem"> around points the shape can be circular or square </li> <li class="listitem"> the sides can be controlled (currently there is only one option provided) </li> </ul></div> <p> By specifying a negative distance for the distance_strategy, for the (multi) polygon case, the polygon will be smaller (also known as deflate). The distance cannot be 0. </p> <p> The next figure shows where in the generated buffer the strategies have effect </p> <p> <span class="inlinemediaobject"><img src="../../../../img/algorithms/buffer_strategies.png" alt="buffer_strategies"></span> </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h5"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.conformance"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.conformance">Conformance</a> </h6> <p> The function buffer implements function Buffer from the <a href="http://www.opengeospatial.org/standards/sfa" target="_top">OGC Simple Feature Specification</a>. </p> <p> It is conformant if used with the following combination of strategies: <a class="link" href="../../strategies/strategy_buffer_join_round.html" title="strategy::buffer::join_round">join_round</a>, <a class="link" href="../../strategies/strategy_buffer_end_round.html" title="strategy::buffer::end_round">end_round</a>, <a class="link" href="../../strategies/strategy_buffer_distance_symmetric.html" title="strategy::buffer::distance_symmetric">distance_symmetric</a>, <a class="link" href="../../strategies/strategy_buffer_point_circle.html" title="strategy::buffer::point_circle">point_circle</a>, side_straight </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h6"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.supported_geometries"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.supported_geometries">Supported geometries</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> </th> <th> <p> 2D Cartesian </p> </th> </tr></thead> <tbody> <tr> <td> <p> Point </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/ok.png" alt="ok"></span> </p> </td> </tr> <tr> <td> <p> Segment </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/nyi.png" alt="nyi"></span> </p> </td> </tr> <tr> <td> <p> Box </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/nyi.png" alt="nyi"></span> </p> </td> </tr> <tr> <td> <p> Linestring </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/ok.png" alt="ok"></span> </p> </td> </tr> <tr> <td> <p> Ring </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/ok.png" alt="ok"></span> </p> </td> </tr> <tr> <td> <p> Polygon </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/ok.png" alt="ok"></span> </p> </td> </tr> <tr> <td> <p> MultiPoint </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/ok.png" alt="ok"></span> </p> </td> </tr> <tr> <td> <p> MultiLinestring </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/ok.png" alt="ok"></span> </p> </td> </tr> <tr> <td> <p> MultiPolygon </p> </td> <td> <p> <span class="inlinemediaobject"><img src="../../../../img/ok.png" alt="ok"></span> </p> </td> </tr> </tbody> </table></div> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h7"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.examples"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.examples">Examples</a> </h6> <p> Shows how the buffer algorithm can be used to create a buffer of a linestring, a multi point, a multi polygon </p> <p> </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">geometries</span><span class="special">/</span><span class="identifier">point_xy</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">geometries</span><span class="special">/</span><span class="identifier">geometries</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span> <span class="special">{</span> <span class="keyword">typedef</span> <span class="keyword">double</span> <span class="identifier">coordinate_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">d2</span><span class="special">::</span><span class="identifier">point_xy</span><span class="special">&lt;</span><span class="identifier">coordinate_type</span><span class="special">&gt;</span> <span class="identifier">point</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">polygon</span><span class="special">&lt;</span><span class="identifier">point</span><span class="special">&gt;</span> <span class="identifier">polygon</span><span class="special">;</span> <span class="comment">// Declare strategies</span> <span class="keyword">const</span> <span class="keyword">double</span> <span class="identifier">buffer_distance</span> <span class="special">=</span> <span class="number">1.0</span><span class="special">;</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">points_per_circle</span> <span class="special">=</span> <span class="number">36</span><span class="special">;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">strategy</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">::</span><span class="identifier">distance_symmetric</span><span class="special">&lt;</span><span class="identifier">coordinate_type</span><span class="special">&gt;</span> <span class="identifier">distance_strategy</span><span class="special">(</span><span class="identifier">buffer_distance</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">strategy</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">::</span><span class="identifier">join_round</span> <span class="identifier">join_strategy</span><span class="special">(</span><span class="identifier">points_per_circle</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">strategy</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">::</span><span class="identifier">end_round</span> <span class="identifier">end_strategy</span><span class="special">(</span><span class="identifier">points_per_circle</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">strategy</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">::</span><span class="identifier">point_circle</span> <span class="identifier">circle_strategy</span><span class="special">(</span><span class="identifier">points_per_circle</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">strategy</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">::</span><span class="identifier">side_straight</span> <span class="identifier">side_strategy</span><span class="special">;</span> <span class="comment">// Declare output</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">multi_polygon</span><span class="special">&lt;</span><span class="identifier">polygon</span><span class="special">&gt;</span> <span class="identifier">result</span><span class="special">;</span> <span class="comment">// Declare/fill a linestring</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">linestring</span><span class="special">&lt;</span><span class="identifier">point</span><span class="special">&gt;</span> <span class="identifier">ls</span><span class="special">;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">read_wkt</span><span class="special">(</span><span class="string">"LINESTRING(0 0,4 5,7 4,10 6)"</span><span class="special">,</span> <span class="identifier">ls</span><span class="special">);</span> <span class="comment">// Create the buffer of a linestring</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">ls</span><span class="special">,</span> <span class="identifier">result</span><span class="special">,</span> <span class="identifier">distance_strategy</span><span class="special">,</span> <span class="identifier">side_strategy</span><span class="special">,</span> <span class="identifier">join_strategy</span><span class="special">,</span> <span class="identifier">end_strategy</span><span class="special">,</span> <span class="identifier">circle_strategy</span><span class="special">);</span> <span class="comment">// Declare/fill a multi point</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">multi_point</span><span class="special">&lt;</span><span class="identifier">point</span><span class="special">&gt;</span> <span class="identifier">mp</span><span class="special">;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">read_wkt</span><span class="special">(</span><span class="string">"MULTIPOINT((3 3),(4 4),(6 2))"</span><span class="special">,</span> <span class="identifier">mp</span><span class="special">);</span> <span class="comment">// Create the buffer of a multi point</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">mp</span><span class="special">,</span> <span class="identifier">result</span><span class="special">,</span> <span class="identifier">distance_strategy</span><span class="special">,</span> <span class="identifier">side_strategy</span><span class="special">,</span> <span class="identifier">join_strategy</span><span class="special">,</span> <span class="identifier">end_strategy</span><span class="special">,</span> <span class="identifier">circle_strategy</span><span class="special">);</span> <span class="comment">// Declare/fill a multi_polygon</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">multi_polygon</span><span class="special">&lt;</span><span class="identifier">polygon</span><span class="special">&gt;</span> <span class="identifier">mpol</span><span class="special">;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">read_wkt</span><span class="special">(</span><span class="string">"MULTIPOLYGON(((0 1,2 5,5 3,0 1)),((1 1,5 2,5 0,1 1)))"</span><span class="special">,</span> <span class="identifier">mpol</span><span class="special">);</span> <span class="comment">// Create the buffer of a multi polygon</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">mpol</span><span class="special">,</span> <span class="identifier">result</span><span class="special">,</span> <span class="identifier">distance_strategy</span><span class="special">,</span> <span class="identifier">side_strategy</span><span class="special">,</span> <span class="identifier">join_strategy</span><span class="special">,</span> <span class="identifier">end_strategy</span><span class="special">,</span> <span class="identifier">circle_strategy</span><span class="special">);</span> <span class="keyword">return</span> <span class="number">0</span><span class="special">;</span> <span class="special">}</span> </pre> <p> </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h8"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.the_linestring_case"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.the_linestring_case">The linestring case</a> </h6> <p> <span class="inlinemediaobject"><img src="../../../../img/algorithms/buffer_linestring.png" alt="buffer_linestring"></span> </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h9"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.the_multi_point_case"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.the_multi_point_case">The multi_point case</a> </h6> <p> <span class="inlinemediaobject"><img src="../../../../img/algorithms/buffer_multi_point.png" alt="buffer_multi_point"></span> </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h10"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.the_multi_polygon_case"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.the_multi_polygon_case">The multi_polygon case</a> </h6> <p> <span class="inlinemediaobject"><img src="../../../../img/algorithms/buffer_multi_polygon.png" alt="buffer_multi_polygon"></span> </p> <h6> <a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.h11"></a> <span class="phrase"><a name="geometry.reference.algorithms.buffer.buffer_7_with_strategies.available_strategies"></a></span><a class="link" href="buffer_7_with_strategies.html#geometry.reference.algorithms.buffer.buffer_7_with_strategies.available_strategies">Available Strategies</a> </h6> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> JoinStrategy: <a class="link" href="../../strategies/strategy_buffer_join_round.html" title="strategy::buffer::join_round">join_round (cartesian)</a> </li> <li class="listitem"> JoinStrategy: <a class="link" href="../../strategies/strategy_buffer_join_miter.html" title="strategy::buffer::join_miter">join_miter (cartesian)</a> </li> <li class="listitem"> EndStrategy: <a class="link" href="../../strategies/strategy_buffer_end_round.html" title="strategy::buffer::end_round">end_round (cartesian)</a> </li> <li class="listitem"> EndStrategy: <a class="link" href="../../strategies/strategy_buffer_end_flat.html" title="strategy::buffer::end_flat">end_flat (cartesian)</a> </li> <li class="listitem"> DistanceStrategy: <a class="link" href="../../strategies/strategy_buffer_distance_symmetric.html" title="strategy::buffer::distance_symmetric">distance_symmetric</a> </li> <li class="listitem"> DistanceStrategy: <a class="link" href="../../strategies/strategy_buffer_distance_asymmetric.html" title="strategy::buffer::distance_asymmetric">distance_asymmetric</a> </li> <li class="listitem"> PointStrategy: <a class="link" href="../../strategies/strategy_buffer_point_circle.html" title="strategy::buffer::point_circle">point_circle (cartesian)</a> </li> <li class="listitem"> PointStrategy: <a class="link" href="../../strategies/strategy_buffer_point_square.html" title="strategy::buffer::point_square">point_square (cartesian)</a> </li> <li class="listitem"> SideStrategy: <a class="link" href="../../strategies/strategy_buffer_side_straight.html" title="strategy::buffer::side_straight">side_straight (cartesian)</a> </li> </ul></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2009-2015 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam Wulkiewicz, Oracle and/or its affiliates<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffer_4.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffer.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="return_buffer.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
TyRoXx/cdm
original_sources/boost_1_59_0/libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer_7_with_strategies.html
HTML
mit
34,750
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - type_safe_union_kernel_abstract.h</title></head><body bgcolor='white'><pre> <font color='#009900'>// Copyright (C) 2009 Davis E. King (davis@dlib.net) </font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license. </font><font color='#0000FF'>#undef</font> DLIB_TYPE_SAFE_UNION_KERNEl_ABSTRACT_ <font color='#0000FF'>#ifdef</font> DLIB_TYPE_SAFE_UNION_KERNEl_ABSTRACT_ <font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../algs.h.html'>../algs.h</a>" <font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../noncopyable.h.html'>../noncopyable.h</a>" <font color='#0000FF'>namespace</font> dlib <b>{</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font> <font color='#0000FF'>typename</font> T1, <font color='#0000FF'>typename</font> T2 <font color='#5555FF'>=</font> _void, <font color='#009900'>// _void indicates parameter not used. </font> <font color='#0000FF'>typename</font> T3 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T4 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T5 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T6 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T7 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T8 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T9 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T10 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T11 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T12 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T13 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T14 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T15 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T16 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T17 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T18 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T19 <font color='#5555FF'>=</font> _void, <font color='#0000FF'>typename</font> T20 <font color='#5555FF'>=</font> _void <font color='#5555FF'>&gt;</font> <font color='#0000FF'>class</font> <b><a name='type_safe_union'></a>type_safe_union</b> : noncopyable <b>{</b> <font color='#009900'>/*! REQUIREMENTS ON ALL TEMPLATE ARGUMENTS All template arguments must be default constructable and have a global swap. INITIAL VALUE - is_empty() == true - contains&lt;U&gt;() == false, for all possible values of U WHAT THIS OBJECT REPRESENTS This object is a type safe analogue of the classic C union object. The type_safe_union, unlike a union, can contain non-POD types such as std::string. For example: union my_union { int a; std::string b; // Error, std::string isn't a POD }; type_safe_union&lt;int,std::string&gt; my_type_safe_union; // No error !*/</font> <font color='#0000FF'>public</font>: <font color='#0000FF'>typedef</font> T1 type1; <font color='#0000FF'>typedef</font> T2 type2; <font color='#0000FF'>typedef</font> T3 type3; <font color='#0000FF'>typedef</font> T4 type4; <font color='#0000FF'>typedef</font> T5 type5; <font color='#0000FF'>typedef</font> T6 type6; <font color='#0000FF'>typedef</font> T7 type7; <font color='#0000FF'>typedef</font> T8 type8; <font color='#0000FF'>typedef</font> T9 type9; <font color='#0000FF'>typedef</font> T10 type10; <font color='#0000FF'>typedef</font> T11 type11; <font color='#0000FF'>typedef</font> T12 type12; <font color='#0000FF'>typedef</font> T13 type13; <font color='#0000FF'>typedef</font> T14 type14; <font color='#0000FF'>typedef</font> T15 type15; <font color='#0000FF'>typedef</font> T16 type16; <font color='#0000FF'>typedef</font> T17 type17; <font color='#0000FF'>typedef</font> T18 type18; <font color='#0000FF'>typedef</font> T19 type19; <font color='#0000FF'>typedef</font> T20 type20; <b><a name='type_safe_union'></a>type_safe_union</b><font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - this object is properly initialized !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> <b><a name='type_safe_union'></a>type_safe_union</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> T<font color='#5555FF'>&amp;</font> item <font face='Lucida Console'>)</font>; <font color='#009900'>/*! requires - T must be one of the types given to this object's template arguments ensures - this object is properly initialized - #get&lt;T&gt;() == item (i.e. this object will contain a copy of item) !*/</font> ~<b><a name='type_safe_union'></a>type_safe_union</b><font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - all resources associated with this object have been freed !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> <font color='#0000FF'>static</font> <font color='#0000FF'><u>int</u></font> <b><a name='get_type_id'></a>get_type_id</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - if (T is the same type as one of the template arguments) then - returns a number indicating which template argument it is. (e.g. if T is the same type as T3 then this function returns 3) - else - returns -1 !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>bool</u></font> <b><a name='contains'></a>contains</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - if (this type_safe_union currently contains an object of type T) then - returns true - else - returns false !*/</font> <font color='#0000FF'><u>bool</u></font> <b><a name='is_empty'></a>is_empty</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - if (this type_safe_union currently contains any object at all) then - returns true - else - returns false !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='apply_to_contents'></a>apply_to_contents</b> <font face='Lucida Console'>(</font> T<font color='#5555FF'>&amp;</font> obj <font face='Lucida Console'>)</font>; <font color='#009900'>/*! requires - obj is a function object capable of operating on all the types contained in this type_safe_union. I.e. obj(this-&gt;get&lt;U&gt;()) must be a valid expression for all the possible U types. ensures - if (is_empty() == false) then - Let U denote the type of object currently contained in this type_safe_union - calls obj(this-&gt;get&lt;U&gt;()) - The object returned by this-&gt;get&lt;U&gt;() will be non-const !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='apply_to_contents'></a>apply_to_contents</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> T<font color='#5555FF'>&amp;</font> obj <font face='Lucida Console'>)</font>; <font color='#009900'>/*! requires - obj is a function object capable of operating on all the types contained in this type_safe_union. I.e. obj(this-&gt;get&lt;U&gt;()) must be a valid expression for all the possible U types. ensures - if (is_empty() == false) then - Let U denote the type of object currently contained in this type_safe_union - calls obj(this-&gt;get&lt;U&gt;()) - The object returned by this-&gt;get&lt;U&gt;() will be non-const !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='apply_to_contents'></a>apply_to_contents</b> <font face='Lucida Console'>(</font> T<font color='#5555FF'>&amp;</font> obj <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! requires - obj is a function object capable of operating on all the types contained in this type_safe_union. I.e. obj(this-&gt;get&lt;U&gt;()) must be a valid expression for all the possible U types. ensures - if (is_empty() == false) then - Let U denote the type of object currently contained in this type_safe_union - calls obj(this-&gt;get&lt;U&gt;()) - The object returned by this-&gt;get&lt;U&gt;() will be const !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='apply_to_contents'></a>apply_to_contents</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> T<font color='#5555FF'>&amp;</font> obj <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! requires - obj is a function object capable of operating on all the types contained in this type_safe_union. I.e. obj(this-&gt;get&lt;U&gt;()) must be a valid expression for all the possible U types. ensures - if (is_empty() == false) then - Let U denote the type of object currently contained in this type_safe_union - calls obj(this-&gt;get&lt;U&gt;()) - The object returned by this-&gt;get&lt;U&gt;() will be const !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> T<font color='#5555FF'>&amp;</font> <b><a name='get'></a>get</b><font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font>; <font color='#009900'>/*! requires - T must be one of the types given to this object's template arguments ensures - #is_empty() == false - #contains&lt;T&gt;() == true - if (contains&lt;T&gt;() == true) - returns a non-const reference to the object contained in this type_safe_union. - else - Constructs an object of type T inside *this - Any previous object stored in this type_safe_union is destructed and its state is lost. - returns a non-const reference to the newly created T object. !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>&gt;</font> type_safe_union<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> T<font color='#5555FF'>&amp;</font> item <font face='Lucida Console'>)</font>; <font color='#009900'>/*! requires - T must be one of the types given to this object's template arguments ensures - #get&lt;T&gt;() == item (i.e. this object will contain a copy of item) - returns *this !*/</font> <font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b> <font face='Lucida Console'>(</font> type_safe_union<font color='#5555FF'>&amp;</font> item <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - swaps *this and item !*/</font> <b>}</b>; <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font> ... <font color='#5555FF'>&gt;</font> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b> <font face='Lucida Console'>(</font> type_safe_union<font color='#5555FF'>&lt;</font>...<font color='#5555FF'>&gt;</font><font color='#5555FF'>&amp;</font> a, type_safe_union<font color='#5555FF'>&lt;</font>...<font color='#5555FF'>&gt;</font><font color='#5555FF'>&amp;</font> b <font face='Lucida Console'>)</font> <b>{</b> a.<font color='#BB00BB'>swap</font><font face='Lucida Console'>(</font>b<font face='Lucida Console'>)</font>; <b>}</b> <font color='#009900'>/*! provides a global swap function !*/</font> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font> ... <font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='serialize'></a>serialize</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> type_safe_union<font color='#5555FF'>&lt;</font>...<font color='#5555FF'>&gt;</font><font color='#5555FF'>&amp;</font> item, std::ostream<font color='#5555FF'>&amp;</font> out <font face='Lucida Console'>)</font>; <font color='#009900'>/*! provides serialization support Note that type_safe_union objects are serialized as follows: - if (item.is_empty()) then - perform: serialize(0, out) - else - perform: serialize(item.get_type_id&lt;type_of_object_in_item&gt;(), out); serialize(item.get&lt;type_of_object_in_item&gt;(), out); !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font> ... <font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='deserialize'></a>deserialize</b> <font face='Lucida Console'>(</font> type_safe_union<font color='#5555FF'>&lt;</font>...<font color='#5555FF'>&gt;</font><font color='#5555FF'>&amp;</font> item, std::istream<font color='#5555FF'>&amp;</font> in <font face='Lucida Console'>)</font>; <font color='#009900'>/*! provides deserialization support !*/</font> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <b>}</b> <font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_TYPE_SAFE_UNION_KERNEl_ABSTRACT_ </font> </pre></body></html>
eldilibra/mudsling
include/dlib-18.9/docs/dlib/type_safe_union/type_safe_union_kernel_abstract.h.html
HTML
mit
17,322
@(repository: service.RepositoryService.RepositoryInfo, content: String, enableWikiLink: Boolean, enableRefsLink: Boolean, style: String = "", placeholder: String = "Leave a comment", elastic: Boolean = false)(implicit context: app.Context) @import context._ @import view.helpers._ <div class="tabbable"> <ul class="nav nav-tabs"> <li class="active"><a href="#tab1" data-toggle="tab">Write</a></li> <li><a href="#tab2" data-toggle="tab" id="preview">Preview</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="tab1"> <span id="error-content" class="error"></span> @textarea = { <textarea id="content" name="content"@if(style.nonEmpty){ style="@style"} placeholder="@placeholder">@content</textarea> } @if(enableWikiLink){ @textarea } else { @helper.html.attached(repository.owner, repository.name)(textarea) } </div> <div class="tab-pane" id="tab2"> <div class="markdown-body" id="preview-area"> </div> </div> </div> </div> <link href="@assets/google-code-prettify/prettify.css" type="text/css" rel="stylesheet"/> <script src="@assets/google-code-prettify/prettify.js"></script> <script> $(function(){ @if(elastic){ $('#content').elastic(); } $('#preview').click(function(){ $('#preview-area').html('<img src="@assets/common/images/indicator.gif"> Previewing...'); $.post('@url(repository)/_preview', { content : $('#content').val(), enableWikiLink : @enableWikiLink, enableRefsLink : @enableRefsLink }, function(data){ $('#preview-area').html(data); prettyPrint(); }); }); }); </script>
ihad28/gitbucket
src/main/twirl/helper/preview.scala.html
HTML
apache-2.0
1,683
<div id="auth"> <ng-include src="login.templateUrl"></ng-include> <div class="col-md-8 col-md-push-2"> <div class="auth-modal-heading">Please Login</div> <div class="auth-modal-body"> <form class="col-xs-10 col-xs-push-1 col-sm-8 col-sm-push-2" id="lg" name="lg" class="form" ng-submit="login.doLogin(lg.$valid)" role="form" novalidate> <form-group input="username" errors="{required: 'Username is required', invalidUsernamePassword: 'Incorrect username and password'}"> <input type="text" name="username" class="form-control text-center" ng-model="login.username" required minlength="4" autocomplete="off" placeholder="Enter your username"/> </form-group> <form-group input="password" errors="{required:'Password is required'}"> <input type="password" name="password" class="form-control text-center" ng-model="login.password" required placeholder="Enter your password" /> </form-group> <div class="text-center"> <button type="submit" class="btn btn-default btn-wide"> <i class="fa fa-lg fa fa-thumbs-o-up"></i> Log in </button> </div> <div class="gap text-center"> <p>Don't have an account?</p> <div class="btn btn-link btn-wide" ng-click="login.doSignup()"> <span class="fa fa-lg fa-key"></span> Sign up </div> </div> </form> </div> <div class="clearfix"></div> <div class="auth-modal-footer"> <div class="col-md-8 col-md-push-2 top-buffer"> <div class="col-md-4 col-md-push-1"> <div class="animate-hide"> <span class="text-center">API Connectivity</span> </div> </div> <div class="col-md-2 col-md-push-1"> <div class="animate-hide"> <i class="fa fa-2x fa-check-circle text-success" ng-if="login.apiup"></i> <i class="fa fa-2x fa-times-circle text-danger" ng-if="!login.apiup"></i> </div> </div> <div class="col-md-4 col-md-push-1"> <div class="animate-hide"> <span class="text-center">{{login.appVersion}}</span> </div> </div> </div> </div> </div> </div>
harish961/Hygieia-WFN
UI/src/app/dashboard/views/login.html
HTML
apache-2.0
3,150
<!-- Copyright 2005 Sakai Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.osedu.org/licenses/ECL-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE html> <html xmlns:rsf="http://ponder.org.uk/rsf" xmlns="http://www.w3.org/1999/xhtml"> <head> <title rsf:id="msg=summary.page.title">Summary</title> <!-- standard on all pages --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="/library/skin/tool_base.css" rsf:id="scr=portal-matter" type="text/css" rel="stylesheet" media="all" /> <link href="/library/skin/default/tool.css" rsf:id="scr=portal-matter" type="text/css" rel="stylesheet" media="all" /> <script src="/library/js/headscripts.js" rsf:id="scr=portal-matter" type="text/javascript" language="JavaScript"></script> <!-- end standard on all pages --> <script src="../js/jquery/jquery-1.4.4.min.js" type="text/javascript"></script> <script src="../js/jquery/jquery-ui-1.8.all.min.js" type="text/javascript"></script> <script src="../js/jquery/jquery.tablesorter.min.js" type="text/javascript"></script> <script src="../js/utils.js" type="text/javascript"></script> <link href="../css/jquery/jquery-ui-1.8.all.css" type="text/css" rel="stylesheet" media="all" /> <link href="../css/evaluation_base.css" type="text/css" rel="stylesheet" media="all" /> <link rsf:id="local_css_include" href="local_css_file.css" type="text/css" rel="stylesheet" media="all" /> </head> <body rsf:id="scr=sakai-body"> <div class="portletBody dashboard"> <div rsf:id="navIntraTool:" class="navIntraTool" /> <ul class="breadCrumb" rsf:id="toolsBox:"> <li class="lastCrumb"> <a href="evaluation_start.html" rsf:id="beginEvaluationLink" class="addItem">New Evaluation</a> </li> <li class="lastCrumb"> <a href="template_title_desc.html" rsf:id="createTemplateLink" class="addItem">New Template</a> </li> </ul> <div rsf:id="message-for:*" class="alertMessage"> <ul> <li>Message for user here</li> </ul> </div> <h3 rsf:id="msg=summary.page.title">Evaluations dashboard</h3> <p rsf:id="msg=summary.page.instruction" class="instructionText">Quick links to evaluation items</p> <p rsf:id="instructor-instructions" class="instructionText"></p> <div rsf:id="evaluationsBox:" class="summaryBox"> <h4 rsf:id="msg=summary.evaluations.title">Current evaluations I need to take</h4> <p rsf:id="evaluationsNone" class="instructionText indnt2">No evaluations to take</p> <div rsf:id="evaluationsList:" class="innerPanel"> <table class="evalsysTable"> <thead> <tr> <th rsf:id="msg=summary.evaluations.evaluation.title" style="white-space: normal;">Evaluation</th> <th rsf:id="msg=summary.evaluation.status.title">Status</th> <th rsf:id="msg=summary.evaluations.starts.title">Opens</th> <th rsf:id="msg=summary.evaluations.ends.title">Closes</th> <th rsf:id="reportsAvailableColumn">Reports</th> </tr> </thead> <tbody> <tr rsf:id="evaluationsCourseList:"> <td> <a rsf:id="evaluationCourseLink" href="take_eval.html">Course Title</a> <span rsf:id="evaluationCourseLink_disabled" /> </td> <td> <span rsf:id="evaluationCourseStatus">Completed</span> </td> <td rsf:id="evaluationStartDate" nowrap="nowrap"> 09/20/2005 </td> <td rsf:id="evaluationDueDate" nowrap="nowrap"> 09/27/2005 </td> <td rsf:id="evalReport:" nowrap="nowrap"> <span rsf:id="evalReportDisplay"></span> <a rsf:id="evalReportDisplayLink" href="report_view.html">results</a> <a rsf:id="evalRespondentsDisplayLink" class="left-separator" href="evaluation_responders.html">respondents</a> </td> <td rsf:id="evalReportUnavailable:" nowrap="nowrap"> <span rsf:id="msg=controlevaluations.eval.report.not.permissions"></span> </td> </tr> </tbody> </table> </div> </div> <div rsf:id="evalResponsesBox:" class="summaryBox beEvaluated"> <h4 rsf:id="msg=summary.evaluated.title">Evaluations in which I may be evaluated</h4> <div class="innerPanel"> <div rsf:id="summary-be-evaluated-progress-header:" class="inProgressEvals"> <span rsf:id="msg=summary.evaluated.inprogress" class="sub-heading">In Progress</span> <span rsf:id="summary-be-evaluated-progress-none" class="no-evals-display instructionText"></span> </div> <div rsf:id="evaluatedInProgress:" class="evaluated_in_progress"> <table rsf:id="evalResponseTable:" class="beEvaluatedInProgressTable tablesorter evalsysTable"> <thead> <tr> <th rsf:id="msg=summary.evaluations.evaluation.title">Evaluation</th> <th rsf:id="msg=summary.evaluations.starts.title">Open</th> <th rsf:id="msg=summary.evaluations.ends.title">Close</th> <th rsf:id="msg=summary.responses.responses">Responses</th> <th rsf:id="msg=summary.responses.results">Results</th> </tr> </thead> <tbody> <tr rsf:id="evalResponsesList:"> <td align="left"> <a rsf:id="evalResponsesTitleLink_edit" href="evaluation_settings.html">Evaluation Title</a> <a rsf:id="evalResponsesTitleLink_preview" href="preview_eval.html">(preview)</a> </td> <td rsf:id="evalResponsesStartDate" nowrap="nowrap"> 09/20/2005 </td> <td rsf:id="evalResponsesDueDate" nowrap="nowrap"> 09/20/2005 </td> <td nowrap="nowrap"> <a rsf:id="responseRateLink" href="evaluation_responders.html">2 of 39</a> <span rsf:id="responseRateDisplay"></span> </td> <td nowrap="nowrap"> <span rsf:id="evalReportDisplay"></span> <a rsf:id="evalReportDisplayLink" href="report_view.html">results</a> <a rsf:id="evalRespondentsDisplayLink" class="left-separator" href="evaluation_responders.html">respondents</a> </td> </tr> </tbody> </table> </div> <div rsf:id="summary-be-evaluated-closed-header:" class="closedEvals"> <span rsf:id="msg=summary.evaluated.closed" class="sub-heading">Closed</span> <span rsf:id="summary-be-evaluated-closed-none" class="no-evals-display instructionText"></span> </div> <div rsf:id="evaluatedClosed:" class="evaluated_closed"> <table rsf:id="evalResponseTable:" class="beEvaluatedClosedTable tablesorter evalsysTable"> <thead> <tr> <th rsf:id="msg=summary.evaluations.evaluation.title">Evaluation</th> <th rsf:id="msg=summary.evaluations.starts.title">Opens</th> <th rsf:id="msg=summary.evaluations.ends.title">Closes</th> <th rsf:id="msg=summary.responses.responses">Responses</th> <th rsf:id="msg=summary.responses.results">Results</th> </tr> </thead> <tbody> <tr rsf:id="evalResponsesList:"> <td align="left"> <a rsf:id="evalResponsesTitleLink_edit" href="evaluation_settings.html">Evaluation Title</a> <a rsf:id="evalResponsesTitleLink_preview" href="preview_eval.html">(preview)</a> </td> <td rsf:id="evalResponsesStartDate" nowrap="nowrap"> 09/20/2005 </td> <td rsf:id="evalResponsesDueDate" nowrap="nowrap"> 09/20/2005 </td> <td nowrap="nowrap"> <a rsf:id="responseRateLink" href="evaluation_responders.html">2 of 39</a> <span rsf:id="responseRateDisplay"></span> </td> <td nowrap="nowrap"> <span rsf:id="evalReportDisplay"></span> <a rsf:id="evalReportDisplayLink" href="report_view.html">results</a> <a rsf:id="evalRespondentsDisplayLink" class="left-separator" href="evaluation_responders.html">respondents</a> </td> </tr> </tbody> </table> </div> </div> </div> <div rsf:id="evalAdminBox:" class="summaryBox" /> <div rsf:id="siteListingBox:" class="summaryBox"> <h4 rsf:id="sitelisting-title">Site/Group Listing</h4> <div class="innerPanel"> <h5 rsf:id="sitelisting-evaluated-text">Sites you can be evaluated in:</h5> <ol class="summaryEvaluateList"> <li rsf:id="evaluatedList:"> <span rsf:id="evaluatedListTitle">Site/Group Title</span> </li> </ol> <p rsf:id="evaluatedListNone" class="instructionText indnt2">No items to list</p> <h5 rsf:id="sitelisting-evaluate-text">Sites you can evaluate:</h5> <ol class="summaryEvaluateList"> <li rsf:id="evaluateList:"> <span rsf:id="evaluateListTitle">Site/Group Title</span> </li> </ol> <p rsf:id="evaluateListNone" class="instructionText indnt2">No items to list</p> </div> </div> <div rsf:id="notificationsBox:" class="summaryBox"> <h4 rsf:id="notifications-title">Notifications</h4> <div class="innerPanel"> <p rsf:id="notifications-higher-level" class="instructionText">An evaluation has been assigned from a higher level:</p> <!-- // gsilver: reformatted table to 4 cols, added placeholder rsf:id for things - if notifications have a "type" and expect an "action" both of these should be reclected in the UI - that is, a user would need to know what the link does without clicking on it... --> <table class="evalsysTable"> <tr> <th rsf:id="notification-title-title">Title</th> <th rsf:id="notification-from-title">From</th> <th rsf:id="notification-date-title">Date</th> <th rsf:id="notification-addeditems-title">Added items</th> </tr> <tr> <td> <a href="evaluation_settings.html">Evaluation: Eval Title 1</a> </td> <td>From: College of Science</td> <td>Add/Modify before: 09/15/2005</td> <td>0</td> </tr> </table> </div> </div> </div> <script type="text/javascript">evalsys.initSummary();</script> </body> </html>
sakaiproject/evaluation
sakai-evaluation-tool/src/webapp/content/templates/summary.html
HTML
apache-2.0
11,504
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, user-scalable=no" /> <link rel="stylesheet" type="text/css" href="css/index.css"> <title>uexWheelPickView</title> <script type="text/javascript"> window.uexOnload = function() { uexWheelPickView.onConfirmClick = function(state){ alert(state); } } function openButton(){ var params = { x:0, y:100, width:window.screen.width, height:300, src:"res://test.json", select:[13,3,0] }; uexWheelPickView.open(JSON.stringify(params)); } function closeButton(){ uexWheelPickView.close(); } </script> </head> <body> <div class="tit" id = "tit">uexWheelPickView</div> <div class="conbor"> <div class="consj"> <br><br><br><br><br><br><br> <input class="btn" type="button" value="open" onclick="openButton();"/> <input class="btn" type="button" value="close" onclick="closeButton();"/> </div> </div> </body> </html>
xurigan/appcan-docs-v2
界面布局/uexWheelPickView/widget/index.html
HTML
apache-2.0
1,582
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs For Class Bvb_Grid_Form</title> <link rel="stylesheet" href="../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="class-name">Class Bvb_Grid_Form</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">LICENSE</p> <p class="description"><p>This source file is subject to the new BSD license It is available through the world-wide-web at this URL: http://www.petala-azul.com/bsd.txt If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to geral@petala-azul.com so we can send you a copy immediately.</p></p> <ul class="tags"> <li><span class="field">author:</span> Bento Vilas Boas &lt;<a href="mailto:geral@petala-azul.com">geral@petala-azul.com</a>&gt;</li> <li><span class="field">version:</span> $Id: Form.php 1806 2011-07-15 01:59:14Z bento.vilas.boas@gmail.com $</li> <li><span class="field">copyright:</span> 2010 ZFDatagrid</li> <li><span class="field">link:</span> <a href="http://zfdatagrid.com">http://zfdatagrid.com</a></li> <li><span class="field">license:</span> <a href="http://www.petala-azul.com/bsd.txt">New BSD License</a></li> </ul> <p class="notes"> Located in <a class="field" href="_Grid---Form.php.html">/Grid/Form.php</a> (line <span class="field">20</span>) </p> <pre></pre> </div> </div> <a name="sec-var-summary"></a> <div class="info-box"> <div class="info-box-title">Variable Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="var-summary"> <div class="var-title"> <span class="var-type">array</span> <a href="#$fields" title="details" class="var-name">$fields</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$options" title="details" class="var-name">$options</a> </div> <div class="var-title"> <span class="var-type">string</span> <a href="#$_addButtonLabel" title="details" class="var-name">$_addButtonLabel</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_allowedFields" title="details" class="var-name">$_allowedFields</a> </div> <div class="var-title"> <span class="var-type">int</span> <a href="#$_bulkAdd" title="details" class="var-name">$_bulkAdd</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_bulkDelete" title="details" class="var-name">$_bulkDelete</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_bulkEdit" title="details" class="var-name">$_bulkEdit</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_buttonHiddenDecorator" title="details" class="var-name">$_buttonHiddenDecorator</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_deleteColumn" title="details" class="var-name">$_deleteColumn</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_disallowedFields" title="details" class="var-name">$_disallowedFields</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_displayGroupsDecorator" title="details" class="var-name">$_displayGroupsDecorator</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_editColumn" title="details" class="var-name">$_editColumn</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_fieldsBasedOnQuery" title="details" class="var-name">$_fieldsBasedOnQuery</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_fileDecorator" title="details" class="var-name">$_fileDecorator</a> </div> <div class="var-title"> <span class="var-type">Zend_Form</span> <a href="#$_form" title="details" class="var-name">$_form</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_formDecorator" title="details" class="var-name">$_formDecorator</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_formDecoratorSimple" title="details" class="var-name">$_formDecoratorSimple</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$_formTitle" title="details" class="var-name">$_formTitle</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_inputsType" title="details" class="var-name">$_inputsType</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_onAddForce" title="details" class="var-name">$_onAddForce</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_onDeleteAddCondition" title="details" class="var-name">$_onDeleteAddCondition</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_onEditAddCondition" title="details" class="var-name">$_onEditAddCondition</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_onEditForce" title="details" class="var-name">$_onEditForce</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_subFormDecorator" title="details" class="var-name">$_subFormDecorator</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_subFormDecoratorVertical" title="details" class="var-name">$_subFormDecoratorVertical</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_subformElementDecorator" title="details" class="var-name">$_subformElementDecorator</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_subformElementDecoratorVertical" title="details" class="var-name">$_subformElementDecoratorVertical</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_subformElementTitle" title="details" class="var-name">$_subformElementTitle</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$_subformGroupDecorator" title="details" class="var-name">$_subformGroupDecorator</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_useCSRF" title="details" class="var-name">$_useCSRF</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_useDecorators" title="details" class="var-name">$_useDecorators</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_usePreDefinedFormElements" title="details" class="var-name">$_usePreDefinedFormElements</a> </div> <div class="var-title"> <span class="var-type">bool</span> <a href="#$_useVerticalInputs" title="details" class="var-name">$_useVerticalInputs</a> </div> </div> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <span class="method-result">void</span> <a href="#__construct" title="details" class="method-name">__construct</a> ([<span class="var-type">Zend_Form</span>&nbsp;<span class="var-name">$formClass</span> = <span class="var-default">'Zend_Form'</span>], [<span class="var-type">array</span>&nbsp;<span class="var-name">$formOptions</span> = <span class="var-default">array()</span>]) </div> <div class="method-definition"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <a href="#addAllowedField" title="details" class="method-name">addAllowedField</a> (<span class="var-type">string</span>&nbsp;<span class="var-name">$field</span>) </div> <div class="method-definition"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <a href="#addAllowedFields" title="details" class="method-name">addAllowedFields</a> (<span class="var-type"></span>&nbsp;<span class="var-name">$fields</span>) </div> <div class="method-definition"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <a href="#addDisallowedField" title="details" class="method-name">addDisallowedField</a> (<span class="var-type">string</span>&nbsp;<span class="var-name">$field</span>) </div> <div class="method-definition"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <a href="#addDisallowedFields" title="details" class="method-name">addDisallowedFields</a> (<span class="var-type"></span>&nbsp;<span class="var-name">$fields</span>) </div> <div class="method-definition"> <span class="method-result">string</span> <a href="#getAddButtonLabel" title="details" class="method-name">getAddButtonLabel</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getAllowedFields" title="details" class="method-name">getAllowedFields</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getBulkAdd" title="details" class="method-name">getBulkAdd</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getBulkDelete" title="details" class="method-name">getBulkDelete</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getBulkEdit" title="details" class="method-name">getBulkEdit</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getButtonHiddenDecorator" title="details" class="method-name">getButtonHiddenDecorator</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getDeleteColumn" title="details" class="method-name">getDeleteColumn</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getDisallowedFields" title="details" class="method-name">getDisallowedFields</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getDisplayGroupsDecorator" title="details" class="method-name">getDisplayGroupsDecorator</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getEditColumn" title="details" class="method-name">getEditColumn</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getFields" title="details" class="method-name">getFields</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getFieldsBasedOnQuery" title="details" class="method-name">getFieldsBasedOnQuery</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getFileDecorator" title="details" class="method-name">getFileDecorator</a> () </div> <div class="method-definition"> <span class="method-result">Zend_Form</span> <a href="#getForm" title="details" class="method-name">getForm</a> ([<span class="var-type">int</span>&nbsp;<span class="var-name">$subForm</span> = <span class="var-default">null</span>]) </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getFormDecorator" title="details" class="method-name">getFormDecorator</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getFormDecoratorSimple" title="details" class="method-name">getFormDecoratorSimple</a> () </div> <div class="method-definition"> <span class="method-result">mixed</span> <a href="#getFormTitle" title="details" class="method-name">getFormTitle</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getInputsType" title="details" class="method-name">getInputsType</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getOnAddForce" title="details" class="method-name">getOnAddForce</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getOnDeleteAddCondition" title="details" class="method-name">getOnDeleteAddCondition</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getOnEditAddCondition" title="details" class="method-name">getOnEditAddCondition</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getOnEditForce" title="details" class="method-name">getOnEditForce</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getOptions" title="details" class="method-name">getOptions</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getSubFormDecorator" title="details" class="method-name">getSubFormDecorator</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getSubFormDecoratorVertical" title="details" class="method-name">getSubFormDecoratorVertical</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getSubformElementDecorator" title="details" class="method-name">getSubformElementDecorator</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getSubformElementDecoratorVertical" title="details" class="method-name">getSubformElementDecoratorVertical</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getSubformElementTitle" title="details" class="method-name">getSubformElementTitle</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getSubformGroupDecorator" title="details" class="method-name">getSubformGroupDecorator</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getUseCSRF" title="details" class="method-name">getUseCSRF</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getUseDecorators" title="details" class="method-name">getUseDecorators</a> () </div> <div class="method-definition"> <span class="method-result">bool</span> <a href="#getUsePreDefinedFormElements" title="details" class="method-name">getUsePreDefinedFormElements</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getUseVerticalInputs" title="details" class="method-name">getUseVerticalInputs</a> () </div> <div class="method-definition"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <a href="#setAddButtonLabel" title="details" class="method-name">setAddButtonLabel</a> (<span class="var-type">string</span>&nbsp;<span class="var-name">$label</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setAllowedFields" title="details" class="method-name">setAllowedFields</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_allowedFields</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setBulkAdd" title="details" class="method-name">setBulkAdd</a> (<span class="var-type">int</span>&nbsp;<span class="var-name">$_bulkAdd</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setBulkDelete" title="details" class="method-name">setBulkDelete</a> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_bulkDelete</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setBulkEdit" title="details" class="method-name">setBulkEdit</a> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_bulkEdit</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setButtonHiddenDecorator" title="details" class="method-name">setButtonHiddenDecorator</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_buttonHiddenDecorator</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setDeleteColumn" title="details" class="method-name">setDeleteColumn</a> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_deleteColumn</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setDisallowedFields" title="details" class="method-name">setDisallowedFields</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_disallowedFields</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setDisplayGroupsDecorator" title="details" class="method-name">setDisplayGroupsDecorator</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_displayGroupsDecorator</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setEditColumn" title="details" class="method-name">setEditColumn</a> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_editColumn</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setFields" title="details" class="method-name">setFields</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$fields</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setFieldsBasedOnQuery" title="details" class="method-name">setFieldsBasedOnQuery</a> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_fieldsBasedOnQuery</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setFileDecorator" title="details" class="method-name">setFileDecorator</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_fileDecorator</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setForm" title="details" class="method-name">setForm</a> (<span class="var-type">Zend_Form</span>&nbsp;<span class="var-name">$_form</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setFormDecorator" title="details" class="method-name">setFormDecorator</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_formDecorator</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setFormDecoratorSimple" title="details" class="method-name">setFormDecoratorSimple</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_formDecoratorSimple</span>) </div> <div class="method-definition"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <a href="#setFormTitle" title="details" class="method-name">setFormTitle</a> (<span class="var-type">string</span>&nbsp;<span class="var-name">$label</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setInputsType" title="details" class="method-name">setInputsType</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_inputsType</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setOnAddForce" title="details" class="method-name">setOnAddForce</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_onAddForce</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setOnDeleteAddCondition" title="details" class="method-name">setOnDeleteAddCondition</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_onDeleteAddCondition</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setOnEditAddCondition" title="details" class="method-name">setOnEditAddCondition</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_onEditAddCondition</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setOnEditForce" title="details" class="method-name">setOnEditForce</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_onEditForce</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setOptions" title="details" class="method-name">setOptions</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$options</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setSubFormDecorator" title="details" class="method-name">setSubFormDecorator</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subFormDecorator</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setSubFormDecoratorVertical" title="details" class="method-name">setSubFormDecoratorVertical</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subFormDecoratorVertical</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setSubformElementDecorator" title="details" class="method-name">setSubformElementDecorator</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subformElementDecorator</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setSubformElementDecoratorVertical" title="details" class="method-name">setSubformElementDecoratorVertical</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subformElementDecoratorVertical</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setSubformElementTitle" title="details" class="method-name">setSubformElementTitle</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subformElementTitle</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setSubformGroupDecorator" title="details" class="method-name">setSubformGroupDecorator</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subformGroupDecorator</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setUseCSRF" title="details" class="method-name">setUseCSRF</a> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_useCSRF</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setUseDecorators" title="details" class="method-name">setUseDecorators</a> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_useDecorators</span>) </div> <div class="method-definition"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <a href="#setUsePreDefinedFormElements" title="details" class="method-name">setUsePreDefinedFormElements</a> (<span class="var-type"></span>&nbsp;<span class="var-name">$value</span>, <span class="var-type">bool</span>&nbsp;<span class="var-name">$use</span>) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setUseVerticalInputs" title="details" class="method-name">setUseVerticalInputs</a> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_useVerticalInputs</span>) </div> <div class="method-definition"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <a href="#__call" title="details" class="method-name">__call</a> (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$args</span>) </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <a name="var$fields" id="$fields"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$fields</span> (line <span class="line-number">44</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Form fields</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> </div> <a name="var$options" id="$options"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$options</span> (line <span class="line-number">39</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Form options</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> </div> <a name="var$_addButtonLabel" id="$_addButtonLabel"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">string</span> <span class="var-name">$_addButtonLabel</span> = <span class="var-default"> 'Add Record'</span> (line <span class="line-number">217</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Add button label</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_allowedFields" id="$_allowedFields"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_allowedFields</span> = <span class="var-default">array()</span> (line <span class="line-number">170</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Fields allowed to be processd</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_bulkAdd" id="$_bulkAdd"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">int</span> <span class="var-name">$_bulkAdd</span> = <span class="var-default"> 1</span> (line <span class="line-number">140</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Number of subform to show when performing bulk aditions</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_bulkDelete" id="$_bulkDelete"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_bulkDelete</span> = <span class="var-default"> false</span> (line <span class="line-number">145</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Allow bulk Deletion</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_bulkEdit" id="$_bulkEdit"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_bulkEdit</span> = <span class="var-default"> false</span> (line <span class="line-number">150</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Allow bulk Edition</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_buttonHiddenDecorator" id="$_buttonHiddenDecorator"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_buttonHiddenDecorator</span> = <span class="var-default">array('ViewHelper')</span> (line <span class="line-number">105</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for subform hidden elements</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_deleteColumn" id="$_deleteColumn"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_deleteColumn</span> = <span class="var-default"> true</span> (line <span class="line-number">200</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">If we should show the delete column</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_disallowedFields" id="$_disallowedFields"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_disallowedFields</span> = <span class="var-default">array()</span> (line <span class="line-number">175</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Fields not allowed to be processed</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_displayGroupsDecorator" id="$_displayGroupsDecorator"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_displayGroupsDecorator</span> = <span class="var-default">array()</span> (line <span class="line-number">120</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for Groups</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_editColumn" id="$_editColumn"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_editColumn</span> = <span class="var-default"> true</span> (line <span class="line-number">205</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">If we should show the edit column</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_fieldsBasedOnQuery" id="$_fieldsBasedOnQuery"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_fieldsBasedOnQuery</span> = <span class="var-default"> false</span> (line <span class="line-number">49</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">If the form to be showed is built with fields from query</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_fileDecorator" id="$_fileDecorator"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_fileDecorator</span> = <span class="var-default">array('File',<br /> 'Description',<br /> 'Errors',<br /> array(array('data' =&gt; 'HtmlTag'),array('tag'=&gt;'td','class'=&gt;'element')),array(array('label'=&gt;'Label'),array('tag'=&gt;'td')),array(array('row'=&gt;'HtmlTag'),array('tag'=&gt;'tr')))</span> (line <span class="line-number">92</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for subform file decorators</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_form" id="$_form"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">Zend_Form</span> <span class="var-name">$_form</span> (line <span class="line-number">27</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_formDecorator" id="$_formDecorator"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_formDecorator</span> = <span class="var-default">array('FormElements','Form')</span> (line <span class="line-number">110</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for form</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_formDecoratorSimple" id="$_formDecoratorSimple"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_formDecoratorSimple</span> = <span class="var-default">array('FormElements', 'Form')</span> (line <span class="line-number">115</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for Form</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_formTitle" id="$_formTitle"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$_formTitle</span> = <span class="var-default"> false</span> (line <span class="line-number">211</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Text to be showed on top of add/edit form</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_inputsType" id="$_inputsType"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_inputsType</span> = <span class="var-default">array()</span> (line <span class="line-number">33</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">input types (text, select, etc, etc) for every form input</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_onAddForce" id="$_onAddForce"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_onAddForce</span> = <span class="var-default">array()</span> (line <span class="line-number">180</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">When adding force some input to have the value specified</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_onDeleteAddCondition" id="$_onDeleteAddCondition"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_onDeleteAddCondition</span> = <span class="var-default">array()</span> (line <span class="line-number">195</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">When deleting records, add extra condition to the existing ones</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_onEditAddCondition" id="$_onEditAddCondition"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_onEditAddCondition</span> = <span class="var-default">array()</span> (line <span class="line-number">190</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">When editing, add extra condition to the existing ones</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_onEditForce" id="$_onEditForce"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_onEditForce</span> = <span class="var-default">array()</span> (line <span class="line-number">185</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">When editing force some inputs to have the value specified</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_subFormDecorator" id="$_subFormDecorator"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_subFormDecorator</span> = <span class="var-default">array('FormElements',<br /> array('HtmlTag',<br /> array('tag' =&gt; 'table',<br /> 'class' =&gt; 'borders subForm')))</span> (line <span class="line-number">125</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for subform</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_subFormDecoratorVertical" id="$_subFormDecoratorVertical"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_subFormDecoratorVertical</span> = <span class="var-default">array('FormElements',<br /> array('HtmlTag',<br /> array('tag' =&gt; 'tr')))</span> (line <span class="line-number">133</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for vertical subform</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_subformElementDecorator" id="$_subformElementDecorator"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_subformElementDecorator</span> = <span class="var-default">array('ViewHelper',<br /> 'Description',<br /> 'Errors',<br /> array(array('data' =&gt; 'HtmlTag'),array('tag'=&gt;'td','class'=&gt;'element')),array(array('label'=&gt;'Label'),array('tag'=&gt;'td','class'=&gt;'elementTitle')),array(array('row'=&gt;'HtmlTag'),array('tag'=&gt;'tr')))</span> (line <span class="line-number">65</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for subform elements</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_subformElementDecoratorVertical" id="$_subformElementDecoratorVertical"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_subformElementDecoratorVertical</span> = <span class="var-default">array('ViewHelper',<br /> 'Description',<br /> 'Errors',<br /> array(array('data' =&gt; 'HtmlTag'),array('tag'=&gt;'td','class'=&gt;'element')))</span> (line <span class="line-number">83</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for subform vertical inputs elements</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_subformElementTitle" id="$_subformElementTitle"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_subformElementTitle</span> = <span class="var-default">array(array('Label', array('tag' =&gt; 'th')))</span> (line <span class="line-number">78</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for subform Element Titles</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_subformGroupDecorator" id="$_subformGroupDecorator"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$_subformGroupDecorator</span> = <span class="var-default">array('FormElements',<br /> array('HtmlTag',<br /> array('tag' =&gt; 'td',<br /> 'colspan' =&gt; '90',<br /> 'class' =&gt; 'buttons')),array(array('row'=&gt;'HtmlTag'),array('tag'=&gt;'tr')))</span> (line <span class="line-number">54</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Decorators for subform Groups</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_useCSRF" id="$_useCSRF"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_useCSRF</span> = <span class="var-default"> true</span> (line <span class="line-number">160</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Use CSRF element to prevent atacks</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_useDecorators" id="$_useDecorators"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_useDecorators</span> = <span class="var-default"> true</span> (line <span class="line-number">165</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Use decorators. If false it will assume you have your own in your form class</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_usePreDefinedFormElements" id="$_usePreDefinedFormElements"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_usePreDefinedFormElements</span> = <span class="var-default"> false</span> (line <span class="line-number">225</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">If we should load only form elements that where defined in user supplied form</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_useVerticalInputs" id="$_useVerticalInputs"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">bool</span> <span class="var-name">$_useVerticalInputs</span> = <span class="var-default"> true</span> (line <span class="line-number">155</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">use vertical inputs, instead horizontal</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="method__construct" id="__construct"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Constructor __construct</span> (line <span class="line-number">236</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Instantiates a new form, using Zend_Form by default or any provided by the user</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> __construct </span> ([<span class="var-type">Zend_Form</span>&nbsp;<span class="var-name">$formClass</span> = <span class="var-default">'Zend_Form'</span>], [<span class="var-type">array</span>&nbsp;<span class="var-name">$formOptions</span> = <span class="var-default">array()</span>]) </div> <ul class="parameters"> <li> <span class="var-type">Zend_Form</span> <span class="var-name">$formClass</span><span class="var-description">: Class to be instantiated. Zend_Form or any implementation</span> </li> <li> <span class="var-type">array</span> <span class="var-name">$formOptions</span><span class="var-description">: Options to be passed to the form</span> </li> </ul> </div> <a name="methodaddAllowedField" id="addAllowedField"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">addAllowedField</span> (line <span class="line-number">692</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Adds one more field to the set not allowed to be managed</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <span class="method-name"> addAllowedField </span> (<span class="var-type">string</span>&nbsp;<span class="var-name">$field</span>) </div> <ul class="parameters"> <li> <span class="var-type">string</span> <span class="var-name">$field</span> </li> </ul> </div> <a name="methodaddAllowedFields" id="addAllowedFields"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">addAllowedFields</span> (line <span class="line-number">703</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Adds another set of fields not allowed to be managed</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <span class="method-name"> addAllowedFields </span> (<span class="var-type"></span>&nbsp;<span class="var-name">$fields</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$fields</span> </li> </ul> </div> <a name="methodaddDisallowedField" id="addDisallowedField"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">addDisallowedField</span> (line <span class="line-number">714</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Adds one more field to the set not allowed to be managed</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <span class="method-name"> addDisallowedField </span> (<span class="var-type">string</span>&nbsp;<span class="var-name">$field</span>) </div> <ul class="parameters"> <li> <span class="var-type">string</span> <span class="var-name">$field</span> </li> </ul> </div> <a name="methodaddDisallowedFields" id="addDisallowedFields"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">addDisallowedFields</span> (line <span class="line-number">725</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Adds another set of fields not allowed to be managed</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <span class="method-name"> addDisallowedFields </span> (<span class="var-type"></span>&nbsp;<span class="var-name">$fields</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$fields</span> </li> </ul> </div> <a name="methodgetAddButtonLabel" id="getAddButtonLabel"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getAddButtonLabel</span> (line <span class="line-number">860</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">returns current label for add button</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">string</span> <span class="method-name"> getAddButtonLabel </span> () </div> </div> <a name="methodgetAllowedFields" id="getAllowedFields"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getAllowedFields</span> (line <span class="line-number">656</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getAllowedFields </span> () </div> </div> <a name="methodgetBulkAdd" id="getBulkAdd"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getBulkAdd</span> (line <span class="line-number">554</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getBulkAdd </span> () </div> </div> <a name="methodgetBulkDelete" id="getBulkDelete"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getBulkDelete</span> (line <span class="line-number">571</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getBulkDelete </span> () </div> </div> <a name="methodgetBulkEdit" id="getBulkEdit"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getBulkEdit</span> (line <span class="line-number">588</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getBulkEdit </span> () </div> </div> <a name="methodgetButtonHiddenDecorator" id="getButtonHiddenDecorator"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getButtonHiddenDecorator</span> (line <span class="line-number">452</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getButtonHiddenDecorator </span> () </div> </div> <a name="methodgetDeleteColumn" id="getDeleteColumn"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getDeleteColumn</span> (line <span class="line-number">802</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getDeleteColumn </span> () </div> </div> <a name="methodgetDisallowedFields" id="getDisallowedFields"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getDisallowedFields</span> (line <span class="line-number">673</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getDisallowedFields </span> () </div> </div> <a name="methodgetDisplayGroupsDecorator" id="getDisplayGroupsDecorator"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getDisplayGroupsDecorator</span> (line <span class="line-number">503</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getDisplayGroupsDecorator </span> () </div> </div> <a name="methodgetEditColumn" id="getEditColumn"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getEditColumn</span> (line <span class="line-number">819</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getEditColumn </span> () </div> </div> <a name="methodgetFields" id="getFields"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getFields</span> (line <span class="line-number">332</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getFields </span> () </div> </div> <a name="methodgetFieldsBasedOnQuery" id="getFieldsBasedOnQuery"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getFieldsBasedOnQuery</span> (line <span class="line-number">349</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getFieldsBasedOnQuery </span> () </div> </div> <a name="methodgetFileDecorator" id="getFileDecorator"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getFileDecorator</span> (line <span class="line-number">435</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getFileDecorator </span> () </div> </div> <a name="methodgetForm" id="getForm"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getForm</span> (line <span class="line-number">253</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Returns the current form or subform if a number is specified</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">Zend_Form</span> <span class="method-name"> getForm </span> ([<span class="var-type">int</span>&nbsp;<span class="var-name">$subForm</span> = <span class="var-default">null</span>]) </div> <ul class="parameters"> <li> <span class="var-type">int</span> <span class="var-name">$subForm</span><span class="var-description">: If set, the subForm number to be returned. (Probably 1)</span> </li> </ul> </div> <a name="methodgetFormDecorator" id="getFormDecorator"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getFormDecorator</span> (line <span class="line-number">469</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getFormDecorator </span> () </div> </div> <a name="methodgetFormDecoratorSimple" id="getFormDecoratorSimple"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getFormDecoratorSimple</span> (line <span class="line-number">486</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getFormDecoratorSimple </span> () </div> </div> <a name="methodgetFormTitle" id="getFormTitle"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getFormTitle</span> (line <span class="line-number">850</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">If we should use a for header to describe form action</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">mixed</span> <span class="method-name"> getFormTitle </span> () </div> </div> <a name="methodgetInputsType" id="getInputsType"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getInputsType</span> (line <span class="line-number">298</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getInputsType </span> () </div> </div> <a name="methodgetOnAddForce" id="getOnAddForce"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getOnAddForce</span> (line <span class="line-number">734</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getOnAddForce </span> () </div> </div> <a name="methodgetOnDeleteAddCondition" id="getOnDeleteAddCondition"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getOnDeleteAddCondition</span> (line <span class="line-number">785</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getOnDeleteAddCondition </span> () </div> </div> <a name="methodgetOnEditAddCondition" id="getOnEditAddCondition"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getOnEditAddCondition</span> (line <span class="line-number">768</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getOnEditAddCondition </span> () </div> </div> <a name="methodgetOnEditForce" id="getOnEditForce"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getOnEditForce</span> (line <span class="line-number">751</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getOnEditForce </span> () </div> </div> <a name="methodgetOptions" id="getOptions"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getOptions</span> (line <span class="line-number">315</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getOptions </span> () </div> </div> <a name="methodgetSubFormDecorator" id="getSubFormDecorator"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getSubFormDecorator</span> (line <span class="line-number">520</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getSubFormDecorator </span> () </div> </div> <a name="methodgetSubFormDecoratorVertical" id="getSubFormDecoratorVertical"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getSubFormDecoratorVertical</span> (line <span class="line-number">537</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getSubFormDecoratorVertical </span> () </div> </div> <a name="methodgetSubformElementDecorator" id="getSubformElementDecorator"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getSubformElementDecorator</span> (line <span class="line-number">383</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getSubformElementDecorator </span> () </div> </div> <a name="methodgetSubformElementDecoratorVertical" id="getSubformElementDecoratorVertical"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getSubformElementDecoratorVertical</span> (line <span class="line-number">417</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getSubformElementDecoratorVertical </span> () </div> </div> <a name="methodgetSubformElementTitle" id="getSubformElementTitle"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getSubformElementTitle</span> (line <span class="line-number">400</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getSubformElementTitle </span> () </div> </div> <a name="methodgetSubformGroupDecorator" id="getSubformGroupDecorator"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getSubformGroupDecorator</span> (line <span class="line-number">366</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getSubformGroupDecorator </span> () </div> </div> <a name="methodgetUseCSRF" id="getUseCSRF"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getUseCSRF</span> (line <span class="line-number">622</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getUseCSRF </span> () </div> </div> <a name="methodgetUseDecorators" id="getUseDecorators"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getUseDecorators</span> (line <span class="line-number">639</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getUseDecorators </span> () </div> </div> <a name="methodgetUsePreDefinedFormElements" id="getUsePreDefinedFormElements"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getUsePreDefinedFormElements</span> (line <span class="line-number">895</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Returns current option if we should display all form elements or only the ones defined in user supplied form</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">bool</span> <span class="method-name"> getUsePreDefinedFormElements </span> () </div> </div> <a name="methodgetUseVerticalInputs" id="getUseVerticalInputs"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getUseVerticalInputs</span> (line <span class="line-number">605</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getUseVerticalInputs </span> () </div> </div> <a name="methodsetAddButtonLabel" id="setAddButtonLabel"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setAddButtonLabel</span> (line <span class="line-number">870</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Defines a new label for the add record button</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <span class="method-name"> setAddButtonLabel </span> (<span class="var-type">string</span>&nbsp;<span class="var-name">$label</span>) </div> <ul class="parameters"> <li> <span class="var-type">string</span> <span class="var-name">$label</span> </li> </ul> </div> <a name="methodsetAllowedFields" id="setAllowedFields"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setAllowedFields</span> (line <span class="line-number">664</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setAllowedFields </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_allowedFields</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_allowedFields</span> </li> </ul> </div> <a name="methodsetBulkAdd" id="setBulkAdd"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setBulkAdd</span> (line <span class="line-number">562</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setBulkAdd </span> (<span class="var-type">int</span>&nbsp;<span class="var-name">$_bulkAdd</span>) </div> <ul class="parameters"> <li> <span class="var-type">int</span> <span class="var-name">$_bulkAdd</span> </li> </ul> </div> <a name="methodsetBulkDelete" id="setBulkDelete"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setBulkDelete</span> (line <span class="line-number">579</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setBulkDelete </span> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_bulkDelete</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$_bulkDelete</span> </li> </ul> </div> <a name="methodsetBulkEdit" id="setBulkEdit"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setBulkEdit</span> (line <span class="line-number">596</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setBulkEdit </span> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_bulkEdit</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$_bulkEdit</span> </li> </ul> </div> <a name="methodsetButtonHiddenDecorator" id="setButtonHiddenDecorator"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setButtonHiddenDecorator</span> (line <span class="line-number">460</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setButtonHiddenDecorator </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_buttonHiddenDecorator</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_buttonHiddenDecorator</span> </li> </ul> </div> <a name="methodsetDeleteColumn" id="setDeleteColumn"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setDeleteColumn</span> (line <span class="line-number">810</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setDeleteColumn </span> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_deleteColumn</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$_deleteColumn</span> </li> </ul> </div> <a name="methodsetDisallowedFields" id="setDisallowedFields"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setDisallowedFields</span> (line <span class="line-number">681</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setDisallowedFields </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_disallowedFields</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_disallowedFields</span> </li> </ul> </div> <a name="methodsetDisplayGroupsDecorator" id="setDisplayGroupsDecorator"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setDisplayGroupsDecorator</span> (line <span class="line-number">511</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setDisplayGroupsDecorator </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_displayGroupsDecorator</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_displayGroupsDecorator</span> </li> </ul> </div> <a name="methodsetEditColumn" id="setEditColumn"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setEditColumn</span> (line <span class="line-number">827</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setEditColumn </span> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_editColumn</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$_editColumn</span> </li> </ul> </div> <a name="methodsetFields" id="setFields"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setFields</span> (line <span class="line-number">340</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setFields </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$fields</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$fields</span> </li> </ul> </div> <a name="methodsetFieldsBasedOnQuery" id="setFieldsBasedOnQuery"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setFieldsBasedOnQuery</span> (line <span class="line-number">357</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setFieldsBasedOnQuery </span> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_fieldsBasedOnQuery</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$_fieldsBasedOnQuery</span> </li> </ul> </div> <a name="methodsetFileDecorator" id="setFileDecorator"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setFileDecorator</span> (line <span class="line-number">443</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setFileDecorator </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_fileDecorator</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_fileDecorator</span> </li> </ul> </div> <a name="methodsetForm" id="setForm"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setForm</span> (line <span class="line-number">289</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setForm </span> (<span class="var-type">Zend_Form</span>&nbsp;<span class="var-name">$_form</span>) </div> <ul class="parameters"> <li> <span class="var-type">Zend_Form</span> <span class="var-name">$_form</span> </li> </ul> </div> <a name="methodsetFormDecorator" id="setFormDecorator"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setFormDecorator</span> (line <span class="line-number">477</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setFormDecorator </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_formDecorator</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_formDecorator</span> </li> </ul> </div> <a name="methodsetFormDecoratorSimple" id="setFormDecoratorSimple"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setFormDecoratorSimple</span> (line <span class="line-number">494</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setFormDecoratorSimple </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_formDecoratorSimple</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_formDecoratorSimple</span> </li> </ul> </div> <a name="methodsetFormTitle" id="setFormTitle"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setFormTitle</span> (line <span class="line-number">839</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">If we should use a table thead with some text to describe form action</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <span class="method-name"> setFormTitle </span> (<span class="var-type">string</span>&nbsp;<span class="var-name">$label</span>) </div> <ul class="parameters"> <li> <span class="var-type">string</span> <span class="var-name">$label</span> </li> </ul> </div> <a name="methodsetInputsType" id="setInputsType"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setInputsType</span> (line <span class="line-number">306</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setInputsType </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_inputsType</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_inputsType</span> </li> </ul> </div> <a name="methodsetOnAddForce" id="setOnAddForce"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setOnAddForce</span> (line <span class="line-number">742</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setOnAddForce </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_onAddForce</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_onAddForce</span> </li> </ul> </div> <a name="methodsetOnDeleteAddCondition" id="setOnDeleteAddCondition"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setOnDeleteAddCondition</span> (line <span class="line-number">793</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setOnDeleteAddCondition </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_onDeleteAddCondition</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_onDeleteAddCondition</span> </li> </ul> </div> <a name="methodsetOnEditAddCondition" id="setOnEditAddCondition"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setOnEditAddCondition</span> (line <span class="line-number">776</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setOnEditAddCondition </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_onEditAddCondition</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_onEditAddCondition</span> </li> </ul> </div> <a name="methodsetOnEditForce" id="setOnEditForce"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setOnEditForce</span> (line <span class="line-number">759</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setOnEditForce </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_onEditForce</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_onEditForce</span> </li> </ul> </div> <a name="methodsetOptions" id="setOptions"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setOptions</span> (line <span class="line-number">323</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setOptions </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$options</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$options</span> </li> </ul> </div> <a name="methodsetSubFormDecorator" id="setSubFormDecorator"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setSubFormDecorator</span> (line <span class="line-number">528</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setSubFormDecorator </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subFormDecorator</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_subFormDecorator</span> </li> </ul> </div> <a name="methodsetSubFormDecoratorVertical" id="setSubFormDecoratorVertical"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setSubFormDecoratorVertical</span> (line <span class="line-number">545</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setSubFormDecoratorVertical </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subFormDecoratorVertical</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_subFormDecoratorVertical</span> </li> </ul> </div> <a name="methodsetSubformElementDecorator" id="setSubformElementDecorator"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setSubformElementDecorator</span> (line <span class="line-number">391</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setSubformElementDecorator </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subformElementDecorator</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_subformElementDecorator</span> </li> </ul> </div> <a name="methodsetSubformElementDecoratorVertical" id="setSubformElementDecoratorVertical"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setSubformElementDecoratorVertical</span> (line <span class="line-number">425</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setSubformElementDecoratorVertical </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subformElementDecoratorVertical</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_subformElementDecoratorVertical</span> </li> </ul> </div> <a name="methodsetSubformElementTitle" id="setSubformElementTitle"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setSubformElementTitle</span> (line <span class="line-number">408</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setSubformElementTitle </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subformElementTitle</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_subformElementTitle</span> </li> </ul> </div> <a name="methodsetSubformGroupDecorator" id="setSubformGroupDecorator"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setSubformGroupDecorator</span> (line <span class="line-number">374</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setSubformGroupDecorator </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$_subformGroupDecorator</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$_subformGroupDecorator</span> </li> </ul> </div> <a name="methodsetUseCSRF" id="setUseCSRF"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setUseCSRF</span> (line <span class="line-number">630</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setUseCSRF </span> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_useCSRF</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$_useCSRF</span> </li> </ul> </div> <a name="methodsetUseDecorators" id="setUseDecorators"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setUseDecorators</span> (line <span class="line-number">647</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setUseDecorators </span> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_useDecorators</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$_useDecorators</span> </li> </ul> </div> <a name="methodsetUsePreDefinedFormElements" id="setUsePreDefinedFormElements"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setUsePreDefinedFormElements</span> (line <span class="line-number">883</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Defined if we should display all form elements or only the ones definef in user supplied form</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <span class="method-name"> setUsePreDefinedFormElements </span> (<span class="var-type"></span>&nbsp;<span class="var-name">$value</span>, <span class="var-type">bool</span>&nbsp;<span class="var-name">$use</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$use</span> </li> <li> <span class="var-type"></span> <span class="var-name">$value</span> </li> </ul> </div> <a name="methodsetUseVerticalInputs" id="setUseVerticalInputs"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setUseVerticalInputs</span> (line <span class="line-number">613</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setUseVerticalInputs </span> (<span class="var-type">bool</span>&nbsp;<span class="var-name">$_useVerticalInputs</span>) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$_useVerticalInputs</span> </li> </ul> </div> <a name="method__call" id="__call"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">__call</span> (line <span class="line-number">271</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">sets the protected properties of this class, of the method does not exists in the instantiated class (Zend_Form by default)</p> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../Bvb_Grid/Bvb_Grid_Form.html">Bvb_Grid_Form</a></span> <span class="method-name"> __call </span> (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$args</span>) </div> <ul class="parameters"> <li> <span class="var-type">string</span> <span class="var-name">$name</span><span class="var-description">: The method name or class proporty</span> </li> <li> <span class="var-type">mixed</span> <span class="var-name">$args</span><span class="var-description">: Arguments to be passed</span> </li> </ul> </div> </div> </div> <p class="notes" id="credit"> Documentation generated on Sun, 17 Jul 2011 02:35:53 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a> </p> </div></body> </html>
omusico/zfdatagrid
data/phpdoc/Bvb_Grid/Bvb_Grid_Form.html
HTML
bsd-3-clause
103,084
<!DOCTYPE html> <!-- @MAC-ALLOW:AXSubrole* @MAC-ALLOW:AXARIALive* @WIN-ALLOW:live* @WIN-ALLOW:container* @WIN-ALLOW:BUSY* --> <html> <body> <div tabindex=0 role="marquee" aria-live="off"></div> <div tabindex=1 role="marquee" aria-live="polite"></div> <div tabindex=2 role="marquee" aria-live="assertive"></div> <!-- Some roles such as "alert" have an implicit live status of assertive. --> <div tabindex=3 role="alert"></div> </body> </html>
danakj/chromium
content/test/data/accessibility/aria/aria-live.html
HTML
bsd-3-clause
467
<!DOCTYPE html> <html><head> <style> .container { margin: 20px; width: 300px; height: 200px; border: 1px solid black; overflow: scroll; } .horizontal-bt { -webkit-writing-mode: horizontal-bt; } .offset { width: 100px; height: 2000px; } .target { width: 100px; height: 100px; background-color: orange; visibility: hidden; } </style> </head> <body> <div class="container"> <div class="horizontal-bt"> <div class="target"></div> <div class="offset"></div> </div></div> An orange rect should be painted.<br/> In DumpRenderTree, there should be repaint logs of 100x100 rect. We don't care how many times is the log dumpped. <script src="resources/text-based-repaint.js" type="text/javascript"></script> <script> repaintTest = function() { var target = document.getElementsByClassName("target")[0]; target.style.visibility = "visible"; }; var container = document.getElementsByClassName("container")[0]; runAfterDisplay(function() { container.scrollTop = 3000; runRepaintTest(); }); </script> </body></html>
modulexcite/blink
LayoutTests/fast/repaint/horizontal-bt-overflow-child.html
HTML
bsd-3-clause
1,354
{% extends "site_base.html" %} {% load i18n %} {% load bootstrap_tags %} {% load boxes_tags %} {% load cache %} {% load sitetree %} {% block head_title %}Conference Schedule{% endblock %} {% block body_class %}full{% endblock %} {% block right %} {% endblock %} {% block body_outer %} <div class="row"> <div class="span12"> <div class="page-head"> <h1>{{ schedule.section }} Schedule</h1> {% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} </div> </div> <div class="span12"> {% box "schedule_top_"|add:schedule.section.name|slugify %} {% cache 600 "schedule-table" schedule.section %} {% for timetable in days %} <h3>{{ timetable.day.date }}</h3> {% include "schedule/_grid.html" %} {% endfor %} {% endcache %} {% box "schedule_bottom" %} </div> </div> {% endblock %}
NelleV/pyconfr-test
symposion/templates/schedule/schedule_detail.html
HTML
bsd-3-clause
1,040
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Frames Example</title> </head> <frameset cols="25%,*,25%"> <frame src="frames/left.html" /> <frame name="mainFrame" src="1. Form-input-fields.html"/> <frame src="frames/right.html" /> </frameset> </html>
madmarks/HTML
5. HTML Forms and Frames/5. Frames.html
HTML
mit
286
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - dashed lines</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <style> body { color: #ffffff; font-family:Monospace; font-size:13px; text-align:center; font-weight: bold; background-color: #000000; margin: 0px; overflow: hidden; } #info { color: #fff; position: absolute; top: 0px; width: 100%; padding: 5px; z-index:100; } </style> </head> <body> <div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - dashed lines example</div> <div id="container"></div> <script src="../build/three.js"></script> <script src="js/geometries/hilbert3D.js"></script> <script src="js/WebGL.js"></script> <script src="js/libs/stats.min.js"></script> <script> if ( WEBGL.isWebGLAvailable() === false ) { document.body.appendChild( WEBGL.getWebGLErrorMessage() ); } var renderer, scene, camera, stats; var objects = []; var WIDTH = window.innerWidth, HEIGHT = window.innerHeight; init(); animate(); function init() { camera = new THREE.PerspectiveCamera( 60, WIDTH / HEIGHT, 1, 200 ); camera.position.z = 150; scene = new THREE.Scene(); scene.background = new THREE.Color( 0x111111 ); scene.fog = new THREE.Fog( 0x111111, 150, 200 ); var subdivisions = 6; var recursion = 1; var points = hilbert3D( new THREE.Vector3( 0, 0, 0 ), 25.0, recursion, 0, 1, 2, 3, 4, 5, 6, 7 ); var spline = new THREE.CatmullRomCurve3( points ); var samples = spline.getPoints( points.length * subdivisions ); var geometrySpline = new THREE.BufferGeometry().setFromPoints( samples ); var line = new THREE.Line( geometrySpline, new THREE.LineDashedMaterial( { color: 0xffffff, dashSize: 1, gapSize: 0.5 } ) ); line.computeLineDistances(); objects.push( line ); scene.add( line ); var geometryCube = cube( 50 ); var lineSegments = new THREE.LineSegments( geometryCube, new THREE.LineDashedMaterial( { color: 0xffaa00, dashSize: 3, gapSize: 1 } ) ); lineSegments.computeLineDistances(); objects.push( lineSegments ); scene.add( lineSegments ); renderer = new THREE.WebGLRenderer( { antialias: true } ); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( WIDTH, HEIGHT ); var container = document.getElementById( 'container' ); container.appendChild( renderer.domElement ); stats = new Stats(); container.appendChild( stats.dom ); // window.addEventListener( 'resize', onWindowResize, false ); } function cube( size ) { var h = size * 0.5; var geometry = new THREE.BufferGeometry(); var position = []; position.push( - h, - h, - h, - h, h, - h, - h, h, - h, h, h, - h, h, h, - h, h, - h, - h, h, - h, - h, - h, - h, - h, - h, - h, h, - h, h, h, - h, h, h, h, h, h, h, h, h, h, - h, h, h, - h, h, - h, - h, h, - h, - h, - h, - h, - h, h, - h, h, - h, - h, h, h, h, h, - h, h, h, h, h, - h, - h, h, - h, h ); geometry.addAttribute( 'position', new THREE.Float32BufferAttribute( position, 3 ) ); return geometry; } function onWindowResize() { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize( window.innerWidth, window.innerHeight ); } function animate() { requestAnimationFrame( animate ); render(); stats.update(); } function render() { var time = Date.now() * 0.001; scene.traverse( function ( object ) { if ( object.isLine ) { object.rotation.x = 0.25 * time; object.rotation.y = 0.25 * time; } } ); renderer.render( scene, camera ); } </script> </body> </html>
pailhead/three.js
examples/webgl_lines_dashed.html
HTML
mit
4,020
<blockquote cite="http://tjholowaychuk.com/post/24103105615/mocha-1-1-0" title="mocha 1.1.0 - TJ Holowaychuk"> <p class="jser-sitelink"> <strong>mocha 1.1.0 - TJ Holowaychuk</strong><br /> <a href="http://tjholowaychuk.com/post/24103105615/mocha-1-1-0" title="mocha 1.1.0 - TJ Holowaychuk">http://tjholowaychuk.com/post/24103105615/mocha-1-1-0</a> </p> </blockquote> <p>JavaScriptテストフレームワークmocha 1.1.0リリース</p> <blockquote cite="http://blog.nodejs.org/2012/05/29/node-version-0-7-9-unstable/" title="Node Version 0.7.9 (unstable) « node blog"> <p class="jser-sitelink"> <strong>Node Version 0.7.9 (unstable) « node blog</strong><br /> <a href="http://blog.nodejs.org/2012/05/29/node-version-0-7-9-unstable/" title="Node Version 0.7.9 (unstable) « node blog">http://blog.nodejs.org/2012/05/29/node-version-0-7-9-unstable/</a> </p> </blockquote> <p>Node.js 0.7.9リリース</p> <blockquote cite="http://shop.oreilly.com/product/0636920023982.do" title="JavaScript for PHP Developers - O'Reilly Media"> <p class="jser-sitelink"> <strong>JavaScript for PHP Developers - O'Reilly Media</strong><br /> <a href="http://shop.oreilly.com/product/0636920023982.do" title="JavaScript for PHP Developers - O'Reilly Media">http://shop.oreilly.com/product/0636920023982.do</a> </p> </blockquote> <p>PHP開発者向けのJavaScript本</p> <blockquote cite="http://soledadpenades.com/2012/05/28/munit-js-microunit-testing-for-javascript/" title="munit.js – microunit testing for javascript | soledad penadés"> <p class="jser-sitelink"> <strong>munit.js – microunit testing for javascript | soledad penadés</strong><br /> <a href="http://soledadpenades.com/2012/05/28/munit-js-microunit-testing-for-javascript/" title="munit.js – microunit testing for javascript | soledad penadés">http://soledadpenades.com/2012/05/28/munit-js-microunit-testing-for-javascript/</a> </p> </blockquote> <p>とてもシンプルなJavaScriptテストライブラリ。<br /> https://github.com/sole/munit.js</p> <blockquote cite="http://davidwalsh.name/customevent" title="JavaScript CustomEvent"> <p class="jser-sitelink"> <strong>JavaScript CustomEvent</strong><br /> <a href="http://davidwalsh.name/customevent" title="JavaScript CustomEvent">http://davidwalsh.name/customevent</a> </p> </blockquote> <p>JavaScriptのCustom Event(コンストラクタ) APIの使い方</p> <blockquote cite="http://tagneto.blogspot.com/2012/05/requirejs-20-released-onward-amd.html" title="Tagneto: RequireJS 2.0 released, onward AMD"> <p class="jser-sitelink"> <strong>Tagneto: RequireJS 2.0 released, onward AMD</strong><br /> <a href="http://tagneto.blogspot.com/2012/05/requirejs-20-released-onward-amd.html" title="Tagneto: RequireJS 2.0 released, onward AMD">http://tagneto.blogspot.com/2012/05/requirejs-20-released-onward-amd.html</a> </p> </blockquote> <p>RequireJS 2.0リリース<br /> 改めてAMD APIとは何かについて</p> <blockquote cite="http://memolog.org/2012/05/css_selector_performance.php" title="CSS Selector Performance - メモログ"> <p class="jser-sitelink"> <strong>CSS Selector Performance - メモログ</strong><br /> <a href="http://memolog.org/2012/05/css_selector_performance.php" title="CSS Selector Performance - メモログ">http://memolog.org/2012/05/css_selector_performance.php</a> </p> </blockquote> <p>Webkitで行われてるCSSセレクタマッチングの最適化について</p> <blockquote cite="http://www.slideshare.net/martinlippert/why-solid-matters-even-for-javascript" title="Why SOLID matters - even for JavaScript"> <p class="jser-sitelink"> <strong>Why SOLID matters - even for JavaScript</strong><br /> <a href="http://www.slideshare.net/martinlippert/why-solid-matters-even-for-javascript" title="Why SOLID matters - even for JavaScript">http://www.slideshare.net/martinlippert/why-solid-matters-even-for-javascript</a> </p> </blockquote> <p>バグが少ないSOLIDなJavaScriptについてのスライド。<br /> 著者がブログに書いてるものをまとめた感じ<br /> http://freshbrewedcode.com/derekgreer/?s=SOLID+JavaScript</p> <blockquote cite="https://github.com/jrburke/requirejs/wiki/Test-frameworks" title="Test frameworks · jrburke/requirejs Wiki"> <p class="jser-sitelink"> <strong>Test frameworks · jrburke/requirejs Wiki</strong><br /> <a href="https://github.com/jrburke/requirejs/wiki/Test-frameworks" title="Test frameworks · jrburke/requirejs Wiki">https://github.com/jrburke/requirejs/wiki/Test-frameworks</a> </p> </blockquote> <p>RequireJSで使うようなAMDモジュールをテストするフレームワークについて。<br /> BusterJS(buster-amdもあるけど)、JSTD、QUnit等での対応する書き方やtestr.jsなどAMDモジュールテスト向けのライブラリについて等まとめられてる</p> <blockquote cite="http://www.stevesouders.com/blog/2012/05/22/self-updating-scripts/" title="Self-updating scripts | High Performance Web Sites"> <p class="jser-sitelink"> <strong>Self-updating scripts | High Performance Web Sites</strong><br /> <a href="http://www.stevesouders.com/blog/2012/05/22/self-updating-scripts/" title="Self-updating scripts | High Performance Web Sites">http://www.stevesouders.com/blog/2012/05/22/self-updating-scripts/</a> </p> </blockquote> <p>widgets系のJavaScriptラッパーのキャッシュ問題に対して、自己更新を入れる方法について<br /> location.reload(true);の更新を利用</p> <blockquote cite="https://github.com/leonidas/transparency/wiki/Defining-template-engine-performance" title="Defining template engine performance · leonidas/transparency Wiki"> <p class="jser-sitelink"> <strong>Defining template engine performance · leonidas/transparency Wiki</strong><br /> <a href="https://github.com/leonidas/transparency/wiki/Defining-template-engine-performance" title="Defining template engine performance · leonidas/transparency Wiki">https://github.com/leonidas/transparency/wiki/Defining-template-engine-performance</a> </p> </blockquote> <p>JavaScriptのクライアントサイドテンプレートエンジンのパフォーマンス比較について<br /> Transparencyが取ってる手法について</p> <blockquote cite="http://zoompf.com/blog/2012/05/html5shiv-and-serving-content-from-code-repositories" title="html5shiv and Serving Content From Code Repositories | Zoompf"> <p class="jser-sitelink"> <strong>html5shiv and Serving Content From Code Repositories | Zoompf</strong><br /> <a href="http://zoompf.com/blog/2012/05/html5shiv-and-serving-content-from-code-repositories" title="html5shiv and Serving Content From Code Repositories | Zoompf">http://zoompf.com/blog/2012/05/html5shiv-and-serving-content-from-code-repositories</a> </p> </blockquote> <p>html5shivをgooglecodeから直接読み込んだりしてる時のキャッシュの問題などについて</p> <blockquote cite="http://ecma-international.org/ecma-262/5.1/" title="ECMAScript Language Specification - ECMA-262 Edition 5.1"> <p class="jser-sitelink"> <strong>ECMAScript Language Specification - ECMA-262 Edition 5.1</strong><br /> <a href="http://ecma-international.org/ecma-262/5.1/" title="ECMAScript Language Specification - ECMA-262 Edition 5.1">http://ecma-international.org/ecma-262/5.1/</a> </p> </blockquote> <p>公式のHTML版ES5.1仕様書</p> <blockquote cite="http://xregexp.com/history/" title="Version history :: XRegExp"> <p class="jser-sitelink"> <strong>Version history :: XRegExp</strong><br /> <a href="http://xregexp.com/history/" title="Version history :: XRegExp">http://xregexp.com/history/</a> </p> </blockquote> <p>JavaScriptの正規表現ライブラリ<br /> XRegExp v2.0.0リリース</p> <blockquote cite="http://www.amazon.com/Async-JavaScript-ebook/dp/B007N81FE2" title="Async JavaScript: Trevor Burnham: Amazon.com: Kindle Store"> <p class="jser-sitelink"> <strong>Async JavaScript: Trevor Burnham: Amazon.com: Kindle Store</strong><br /> <a href="http://www.amazon.com/Async-JavaScript-ebook/dp/B007N81FE2" title="Async JavaScript: Trevor Burnham: Amazon.com: Kindle Store">http://www.amazon.com/Async-JavaScript-ebook/dp/B007N81FE2</a> </p> </blockquote> <p>Async JavaScriptの書籍/Kindle版</p> <blockquote cite="http://0-9.tumblr.com/post/23546101286/javascript-unittest-patterns-using-sinonjs-and-jstestdri" title="0-9, JavaScript UnitTest Patterns"> <p class="jser-sitelink"> <strong>0-9, JavaScript UnitTest Patterns</strong><br /> <a href="http://0-9.tumblr.com/post/23546101286/javascript-unittest-patterns-using-sinonjs-and-jstestdri" title="0-9, JavaScript UnitTest Patterns">http://0-9.tumblr.com/post/23546101286/javascript-unittest-patterns-using-sinonjs-and-jstestdri</a> </p> </blockquote> <p>JavaScriptのテスト時のパターンをまとめたもの。<br /> 初期化動作やイベントのstub化やjQuery、非同期テストをSinonJSのFakeを使って同期化、DOMやCSSのテストについて。stub化できないオブジェクトについて</p> <blockquote cite="http://0-9.tumblr.com/post/23471470020/javascript-unittest-on-sinonjs-jstestdriver" title="0-9, SinonJSとJsTestDriverを使ったJSテスト手法に関して"> <p class="jser-sitelink"> <strong>0-9, SinonJSとJsTestDriverを使ったJSテスト手法に関して</strong><br /> <a href="http://0-9.tumblr.com/post/23471470020/javascript-unittest-on-sinonjs-jstestdriver" title="0-9, SinonJSとJsTestDriverを使ったJSテスト手法に関して">http://0-9.tumblr.com/post/23471470020/javascript-unittest-on-sinonjs-jstestdriver</a> </p> </blockquote> <p>SinonJSとJsTestDriverを組み合わせて使う時に利用できる初期セットアップ<br /> </p> <blockquote cite="http://www.amazon.co.jp/o/ASIN/4877830979/book042-22/ref=nosim" title="Amazon: やさしいHTML&CSS入門 [単行本]: 相澤 裕介"> <p class="jser-sitelink"> <strong>Amazon: やさしいHTML&CSS入門 [単行本]: 相澤 裕介</strong><br /> <a href="http://www.amazon.co.jp/o/ASIN/4877830979/book042-22/ref=nosim" title="Amazon: やさしいHTML&CSS入門 [単行本]: 相澤 裕介">http://www.amazon.co.jp/o/ASIN/4877830979/book042-22/ref=nosim</a> </p> </blockquote> <p>2012年5月25日発売</p> <blockquote cite="http://www.oreilly.co.jp/books/9784873115542/" title="O'Reilly Japan - ステートフルJavaScript"> <p class="jser-sitelink"> <strong>O'Reilly Japan - ステートフルJavaScript</strong><br /> <a href="http://www.oreilly.co.jp/books/9784873115542/" title="O'Reilly Japan - ステートフルJavaScript">http://www.oreilly.co.jp/books/9784873115542/</a> </p> </blockquote> <p>2012年06月08日発売<br /> 原書: JavaScript Web Applicationsの翻訳本</p> <blockquote cite="https://gihyo.jp/dp/ebook/2012/978-4-7741-5123-6" title="Sass入門 ~より効率的なCSSコーディング | Gihyo Digital Publishing"> <p class="jser-sitelink"> <strong>Sass入門 ~より効率的なCSSコーディング | Gihyo Digital Publishing</strong><br /> <a href="https://gihyo.jp/dp/ebook/2012/978-4-7741-5123-6" title="Sass入門 ~より効率的なCSSコーディング | Gihyo Digital Publishing">https://gihyo.jp/dp/ebook/2012/978-4-7741-5123-6</a> </p> </blockquote> <p>Sass入門本</p> <blockquote cite="http://www.amazon.co.jp/o/ASIN/4798033561/book042-22/ref=nosim" title="Amazon: JavaScript辞典 ポケット詳解 [単行本]"> <p class="jser-sitelink"> <strong>Amazon: JavaScript辞典 ポケット詳解 [単行本]</strong><br /> <a href="http://www.amazon.co.jp/o/ASIN/4798033561/book042-22/ref=nosim" title="Amazon: JavaScript辞典 ポケット詳解 [単行本]">http://www.amazon.co.jp/o/ASIN/4798033561/book042-22/ref=nosim</a> </p> </blockquote> <p>2012年5月24日発売<br /> JavaScriptリファレンス本</p> <blockquote cite="http://www.slideshare.net/caillou/jsday-italy-backbonejs" title="JSDay Italy - Backbone.js"> <p class="jser-sitelink"> <strong>JSDay Italy - Backbone.js</strong><br /> <a href="http://www.slideshare.net/caillou/jsday-italy-backbonejs" title="JSDay Italy - Backbone.js">http://www.slideshare.net/caillou/jsday-italy-backbonejs</a> </p> </blockquote> <p>Backbone.jsについてのスライド。<br /> 構造について丁寧に解説してる</p> <blockquote cite="http://www.slideshare.net/othree/module-amd-requirejs" title="Module, AMD, RequireJS"> <p class="jser-sitelink"> <strong>Module, AMD, RequireJS</strong><br /> <a href="http://www.slideshare.net/othree/module-amd-requirejs" title="Module, AMD, RequireJS">http://www.slideshare.net/othree/module-amd-requirejs</a> </p> </blockquote> <p>モジュールパターンの書き方とその利点、また大規模なアプリケーションになるとそのモジュールが多くなり複雑化する。<br /> その解決方法として、CommonJSのAMDについて紹介スライド。<br /> AMD実装ライブラリのRequireJSについて、けどそのままではモジュールやリクエストが多いという問題は残ってしまう。<br /> そこで、AMDモジュール群の最適化ツールのr.jsについての紹介。<br /> ただ、RequireJSはAMD以外の機能も入ってるため大きい、そこで小さくAMD APIを実装してるalmond.jsについての紹介</p> <blockquote cite="http://jamesshore.com/Blog/Lessons-Learned-Lint-and-Javascript.html" title="James Shore: Lessons Learned: Lint and Javascript"> <p class="jser-sitelink"> <strong>James Shore: Lessons Learned: Lint and Javascript</strong><br /> <a href="http://jamesshore.com/Blog/Lessons-Learned-Lint-and-Javascript.html" title="James Shore: Lessons Learned: Lint and Javascript">http://jamesshore.com/Blog/Lessons-Learned-Lint-and-Javascript.html</a> </p> </blockquote> <p>JSHintを使った自動Lint、モジュールの書き方についてスクリーンキャスト</p> <blockquote cite="http://blog.livedoor.jp/aki_mana/archives/6221447.html" title="typeOf 'aki_mana' : JavaScript : indexedDB はHTML5 ROCKSに良質なサンプルがある。"> <p class="jser-sitelink"> <strong>typeOf 'aki_mana' : JavaScript : indexedDB はHTML5 ROCKSに良質なサンプルがある。</strong><br /> <a href="http://blog.livedoor.jp/aki_mana/archives/6221447.html" title="typeOf 'aki_mana' : JavaScript : indexedDB はHTML5 ROCKSに良質なサンプルがある。">http://blog.livedoor.jp/aki_mana/archives/6221447.html</a> </p> </blockquote> <p>indexedDBについて</p> <blockquote cite="http://0-9.tumblr.com/post/23358026170/javascript-test-environment" title="0-9, JSのUnitTest関連技術"> <p class="jser-sitelink"> <strong>0-9, JSのUnitTest関連技術</strong><br /> <a href="http://0-9.tumblr.com/post/23358026170/javascript-test-environment" title="0-9, JSのUnitTest関連技術">http://0-9.tumblr.com/post/23358026170/javascript-test-environment</a> </p> </blockquote> <p>JavaScript/ブラウザ周りのテストの種類についてのまとめ</p> <blockquote cite="http://www.slideshare.net/gregthebusker/js-days-mobile-meow" title="JS Days Mobile Meow"> <p class="jser-sitelink"> <strong>JS Days Mobile Meow</strong><br /> <a href="http://www.slideshare.net/gregthebusker/js-days-mobile-meow" title="JS Days Mobile Meow">http://www.slideshare.net/gregthebusker/js-days-mobile-meow</a> </p> </blockquote> <p>ブラウザ毎のVideoタグ対応についてのスライド。FullScreen、自動再生、Embed方法、シミュレーター、自動テストについて。</p> <blockquote cite="https://dev.mozilla.jp/2012/05/firefox-and-the-release-channels/" title="Firefoxとそのリリースチャンネルについて « Mozilla Developer Street (modest)"> <p class="jser-sitelink"> <strong>Firefoxとそのリリースチャンネルについて « Mozilla Developer Street (modest)</strong><br /> <a href="https://dev.mozilla.jp/2012/05/firefox-and-the-release-channels/" title="Firefoxとそのリリースチャンネルについて « Mozilla Developer Street (modest)">https://dev.mozilla.jp/2012/05/firefox-and-the-release-channels/</a> </p> </blockquote> <p>Firefoxのリリースチャンネルについての説明。リリースのフローについて</p> <blockquote cite="http://jdoctest.lunant.org/" title="jDoctest — jDoctest v0.0.9 documentation"> <p class="jser-sitelink"> <strong>jDoctest — jDoctest v0.0.9 documentation</strong><br /> <a href="http://jdoctest.lunant.org/" title="jDoctest — jDoctest v0.0.9 documentation">http://jdoctest.lunant.org/</a> </p> </blockquote> <p>JavaScriptでpythonのdoctest</p> <blockquote cite="http://www.kickstarter.com/projects/188988365/lets-code-test-driven-javascript" title="Let's Code: Test-Driven Javascript by James Shore — Kickstarter"> <p class="jser-sitelink"> <strong>Let's Code: Test-Driven Javascript by James Shore — Kickstarter</strong><br /> <a href="http://www.kickstarter.com/projects/188988365/lets-code-test-driven-javascript" title="Let's Code: Test-Driven Javascript by James Shore — Kickstarter">http://www.kickstarter.com/projects/188988365/lets-code-test-driven-javascript</a> </p> </blockquote> <p>Let's Play TDDシリーズ<br /> http://jamesshore.com/Blog/Lets-Play/<br /> JavaScript版について、Kickstarterで資金募集</p> <blockquote cite="https://github.com/polarmobile/coffeescript-style-guide" title="polarmobile/coffeescript-style-guide"> <p class="jser-sitelink"> <strong>polarmobile/coffeescript-style-guide</strong><br /> <a href="https://github.com/polarmobile/coffeescript-style-guide" title="polarmobile/coffeescript-style-guide">https://github.com/polarmobile/coffeescript-style-guide</a> </p> </blockquote> <p>CoffeeScriptのコーディングスタイル</p> <blockquote cite="http://www.amazon.co.jp/o/ASIN/4877832734/book042-22/ref=nosim" title="Amazon: WebGL+HTML5 3DCGプログラミング入門 R付 [単行本]: 松田 晃一"> <p class="jser-sitelink"> <strong>Amazon: WebGL+HTML5 3DCGプログラミング入門 R付 [単行本]: 松田 晃一</strong><br /> <a href="http://www.amazon.co.jp/o/ASIN/4877832734/book042-22/ref=nosim" title="Amazon: WebGL+HTML5 3DCGプログラミング入門 R付 [単行本]: 松田 晃一">http://www.amazon.co.jp/o/ASIN/4877832734/book042-22/ref=nosim</a> </p> </blockquote> <p>2012年5月22日発売<br /> WebGLについての書籍</p> <blockquote cite="http://shop.oreilly.com/product/0636920025832.do" title="Learning JavaScript Design Patterns - O'Reilly Media"> <p class="jser-sitelink"> <strong>Learning JavaScript Design Patterns - O'Reilly Media</strong><br /> <a href="http://shop.oreilly.com/product/0636920025832.do" title="Learning JavaScript Design Patterns - O'Reilly Media">http://shop.oreilly.com/product/0636920025832.do</a> </p> </blockquote> <p>著:Addy Osmani<br /> JavaScriptのデザインパターン本。<br /> 無料で公開してるものがベース?<br /> http://addyosmani.com/resources/essentialjsdesignpatterns/book/</p> <blockquote cite="http://blog.nodejs.org/2012/05/15/version-0-6-18-stable/" title="Version 0.6.18 (stable) « node blog"> <p class="jser-sitelink"> <strong>Version 0.6.18 (stable) « node blog</strong><br /> <a href="http://blog.nodejs.org/2012/05/15/version-0-6-18-stable/" title="Version 0.6.18 (stable) « node blog">http://blog.nodejs.org/2012/05/15/version-0-6-18-stable/</a> </p> </blockquote> <p>Node.js 0.6.18リリース</p> <blockquote cite="http://taiju.github.com/slides/2012/05/kyoto.lisp/#/start" title="よりSchemerフレンドリなJavaScriptへ"> <p class="jser-sitelink"> <strong>よりSchemerフレンドリなJavaScriptへ</strong><br /> <a href="http://taiju.github.com/slides/2012/05/kyoto.lisp/#/start" title="よりSchemerフレンドリなJavaScriptへ">http://taiju.github.com/slides/2012/05/kyoto.lisp/#/start</a> </p> </blockquote> <p>JavaScript(ECMAScript)とSchemeの関係、ES.nextについてのスライド</p> <blockquote cite="http://blog.tojiru.net/article/268793860.html" title="JavaScriptにRuby風のnewメソッドを加える - 泥のように"> <p class="jser-sitelink"> <strong>JavaScriptにRuby風のnewメソッドを加える - 泥のように</strong><br /> <a href="http://blog.tojiru.net/article/268793860.html" title="JavaScriptにRuby風のnewメソッドを加える - 泥のように">http://blog.tojiru.net/article/268793860.html</a> </p> </blockquote> <p>Object.definePropertiesを使って.new()でnew演算子のようなことをする拡張の書き書き方について</p> <blockquote cite="http://www.browsersupport.net/" title="Browser Support"> <p class="jser-sitelink"> <strong>Browser Support</strong><br /> <a href="http://www.browsersupport.net/" title="Browser Support">http://www.browsersupport.net/</a> </p> </blockquote> <p>CSSのプロパティなどを検索して、どのブラウザがサポートしているかを調べる事ができるサービス</p> <blockquote cite="http://www.infoq.com/presentations/JavaScript-Today-and-Tomorrow" title="InfoQ: JavaScript Today and Tomorrow: Evolving the Ambient Language of the Ambient Computing Era"> <p class="jser-sitelink"> <strong>InfoQ: JavaScript Today and Tomorrow: Evolving the Ambient Language of the Ambient Computing Era</strong><br /> <a href="http://www.infoq.com/presentations/JavaScript-Today-and-Tomorrow" title="InfoQ: JavaScript Today and Tomorrow: Evolving the Ambient Language of the Ambient Computing Era">http://www.infoq.com/presentations/JavaScript-Today-and-Tomorrow</a> </p> </blockquote> <p>JavaScriptの進化について、ES5のeditorの方の発表スライド&動画。<br /> ECMAScriptとは何かから始まり、ES.nextとかの用語、時系列説明、ES5で何が追加されたのか、ES5がブラウザへ実装された時の時系列、ES5をサポートしてるブラウザの割合、ES Harmony/ES.nextとはなにか、TC-39とはどういう事をしているか、ES.nextで話し合われてる機能許可についての紹介</p> <blockquote cite="http://constellation.github.com/doctrine/" title="Doctrine by Constellation"> <p class="jser-sitelink"> <strong>Doctrine by Constellation</strong><br /> <a href="http://constellation.github.com/doctrine/" title="Doctrine by Constellation">http://constellation.github.com/doctrine/</a> </p> </blockquote> <p>JSDocパーサーライブラリ</p> <blockquote cite="http://www.slideshare.net/ThomasDeceuninck/fork-30-js-improvements-12894157" title="Fork 3.0 JS improvements"> <p class="jser-sitelink"> <strong>Fork 3.0 JS improvements</strong><br /> <a href="http://www.slideshare.net/ThomasDeceuninck/fork-30-js-improvements-12894157" title="Fork 3.0 JS improvements">http://www.slideshare.net/ThomasDeceuninck/fork-30-js-improvements-12894157</a> </p> </blockquote> <p>JavaScriptのリファクタリング。<br /> jQuery1.7の変更点とそのコードを適応した違いの紹介</p> <blockquote cite="http://blog.3streamer.net/html5-css3/document-write-html5-181/" title="HTML5でdocument.writeは使ってはいけない? | 3streamer blog"> <p class="jser-sitelink"> <strong>HTML5でdocument.writeは使ってはいけない? | 3streamer blog</strong><br /> <a href="http://blog.3streamer.net/html5-css3/document-write-html5-181/" title="HTML5でdocument.writeは使ってはいけない? | 3streamer blog">http://blog.3streamer.net/html5-css3/document-write-html5-181/</a> </p> </blockquote> <p>仕様書から読み解くdocument.writeの使用の是非について</p> <blockquote cite="http://blog.getfirebug.com/2012/05/11/firebug-1-10a8/" title="Getfirebug Blog » Blog Archive » Firebug 1.10a8"> <p class="jser-sitelink"> <strong>Getfirebug Blog » Blog Archive » Firebug 1.10a8</strong><br /> <a href="http://blog.getfirebug.com/2012/05/11/firebug-1-10a8/" title="Getfirebug Blog » Blog Archive » Firebug 1.10a8">http://blog.getfirebug.com/2012/05/11/firebug-1-10a8/</a> </p> </blockquote> <p>Firebug 1.10a8リリース。<br /> CSSにComputedなStyleを表示するパネルを追加、CSSでIDなどの補完、WebFontの宣言元へジャンプする機能など</p> <blockquote cite="http://hacks.mozilla.org/2012/05/dom-mutationobserver-reacting-to-dom-changes-without-killing-browser-performance/" title="DOM MutationObserver – reacting to DOM changes without killing browser performance. ✩ Mozilla Hacks – the Web developer blog"> <p class="jser-sitelink"> <strong>DOM MutationObserver – reacting to DOM changes without killing browser performance. ✩ Mozilla Hacks – the Web developer blog</strong><br /> <a href="http://hacks.mozilla.org/2012/05/dom-mutationobserver-reacting-to-dom-changes-without-killing-browser-performance/" title="DOM MutationObserver – reacting to DOM changes without killing browser performance. ✩ Mozilla Hacks – the Web developer blog">http://hacks.mozilla.org/2012/05/dom-mutationobserver-reacting-to-dom-changes-without-killing-browser-performance/</a> </p> </blockquote> <p>DOMの変更を監視して発火するイベント、DOM MutationObserverについて<br /> </p> <blockquote cite="http://blogs.msdn.com/b/ie/archive/2012/05/10/diagnosing-javascript-errors-faster-with-error-stack.aspx" title="Diagnosing JavaScript Errors Faster with Error.stack - IEBlog - Site Home - MSDN Blogs"> <p class="jser-sitelink"> <strong>Diagnosing JavaScript Errors Faster with Error.stack - IEBlog - Site Home - MSDN Blogs</strong><br /> <a href="http://blogs.msdn.com/b/ie/archive/2012/05/10/diagnosing-javascript-errors-faster-with-error-stack.aspx" title="Diagnosing JavaScript Errors Faster with Error.stack - IEBlog - Site Home - MSDN Blogs">http://blogs.msdn.com/b/ie/archive/2012/05/10/diagnosing-javascript-errors-faster-with-error-stack.aspx</a> </p> </blockquote> <p>Error.stackでのスタックトレースについて。</p> <blockquote cite="http://codepen.io/" title="『CodePen』"> <p class="jser-sitelink"> <strong>『CodePen』</strong><br /> <a href="http://codepen.io/" title="『CodePen』">http://codepen.io/</a> </p> </blockquote> <p>jsfiddleとかみたいなHTML/CSS/JavaScriptを書いて公開できるサービス。<br /> 各メタ言語、Jade/HAML/Markdown/Sass/Less/CoffeeScriptなどに対応してる</p> <blockquote cite="http://www.slideshare.net/iloveigloo/clientside-mvc-with-backbonejs-reloaded" title="Client-side MVC with Backbone.js (reloaded)"> <p class="jser-sitelink"> <strong>Client-side MVC with Backbone.js (reloaded)</strong><br /> <a href="http://www.slideshare.net/iloveigloo/clientside-mvc-with-backbonejs-reloaded" title="Client-side MVC with Backbone.js (reloaded)">http://www.slideshare.net/iloveigloo/clientside-mvc-with-backbonejs-reloaded</a> </p> </blockquote> <p>Backbone.jsについてのスライド。<br /> それぞれの機能について解説と実例のサイト紹介、TIpsなどまとまってる</p> <blockquote cite="http://www.amazon.co.jp/o/ASIN/4777516822/book042-22/ref=nosim" title="『Amazon: HTML5入門 [単行本]: 村山 秀明』"> <p class="jser-sitelink"> <strong>『Amazon: HTML5入門 [単行本]: 村山 秀明』</strong><br /> <a href="http://www.amazon.co.jp/o/ASIN/4777516822/book042-22/ref=nosim" title="『Amazon: HTML5入門 [単行本]: 村山 秀明』">http://www.amazon.co.jp/o/ASIN/4777516822/book042-22/ref=nosim</a> </p> </blockquote> <p>2012年5月15日発売<br /> http://www.kohgakusha.co.jp/books/detail/978-4-7775-1682-7</p> <blockquote cite="http://www.yuiblog.com/blog/2012/05/11/yui-3-6-0-pr1-is-now-available/" title="『YUI 3.6.0 PR1 Is Now Available » Yahoo! User Interface Blog (YUIBlog)』"> <p class="jser-sitelink"> <strong>『YUI 3.6.0 PR1 Is Now Available » Yahoo! User Interface Blog (YUIBlog)』</strong><br /> <a href="http://www.yuiblog.com/blog/2012/05/11/yui-3-6-0-pr1-is-now-available/" title="『YUI 3.6.0 PR1 Is Now Available » Yahoo! User Interface Blog (YUIBlog)』">http://www.yuiblog.com/blog/2012/05/11/yui-3-6-0-pr1-is-now-available/</a> </p> </blockquote> <p>YUI 3.6.0 PR1リリース。<br /> YUI3.6.0のマイルストーンについても書かれてる</p> <blockquote cite="http://www.knockmeout.net/2012/05/knockout-2-dot-1-is-out.html" title="『Knockout 2.1 is out - Knock Me Out』"> <p class="jser-sitelink"> <strong>『Knockout 2.1 is out - Knock Me Out』</strong><br /> <a href="http://www.knockmeout.net/2012/05/knockout-2-dot-1-is-out.html" title="『Knockout 2.1 is out - Knock Me Out』">http://www.knockmeout.net/2012/05/knockout-2-dot-1-is-out.html</a> </p> </blockquote> <p>Knockout 2.1リリース<br /> http://blog.stevensanderson.com/2012/05/09/knockout-2-1-0-released/</p> <blockquote cite="http://www.yuiblog.com/blog/2012/05/09/yuidoc-0-3-0-is-official/" title="『YUIDoc 0.3.0 is Official! » Yahoo! User Interface Blog (YUIBlog)』"> <p class="jser-sitelink"> <strong>『YUIDoc 0.3.0 is Official! » Yahoo! User Interface Blog (YUIBlog)』</strong><br /> <a href="http://www.yuiblog.com/blog/2012/05/09/yuidoc-0-3-0-is-official/" title="『YUIDoc 0.3.0 is Official! » Yahoo! User Interface Blog (YUIBlog)』">http://www.yuiblog.com/blog/2012/05/09/yuidoc-0-3-0-is-official/</a> </p> </blockquote> <p>YUIDoc 0.3.0リリース<br /> Node.JSを使ってJavaScriptコードコメントからAPIドキュメントを生成するツール</p> <blockquote cite="https://www.youtube.com/watch?v=TQxQr1H0iZ0" title="Debugger in Scratchpad - YouTube"> <p class="jser-sitelink"> <strong>Debugger in Scratchpad - YouTube</strong><br /> <a href="https://www.youtube.com/watch?v=TQxQr1H0iZ0" title="Debugger in Scratchpad - YouTube">https://www.youtube.com/watch?v=TQxQr1H0iZ0</a> </p> </blockquote> <p>FirefoxのDebuggerオブジェクトのデモ動画</p> <blockquote cite="http://re-dzine.net/2012/05/google-htmlcss-style-guide/" title="『「Google HTML/CSS Style Guide」を適当に和訳してみた | REFLECTDESIGN』"> <p class="jser-sitelink"> <strong>『「Google HTML/CSS Style Guide」を適当に和訳してみた | REFLECTDESIGN』</strong><br /> <a href="http://re-dzine.net/2012/05/google-htmlcss-style-guide/" title="『「Google HTML/CSS Style Guide」を適当に和訳してみた | REFLECTDESIGN』">http://re-dzine.net/2012/05/google-htmlcss-style-guide/</a> </p> </blockquote> <p>Google HTML/CSS Style Guideの日本語訳</p> <blockquote cite="http://trodrigues.net/presentations/buster-ci/#/" title="Continuously integrated JS development with Buster.js and Phantom.js"> <p class="jser-sitelink"> <strong>Continuously integrated JS development with Buster.js and Phantom.js</strong><br /> <a href="http://trodrigues.net/presentations/buster-ci/#/" title="Continuously integrated JS development with Buster.js and Phantom.js">http://trodrigues.net/presentations/buster-ci/#/</a> </p> </blockquote> <p>BusterJSとPhantomJSを使ってCIについてのスライド</p> <blockquote cite="http://jswiki.org/" title="JSwiki"> <p class="jser-sitelink"> <strong>JSwiki</strong><br /> <a href="http://jswiki.org/" title="JSwiki">http://jswiki.org/</a> </p> </blockquote> <p>JavaScriptについてのリソースやライブラリなどについて書かれてるWiki. Github Wikiで運営されていたやつのページ版</p> <blockquote cite="http://www.yuiblog.com/blog/2012/05/07/announcing-yui-3-5-1/" title="『Announcing YUI 3.5.1 » Yahoo! User Interface Blog (YUIBlog)』"> <p class="jser-sitelink"> <strong>『Announcing YUI 3.5.1 » Yahoo! User Interface Blog (YUIBlog)』</strong><br /> <a href="http://www.yuiblog.com/blog/2012/05/07/announcing-yui-3-5-1/" title="『Announcing YUI 3.5.1 » Yahoo! User Interface Blog (YUIBlog)』">http://www.yuiblog.com/blog/2012/05/07/announcing-yui-3-5-1/</a> </p> </blockquote> <p>YUI 3.5.1リリース。<br /> bug fixes</p> <blockquote cite="http://usejsdoc.org/" title="『Use JSDoc: Index』"> <p class="jser-sitelink"> <strong>『Use JSDoc: Index』</strong><br /> <a href="http://usejsdoc.org/" title="『Use JSDoc: Index』">http://usejsdoc.org/</a> </p> </blockquote> <p>JSDoc3のドキュメントサイト<br /> https://github.com/jsdoc3/jsdoc</p> <blockquote cite="http://hjortureh.tumblr.com/post/22117245794/spine-js-vs-backbone-js" title="『Constant Improvement』"> <p class="jser-sitelink"> <strong>『Constant Improvement』</strong><br /> <a href="http://hjortureh.tumblr.com/post/22117245794/spine-js-vs-backbone-js" title="『Constant Improvement』">http://hjortureh.tumblr.com/post/22117245794/spine-js-vs-backbone-js</a> </p> </blockquote> <p>Spine.js と Backbone.jsの比較</p> <blockquote cite="http://net.tutsplus.com/tutorials/javascript-ajax/the-essentials-of-zepto-js/" title="『The Essentials of Zepto.js | Nettuts+』"> <p class="jser-sitelink"> <strong>『The Essentials of Zepto.js | Nettuts+』</strong><br /> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/the-essentials-of-zepto-js/" title="『The Essentials of Zepto.js | Nettuts+』">http://net.tutsplus.com/tutorials/javascript-ajax/the-essentials-of-zepto-js/</a> </p> </blockquote> <p>Zepto.jsについて</p> <blockquote cite="http://vimeo.com/40929961" title="『jQuery UK 2012 - App development stack for JS developers - Paul Irish on Vimeo』"> <p class="jser-sitelink"> <strong>『jQuery UK 2012 - App development stack for JS developers - Paul Irish on Vimeo』</strong><br /> <a href="http://vimeo.com/40929961" title="『jQuery UK 2012 - App development stack for JS developers - Paul Irish on Vimeo』">http://vimeo.com/40929961</a> </p> </blockquote> <p>フロントエンド開発のツールやエコシステム、ライブラリなどについての発表<br /> スライド http://dl.dropbox.com/u/39519/talks/tooling-q1/index.html</p> <blockquote cite="http://jtaby.com/2012/04/23/modern-web-development-part-1.html" title="Modern Web Development"> <p class="jser-sitelink"> <strong>Modern Web Development</strong><br /> <a href="http://jtaby.com/2012/04/23/modern-web-development-part-1.html" title="Modern Web Development">http://jtaby.com/2012/04/23/modern-web-development-part-1.html</a> </p> </blockquote> <p>Chrome Developer Toolsの使い方。<br /> スクリーンショット豊富な解説</p> <blockquote cite="http://tmlife.net/programming/javascript/coffeescript-guide-dotou-100-sample.html" title="CoffeeScript 入門! 怒濤の 100 サンプル!! | TM Life"> <p class="jser-sitelink"> <strong>CoffeeScript 入門! 怒濤の 100 サンプル!! | TM Life</strong><br /> <a href="http://tmlife.net/programming/javascript/coffeescript-guide-dotou-100-sample.html" title="CoffeeScript 入門! 怒濤の 100 サンプル!! | TM Life">http://tmlife.net/programming/javascript/coffeescript-guide-dotou-100-sample.html</a> </p> </blockquote> <p>CoffeeScript入門チュートリアル</p> <blockquote cite="http://www.youtube.com/watch?v=mh-hPzDfb_Q" title="『JavaScript Primitive Types vs Reference Types - YouTube』"> <p class="jser-sitelink"> <strong>『JavaScript Primitive Types vs Reference Types - YouTube』</strong><br /> <a href="http://www.youtube.com/watch?v=mh-hPzDfb_Q" title="『JavaScript Primitive Types vs Reference Types - YouTube』">http://www.youtube.com/watch?v=mh-hPzDfb_Q</a> </p> </blockquote> <p>プリミティブ値とオブジェクト それぞれの違いについて解説してるスクリーンキャスト</p> <blockquote cite="https://github.com/mattfysh/testr.js" title="mattfysh/testr.js"> <p class="jser-sitelink"> <strong>mattfysh/testr.js</strong><br /> <a href="https://github.com/mattfysh/testr.js" title="mattfysh/testr.js">https://github.com/mattfysh/testr.js</a> </p> </blockquote> <p>AMDなモジュールでrequireされてるモジュールをスタブと差し替えするライブラリ</p> <blockquote cite="http://benalman.com/news/2012/05/multiple-var-statements-javascript/" title="Ben Alman » Multiple var statements in JavaScript, not superfluous"> <p class="jser-sitelink"> <strong>Ben Alman » Multiple var statements in JavaScript, not superfluous</strong><br /> <a href="http://benalman.com/news/2012/05/multiple-var-statements-javascript/" title="Ben Alman » Multiple var statements in JavaScript, not superfluous">http://benalman.com/news/2012/05/multiple-var-statements-javascript/</a> </p> </blockquote> <p>Single var patternがススメられる事があるけど、Multiple varの方が見やすい場合もあるという話。末尾カンマと似たような話も</p> <blockquote cite="https://github.com/sindresorhus/screenfull.js" title="『sindresorhus/screenfull.js』"> <p class="jser-sitelink"> <strong>『sindresorhus/screenfull.js』</strong><br /> <a href="https://github.com/sindresorhus/screenfull.js" title="『sindresorhus/screenfull.js』">https://github.com/sindresorhus/screenfull.js</a> </p> </blockquote> <p>JavaScript Fullscreen API のクロスブラウザwrapperライブラリ</p> <blockquote cite="http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/" title="『Version 0.6.17 (stable) « node blog』"> <p class="jser-sitelink"> <strong>『Version 0.6.17 (stable) « node blog』</strong><br /> <a href="http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/" title="『Version 0.6.17 (stable) « node blog』">http://blog.nodejs.org/2012/05/04/version-0-6-17-stable/</a> </p> </blockquote> <p>Node.js 0.6.17リリース</p> <blockquote cite="https://github.com/thomblake/js3-mode" title="『thomblake/js3-mode』"> <p class="jser-sitelink"> <strong>『thomblake/js3-mode』</strong><br /> <a href="https://github.com/thomblake/js3-mode" title="『thomblake/js3-mode』">https://github.com/thomblake/js3-mode</a> </p> </blockquote> <p>EmacsのJavaScriptメジャーモード<br /> npm styleのcomma-first 等のコーディングルールをサポートするのが目的</p> <blockquote cite="http://shop.oreilly.com/product/0636920023890.do" title="『JavaScript Monads - O'Reilly Media』"> <p class="jser-sitelink"> <strong>『JavaScript Monads - O'Reilly Media』</strong><br /> <a href="http://shop.oreilly.com/product/0636920023890.do" title="『JavaScript Monads - O'Reilly Media』">http://shop.oreilly.com/product/0636920023890.do</a> </p> </blockquote> <p>2012年12月22日発売<br /> JavaScriptモナド本(40ページ)</p> <blockquote cite="https://github.com/fawek/codepainter" title="『fawek/codepainter』"> <p class="jser-sitelink"> <strong>『fawek/codepainter』</strong><br /> <a href="https://github.com/fawek/codepainter" title="『fawek/codepainter』">https://github.com/fawek/codepainter</a> </p> </blockquote> <p>Esprimaを使ったJavaScript整形コマンドラインツール。<br /> タブやクオート、末尾の空改行やスペース等についての整形スタイルを設定できる</p> <blockquote cite="http://addyosmani.com/blog/javascript-style-guides-and-beautifiers/" title="『JavaScript Style Guides And Beautifiers』"> <p class="jser-sitelink"> <strong>『JavaScript Style Guides And Beautifiers』</strong><br /> <a href="http://addyosmani.com/blog/javascript-style-guides-and-beautifiers/" title="『JavaScript Style Guides And Beautifiers』">http://addyosmani.com/blog/javascript-style-guides-and-beautifiers/</a> </p> </blockquote> <p>Essential JavaScript Design Patterns等のAddy OsmaniのJavaScriptスタイルガイド。<br /> コーディングルールと整形ツール,Lintツールについて</p> <blockquote cite="http://shop.oreilly.com/product/0636920019831.do" title="『HTML5 Graphics with SVG & CSS3 - O'Reilly Media』"> <p class="jser-sitelink"> <strong>『HTML5 Graphics with SVG & CSS3 - O'Reilly Media』</strong><br /> <a href="http://shop.oreilly.com/product/0636920019831.do" title="『HTML5 Graphics with SVG & CSS3 - O'Reilly Media』">http://shop.oreilly.com/product/0636920019831.do</a> </p> </blockquote> <p>2012年12月22日発売<br /> SVG WGの人が書く、SVGとCSSを使ったグラフィックについての本</p> <blockquote cite="http://blog.agektmr.com/2012/05/html5rocks.html" title="Tender Surrender: HTML5Rocksが日本語に対応"> <p class="jser-sitelink"> <strong>Tender Surrender: HTML5Rocksが日本語に対応</strong><br /> <a href="http://blog.agektmr.com/2012/05/html5rocks.html" title="Tender Surrender: HTML5Rocksが日本語に対応">http://blog.agektmr.com/2012/05/html5rocks.html</a> </p> </blockquote> <p>HTMl5Rocksがi18nになったので、日本語訳された記事がでてきた。</p> <blockquote cite="http://busterjs.org/changelog/0.5.2/" title="Buster.JS 0.5.2"> <p class="jser-sitelink"> <strong>Buster.JS 0.5.2</strong><br /> <a href="http://busterjs.org/changelog/0.5.2/" title="Buster.JS 0.5.2">http://busterjs.org/changelog/0.5.2/</a> </p> </blockquote> <p>BusterJS 0.5.2リリース</p> <blockquote cite="http://mozilla.jp/blog/entry/9187/" title="オンラインプライバシー勉強会のレポートと資料・ Do Not Track 実装ガイドを公開しました | Mozilla Japan ブログ"> <p class="jser-sitelink"> <strong>オンラインプライバシー勉強会のレポートと資料・ Do Not Track 実装ガイドを公開しました | Mozilla Japan ブログ</strong><br /> <a href="http://mozilla.jp/blog/entry/9187/" title="オンラインプライバシー勉強会のレポートと資料・ Do Not Track 実装ガイドを公開しました | Mozilla Japan ブログ">http://mozilla.jp/blog/entry/9187/</a> </p> </blockquote> <p>DNTについて<br /> The Do Not Track Field Guide の日本語訳</p> <blockquote cite="http://shop.oreilly.com/product/0636920025344.do" title="『Developing Backbone.js Applications - O'Reilly Media』"> <p class="jser-sitelink"> <strong>『Developing Backbone.js Applications - O'Reilly Media』</strong><br /> <a href="http://shop.oreilly.com/product/0636920025344.do" title="『Developing Backbone.js Applications - O'Reilly Media』">http://shop.oreilly.com/product/0636920025344.do</a> </p> </blockquote> <p>Backbone.jsについての書籍<br /> ベースとなってる内容をWebでも公開してる http://addyosmani.github.com/backbone-fundamentals/</p> <blockquote cite="https://github.com/arian/CoverJS" title="arian/CoverJS"> <p class="jser-sitelink"> <strong>arian/CoverJS</strong><br /> <a href="https://github.com/arian/CoverJS" title="arian/CoverJS">https://github.com/arian/CoverJS</a> </p> </blockquote> <p>Esprima,Escodegenを使ったコードカバレッジツール</p> <blockquote cite="http://blog.jqueryui.com/2012/04/jquery-ui-1-8-20/" title="『jQuery UI 1.8.20 « jQuery UI Blog』"> <p class="jser-sitelink"> <strong>『jQuery UI 1.8.20 « jQuery UI Blog』</strong><br /> <a href="http://blog.jqueryui.com/2012/04/jquery-ui-1-8-20/" title="『jQuery UI 1.8.20 « jQuery UI Blog』">http://blog.jqueryui.com/2012/04/jquery-ui-1-8-20/</a> </p> </blockquote> <p>jQuery UI 1.8.20リリース</p> <blockquote cite="http://blog.nodejs.org/2012/04/30/version-0-6-16-stable/" title="『Version 0.6.16 (stable) « node blog』"> <p class="jser-sitelink"> <strong>『Version 0.6.16 (stable) « node blog』</strong><br /> <a href="http://blog.nodejs.org/2012/04/30/version-0-6-16-stable/" title="『Version 0.6.16 (stable) « node blog』">http://blog.nodejs.org/2012/04/30/version-0-6-16-stable/</a> </p> </blockquote> <p>Node.js 0.6.16リリース</p>
watilde/jser.info
data/2012/05/index.html
HTML
mit
43,251
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>jQTouch with Zepto</title> <link rel="stylesheet" href="../build/themes/css/jqtouch.css" data-jqt-theme> <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css" type="text/css" media="screen"> <link rel="stylesheet" href="../runner/overlay-report.css" type="text/css" media="screen"> <script type="text/javascript" src="http://code.jquery.com/qunit/qunit-git.js"></script> <!-- --> <!-- JS to be tested --> <!-- --> <script src="../../build/lib/zepto/zepto.js"></script> <script src="../../build/src/jqt.js"></script> <!-- /JS to be tested --> </head> <body> <div id="test-report" class="hide"> <h1 id="qunit-header">jQTouch with Zepto</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> </div> <!-- --> <!-- DOM to be tested --> <!-- --> <div id="jqt" class=""> <div id="animations"> <div class="toolbar"> <h1>Animations</h1> <a class="back" href="#">Home</a> </div> <div class="scroll"> <h2>Most Popular</h2> <ul class="rounded"> <li><a href="#animdemo">Slide</a></li> <li><a href="#animdemo" class="slideup">Slide Up</a></li> <li><a href="#animdemo" class="dissolve">Dissolve</a></li> <li><a href="#animdemo" class="pop">Pop</a></li> </ul> <h2>3d Transitions</h2> <ul class="rounded"> <li><a href="#animdemo" class="flipright">Flip right</a></li> <li><a href="#animdemo" class="flipleft">Flip left</a></li> <li><a href="#animdemo" class="cube">Cube</a></li> <li><a href="#animdemo" class="swap">Swap</a></li> </ul> </div> <div class="info"> Custom animations are also <a target="_blank" href="http://code.google.com/p/jqtouch/wiki/Animations">easy to write</a>. <br>View the source in <code>demos/customanimation</code> to see how. </div> </div> <div id="animdemo"> <div style="font-size: 1.5em; text-align: center; margin: 160px 0 90px; font-family: Marker felt;"> Pretty smooth, eh? </div> <a style="margin-bottom: 120px;color:rgba(0,0,0,.9)" href="#" class="whiteButton goback">Go back</a> </div> <div id="buttons" class="current"> <div class="toolbar"> <h1>Buttons!</h1> <a href="#" class="back">Home</a> </div> <div style="margin-top: 10px;" class="scroll"> <a href="#" class="whiteButton">White</a> <br> <a href="#" class="grayButton">Gray</a> <br> <a href="#" class="redButton">Red</a> <br> <a href="#" class="greenButton">Green</a> <br> <a href="#" class="blueButton">Blue</a> </div> </div> </div> <!-- /DOM to be tested --> <!-- --> <!-- The tests --> <!-- --> <script> module('BasicTest', { setup: function(){ }, teardown: function(){ } }); test('Test `current` page is preserved', function(t) { try { var jqt = new $.jQT({}); ok($('#buttons').hasClass('current')); ok(!$('#animations').hasClass('current')); ok($('#jqt > .current').length === 1); } catch (e) { console.error(e); ok(false, 'Init failed'); } }); QUnit.done(function() { $('#test-report').removeClass('hide'); }); </script> <!-- / The tests --> </body> </html>
cybercircuits/jQTouch
test/unit/initialization-variety.html
HTML
mit
3,885
<template name="orionBootstrapAccountIndex"> {{# Layout template="orionBootstrapSmallContentOffset" }} {{# Layout template="orionBootstrapTitle" }} {{ i18n 'accounts.myAccount.title' }} {{/ Layout }} {{# Layout template="orionBootstrapContentContainer" }} <div class="row"> {{# if currentUser.profile.picture }} <div class="col-sm-2"> <p> <img class="profile-picture" src="{{ currentUser.profile.picture.url }}"> </p> </div> {{/ if }} <div class="col-sm-10"> <p><b>{{ currentUser.profile.name }}</b></p> {{# each currentUser.emails }} <p>{{ address }}</p> {{/ each }} <p> {{# each currentUser.roles }} <span class="label label-danger">{{ this }}</span> {{/ each }} </p> </div> </div> <hr> <div class="buttons"> <a class="btn btn-default btn-xs logout">{{ i18n 'global.logout' }}</a> <a href="{{ RouterLayerPathFor 'myAccount.profile' }}" class="btn btn-default btn-xs">{{ i18n 'accounts.updateProfile.title' }}</a> <a href="{{ RouterLayerPathFor 'myAccount.password' }}" class="btn btn-default btn-xs">{{ i18n 'accounts.changePassword.title' }}</a> </div> {{/ Layout }} {{/ Layout }} </template>
PEM--/orion
packages/bootstrap/views/accounts/index.html
HTML
mit
1,361
<html lang="en"> <head> <title>Calling FFTW from Legacy Fortran - FFTW 3.3.4</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="FFTW 3.3.4"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="Calling-FFTW-from-Modern-Fortran.html#Calling-FFTW-from-Modern-Fortran" title="Calling FFTW from Modern Fortran"> <link rel="next" href="Upgrading-from-FFTW-version-2.html#Upgrading-from-FFTW-version-2" title="Upgrading from FFTW version 2"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This manual is for FFTW (version 3.3.4, 20 September 2013). Copyright (C) 2003 Matteo Frigo. Copyright (C) 2003 Massachusetts Institute of Technology. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. --> <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"> <a name="Calling-FFTW-from-Legacy-Fortran"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Upgrading-from-FFTW-version-2.html#Upgrading-from-FFTW-version-2">Upgrading from FFTW version 2</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Calling-FFTW-from-Modern-Fortran.html#Calling-FFTW-from-Modern-Fortran">Calling FFTW from Modern Fortran</a>, Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a> <hr> </div> <h2 class="chapter">8 Calling FFTW from Legacy Fortran</h2> <p><a name="index-Fortran-interface-580"></a> This chapter describes the interface to FFTW callable by Fortran code in older compilers not supporting the Fortran 2003 C interoperability features (see <a href="Calling-FFTW-from-Modern-Fortran.html#Calling-FFTW-from-Modern-Fortran">Calling FFTW from Modern Fortran</a>). This interface has the major disadvantage that it is not type-checked, so if you mistake the argument types or ordering then your program will not have any compiler errors, and will likely crash at runtime. So, greater care is needed. Also, technically interfacing older Fortran versions to C is nonstandard, but in practice we have found that the techniques used in this chapter have worked with all known Fortran compilers for many years. <p>The legacy Fortran interface differs from the C interface only in the prefix (&lsquo;<samp><span class="samp">dfftw_</span></samp>&rsquo; instead of &lsquo;<samp><span class="samp">fftw_</span></samp>&rsquo; in double precision) and a few other minor details. This Fortran interface is included in the FFTW libraries by default, unless a Fortran compiler isn't found on your system or <code>--disable-fortran</code> is included in the <code>configure</code> flags. We assume here that the reader is already familiar with the usage of FFTW in C, as described elsewhere in this manual. <p>The MPI parallel interface to FFTW is <em>not</em> currently available to legacy Fortran. <ul class="menu"> <li><a accesskey="1" href="Fortran_002dinterface-routines.html#Fortran_002dinterface-routines">Fortran-interface routines</a> <li><a accesskey="2" href="FFTW-Constants-in-Fortran.html#FFTW-Constants-in-Fortran">FFTW Constants in Fortran</a> <li><a accesskey="3" href="FFTW-Execution-in-Fortran.html#FFTW-Execution-in-Fortran">FFTW Execution in Fortran</a> <li><a accesskey="4" href="Fortran-Examples.html#Fortran-Examples">Fortran Examples</a> <li><a accesskey="5" href="Wisdom-of-Fortran_003f.html#Wisdom-of-Fortran_003f">Wisdom of Fortran?</a> </ul> <!-- --> </body></html>
sasq64/apone
mods/fft/fftw-3.3.4/doc/html/Calling-FFTW-from-Legacy-Fortran.html
HTML
mit
4,666
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML style="overflow:auto;"> <HEAD> <meta name="generator" content="JDiff v1.1.0"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> <TITLE> android.view.SurfaceHolder </TITLE> <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> <noscript> <style type="text/css"> body{overflow:auto;} #body-content{position:relative; top:0;} #doc-content{overflow:visible;border-left:3px solid #666;} #side-nav{padding:0;} #side-nav .toggle-list ul {display:block;} #resize-packages-nav{border-bottom:3px solid #666;} </style> </noscript> <style type="text/css"> </style> </HEAD> <BODY> <!-- Start of nav bar --> <a name="top"></a> <div id="header" style="margin-bottom:0;padding-bottom:0;"> <div id="headerLeft"> <a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a> </div> <div id="headerRight"> <div id="headerLinks"> <!-- <img src="/assets/images/icon_world.jpg" alt="" /> --> <span class="text"> <!-- &nbsp;<a href="#">English</a> | --> <nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr> </span> </div> <div class="and-diff-id" style="margin-top:6px;margin-right:8px;"> <table class="diffspectable"> <tr> <td colspan="2" class="diffspechead">API Diff Specification</td> </tr> <tr> <td class="diffspec" style="padding-top:.25em">To Level:</td> <td class="diffvaluenew" style="padding-top:.25em">5</td> </tr> <tr> <td class="diffspec">From Level:</td> <td class="diffvalueold">4</td> </tr> <tr> <td class="diffspec">Generated</td> <td class="diffvalue">2009.11.19 19:35</td> </tr> </table> </div><!-- End and-diff-id --> <div class="and-diff-id" style="margin-right:8px;"> <table class="diffspectable"> <tr> <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a> </tr> </table> </div> <!-- End and-diff-id --> </div> <!-- End headerRight --> </div> <!-- End header --> <div id="body-content" xstyle="padding:12px;padding-right:18px;"> <div id="doc-content" style="position:relative;"> <div id="mainBodyFluid"> <H2> Interface android.view.<A HREF="../../../../reference/android/view/SurfaceHolder.html" target="_top"><font size="+2"><code>SurfaceHolder</code></font></A> </H2> <a NAME="constructors"></a> <a NAME="methods"></a> <a NAME="fields"></a> <p> <a NAME="Changed"></a> <TABLE summary="Changed Fields" WIDTH="100%"> <TR> <TH VALIGN="TOP" COLSPAN=3>Changed Fields</FONT></TD> </TH> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="android.view.SurfaceHolder.SURFACE_TYPE_GPU"></A> <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/view/SurfaceHolder.html#SURFACE_TYPE_GPU" target="_top"><code>SURFACE_TYPE_GPU</code></font></A></nobr> </TD> <TD VALIGN="TOP" WIDTH="30%"> <b>Now deprecated</b>.<br> </TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="android.view.SurfaceHolder.SURFACE_TYPE_HARDWARE"></A> <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/view/SurfaceHolder.html#SURFACE_TYPE_HARDWARE" target="_top"><code>SURFACE_TYPE_HARDWARE</code></font></A></nobr> </TD> <TD VALIGN="TOP" WIDTH="30%"> <b>Now deprecated</b>.<br> </TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; </div> <div id="footer"> <div id="copyright"> Except as noted, this content is licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>. For details and restrictions, see the <a href="/license.html">Content License</a>. </div> <div id="footerlinks"> <p> <a href="http://www.android.com/terms.html">Site Terms of Service</a> - <a href="http://www.android.com/privacy.html">Privacy Policy</a> - <a href="http://www.android.com/branding.html">Brand Guidelines</a> </p> </div> </div> <!-- end footer --> </div><!-- end doc-content --> </div> <!-- end body-content --> <script src="//www.google-analytics.com/ga.js" type="text/javascript"> </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-5831155-1"); pageTracker._setAllowAnchor(true); pageTracker._initData(); pageTracker._trackPageview(); } catch(e) {} </script> </BODY> </HTML>
AzureZhao/android-developer-cn
sdk/api_diff/5/changes/android.view.SurfaceHolder.html
HTML
mit
5,209
<!doctype html> <html> <title>package.json</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../files/package.json.html">package.json</a></h1> <p>Specifics of npm&#39;s package.json handling</p> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>This document is all you need to know about what&#39;s required in your package.json file. It must be actual JSON, not just a JavaScript object literal.</p> <p>A lot of the behavior described in this document is affected by the config settings described in <code><a href="../misc/npm-config.html">npm-config(7)</a></code>.</p> <h2 id="name">name</h2> <p>The <em>most</em> important things in your package.json are the name and version fields. Those are actually required, and your package won&#39;t install without them. The name and version together form an identifier that is assumed to be completely unique. Changes to the package should come along with changes to the version.</p> <p>The name is what your thing is called. Some tips:</p> <ul><li>Don&#39;t put &quot;js&quot; or &quot;node&quot; in the name. It&#39;s assumed that it&#39;s js, since you&#39;re writing a package.json file, and you can specify the engine using the &quot;engines&quot; field. (See below.)</li><li>The name ends up being part of a URL, an argument on the command line, and a folder name. Any name with non-url-safe characters will be rejected. Also, it can&#39;t start with a dot or an underscore.</li><li>The name will probably be passed as an argument to require(), so it should be something short, but also reasonably descriptive.</li><li>You may want to check the npm registry to see if there&#39;s something by that name already, before you get too attached to it. http://registry.npmjs.org/</li></ul> <h2 id="version">version</h2> <p>The <em>most</em> important things in your package.json are the name and version fields. Those are actually required, and your package won&#39;t install without them. The name and version together form an identifier that is assumed to be completely unique. Changes to the package should come along with changes to the version.</p> <p>Version must be parseable by <a href="https://github.com/isaacs/node-semver">node-semver</a>, which is bundled with npm as a dependency. (<code>npm install semver</code> to use it yourself.)</p> <p>More on version numbers and ranges at <a href="../misc/semver.html">semver(7)</a>.</p> <h2 id="description">description</h2> <p>Put a description in it. It&#39;s a string. This helps people discover your package, as it&#39;s listed in <code>npm search</code>.</p> <h2 id="keywords">keywords</h2> <p>Put keywords in it. It&#39;s an array of strings. This helps people discover your package as it&#39;s listed in <code>npm search</code>.</p> <h2 id="homepage">homepage</h2> <p>The url to the project homepage.</p> <p><strong>NOTE</strong>: This is <em>not</em> the same as &quot;url&quot;. If you put a &quot;url&quot; field, then the registry will think it&#39;s a redirection to your package that has been published somewhere else, and spit at you.</p> <p>Literally. Spit. I&#39;m so not kidding.</p> <h2 id="bugs">bugs</h2> <p>The url to your project&#39;s issue tracker and / or the email address to which issues should be reported. These are helpful for people who encounter issues with your package.</p> <p>It should look like this:</p> <pre><code>{ &quot;url&quot; : &quot;http://github.com/owner/project/issues&quot; , &quot;email&quot; : &quot;project@hostname.com&quot; }</code></pre> <p>You can specify either one or both values. If you want to provide only a url, you can specify the value for &quot;bugs&quot; as a simple string instead of an object.</p> <p>If a url is provided, it will be used by the <code>npm bugs</code> command.</p> <h2 id="license">license</h2> <p>You should specify a license for your package so that people know how they are permitted to use it, and any restrictions you&#39;re placing on it.</p> <p>The simplest way, assuming you&#39;re using a common license such as BSD-3-Clause or MIT, is to just specify the standard SPDX ID of the license you&#39;re using, like this:</p> <pre><code>{ &quot;license&quot; : &quot;BSD-3-Clause&quot; }</code></pre> <p>You can check <a href="https://spdx.org/licenses/">the full list of SPDX license IDs</a>. Ideally you should pick one that is <a href="http://opensource.org/licenses/alphabetical">OSI</a> approved.</p> <p>It&#39;s also a good idea to include a LICENSE file at the top level in your package.</p> <h2 id="people-fields-author-contributors">people fields: author, contributors</h2> <p>The &quot;author&quot; is one person. &quot;contributors&quot; is an array of people. A &quot;person&quot; is an object with a &quot;name&quot; field and optionally &quot;url&quot; and &quot;email&quot;, like this:</p> <pre><code>{ &quot;name&quot; : &quot;Barney Rubble&quot; , &quot;email&quot; : &quot;b@rubble.com&quot; , &quot;url&quot; : &quot;http://barnyrubble.tumblr.com/&quot; }</code></pre> <p>Or you can shorten that all into a single string, and npm will parse it for you:</p> <pre><code>&quot;Barney Rubble &lt;b@rubble.com&gt; (http://barnyrubble.tumblr.com/)</code></pre> <p>Both email and url are optional either way.</p> <p>npm also sets a top-level &quot;maintainers&quot; field with your npm user info.</p> <h2 id="files">files</h2> <p>The &quot;files&quot; field is an array of files to include in your project. If you name a folder in the array, then it will also include the files inside that folder. (Unless they would be ignored by another rule.)</p> <p>You can also provide a &quot;.npmignore&quot; file in the root of your package, which will keep files from being included, even if they would be picked up by the files array. The &quot;.npmignore&quot; file works just like a &quot;.gitignore&quot;.</p> <h2 id="main">main</h2> <p>The main field is a module ID that is the primary entry point to your program. That is, if your package is named <code>foo</code>, and a user installs it, and then does <code>require(&quot;foo&quot;)</code>, then your main module&#39;s exports object will be returned.</p> <p>This should be a module ID relative to the root of your package folder.</p> <p>For most modules, it makes the most sense to have a main script and often not much else.</p> <h2 id="bin">bin</h2> <p>A lot of packages have one or more executable files that they&#39;d like to install into the PATH. npm makes this pretty easy (in fact, it uses this feature to install the &quot;npm&quot; executable.)</p> <p>To use this, supply a <code>bin</code> field in your package.json which is a map of command name to local file name. On install, npm will symlink that file into <code>prefix/bin</code> for global installs, or <code>./node_modules/.bin/</code> for local installs.</p> <p>For example, npm has this:</p> <pre><code>{ &quot;bin&quot; : { &quot;npm&quot; : &quot;./cli.js&quot; } }</code></pre> <p>So, when you install npm, it&#39;ll create a symlink from the <code>cli.js</code> script to <code>/usr/local/bin/npm</code>.</p> <p>If you have a single executable, and its name should be the name of the package, then you can just supply it as a string. For example:</p> <pre><code>{ &quot;name&quot;: &quot;my-program&quot; , &quot;version&quot;: &quot;1.2.5&quot; , &quot;bin&quot;: &quot;./path/to/program&quot; }</code></pre> <p>would be the same as this:</p> <pre><code>{ &quot;name&quot;: &quot;my-program&quot; , &quot;version&quot;: &quot;1.2.5&quot; , &quot;bin&quot; : { &quot;my-program&quot; : &quot;./path/to/program&quot; } }</code></pre> <h2 id="man">man</h2> <p>Specify either a single file or an array of filenames to put in place for the <code>man</code> program to find.</p> <p>If only a single file is provided, then it&#39;s installed such that it is the result from <code>man &lt;pkgname&gt;</code>, regardless of its actual filename. For example:</p> <pre><code>{ &quot;name&quot; : &quot;foo&quot; , &quot;version&quot; : &quot;1.2.3&quot; , &quot;description&quot; : &quot;A packaged foo fooer for fooing foos&quot; , &quot;main&quot; : &quot;foo.js&quot; , &quot;man&quot; : &quot;./man/doc.1&quot; }</code></pre> <p>would link the <code>./man/doc.1</code> file in such that it is the target for <code>man foo</code></p> <p>If the filename doesn&#39;t start with the package name, then it&#39;s prefixed. So, this:</p> <pre><code>{ &quot;name&quot; : &quot;foo&quot; , &quot;version&quot; : &quot;1.2.3&quot; , &quot;description&quot; : &quot;A packaged foo fooer for fooing foos&quot; , &quot;main&quot; : &quot;foo.js&quot; , &quot;man&quot; : [ &quot;./man/foo.1&quot;, &quot;./man/bar.1&quot; ] }</code></pre> <p>will create files to do <code>man foo</code> and <code>man foo-bar</code>.</p> <p>Man files must end with a number, and optionally a <code>.gz</code> suffix if they are compressed. The number dictates which man section the file is installed into.</p> <pre><code>{ &quot;name&quot; : &quot;foo&quot; , &quot;version&quot; : &quot;1.2.3&quot; , &quot;description&quot; : &quot;A packaged foo fooer for fooing foos&quot; , &quot;main&quot; : &quot;foo.js&quot; , &quot;man&quot; : [ &quot;./man/foo.1&quot;, &quot;./man/foo.2&quot; ] }</code></pre> <p>will create entries for <code>man foo</code> and <code>man 2 foo</code></p> <h2 id="directories">directories</h2> <p>The CommonJS <a href="http://wiki.commonjs.org/wiki/Packages/1.0">Packages</a> spec details a few ways that you can indicate the structure of your package using a <code>directories</code> hash. If you look at <a href="http://registry.npmjs.org/npm/latest">npm&#39;s package.json</a>, you&#39;ll see that it has directories for doc, lib, and man.</p> <p>In the future, this information may be used in other creative ways.</p> <h3 id="directories-lib">directories.lib</h3> <p>Tell people where the bulk of your library is. Nothing special is done with the lib folder in any way, but it&#39;s useful meta info.</p> <h3 id="directories-bin">directories.bin</h3> <p>If you specify a &quot;bin&quot; directory, then all the files in that folder will be used as the &quot;bin&quot; hash.</p> <p>If you have a &quot;bin&quot; hash already, then this has no effect.</p> <h3 id="directories-man">directories.man</h3> <p>A folder that is full of man pages. Sugar to generate a &quot;man&quot; array by walking the folder.</p> <h3 id="directories-doc">directories.doc</h3> <p>Put markdown files in here. Eventually, these will be displayed nicely, maybe, someday.</p> <h3 id="directories-example">directories.example</h3> <p>Put example scripts in here. Someday, it might be exposed in some clever way.</p> <h2 id="repository">repository</h2> <p>Specify the place where your code lives. This is helpful for people who want to contribute. If the git repo is on github, then the <code>npm docs</code> command will be able to find you.</p> <p>Do it like this:</p> <pre><code>&quot;repository&quot; : { &quot;type&quot; : &quot;git&quot; , &quot;url&quot; : &quot;http://github.com/npm/npm.git&quot; } &quot;repository&quot; : { &quot;type&quot; : &quot;svn&quot; , &quot;url&quot; : &quot;http://v8.googlecode.com/svn/trunk/&quot; }</code></pre> <p>The URL should be a publicly available (perhaps read-only) url that can be handed directly to a VCS program without any modification. It should not be a url to an html project page that you put in your browser. It&#39;s for computers.</p> <h2 id="scripts">scripts</h2> <p>The &quot;scripts&quot; member is an object hash of script commands that are run at various times in the lifecycle of your package. The key is the lifecycle event, and the value is the command to run at that point.</p> <p>See <code><a href="../misc/npm-scripts.html">npm-scripts(7)</a></code> to find out more about writing package scripts.</p> <h2 id="config">config</h2> <p>A &quot;config&quot; hash can be used to set configuration parameters used in package scripts that persist across upgrades. For instance, if a package had the following:</p> <pre><code>{ &quot;name&quot; : &quot;foo&quot; , &quot;config&quot; : { &quot;port&quot; : &quot;8080&quot; } }</code></pre> <p>and then had a &quot;start&quot; command that then referenced the <code>npm_package_config_port</code> environment variable, then the user could override that by doing <code>npm config set foo:port 8001</code>.</p> <p>See <code><a href="../misc/npm-config.html">npm-config(7)</a></code> and <code><a href="../misc/npm-scripts.html">npm-scripts(7)</a></code> for more on package configs.</p> <h2 id="dependencies">dependencies</h2> <p>Dependencies are specified with a simple hash of package name to version range. The version range is a string which has one or more space-separated descriptors. Dependencies can also be identified with a tarball or git URL.</p> <p><strong>Please do not put test harnesses or transpilers in your <code>dependencies</code> hash.</strong> See <code>devDependencies</code>, below.</p> <p>See <a href="../misc/semver.html">semver(7)</a> for more details about specifying version ranges.</p> <ul><li><code>version</code> Must match <code>version</code> exactly</li><li><code>&gt;version</code> Must be greater than <code>version</code></li><li><code>&gt;=version</code> etc</li><li><code>&lt;version</code></li><li><code>&lt;=version</code></li><li><code>~version</code> &quot;Approximately equivalent to version&quot; See <a href="../misc/semver.html">semver(7)</a></li><li><code>1.2.x</code> 1.2.0, 1.2.1, etc., but not 1.3.0</li><li><code>http://...</code> See &#39;URLs as Dependencies&#39; below</li><li><code>*</code> Matches any version</li><li><code>&quot;&quot;</code> (just an empty string) Same as <code>*</code></li><li><code>version1 - version2</code> Same as <code>&gt;=version1 &lt;=version2</code>.</li><li><code>range1 || range2</code> Passes if either range1 or range2 are satisfied.</li><li><code>git...</code> See &#39;Git URLs as Dependencies&#39; below</li><li><code>user/repo</code> See &#39;GitHub URLs&#39; below</li></ul> <p>For example, these are all valid:</p> <pre><code>{ &quot;dependencies&quot; : { &quot;foo&quot; : &quot;1.0.0 - 2.9999.9999&quot; , &quot;bar&quot; : &quot;&gt;=1.0.2 &lt;2.1.2&quot; , &quot;baz&quot; : &quot;&gt;1.0.2 &lt;=2.3.4&quot; , &quot;boo&quot; : &quot;2.0.1&quot; , &quot;qux&quot; : &quot;&lt;1.0.0 || &gt;=2.3.1 &lt;2.4.5 || &gt;=2.5.2 &lt;3.0.0&quot; , &quot;asd&quot; : &quot;http://asdf.com/asdf.tar.gz&quot; , &quot;til&quot; : &quot;~1.2&quot; , &quot;elf&quot; : &quot;~1.2.3&quot; , &quot;two&quot; : &quot;2.x&quot; , &quot;thr&quot; : &quot;3.3.x&quot; } }</code></pre> <h3 id="URLs-as-Dependencies">URLs as Dependencies</h3> <p>You may specify a tarball URL in place of a version range.</p> <p>This tarball will be downloaded and installed locally to your package at install time.</p> <h3 id="Git-URLs-as-Dependencies">Git URLs as Dependencies</h3> <p>Git urls can be of the form:</p> <pre><code>git://github.com/user/project.git#commit-ish git+ssh://user@hostname:project.git#commit-ish git+ssh://user@hostname/project.git#commit-ish git+http://user@hostname/project/blah.git#commit-ish git+https://user@hostname/project/blah.git#commit-ish</code></pre> <p>The <code>commit-ish</code> can be any tag, sha, or branch which can be supplied as an argument to <code>git checkout</code>. The default is <code>master</code>.</p> <h2 id="GitHub-URLs">GitHub URLs</h2> <p>As of version 1.1.65, you can refer to GitHub urls as just &quot;foo&quot;: &quot;user/foo-project&quot;. For example:</p> <pre><code>{ &quot;name&quot;: &quot;foo&quot;, &quot;version&quot;: &quot;0.0.0&quot;, &quot;dependencies&quot;: { &quot;express&quot;: &quot;visionmedia/express&quot; } }</code></pre> <h2 id="devDependencies">devDependencies</h2> <p>If someone is planning on downloading and using your module in their program, then they probably don&#39;t want or need to download and build the external test or documentation framework that you use.</p> <p>In this case, it&#39;s best to list these additional items in a <code>devDependencies</code> hash.</p> <p>These things will be installed when doing <code>npm link</code> or <code>npm install</code> from the root of a package, and can be managed like any other npm configuration param. See <code><a href="../misc/npm-config.html">npm-config(7)</a></code> for more on the topic.</p> <p>For build steps that are not platform-specific, such as compiling CoffeeScript or other languages to JavaScript, use the <code>prepublish</code> script to do this, and make the required package a devDependency.</p> <p>For example:</p> <pre><code>{ &quot;name&quot;: &quot;ethopia-waza&quot;, &quot;description&quot;: &quot;a delightfully fruity coffee varietal&quot;, &quot;version&quot;: &quot;1.2.3&quot;, &quot;devDependencies&quot;: { &quot;coffee-script&quot;: &quot;~1.6.3&quot; }, &quot;scripts&quot;: { &quot;prepublish&quot;: &quot;coffee -o lib/ -c src/waza.coffee&quot; }, &quot;main&quot;: &quot;lib/waza.js&quot; }</code></pre> <p>The <code>prepublish</code> script will be run before publishing, so that users can consume the functionality without requiring them to compile it themselves. In dev mode (ie, locally running <code>npm install</code>), it&#39;ll run this script as well, so that you can test it easily.</p> <h2 id="bundledDependencies">bundledDependencies</h2> <p>Array of package names that will be bundled when publishing the package.</p> <p>If this is spelled <code>&quot;bundleDependencies&quot;</code>, then that is also honorable.</p> <h2 id="optionalDependencies">optionalDependencies</h2> <p>If a dependency can be used, but you would like npm to proceed if it cannot be found or fails to install, then you may put it in the <code>optionalDependencies</code> hash. This is a map of package name to version or url, just like the <code>dependencies</code> hash. The difference is that failure is tolerated.</p> <p>It is still your program&#39;s responsibility to handle the lack of the dependency. For example, something like this:</p> <pre><code>try { var foo = require(&#39;foo&#39;) var fooVersion = require(&#39;foo/package.json&#39;).version } catch (er) { foo = null } if ( notGoodFooVersion(fooVersion) ) { foo = null } // .. then later in your program .. if (foo) { foo.doFooThings() }</code></pre> <p>Entries in <code>optionalDependencies</code> will override entries of the same name in <code>dependencies</code>, so it&#39;s usually best to only put in one place.</p> <h2 id="engines">engines</h2> <p>You can specify the version of node that your stuff works on:</p> <pre><code>{ &quot;engines&quot; : { &quot;node&quot; : &quot;&gt;=0.10.3 &lt;0.12&quot; } }</code></pre> <p>And, like with dependencies, if you don&#39;t specify the version (or if you specify &quot;*&quot; as the version), then any version of node will do.</p> <p>If you specify an &quot;engines&quot; field, then npm will require that &quot;node&quot; be somewhere on that list. If &quot;engines&quot; is omitted, then npm will just assume that it works on node.</p> <p>You can also use the &quot;engines&quot; field to specify which versions of npm are capable of properly installing your program. For example:</p> <pre><code>{ &quot;engines&quot; : { &quot;npm&quot; : &quot;~1.0.20&quot; } }</code></pre> <p>Note that, unless the user has set the <code>engine-strict</code> config flag, this field is advisory only.</p> <h2 id="engineStrict">engineStrict</h2> <p>If you are sure that your module will <em>definitely not</em> run properly on versions of Node/npm other than those specified in the <code>engines</code> hash, then you can set <code>&quot;engineStrict&quot;: true</code> in your package.json file. This will override the user&#39;s <code>engine-strict</code> config setting.</p> <p>Please do not do this unless you are really very very sure. If your engines hash is something overly restrictive, you can quite easily and inadvertently lock yourself into obscurity and prevent your users from updating to new versions of Node. Consider this choice carefully. If people abuse it, it will be removed in a future version of npm.</p> <h2 id="os">os</h2> <p>You can specify which operating systems your module will run on:</p> <pre><code>&quot;os&quot; : [ &quot;darwin&quot;, &quot;linux&quot; ]</code></pre> <p>You can also blacklist instead of whitelist operating systems, just prepend the blacklisted os with a &#39;!&#39;:</p> <pre><code>&quot;os&quot; : [ &quot;!win32&quot; ]</code></pre> <p>The host operating system is determined by <code>process.platform</code></p> <p>It is allowed to both blacklist, and whitelist, although there isn&#39;t any good reason to do this.</p> <h2 id="cpu">cpu</h2> <p>If your code only runs on certain cpu architectures, you can specify which ones.</p> <pre><code>&quot;cpu&quot; : [ &quot;x64&quot;, &quot;ia32&quot; ]</code></pre> <p>Like the <code>os</code> option, you can also blacklist architectures:</p> <pre><code>&quot;cpu&quot; : [ &quot;!arm&quot;, &quot;!mips&quot; ]</code></pre> <p>The host architecture is determined by <code>process.arch</code></p> <h2 id="preferGlobal">preferGlobal</h2> <p>If your package is primarily a command-line application that should be installed globally, then set this value to <code>true</code> to provide a warning if it is installed locally.</p> <p>It doesn&#39;t actually prevent users from installing it locally, but it does help prevent some confusion if it doesn&#39;t work as expected.</p> <h2 id="private">private</h2> <p>If you set <code>&quot;private&quot;: true</code> in your package.json, then npm will refuse to publish it.</p> <p>This is a way to prevent accidental publication of private repositories. If you would like to ensure that a given package is only ever published to a specific registry (for example, an internal registry), then use the <code>publishConfig</code> hash described below to override the <code>registry</code> config param at publish-time.</p> <h2 id="publishConfig">publishConfig</h2> <p>This is a set of config values that will be used at publish-time. It&#39;s especially handy if you want to set the tag or registry, so that you can ensure that a given package is not tagged with &quot;latest&quot; or published to the global public registry by default.</p> <p>Any config values can be overridden, but of course only &quot;tag&quot; and &quot;registry&quot; probably matter for the purposes of publishing.</p> <p>See <code><a href="../misc/npm-config.html">npm-config(7)</a></code> to see the list of config options that can be overridden.</p> <h2 id="DEFAULT-VALUES">DEFAULT VALUES</h2> <p>npm will default some values based on package contents.</p> <ul><li><p><code>&quot;scripts&quot;: {&quot;start&quot;: &quot;node server.js&quot;}</code></p><p>If there is a <code>server.js</code> file in the root of your package, then npm will default the <code>start</code> command to <code>node server.js</code>.</p></li><li><p><code>&quot;scripts&quot;:{&quot;preinstall&quot;: &quot;node-gyp rebuild&quot;}</code></p><p>If there is a <code>binding.gyp</code> file in the root of your package, npm will default the <code>preinstall</code> command to compile using node-gyp.</p></li><li><p><code>&quot;contributors&quot;: [...]</code></p><p>If there is an <code>AUTHORS</code> file in the root of your package, npm will treat each line as a <code>Name &lt;email&gt; (url)</code> format, where email and url are optional. Lines which start with a <code>#</code> or are blank, will be ignored.</p></li></ul> <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../misc/semver.html">semver(7)</a></li><li><a href="../cli/npm-init.html">npm-init(1)</a></li><li><a href="../cli/npm-version.html">npm-version(1)</a></li><li><a href="../cli/npm-config.html">npm-config(1)</a></li><li><a href="../misc/npm-config.html">npm-config(7)</a></li><li><a href="../cli/npm-help.html">npm-help(1)</a></li><li><a href="../misc/npm-faq.html">npm-faq(7)</a></li><li><a href="../cli/npm-install.html">npm-install(1)</a></li><li><a href="../cli/npm-publish.html">npm-publish(1)</a></li><li><a href="../cli/npm-rm.html">npm-rm(1)</a></li></ul> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">package.json &mdash; npm@1.4.6</p>
nurbsurf/fed-comdipity
node_modules/npm/html/doc/files/package.json.html
HTML
mit
26,722
<link rel="import" href="src/paper-radio-button/paper-radio-button.html"> <link rel="import" href="paper_ripple_nodart.html"> <link rel="import" href="default_theme_nodart.html"> <link rel="import" href="paper_inky_focus_behavior_nodart.html">
vsheyanov/polymer_elements
lib/paper_radio_button_nodart.html
HTML
bsd-3-clause
245
<div class="content"> <div id="example_title"> <h1>Tabs Overflow (new in 1.5)</h1> If number of tabs is too wide to fit the container, the overflow button will appear. No need to set any property </div> <div id="example_view"></div> <div id="example_code"></div> </div> <!--CODE--> <div id="tabs" style="width: 600px;"></div> <br><br> <!--CODE--> <script> $(function () { $('#tabs').w2tabs({ name: 'tabs', tabs: [ { id: 'tab1', text: 'Tab 1 Text' }, { id: 'tab2', text: 'Tab 2 Text' }, { id: 'tab3', text: 'Tab 3 Text' }, { id: 'tab4', text: 'Tab 4 Text' }, { id: 'tab5', text: 'Tab 5 Text' }, { id: 'tab6', text: 'Tab 6 Text' }, { id: 'tab7', text: 'Tab 7 Text' }, { id: 'tab8', text: 'Tab 8 Text' }, { id: 'tab9', text: 'Tab 9 Text' }, { id: 'tab10', text: 'Tab 10 Text' }, { id: 'tab11', text: 'Tab 11 Text' }, { id: 'tab12', text: 'Tab 12 Text' }, { id: 'tab13', text: 'Tab 13 Text' }, ] }); }); </script>
cristianofx/w2ui
demos/examples/tabs-7.html
HTML
mit
1,132
<!DOCTYPE html> <html> <head> <meta http-equiv="Expire" content="0"/> <title>click_link_test.html</title> <script src="test_bootstrap.js"></script> <script type="text/javascript"> goog.require('bot.action'); goog.require('bot.locators'); goog.require('bot.userAgent'); goog.require('goog.Uri'); goog.require('goog.debug.DivConsole'); goog.require('goog.debug.Logger'); goog.require('goog.dom'); goog.require('goog.events'); goog.require('goog.events.EventType'); goog.require('goog.math.Coordinate'); goog.require('goog.style'); goog.require('goog.testing.AsyncTestCase'); goog.require('goog.testing.jsunit'); goog.require('goog.userAgent'); goog.require('goog.userAgent.product'); </script> <script type="text/javascript"> var GECKO6 = goog.userAgent.GECKO && bot.userAgent.isEngineVersion(6); var divConsole; var iframe, iframeWindow, other, otherWindow; var link, link2; var findElement = bot.locators.findElement; var findElements = bot.locators.findElements; var log = goog.debug.Logger.getLogger('click_link_test'); var asyncTestCase = null; function setUp() { iframe = bot.locators.findElement({id: 'iframe'}); iframeWindow = goog.dom.getFrameContentWindow(iframe); otherFrame = bot.locators.findElement({id: 'other'}); otherFrameWindow = goog.dom.getFrameContentWindow(otherFrame); continueAfterLoad(iframe, goog.nullFunction); iframeWindow.location = resolveUrl('testdata/click_iframe.html'); link = bot.locators.findElement({id: 'link'}); link2 = bot.locators.findElement({id: 'link2'}); goog.events.removeAll(link); goog.events.removeAll(link2); link.blur(); link2.blur(); window.focus(); } function checkActionCompatibility(action) { if (action == bot.action.tap) { return bot.events.SUPPORTS_TOUCH_EVENTS; } return true; } function continueAfterLoad(iframe, fn) { asyncTestCase.waitForAsync('Waiting for ' + iframe.id + ' to load'); return goog.events.listenOnce(iframe, 'load', function() { asyncTestCase.continueTesting(); fn(); }); } function continueAfterTimeout(fn) { asyncTestCase.waitForAsync('Waiting a cycle for page to update.'); window.setTimeout(function() { asyncTestCase.continueTesting(); fn(); // Firefox 6 currently needs a fairly long timeout before a hashchange is // completed, while other browsers complete it on the next event cycle. // TODO: Remove superfluous link following from device.js and // then check whether this longer timeout is still necessary. }, GECKO6 ? 250 : 0); } function resolveUrl(url) { return goog.Uri.resolve(window.location.href, url).toString(); } function getClickTarget(url) { var doc = goog.dom.getFrameContentDocument(iframe); var target = bot.locators.findElement({'id': 'iframeClickTarget'}, doc); target.href = resolveUrl(url); return target; } function executesDefaultHandler(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = findElement({id: 'clickTarget'}); // Make sure no other event listeners are interfering. goog.events.removeAll(clickTarget); // Use a random value as we don't want to keep an old // misleading hash in the url. var targetHref = '#' + Math.random(); clickTarget.href = targetHref; continueAfterTimeout(function() { assertEquals(targetHref, window.location.hash); }); action(clickTarget); } var testClickExecutesDefaultHandler = goog.partial(executesDefaultHandler, bot.action.click); var testTapExecutesDefaultHandler = goog.partial(executesDefaultHandler, bot.action.tap); function nestedElementExecutesDefaultHandler(action) { if (!checkActionCompatibility(action)) { return; } var parent = findElement({id: 'clickTargetWithAChild'}); // Use a random value as we don't want to keep an old // misleading hash in the url. var targetHref = '#' + Math.random(); parent.href = targetHref; continueAfterTimeout(function() { assertEquals(targetHref, window.location.hash); }); var clickTarget = goog.dom.getFirstElementChild(parent); action(clickTarget); } var testClickNestedElementExecutesDefaultHandler = goog.partial(nestedElementExecutesDefaultHandler, bot.action.click); var testTapNestedElementExecutesDefaultHandler = goog.partial(nestedElementExecutesDefaultHandler, bot.action.tap); function correctlyResolvesEmptyFragment(action) { if (!checkActionCompatibility(action)) { return; } // A bug in the closure goog.Uri module once prevented this from working. var clickTarget = findElement({id: 'clickTarget'}); // Make sure no other event listeners are interfering. goog.events.removeAll(clickTarget); continueAfterTimeout(function() { var windowHref = window.location.href; assertEquals('#', windowHref.charAt(windowHref.length - 1)); }); clickTarget.href = '#'; action(clickTarget); } var testClickCorrectlyResolvesEmptyFragment = goog.partial(correctlyResolvesEmptyFragment, bot.action.click); var testTapCorrectlyResolvesEmptyFragment = goog.partial(correctlyResolvesEmptyFragment, bot.action.tap); function absoluteUrlInAnIframeExecutesDefaultHandler(action) { if (!checkActionCompatibility(action)) { return; } var domHelper = goog.dom.getDomHelper(iframeWindow); var clickTarget = domHelper.getElement('iframeClickTarget'); // Use a random value as we don't want to keep an old // misleading hash in the url. var targetHref = goog.Uri.resolve(iframeWindow.location, '#' + Math.random()).toString(); // Let's make sure it is an absolute url. assertContains('http', targetHref); clickTarget.href = targetHref; action(clickTarget); continueAfterTimeout(function() { assertEquals(targetHref, iframeWindow.location.href); }); } var testClickAbsoluteUrlInAnIframeExecutesDefaultHandler = goog.partial(absoluteUrlInAnIframeExecutesDefaultHandler, bot.action.click); var testTapAbsoluteUrlInAnIframeExecutesDefaultHandler = goog.partial(absoluteUrlInAnIframeExecutesDefaultHandler, bot.action.tap); function absoluteServerPathAnchorInAnIframeExecutesDefaultHandler(action) { if (!checkActionCompatibility(action)) { return; } var domHelper = goog.dom.getDomHelper(iframeWindow); var clickTarget = domHelper.getElement('iframeClickTarget'); // Use a random value as we don't want to keep an old // misleading hash in the url. var testPath = window.location.pathname; var targetHref = testPath.substring(0, testPath.lastIndexOf('/')) + '/testdata/click_iframe.html#' + Math.random(); clickTarget.href = targetHref; action(clickTarget); continueAfterTimeout(function() { assertContains(targetHref, iframeWindow.location.href); }); } var testClickAbsoluteServerPathAnchorInAnIframeExecutesDefaultHandler = goog.partial(absoluteServerPathAnchorInAnIframeExecutesDefaultHandler, bot.action.click); var testTapAbsoluteServerPathAnchorInAnIframeExecutesDefaultHandler = goog.partial(absoluteServerPathAnchorInAnIframeExecutesDefaultHandler, bot.action.tap); function relativeServerPathAnchorInAnIframeExecutesDefaultHandler(action) { if (!checkActionCompatibility(action)) { return; } var domHelper = goog.dom.getDomHelper(iframeWindow); var clickTarget = domHelper.getElement('iframeClickTarget'); // Use a random value as we don't want to keep an old // misleading hash in the url. var targetHref = 'click_iframe.html#' + Math.random(); clickTarget.href = targetHref; action(clickTarget); continueAfterTimeout(function() { assertContains(targetHref, iframeWindow.location.href); }); } var testClickRelativeServerPathAnchorInAnIframeExecutesDefaultHandler = goog.partial(relativeServerPathAnchorInAnIframeExecutesDefaultHandler, bot.action.click); var testTapRelativeServerPathAnchorInAnIframeExecutesDefaultHandler = goog.partial(relativeServerPathAnchorInAnIframeExecutesDefaultHandler, bot.action.tap); function hashOnlyAnchorInAnIframeExecutesDefaultHandler(action) { if (!checkActionCompatibility(action)) { return; } var domHelper = goog.dom.getDomHelper(iframeWindow); var clickTarget = domHelper.getElement('iframeClickTarget'); // Use a random value as we don't want to keep an old // misleading hash in the url. var targetHref = '#' + Math.random(); clickTarget.href = targetHref; action(clickTarget); continueAfterTimeout(function() { assertEquals(targetHref, iframeWindow.location.hash); }); } var testClickHashOnlyAnchorInAnIframeExecutesDefaultHandler = goog.partial(hashOnlyAnchorInAnIframeExecutesDefaultHandler, bot.action.click); var testTapHashOnlyAnchorInAnIframeExecutesDefaultHandler = goog.partial(hashOnlyAnchorInAnIframeExecutesDefaultHandler, bot.action.tap); function nestedElementInAnIframeExecutesDefaultHandler(action) { if (!checkActionCompatibility(action)) { return; } var domHelper = goog.dom.getDomHelper(iframeWindow); var parent = domHelper.getElement('iframeClickTargetWithAChild'); var clickTarget = goog.dom.getFirstElementChild(parent); // Use a random value as we don't want to keep an old // misleading hash in the url. var targetHref = '#' + Math.random(); parent.href = targetHref; action(clickTarget); continueAfterTimeout(function() { assertEquals(targetHref, iframeWindow.location.hash); }); } var testClickNestedElementInAnIframeExecutesDefaultHandler = goog.partial(nestedElementInAnIframeExecutesDefaultHandler, bot.action.click); var testTapHashNestedElementInAnIframeExecutesDefaultHandler = goog.partial(nestedElementInAnIframeExecutesDefaultHandler, bot.action.tap); function doesNotFollowLinkWhenEventDefaultPrevented(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = findElement({id: 'clickTarget'}); // Make sure no other event listeners are interfering. goog.events.removeAll(clickTarget); var previousLocation = window.location.href; clickTarget.href = '#' + Math.random(); goog.events.listen(clickTarget, goog.events.EventType.CLICK, function(e) { e.preventDefault(); }); action(clickTarget); continueAfterTimeout(function() { assertEquals(previousLocation, window.location.href); }); } var testClickDoesNotFollowLinkWhenEventDefaultPrevented = goog.partial(doesNotFollowLinkWhenEventDefaultPrevented, bot.action.click); var testTapDoesNotFollowLinkWhenEventDefaultPrevented = goog.partial(doesNotFollowLinkWhenEventDefaultPrevented, bot.action.tap); function doNotFollowLinkWhenEventDefaultPreventedWithInlineHandler(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = findElement({id: 'clickTargetWithInlineHandler'}); var previousLocation = window.location.href; clickTarget.href = '#' + Math.random(); action(clickTarget); continueAfterTimeout(function() { assertEquals(previousLocation, window.location.href); }); } var testClickDoNotFollowLinkWhenEventDefaultPreventedWithInlineHandler = goog.partial(doNotFollowLinkWhenEventDefaultPreventedWithInlineHandler, bot.action.click); var testTapDoNotFollowLinkWhenEventDefaultPreventedWithInlineHandler = goog.partial(doNotFollowLinkWhenEventDefaultPreventedWithInlineHandler, bot.action.tap); function doesNotFollowLinkWhenNoHrefIsGiven(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = findElement({id: 'clickTargetWithNoHref'}); // Make sure no other event listeners are interfering. goog.events.removeAll(clickTarget); var previousLocation = window.location.href; action(clickTarget); continueAfterTimeout(function() { assertEquals(previousLocation, window.location.href); }); } var testClickDoesNotFollowLinkWhenNoHrefIsGiven = goog.partial( doesNotFollowLinkWhenNoHrefIsGiven, bot.action.click); var testTapDoesNotFollowLinkWhenNoHrefIsGiven = goog.partial( doesNotFollowLinkWhenNoHrefIsGiven, bot.action.tap); function nestedElelementDoesNotFollowLinkWhenNoHrefIsGiven(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = findElement({id: 'clickTargetWithAChildAndNoHref'}); var previousLocation = window.location.href; action(clickTarget); assertContains(previousLocation, window.location.href); } var testClickNestedElelementDoesNotFollowLinkWhenNoHrefIsGiven = goog.partial(nestedElelementDoesNotFollowLinkWhenNoHrefIsGiven, bot.action.click); var testTapNestedElelementDoesNotFollowLinkWhenNoHrefIsGiven = goog.partial(nestedElelementDoesNotFollowLinkWhenNoHrefIsGiven, bot.action.tap); function doesNotEncodeReservedButAllowedCharactersInQuery(action) { if (!checkActionCompatibility(action)) { return; } // A bug in the closure goog.Uri module once prevented this from working. var domHelper = goog.dom.getDomHelper(iframeWindow); var clickTarget = domHelper.getElement('iframeClickTarget'); var targetHref = '?a=?/+'; clickTarget.href = targetHref; continueAfterLoad(iframe, function() { assertEquals(targetHref, iframeWindow.location.search); }); action(clickTarget); } var testClickDoesNoteEncodeReservedButAllowedCharactersInQuery = goog.partial(doesNotEncodeReservedButAllowedCharactersInQuery, bot.action.click); var testTapDoesNoteEncodeReservedButAllowedCharactersInQuery = goog.partial(doesNotEncodeReservedButAllowedCharactersInQuery, bot.action.tap); function absoluteAnchorInAnIframeExecutesDefaultHandler(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = getClickTarget('testdata/click_destination.html'); var targetHref = clickTarget.href; continueAfterLoad(iframe, function() { assertEquals(targetHref, iframeWindow.location.href); }); action(clickTarget); } var testClickAbsoluteAnchorInAnIframeExecutesDefaultHandler = goog.partial(absoluteAnchorInAnIframeExecutesDefaultHandler, bot.action.click); var testTapAbsoluteAnchorInAnIframeExecutesDefaultHandler = goog.partial(absoluteAnchorInAnIframeExecutesDefaultHandler, bot.action.tap); function linkThatCausesContentToLoadInAnotherFrame(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = getClickTarget('testdata/click_destination.html'); var targetHref = clickTarget.href; clickTarget.target = 'other'; continueAfterLoad(otherFrame, function() { assertEquals(targetHref, otherFrameWindow.location.href); }); action(clickTarget); } var testClickLinkThatCausesContentToLoadInAnotherFrame = goog.partial(linkThatCausesContentToLoadInAnotherFrame, bot.action.click); var testTapLinkThatCausesContentToLoadInAnotherFrame = goog.partial(linkThatCausesContentToLoadInAnotherFrame, bot.action.tap); function onSelfPageReloadsPage(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = getClickTarget(iframeWindow.location.href); var targetHref = clickTarget.href; continueAfterLoad(iframe, function() { assertEquals(targetHref, iframeWindow.location.href); }); action(clickTarget); } var testClickOnSelfPageReloadsPage = goog.partial(onSelfPageReloadsPage, bot.action.click); var testTapOnSelfPageReloadsPage = goog.partial(onSelfPageReloadsPage, bot.action.tap); function actionOnHashDoesNotReloadThePage(action) { if (!checkActionCompatibility(action)) { return; } var clickTarget = getClickTarget(''); clickTarget.href = '#'; // Fail immediately if the iframe is loaded. var id = continueAfterLoad(iframe, fail); action(clickTarget); // After a delay, assume page is not going to load and pass the test. window.setTimeout(function() { asyncTestCase.continueTesting(); goog.events.unlistenByKey(id); }, 250); } var testClickOnHashDoesNotReloadThePage = goog.partial( actionOnHashDoesNotReloadThePage, bot.action.click); var testTapOnHashDoesNotReloadThePage = goog.partial( onSelfPageReloadsPage, bot.action.tap); function focusOnAnElementBeforeFinishingClickSequence(action) { if (!checkActionCompatibility(action)) { return; } goog.events.listen(link, goog.events.EventType.FOCUS, function() { asyncTestCase.continueTesting(); }); asyncTestCase.waitForAsync('Waiting for link focus'); action(link); } var testClickFocusOnAnElementBeforeFinishingClickSequence = goog.partial( focusOnAnElementBeforeFinishingClickSequence, bot.action.click); var testTapFocusOnAnElementBeforeFinishingClickSequence = goog.partial( focusOnAnElementBeforeFinishingClickSequence, bot.action.tap); function focusOnAnElementWhenMousedownChangesFocus(action) { if (!checkActionCompatibility(action)) { return; } var mousedownPreemptsFocus = action == bot.action.tap ? false : goog.userAgent.GECKO || goog.userAgent.IE; goog.events.listen(link, goog.events.EventType.MOUSEDOWN, function() { link2.focus(); }); goog.events.listen(link, goog.events.EventType.FOCUS, function() { asyncTestCase.continueTesting(); assert(!mousedownPreemptsFocus); }); goog.events.listen(link2, goog.events.EventType.FOCUS, function() { // If the mousedown will preempt the focus, delay the continue testing // call for a short delay to make sure the above assert never triggers. if (mousedownPreemptsFocus) { window.setTimeout(function() { asyncTestCase.continueTesting(); }, 100); } }); asyncTestCase.waitForAsync('Waiting for link focus'); action(link); } var testClickFocusOnAnElementWhenMousedownChangesFocus = goog.partial( focusOnAnElementWhenMousedownChangesFocus, bot.action.click); var testTapFocusOnAnElementWhenMousedownChangesFocus = goog.partial( focusOnAnElementWhenMousedownChangesFocus, bot.action.tap); </script> </head> <body> <form action="javascript:void(0)"> <div id="log"></div> <script> divConsole = new goog.debug.DivConsole(goog.dom.$('log')); divConsole.setCapturing(true); </script> </form> <a id="clickTarget">Click me!</a> <a id="clickTargetWithNoHref">Click me!</a> <a id="clickTargetWithAChild">Click <strong>the nested</strong> element</a> <a id="clickTargetWithAChildAndNoHref">Click <strong>the nested</strong> element with no href</a> <a id="clickTargetWithInlineHandler" onclick="return false;">Click me, I will not follow the link!</a> <div> <div style="width:200px; height:100px; border:1px solid black; padding:10px">Click Me</div> </div> <script> asyncTestCase = goog.testing.AsyncTestCase.createAndInstall(); // Android needs a longer timeout due to emulator slowness. // Opera 12, IE9+, Firefox 10 are sometimes slow to load new iframe pages. if (goog.userAgent.product.ANDROID || bot.userAgent.IE_DOC_9) { asyncTestCase.stepTimeout = 5000; } else if ((goog.userAgent.product.OPERA && bot.userAgent.isEngineVersion(12)) || (goog.userAgent.GECKO && bot.userAgent.isEngineVersion(10))) { asyncTestCase.stepTimeout = 2000; } </script> <iframe id="iframe"></iframe> <iframe id="other" name="other"></iframe> <a id="link" href="javascript:void(0)">link</a> <a id="link2" href="javascript:void(0)">link2</a> </body> </html>
jknguyen/josephknguyen-selenium
javascript/atoms/test/click_link_test.html
HTML
apache-2.0
21,463
<!DOCTYPE html> <html lang="en" ng-app="jpm"> <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 href="/releases/5.0.0/css/style.css" rel="stylesheet" /> <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="/js/releases.js"></script> <!-- Begin Jekyll SEO tag v2.6.1 --> <title>indexof ‘;’ STRING (‘;’ LIST )*</title> <meta name="generator" content="Jekyll v3.8.5" /> <meta property="og:title" content="indexof ‘;’ STRING (‘;’ LIST )*" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="static String _indexof = &quot;${indexof;&lt;value&gt;;&lt;list&gt;[;&lt;list&gt;...]}&quot;;" /> <meta property="og:description" content="static String _indexof = &quot;${indexof;&lt;value&gt;;&lt;list&gt;[;&lt;list&gt;...]}&quot;;" /> <script type="application/ld+json"> {"@type":"WebPage","headline":"indexof ‘;’ STRING (‘;’ LIST )*","url":"/releases/5.0.0/macros/indexof.html","description":"static String _indexof = &quot;${indexof;&lt;value&gt;;&lt;list&gt;[;&lt;list&gt;...]}&quot;;","@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> </head> <body> <ul class="container12 menu-bar"> <li span=11><a class=menu-link href="/releases/5.0.0/"><img class=menu-logo src="/releases/5.0.0/img/bnd-80x40-white.png"></a> <a href="/releases/5.0.0/chapters/110-introduction.html">Intro </a><a href="/releases/5.0.0/chapters/800-headers.html">Headers </a><a href="/releases/5.0.0/chapters/825-instructions-ref.html">Instructions </a><a href="/releases/5.0.0/chapters/855-macros-ref.html">Macros </a><a href="/releases/5.0.0/chapters/400-commands.html">Commands </a><div class="releases"><button class="dropbtn">5.0.0</button><div class="dropdown-content"></div></div> <li class=menu-link span=1> <a href="https://github.com/bndtools/bnd" target="_"><img style="position:absolute;top:0;right:0;margin:0;padding:0;z-index:100" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a> </ul> <ul class=container12> <li span=3> <div> <ul class="side-nav"> <li><a href="/releases/5.0.0/chapters/110-introduction.html">Introduction</a> <li><a href="/releases/5.0.0/chapters/120-install.html">How to install bnd</a> <li><a href="/releases/5.0.0/chapters/123-tour-workspace.html">Guided Tour</a> <li><a href="/releases/5.0.0/chapters/125-tour-features.html">Guided Tour Workspace & Projects</a> <li><a href="/releases/5.0.0/chapters/130-concepts.html">Concepts</a> <li><a href="/releases/5.0.0/chapters/140-best-practices.html">Best practices</a> <li><a href="/releases/5.0.0/chapters/150-build.html">Build</a> <li><a href="/releases/5.0.0/chapters/155-project-setup.html">Project Setup</a> <li><a href="/releases/5.0.0/chapters/160-jars.html">Generating JARs</a> <li><a href="/releases/5.0.0/chapters/170-versioning.html">Versioning</a> <li><a href="/releases/5.0.0/chapters/180-baselining.html">Baselining</a> <li><a href="/releases/5.0.0/chapters/200-components.html">Service Components</a> <li><a href="/releases/5.0.0/chapters/210-metatype.html">Metatype</a> <li><a href="/releases/5.0.0/chapters/220-contracts.html">Contracts</a> <li><a href="/releases/5.0.0/chapters/230-manifest-annotations.html">Bundle Annotations</a> <li><a href="/releases/5.0.0/chapters/235-accessor-properties.html">Accessor Properties</a> <li><a href="/releases/5.0.0/chapters/240-spi-annotations.html">SPI Annotations</a> <li><a href="/releases/5.0.0/chapters/250-resolving.html">Resolving Dependencies</a> <li><a href="/releases/5.0.0/chapters/300-launching.html">Launching</a> <li><a href="/releases/5.0.0/chapters/305-startlevels.html">Startlevels</a> <li><a href="/releases/5.0.0/chapters/310-testing.html">Testing</a> <li><a href="/releases/5.0.0/chapters/315-launchpad-testing.html">Testing with Launchpad</a> <li><a href="/releases/5.0.0/chapters/320-packaging.html">Packaging Applications</a> <li><a href="/releases/5.0.0/chapters/330-jpms.html">JPMS Libraries</a> <li><a href="/releases/5.0.0/chapters/390-wrapping.html">Wrapping Libraries to OSGi Bundles</a> <li><a href="/releases/5.0.0/chapters/395-generating-documentation.html">Generating Documentation</a> <li><a href="/releases/5.0.0/chapters/400-commands.html">Commands</a> <li><a href="/releases/5.0.0/chapters/600-developer.html">For Developers</a> <li><a href="/releases/5.0.0/chapters/650-windows.html">Tips for Windows users</a> <li><a href="/releases/5.0.0/chapters/700-tools.html">Tools bound to bnd</a> <li><a href="/releases/5.0.0/chapters/800-headers.html">Headers</a> <li><a href="/releases/5.0.0/chapters/820-instructions.html">Instruction Reference</a> <li><a href="/releases/5.0.0/chapters/825-instructions-ref.html">Instruction Index</a> <li><a href="/releases/5.0.0/chapters/850-macros.html">Macro Reference</a> <li><a href="/releases/5.0.0/chapters/855-macros-ref.html">Macro Index</a> <li><a href="/releases/5.0.0/chapters/870-plugins.html">Plugins</a> <li><a href="/releases/5.0.0/chapters/880-settings.html">Settings</a> <li><a href="/releases/5.0.0/chapters/900-errors.html">Errors</a> <li><a href="/releases/5.0.0/chapters/910-warnings.html">Warnings</a> <li><a href="/releases/5.0.0/chapters/920-faq.html">Frequently Asked Questions</a> </ul> </div> <li span=9> <div class=notes-margin> <h1> indexof ';' STRING (';' LIST )*</h1> <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>static String _indexof = "${indexof;&lt;value&gt;;&lt;list&gt;[;&lt;list&gt;...]}"; public int _indexof(String args[]) throws Exception { verifyCommand(args, _indexof, null, 3, Integer.MAX_VALUE); String value = args[1]; ExtList&lt;String&gt; list = toList(args, 2, args.length); return list.indexOf(value); } </code></pre></div></div> </div> </ul> <nav class=next-prev> <a href='/releases/5.0.0/macros/imports.html'></a> <a href='/releases/5.0.0/macros/is.html'></a> </nav> <footer class="container12" style="border-top: 1px solid black;padding:10px 0"> <ul span=12 row> <li span=12> <ul> <li><a href="/releases/5.0.0/">GitHub</a> </ul> </ul> </footer> </body> </html>
psoreide/bnd
docs/releases/5.0.0/macros/indexof.html
HTML
apache-2.0
7,276
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE html> <title>CSS Test: Test declaring a variable that consists of two variable references with the second variable reference using fallback and with no intervening white space.</title> <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au"> <link rel="help" href="http://www.w3.org/TR/css-variables-1/#using-variables"> <link rel="match" href="support/color-green-ref.html"> <style> p { color: green; } span { color: red; --a:var(--b)var(--c,red); --b:orange; color: var(--a); } </style> <p><span>This text must be green.</span></p>
axinging/chromium-crosswalk
third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/variables/variable-declaration-55.html
HTML
bsd-3-clause
691
<!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.5"/> <title>Core Plot (Mac OS): Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="core-plot-logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Core Plot (Mac OS) </div> <div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Animation&#160;&&#160;Constants</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> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- 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('category_n_s_decimal_number_07_c_p_t_extensions_08.html','');}); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">NSDecimalNumber(CPTExtensions) Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="category_n_s_decimal_number_07_c_p_t_extensions_08.html">NSDecimalNumber(CPTExtensions)</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="category_n_s_decimal_number_07_c_p_t_extensions_08.html#a6c80f780658d0078b610a8f70b74c684">decimalNumber</a></td><td class="entry"><a class="el" href="category_n_s_decimal_number_07_c_p_t_extensions_08.html">NSDecimalNumber(CPTExtensions)</a></td><td class="entry"></td></tr> </table></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.5 </li> </ul> </div> </body> </html>
LiDechao/core-plot
documentation/html/MacOS/category_n_s_decimal_number_07_c_p_t_extensions_08-members.html
HTML
bsd-3-clause
3,837
<!DOCTYPE html> <title>Canvas tests - 2d.fillStyle.parse.*</title> <link rel="stylesheet" href="../frame.css"> <p><a href="index.html">[index]</a> <h1><a href="index.2d.html">2d</a>.<a href="index.2d.fillStyle.html">fillStyle</a>.parse.*</h1> <p> <iframe width="200" height="220" src="framed.2d.fillStyle.parse.html4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hex3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hex6.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgb-num.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgb-clamp-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgb-clamp-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgb-clamp-3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgb-clamp-4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgb-clamp-5.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgb-percent.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgba-solid-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgba-solid-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgba-num-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgba-num-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgba-percent.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgba-clamp-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.rgba-clamp-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.transparent-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.transparent-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-5.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-clamp-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-clamp-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-clamp-3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsl-clamp-4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsla-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsla-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsla-clamp-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsla-clamp-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsla-clamp-3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsla-clamp-4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsla-clamp-5.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.hsla-clamp-6.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.svg-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.svg-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hex1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hex2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hex3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hex4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hex5.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hex6.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hex7.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hex8.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgb-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgb-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgb-3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgb-4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgb-5.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgb-6.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgb-7.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgba-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgba-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgba-3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgba-4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.rgba-5.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hsl-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hsl-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hsl-3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hsl-4.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hsl-5.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hsla-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.hsla-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.name-1.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.name-2.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.invalid.name-3.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.system.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.current.basic.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.current.changed.html">(iframe fallback)</iframe><!-- --><iframe width="200" height="220" src="framed.2d.fillStyle.parse.current.removed.html">(iframe fallback)</iframe><!-- -->
kangax/webgl-2d
test/philip.html5.org/tests/index.2d.fillStyle.parse.html
HTML
mit
8,603
<form> <h4>mat-select</h4> <mat-form-field appearance="fill"> <mat-label>Favorite food</mat-label> <mat-select [(ngModel)]="selectedValue" name="food"> <mat-option *ngFor="let food of foods" [value]="food.value"> {{food.viewValue}} </mat-option> </mat-select> </mat-form-field> <p> Selected food: {{selectedValue}} </p> <h4>native html select</h4> <mat-form-field appearance="fill"> <mat-label>Favorite car</mat-label> <select matNativeControl [(ngModel)]="selectedCar" name="car"> <option value="" selected></option> <option *ngFor="let car of cars" [value]="car.value"> {{car.viewValue}} </option> </select> </mat-form-field> <p> Selected car: {{selectedCar}} </p> </form>
angular/components
src/components-examples/material/select/select-form/select-form-example.html
HTML
mit
761
<!DOCTYPE html> <title>Canvas test: 2d.drawImage.incomplete</title> <script src="../tests.js"></script> <link rel="stylesheet" href="../tests.css"> <body class="framed show_output"> <h1> <a href="2d.drawImage.incomplete.html" target="_parent">2d.&#8203;drawImage.&#8203;incomplete</a> </h1> <p><a href="#" id="show_output" onclick="document.body.className += ' show_output'; return false">[show output]</a> <p class="output">Actual output:</p> <canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas> <p class="output expectedtext">Expected output:<p><img src="green-100x50.png" class="output expected" id="expected" alt=""> <ul id="d"></ul> <script> _addTest(function(canvas, ctx) { ctx.fillStyle = '#0f0'; ctx.fillRect(0, 0, 100, 50); var img = new Image(); _assertSame(img.complete, false, "img.complete", "false"); ctx.drawImage(img, 0, 0); }); </script>
kangax/webgl-2d
test/philip.html5.org/tests/framed.2d.drawImage.incomplete.html
HTML
mit
917
<!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_31) on Mon Jul 22 15:25:23 PDT 2013 --> <TITLE> Uses of Class org.apache.hadoop.metrics.jvm.EventCounter (Hadoop 1.2.1 API) </TITLE> <META NAME="date" CONTENT="2013-07-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.metrics.jvm.EventCounter (Hadoop 1.2.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/metrics/jvm/EventCounter.html" title="class in org.apache.hadoop.metrics.jvm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/metrics/jvm//class-useEventCounter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EventCounter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.metrics.jvm.EventCounter</B></H2> </CENTER> No usage of org.apache.hadoop.metrics.jvm.EventCounter <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/metrics/jvm/EventCounter.html" title="class in org.apache.hadoop.metrics.jvm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/metrics/jvm//class-useEventCounter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EventCounter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
determinedcheetahs/cheetah_juniper
hadoop/docs/api/org/apache/hadoop/metrics/jvm/class-use/EventCounter.html
HTML
apache-2.0
6,085
<html> <body> Reports any unnecessary semicolons, including semicolons that are used between class members, inside block statements, or after class definitions. <p>Even though these semicolons are valid in Java, they are redundant and may be removed.</p> <p>Example:</p> <pre><code> class C { ; void m() throws Exception { try (AutoCloseable r1 = createAutoCloseable();) { ; } } ; } </code></pre> <p>After the quick-fix is applied:</p> <pre><code> class C { void m() throws Exception { try (AutoCloseable r1 = createAutoCloseable()) { } } } </code></pre> <!-- tooltip end --> <p> </body> </html>
siosio/intellij-community
plugins/InspectionGadgets/src/inspectionDescriptions/UnnecessarySemicolon.html
HTML
apache-2.0
666
<!-- Just need to instantiate the controller, and it will take care of showing the modal dialog --> <span ng-controller="KisBpmInParametersCtrl"> </span>
leeyazhou/xyz
xyz-activiti/src/main/webapp/process-editor/editor-app/configuration/properties/in-parameters-write-template.html
HTML
apache-2.0
157
<!doctype html> <meta charset="utf-8" /> <title>button Trigger action with space</title> <p> Press <kbd>Tab</kbd> to focus the submit button below. Press <kbd>Space</kbd> to activate the action. You should see the word “PASS” on the following page. </p> <form action="../res/pass.php" method="post"> <p> <button name="test" type="submit">Select me using <kbd>Tab</kbd></button> </p> </form>
frivoal/presto-testo
core/standards/wf1/interactive/button-keys-004.html
HTML
bsd-3-clause
407
<!doctype html> <meta charset="utf-8" /> <title>input type=password required</title> <p> You should see an empty textfield. Click the submit button below. A message should appear indicating that the textfield must be contain some text. Enter "foobar", and then again click the submit button. The following page should include the entered text. </p> <form action="../res/return_single_post.php" method="post"> <p> <input name="test" type="password" required /> <input name="submit" type="submit" /> </p> </form>
frivoal/presto-testo
core/standards/wf1/interactive/input-password-required-001.html
HTML
bsd-3-clause
529
{% load i18n %} <a href="{% url 'cms_page' "sponsors/prospectus/" %}"> {% trans "Sponsorship available! Learn more" %} <i class="icon icon-arrow-right"></i> </a>
smellman/sotmjp-website
sotmjp/templates/_sponsorship_link.html
HTML
bsd-3-clause
164
<html> <head> <script> function go() { document.getElementById("dialog").removeAttribute("hidden"); } </script> </head> <body> <div id="dialog" role="dialog" aria-labelledby="dialog-label" hidden> <h2 id="dialog-label">Dialog title</h2> <p>Dialog content:</p> <div> <input type="text" id="dialog-focus-element"> </div> </div> </body> </html>
nwjs/chromium.src
content/test/data/accessibility/event/add-dialog.html
HTML
bsd-3-clause
436
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Animals</title> <link rel="stylesheet" href="../../../css/themes/default/"> <script src="../../../js/jquery.js"></script> <script src="../../../docs/_assets/js/jqm-docs.js"></script> <script src="../../../js/jquery.mobile-1.2.0.js"></script> </head> <body> <div data-role="page"> <div data-role="header"><h1>Animals</h1></div> <div data-role="content"> <p>All your favorites from aardvarks to zebras.</p> <ul data-role="listview" data-inset="true"> <li>Pets</li> <li>Farm Animals</li> <li>Wild Animals</li> </ul> </div> </div> </body> </html>
Joao-S-Martins/ecoactivist
www/js/jQuery.mobile-1.2.0/demos/docs/pages/dynamic-samples/animals.html
HTML
mit
695
<!DOCTYPE html> <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="noindex" /> {META} <title>{SITENAME} &bull; {PAGE_TITLE}</title> <link href="{T_THEME_PATH}/print.css" rel="stylesheet"> <!-- EVENT ucp_pm_viewmessage_print_head_append --> </head> <body id="phpbb"> <div id="wrap"> <a id="top" class="anchor" accesskey="t"></a> <div id="page-header"> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> <h2>{L_PRIVATE_MESSAGING}</h2> </div> <div id="page-body"> <div class="page-number">{PAGE_NUMBER}</div> <div class="post"> <h3>{SUBJECT}</h3> <div class="date">{L_SENT_AT} <strong>{SENT_DATE}</strong></div> <div class="author">{L_PM_FROM} <strong>{MESSAGE_AUTHOR}</strong></div> <!-- IF S_TO_RECIPIENT --> <div class="author">{L_TO} <strong><!-- BEGIN to_recipient -->{to_recipient.NAME}&nbsp;<!-- END to_recipient --></strong></div> <!-- ENDIF --> <!-- IF S_BCC_RECIPIENT --> <div class="author">{L_BCC} <strong><!-- BEGIN bcc_recipient -->{bcc_recipient.NAME}&nbsp;<!-- END bcc_recipient --></strong></div> <!-- ENDIF --> <hr /> <div class="content">{MESSAGE}</div> </div> <hr /> </div> <div id="page-footer"> <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div> <div class="copyright">Powered by phpBB&reg; Forum Software &copy; phpBB Limited<br />https://www.phpbb.com/</div> </div> </div> </body> </html>
WarriorMachines/warriormachines-phpbb
styles/prosilver/template/ucp_pm_viewmessage_print.html
HTML
mit
1,517
<div class="post-share"> <h5>Share:</h5> <a href="" title="Share on Twitter" onclick="window.open('https://twitter.com/home?status={{ page_title }} - {{ page.url | absolute_url }} {% if site.social.twitter %}by @{{ site.social.twitter }}{% endif %}', 'newwindow', 'width=500, height=225'); return false;" data-turbolinks="false"> <i class="fa fa-twitter" aria-hidden="true"></i> </a> <a href="" title="Share on Facebook" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url }}', 'newwindow', 'width=500, height=500'); return false;" data-turbolinks="false"> <i class="fa fa-facebook" aria-hidden="true"></i> </a> <a href="" title="Share on Google+" onclick="window.open('https://plus.google.com/share?url={{ page.url | absolute_url }}', 'newwindow', 'width=550, height=400'); return false;" data-turbolinks="false"> <i class="fa fa-google-plus" aria-hidden="true"></i> </a> </div>
lvegat1979/lvegat1979.github.io
_includes/share.html
HTML
mit
948
<!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"/> <title>Boost.Locale: boost/locale/boundary.hpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="boost-small.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Boost.Locale </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> </div> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> initNavTree('boundary_8hpp.html',''); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">boost/locale/boundary.hpp</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//</span> <a name="l00002"></a>00002 <span class="comment">// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)</span> <a name="l00003"></a>00003 <span class="comment">//</span> <a name="l00004"></a>00004 <span class="comment">// Distributed under the Boost Software License, Version 1.0. (See</span> <a name="l00005"></a>00005 <span class="comment">// accompanying file LICENSE_1_0.txt or copy at</span> <a name="l00006"></a>00006 <span class="comment">// http://www.boost.org/LICENSE_1_0.txt)</span> <a name="l00007"></a>00007 <span class="comment">//</span> <a name="l00008"></a>00008 <span class="preprocessor">#ifndef BOOST_LOCALE_BOUNDARY_HPP_INCLUDED</span> <a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#define BOOST_LOCALE_BOUNDARY_HPP_INCLUDED</span> <a name="l00010"></a>00010 <span class="preprocessor"></span> <a name="l00011"></a>00011 <span class="preprocessor">#include &lt;boost/locale/boundary/types.hpp&gt;</span> <a name="l00012"></a>00012 <span class="preprocessor">#include &lt;boost/locale/boundary/facets.hpp&gt;</span> <a name="l00013"></a>00013 <span class="preprocessor">#include &lt;boost/locale/boundary/segment.hpp&gt;</span> <a name="l00014"></a>00014 <span class="preprocessor">#include &lt;boost/locale/boundary/boundary_point.hpp&gt;</span> <a name="l00015"></a>00015 <span class="preprocessor">#include &lt;boost/locale/boundary/index.hpp&gt;</span> <a name="l00016"></a>00016 <a name="l00017"></a>00017 <span class="preprocessor">#endif</span> <a name="l00018"></a>00018 <span class="preprocessor"></span><span class="comment">// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4</span> </pre></div></div><!-- contents --> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>boundary.hpp</b> </li> <li class="footer"> &copy; Copyright 2009-2012 Artyom Beilis, Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License</a>, Version 1.0. </li> </ul> </div> </body> </html>
flingone/frameworks_base_cmds_remoted
libs/boost/libs/locale/doc/html/boundary_8hpp_source.html
HTML
apache-2.0
4,591
<!-- ~ Copyright (c) 2016, WSO2 Inc. (http://wso2.com) All Rights Reserved. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Scrolling table</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../css/dataTables.colReorder.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="../../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../js/dataTables.colReorder.js"></script> <script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { $('#example').dataTable( { dom: 'Rlfrtip', scrollY: '200px', paging: false } ); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>ColReorder example <span>Scrolling table</span></h1> <div class="info"> <p>This is a simple example to show ColReorder working with DataTables scrolling (<a href= "//datatables.net/reference/option/scrollY"><code class="option" title= "DataTables initialisation option">scrollY<span>DT</span></code></a> and <a href= "//datatables.net/reference/option/scrollX"><code class="option" title= "DataTables initialisation option">scrollX<span>DT</span></code></a>).</p> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> <tbody> <tr> <td>Tiger Nixon</td> <td>System Architect</td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> </tr> <tr> <td>Garrett Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> </tr> <tr> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> </tr> <tr> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> </tr> <tr> <td>Airi Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> </tr> <tr> <td>Brielle Williamson</td> <td>Integration Specialist</td> <td>New York</td> <td>61</td> <td>2012/12/02</td> <td>$372,000</td> </tr> <tr> <td>Herrod Chandler</td> <td>Sales Assistant</td> <td>San Francisco</td> <td>59</td> <td>2012/08/06</td> <td>$137,500</td> </tr> <tr> <td>Rhona Davidson</td> <td>Integration Specialist</td> <td>Tokyo</td> <td>55</td> <td>2010/10/14</td> <td>$327,900</td> </tr> <tr> <td>Colleen Hurst</td> <td>Javascript Developer</td> <td>San Francisco</td> <td>39</td> <td>2009/09/15</td> <td>$205,500</td> </tr> <tr> <td>Sonya Frost</td> <td>Software Engineer</td> <td>Edinburgh</td> <td>23</td> <td>2008/12/13</td> <td>$103,600</td> </tr> <tr> <td>Jena Gaines</td> <td>Office Manager</td> <td>London</td> <td>30</td> <td>2008/12/19</td> <td>$90,560</td> </tr> <tr> <td>Quinn Flynn</td> <td>Support Lead</td> <td>Edinburgh</td> <td>22</td> <td>2013/03/03</td> <td>$342,000</td> </tr> <tr> <td>Charde Marshall</td> <td>Regional Director</td> <td>San Francisco</td> <td>36</td> <td>2008/10/16</td> <td>$470,600</td> </tr> <tr> <td>Haley Kennedy</td> <td>Senior Marketing Designer</td> <td>London</td> <td>43</td> <td>2012/12/18</td> <td>$313,500</td> </tr> <tr> <td>Tatyana Fitzpatrick</td> <td>Regional Director</td> <td>London</td> <td>19</td> <td>2010/03/17</td> <td>$385,750</td> </tr> <tr> <td>Michael Silva</td> <td>Marketing Designer</td> <td>London</td> <td>66</td> <td>2012/11/27</td> <td>$198,500</td> </tr> <tr> <td>Paul Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>New York</td> <td>64</td> <td>2010/06/09</td> <td>$725,000</td> </tr> <tr> <td>Gloria Little</td> <td>Systems Administrator</td> <td>New York</td> <td>59</td> <td>2009/04/10</td> <td>$237,500</td> </tr> <tr> <td>Bradley Greer</td> <td>Software Engineer</td> <td>London</td> <td>41</td> <td>2012/10/13</td> <td>$132,000</td> </tr> <tr> <td>Dai Rios</td> <td>Personnel Lead</td> <td>Edinburgh</td> <td>35</td> <td>2012/09/26</td> <td>$217,500</td> </tr> <tr> <td>Jenette Caldwell</td> <td>Development Lead</td> <td>New York</td> <td>30</td> <td>2011/09/03</td> <td>$345,000</td> </tr> <tr> <td>Yuri Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>New York</td> <td>40</td> <td>2009/06/25</td> <td>$675,000</td> </tr> <tr> <td>Caesar Vance</td> <td>Pre-Sales Support</td> <td>New York</td> <td>21</td> <td>2011/12/12</td> <td>$106,450</td> </tr> <tr> <td>Doris Wilder</td> <td>Sales Assistant</td> <td>Sidney</td> <td>23</td> <td>2010/09/20</td> <td>$85,600</td> </tr> <tr> <td>Angelica Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>London</td> <td>47</td> <td>2009/10/09</td> <td>$1,200,000</td> </tr> <tr> <td>Gavin Joyce</td> <td>Developer</td> <td>Edinburgh</td> <td>42</td> <td>2010/12/22</td> <td>$92,575</td> </tr> <tr> <td>Jennifer Chang</td> <td>Regional Director</td> <td>Singapore</td> <td>28</td> <td>2010/11/14</td> <td>$357,650</td> </tr> <tr> <td>Brenden Wagner</td> <td>Software Engineer</td> <td>San Francisco</td> <td>28</td> <td>2011/06/07</td> <td>$206,850</td> </tr> <tr> <td>Fiona Green</td> <td>Chief Operating Officer (COO)</td> <td>San Francisco</td> <td>48</td> <td>2010/03/11</td> <td>$850,000</td> </tr> <tr> <td>Shou Itou</td> <td>Regional Marketing</td> <td>Tokyo</td> <td>20</td> <td>2011/08/14</td> <td>$163,000</td> </tr> <tr> <td>Michelle House</td> <td>Integration Specialist</td> <td>Sidney</td> <td>37</td> <td>2011/06/02</td> <td>$95,400</td> </tr> <tr> <td>Suki Burks</td> <td>Developer</td> <td>London</td> <td>53</td> <td>2009/10/22</td> <td>$114,500</td> </tr> <tr> <td>Prescott Bartlett</td> <td>Technical Author</td> <td>London</td> <td>27</td> <td>2011/05/07</td> <td>$145,000</td> </tr> <tr> <td>Gavin Cortez</td> <td>Team Leader</td> <td>San Francisco</td> <td>22</td> <td>2008/10/26</td> <td>$235,500</td> </tr> <tr> <td>Martena Mccray</td> <td>Post-Sales support</td> <td>Edinburgh</td> <td>46</td> <td>2011/03/09</td> <td>$324,050</td> </tr> <tr> <td>Unity Butler</td> <td>Marketing Designer</td> <td>San Francisco</td> <td>47</td> <td>2009/12/09</td> <td>$85,675</td> </tr> <tr> <td>Howard Hatfield</td> <td>Office Manager</td> <td>San Francisco</td> <td>51</td> <td>2008/12/16</td> <td>$164,500</td> </tr> <tr> <td>Hope Fuentes</td> <td>Secretary</td> <td>San Francisco</td> <td>41</td> <td>2010/02/12</td> <td>$109,850</td> </tr> <tr> <td>Vivian Harrell</td> <td>Financial Controller</td> <td>San Francisco</td> <td>62</td> <td>2009/02/14</td> <td>$452,500</td> </tr> <tr> <td>Timothy Mooney</td> <td>Office Manager</td> <td>London</td> <td>37</td> <td>2008/12/11</td> <td>$136,200</td> </tr> <tr> <td>Jackson Bradshaw</td> <td>Director</td> <td>New York</td> <td>65</td> <td>2008/09/26</td> <td>$645,750</td> </tr> <tr> <td>Olivia Liang</td> <td>Support Engineer</td> <td>Singapore</td> <td>64</td> <td>2011/02/03</td> <td>$234,500</td> </tr> <tr> <td>Bruno Nash</td> <td>Software Engineer</td> <td>London</td> <td>38</td> <td>2011/05/03</td> <td>$163,500</td> </tr> <tr> <td>Sakura Yamamoto</td> <td>Support Engineer</td> <td>Tokyo</td> <td>37</td> <td>2009/08/19</td> <td>$139,575</td> </tr> <tr> <td>Thor Walton</td> <td>Developer</td> <td>New York</td> <td>61</td> <td>2013/08/11</td> <td>$98,540</td> </tr> <tr> <td>Finn Camacho</td> <td>Support Engineer</td> <td>San Francisco</td> <td>47</td> <td>2009/07/07</td> <td>$87,500</td> </tr> <tr> <td>Serge Baldwin</td> <td>Data Coordinator</td> <td>Singapore</td> <td>64</td> <td>2012/04/09</td> <td>$138,575</td> </tr> <tr> <td>Zenaida Frank</td> <td>Software Engineer</td> <td>New York</td> <td>63</td> <td>2010/01/04</td> <td>$125,250</td> </tr> <tr> <td>Zorita Serrano</td> <td>Software Engineer</td> <td>San Francisco</td> <td>56</td> <td>2012/06/01</td> <td>$115,000</td> </tr> <tr> <td>Jennifer Acosta</td> <td>Junior Javascript Developer</td> <td>Edinburgh</td> <td>43</td> <td>2013/02/01</td> <td>$75,650</td> </tr> <tr> <td>Cara Stevens</td> <td>Sales Assistant</td> <td>New York</td> <td>46</td> <td>2011/12/06</td> <td>$145,600</td> </tr> <tr> <td>Hermione Butler</td> <td>Regional Director</td> <td>London</td> <td>47</td> <td>2011/03/21</td> <td>$356,250</td> </tr> <tr> <td>Lael Greer</td> <td>Systems Administrator</td> <td>London</td> <td>21</td> <td>2009/02/27</td> <td>$103,500</td> </tr> <tr> <td>Jonas Alexander</td> <td>Developer</td> <td>San Francisco</td> <td>30</td> <td>2010/07/14</td> <td>$86,500</td> </tr> <tr> <td>Shad Decker</td> <td>Regional Director</td> <td>Edinburgh</td> <td>51</td> <td>2008/11/13</td> <td>$183,000</td> </tr> <tr> <td>Michael Bruce</td> <td>Javascript Developer</td> <td>Singapore</td> <td>29</td> <td>2011/06/27</td> <td>$183,000</td> </tr> <tr> <td>Donna Snider</td> <td>Customer Support</td> <td>New York</td> <td>27</td> <td>2011/01/25</td> <td>$112,000</td> </tr> </tbody> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline brush: js;">$(document).ready(function() { $('#example').dataTable( { dom: 'Rlfrtip', scrollY: '200px', paging: false } ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="../../../media/js/jquery.js">../../../media/js/jquery.js</a></li> <li><a href= "../../../media/js/jquery.dataTables.js">../../../media/js/jquery.dataTables.js</a></li> <li><a href="../js/dataTables.colReorder.js">../js/dataTables.colReorder.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline brush: js;"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href= "../../../media/css/jquery.dataTables.css">../../../media/css/jquery.dataTables.css</a></li> <li><a href="../css/dataTables.colReorder.css">../css/dataTables.colReorder.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="./index.html">Examples</a></h3> <ul class="toc active"> <li><a href="./simple.html">Basic initialisation</a></li> <li><a href="./new_init.html">Initialisation using `new`</a></li> <li><a href="./alt_insert.html">Alternative insert styling</a></li> <li><a href="./realtime.html">Realtime updating</a></li> <li><a href="./state_save.html">State saving</a></li> <li class="active"><a href="./scrolling.html">Scrolling table</a></li> <li><a href="./predefined.html">Predefined column ordering</a></li> <li><a href="./reset.html">Reset ordering API</a></li> <li><a href="./colvis.html">ColVis integration</a></li> <li><a href="./fixedcolumns.html">FixedColumns integration</a></li> <li><a href="./fixedheader.html">FixedHeader integration</a></li> <li><a href="./jqueryui.html">jQuery UI styling</a></li> <li><a href="./col_filter.html">Individual column filtering</a></li> <li><a href="./server_side.html">Server-side processing</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href= "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
jagathsisira/app-cloud
modules/setup-scripts/conf/wso2das-3.0.1/repository/deployment/server/jaggeryapps/monitoring/themes/theme0/ui/thirdparty/datatables/extensions/ColReorder/examples/scrolling.html
HTML
apache-2.0
17,435
<!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_09) on Wed Mar 06 16:19:38 PST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class javax.mail.search.FlagTerm (JavaMail API documentation)</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="Uses of Class javax.mail.search.FlagTerm (JavaMail API documentation)"; } //--> </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="../../../../javax/mail/search/FlagTerm.html" title="class in javax.mail.search">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?javax/mail/search/class-use/FlagTerm.html" target="_top">Frames</a></li> <li><a href="FlagTerm.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class javax.mail.search.FlagTerm" class="title">Uses of Class<br>javax.mail.search.FlagTerm</h2> </div> <div class="classUseContainer">No usage of javax.mail.search.FlagTerm</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="../../../../javax/mail/search/FlagTerm.html" title="class in javax.mail.search">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?javax/mail/search/class-use/FlagTerm.html" target="_top">Frames</a></li> <li><a href="FlagTerm.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>Copyright &#169; 2013 <a href="http://www.oracle.com">Oracle</a>. All Rights Reserved.</small></p> </body> </html>
suthat/signal
vendor/javamail-1.4.7/docs/javadocs/javax/mail/search/class-use/FlagTerm.html
HTML
apache-2.0
4,240
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Upgrading from 1.7.0 to 1.7.1 : CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 2.0.2</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; Upgrading from 1.7.0 to 1.7.1 </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <h1>Upgrading from 1.7.0 to 1.7.1</h1> <p>Before performing an update you should take your site offline by replacing the index.php file with a static one.</p> <h2>Step 1: Update your CodeIgniter files</h2> <p>Replace these files and directories in your "system" folder with the new versions:</p> <ul> <li><dfn>system/codeigniter</dfn></li> <li><dfn>system/database</dfn></li> <li><dfn>system/helpers</dfn></li> <li><dfn>system/language</dfn></li> <li><dfn>system/libraries</dfn></li> </ul> <p class="important"><strong>Note:</strong> If you have any custom developed files in these folders please make copies of them first.</p> <h2>Step 2: Update your user guide</h2> <p>Please replace your local copy of the user guide with the new version, including the image files.</p> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;&nbsp;<a href="index.html">Installation Instructions</a> &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="troubleshooting.html">Troubleshooting</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 - 2011 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">EllisLab, Inc.</a></p> </div> </body> </html>
ralphsaunders/Just-Write
user_guide/installation/upgrade_171.html
HTML
bsd-2-clause
3,855
<!DOCTYPE html> <html> <title>Test that when a user clicks and drags on the overflow it does not disappear.</title> <script src="../../resources/testharness.js"></script> <script src="../../resources/testharnessreport.js"></script> <script src="../media-controls.js"></script> <video controls width=500 preload=none src="https://need_a_url_here_to.show/download/button.mp4"></video> <script> async_test(t => { const video = document.querySelector('video'); const menu = overflowMenu(video); const overflowBtn = overflowButton(video); const downloadBtn = downloadsOverflowItem(video); const captionsBtn = captionsOverflowItem(video); const playbackSpeedBtn = playbackSpeedOverflowItem(video); // Add text tracks so that the captions option appears. [ '../track/captions-webvtt/captions-fast.vtt', '../track/captions-webvtt/captions-rtl.vtt' ].forEach(source => { const track = document.createElement('track'); track.src = source; track.kind = 'captions'; video.appendChild(track); }); enableTestMode(video); window.addEventListener('load', t.step_func(() => { // Open the overflow menu and click and drag on it. singleTapOnControl(overflowBtn, t.step_func(clickAndDrag)); }), { once: true }); // Neither the downloads button nor the captions button should receive a click during the click and drag. downloadBtn.addEventListener('click', t.unreached_func('Downloads received a click')); captionsBtn.addEventListener('click', t.unreached_func('Captions received a click')); playbackSpeedBtn.addEventListener('click', t.unreached_func('Playback speed received a click')); function clickAndDrag() { assert_true(isControlVisible(menu), 'Overflow menu should be visible before we start click-and-drag'); assert_true(isControlVisible(downloadBtn), 'Download button should be visible'); assert_true(isControlVisible(captionsBtn), 'Captions button should be visible'); assert_true(isControlVisible(playbackSpeedBtn), 'Playback speed button should be visible'); const downloadPosition = elementCoordinates(downloadBtn); const captionsPosition = elementCoordinates(captionsBtn); const playbackSpeedPosition = elementCoordinates(playbackSpeedBtn); // Click down on downloads but drag and release over captions and playback speed. chrome.gpuBenchmarking.pointerActionSequence([{ source: 'mouse', actions: [ { name: 'pointerDown', x: downloadPosition[0], y: downloadPosition[1] }, { name: 'pointerMove', x: captionsPosition[0], y: captionsPosition[1] }, { name: 'pointerUp', x: captionsPosition[0], y: captionsPosition[1] }, { name: 'pointerMove', x: playbackSpeedPosition[0], y: playbackSpeedPosition[1] }, { name: 'pointerUp', x: playbackSpeedPosition[0], y: playbackSpeedPosition[1] }, ] }], t.step_func_done(() => { assert_true(isControlVisible(menu), 'Overflow menu should still be visible after click-and-drag'); })); } }); </script> </html>
scheib/chromium
third_party/blink/web_tests/media/controls/click-and-drag-on-overflow-menu-doesnt-close.html
HTML
bsd-3-clause
3,012
<head> <style> .outer { border: 10px solid black; border-radius: 100px; overflow: hidden; width: 200px; height: 100px; margin: 10px; display: inline-block } .inner { background: #808080; width: 100%; height: 100%; color: #FFFFFF; -webkit-transform: rotate(45deg) translateZ(0); } </style> </head> <body> The white text and grey backgrounds should all clip to the border-radius. <br> <!-- static container --> <div class="outer" style="position: static;"> <div class="inner" style="position: static;"> static &gt; static </div> </div> <div class="outer" style="position: static;"> <div class="inner" style="position: relative;"> static &gt; relative </div> </div> <!-- relative container --> <div class="outer" style="position: relative;"> <div class="inner" style="position: static;"> relative &gt; static </div> </div> <div class="outer" style="position: relative;"> <div class="inner" style="position: relative;"> relative &gt; relative </div> </div> <br> <div class="outer" style="position: relative;"> <div class="inner" style="position: absolute;"> relative &gt; absolute </div> </div>
ondra-novak/blink
LayoutTests/fast/clip/overflow-border-radius-composited.html
HTML
bsd-3-clause
1,223
<!DOCTYPE html> <html> <head> <title>Contains a nested (hopefully OOPIF) iframe</title> </head> <body> <script> document.body.onload = () => { let iframe = document.getElementsByTagName('iframe')[0]; pathname = window.location.pathname.replace('cross_domain_iframe', 'outer'); iframe.src = (window.location.protocol + '//' + 'localhost' + ':' + window.location.port + pathname); } </script> <p><a href="#one">One</a></p> <iframe> </body> </html>
ric2b/Vivaldi-browser
chromium/chrome/test/data/chromedriver/cross_domain_iframe.html
HTML
bsd-3-clause
482
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>proj test</title> <meta name="description" content="Small test of $.geo.proj"> <meta name="author" content="Ryan Westphal"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="css/style.css" /> <style type="text/css"> label { display: block; margin: .25em; } label span { display: inline-block; font-weight: bold; width: 8em; } #lblStatus { background: #ee4; border-radius: .5em; padding: .5em; } </style> </head> <body> <div> <a href="../" class="docLink">&lt; docs</a> <h1> proj test</h1> <p> This page has a couple basic interactive tests of the default $.geo.proj object.</p> <h2> direct conversion</h2> <p> Enter a lon/lat in the top inputs (remember, longitude is first here and throughout jQuery Geo but usually spoken second) &amp; click fromGeodetic to convert it to web mercator and store the new values in the bottom two inputs. Click toGeodetic to reverse.</p> <label> <span>longitude</span> <input type="text" id="txtLon" value="-71.0597732" /> </label> <label> <span>latitude</span> <input type="text" id="txtLat" value="42.3584308" /> </label> <button type="button" id="cmdFrom"> \/ fromGeodetic</button> <button type="button" id="cmdTo"> /\ toGeodetic</button> <label> <span>web mercator x</span> <input type="text" id="txtX" value="-7910337.768509507" /> </label> <label> <span>web mercator y</span> <input type="text" id="txtY" value="5214822.77694091" /> </label> <h2> osm nominatim</h2> <p> Enter a search term in the input and click search. If successful, geodetic &amp; web mercator coordinates are written to the inputs above. This example uses MapQuest's OSM API: <a href="http://open.mapquestapi.com/nominatim/">http://open.mapquestapi.com/nominatim</a>.</p> <label> <span>query</span> <input type="text" id="txtQuery" value="Boston,MA" /> </label> <button type="button" id="cmdSearch">search</button> <h2> status</h2> <p> Status result for any test.</p> <div id="lblStatus"> ready</div> </div> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="../../dist/jquery.geo-1.0.0-test.min.js"></script> <script> $(function () { $("#cmdFrom").click(function () { try { var projected = $.geo.proj.fromGeodetic([[parseFloat($("#txtLon").val()), parseFloat($("#txtLat").val())]]); $("#txtX").val(projected[0][0]) $("#txtY").val(projected[0][1]) $("#lblStatus").html("done " + (new Date()).toString()); } catch (e) { $("#lblStatus").html("error" + e.toString()); } }); $("#cmdTo").click(function () { try { var geodetic = $.geo.proj.toGeodetic([[parseFloat($("#txtX").val()), parseFloat($("#txtY").val())]]); $("#txtLon").val(geodetic[0][0]) $("#txtLat").val(geodetic[0][1]) $("#lblStatus").html("done " + (new Date()).toString()); } catch (e) { $("#lblStatus").html("error" + e.toString()); } }); $("#cmdSearch").click(function () { try { var query = "http://open.mapquestapi.com/nominatim/v1/search?format=json&q=" + $("#txtQuery").val(); $.ajax({ url: query, dataType: "jsonp", jsonp: "json_callback", success: function (result) { if (result && result.length > 0) { $("#txtLon").val(result[0].lon) $("#txtLat").val(result[0].lat) var projected = $.geo.proj.fromGeodetic([[result[0].lon, result[0].lat]]); $("#txtX").val(projected[0][0]) $("#txtY").val(projected[0][1]) $("#lblStatus").html("done " + (new Date()).toString()); } else { $("#lblStatus").html("nothing found :("); } }, error: function (xhr) { $("#lblStatus").html(xhr.statusText); } }); } catch (e) { $("#lblStatus").html("error" + e.toString()); } }); }); </script> </body> </html>
aprilb/geo
docs/examples/proj.html
HTML
mit
4,461
<!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) on Mon Mar 07 09:03:18 PST 2016 --> <title>Uses of Class quarks.topology.plumbing.PlumbingStreams (Quarks v0.4.0)</title> <meta name="date" content="2016-03-07"> <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 quarks.topology.plumbing.PlumbingStreams (Quarks v0.4.0)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div role="navigation" title ="TOP_Navigation" aria-label ="Top Navigation Bar"/> <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="../../../../quarks/topology/plumbing/PlumbingStreams.html" title="class in quarks.topology.plumbing">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?quarks/topology/plumbing/class-use/PlumbingStreams.html" target="_top">Frames</a></li> <li><a href="PlumbingStreams.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 quarks.topology.plumbing.PlumbingStreams" class="title">Uses of Class<br>quarks.topology.plumbing.PlumbingStreams</h2> </div> <div role="main" title ="Uses of Class quarks.topology.plumbing.PlumbingStreams" aria-label ="quarks.topology.plumbing.PlumbingStreams"/> <div class="classUseContainer">No usage of quarks.topology.plumbing.PlumbingStreams</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div role="navigation" title ="Bottom_NAVIGATION" aria-label ="Bottom Navigation Bar"/> <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="../../../../quarks/topology/plumbing/PlumbingStreams.html" title="class in quarks.topology.plumbing">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><a href="http://quarks-edge.github.io">quarks-edge community @ github.com</a></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?quarks/topology/plumbing/class-use/PlumbingStreams.html" target="_top">Frames</a></li> <li><a href="PlumbingStreams.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 ======= --> <div role="contentinfo" title ="contentinfo_title" aria-label ="Contains footer note"/> <p class="legalCopy"><small>Copyright IBM 2015,2016 - 2f6ad0e-20160307-0902</small></p> </body> </html>
queeniema/incubator-edgent-website
site/javadoc/r0.4.0/quarks/topology/plumbing/class-use/PlumbingStreams.html
HTML
apache-2.0
4,976
<div php-extends="base"></div> <div php-block="main" class="container"> <div class="row"> <div class="col-md-8"> <div class="item" php-repeat="$list as $article"> <h2>{$article.title}</h2> <div>{$article.content}</div> <hr /> </div> <nav php-include="page"></nav> </div> <div class="col-md-4"> <h4>文章分类</h4> <ul> <li php-repeat="$category as $cate"> <a href="#cate={$cate.id}">{$cate.title}</a> </li> </ul> </div> </div> </div>
wlj0517/php
vendor/topthink/think-angular/test/view/blog.html
HTML
apache-2.0
645
<!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) on Mon Mar 07 09:03:16 PST 2016 --> <title>Options (Quarks v0.4.0)</title> <meta name="date" content="2016-03-07"> <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="Options (Quarks v0.4.0)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div role="navigation" title ="TOP_Navigation" aria-label ="Top Navigation Bar"/> <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="class-use/Options.html">Use</a></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="../../../quarks/samples/connectors/MsgSupplier.html" title="class in quarks.samples.connectors"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../quarks/samples/connectors/Util.html" title="class in quarks.samples.connectors"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?quarks/samples/connectors/Options.html" target="_top">Frames</a></li> <li><a href="Options.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div role="main" title ="Options" aria-labelledby ="Header1"/> <div class="header"> <div class="subTitle">quarks.samples.connectors</div> <h2 title="Class Options" class="title" id="Header1">Class Options</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>quarks.samples.connectors.Options</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">Options</span> extends java.lang.Object</pre> <div class="block">Simple command option processor.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../quarks/samples/connectors/Options.html#Options--">Options</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/samples/connectors/Options.html#addHandler-java.lang.String-quarks.function.Function-T-">addHandler</a></span>(java.lang.String&nbsp;opt, <a href="../../../quarks/function/Function.html" title="interface in quarks.function">Function</a>&lt;java.lang.String,T&gt;&nbsp;cvtFn, T&nbsp;dflt)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/samples/connectors/Options.html#addHandler-java.lang.String-quarks.function.Function-">addHandler</a></span>(java.lang.String&nbsp;opt, <a href="../../../quarks/function/Function.html" title="interface in quarks.function">Function</a>&lt;java.lang.String,T&gt;&nbsp;cvtFn)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/samples/connectors/Options.html#get-java.lang.String-T-">get</a></span>(java.lang.String&nbsp;opt, T&nbsp;dflt)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/samples/connectors/Options.html#get-java.lang.String-">get</a></span>(java.lang.String&nbsp;opt)</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>java.util.Set&lt;java.util.Map.Entry&lt;java.lang.String,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/samples/connectors/Options.html#getAll--">getAll</a></span>()</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/samples/connectors/Options.html#processArgs-java.lang.String:A-">processArgs</a></span>(java.lang.String[]&nbsp;args)</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../quarks/samples/connectors/Options.html#put-java.lang.String-java.lang.Object-">put</a></span>(java.lang.String&nbsp;opt, java.lang.Object&nbsp;value)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Options--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Options</h4> <pre>public&nbsp;Options()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addHandler-java.lang.String-quarks.function.Function-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addHandler</h4> <pre>public&nbsp;&lt;T&gt;&nbsp;void&nbsp;addHandler(java.lang.String&nbsp;opt, <a href="../../../quarks/function/Function.html" title="interface in quarks.function">Function</a>&lt;java.lang.String,T&gt;&nbsp;cvtFn)</pre> </li> </ul> <a name="addHandler-java.lang.String-quarks.function.Function-java.lang.Object-"> <!-- --> </a><a name="addHandler-java.lang.String-quarks.function.Function-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addHandler</h4> <pre>public&nbsp;&lt;T&gt;&nbsp;void&nbsp;addHandler(java.lang.String&nbsp;opt, <a href="../../../quarks/function/Function.html" title="interface in quarks.function">Function</a>&lt;java.lang.String,T&gt;&nbsp;cvtFn, T&nbsp;dflt)</pre> </li> </ul> <a name="processArgs-java.lang.String:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>processArgs</h4> <pre>public&nbsp;void&nbsp;processArgs(java.lang.String[]&nbsp;args)</pre> </li> </ul> <a name="get-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;get(java.lang.String&nbsp;opt)</pre> </li> </ul> <a name="get-java.lang.String-java.lang.Object-"> <!-- --> </a><a name="get-java.lang.String-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;get(java.lang.String&nbsp;opt, T&nbsp;dflt)</pre> </li> </ul> <a name="getAll--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAll</h4> <pre>public&nbsp;java.util.Set&lt;java.util.Map.Entry&lt;java.lang.String,java.lang.Object&gt;&gt;&nbsp;getAll()</pre> </li> </ul> <a name="put-java.lang.String-java.lang.Object-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>put</h4> <pre>public&nbsp;void&nbsp;put(java.lang.String&nbsp;opt, java.lang.Object&nbsp;value)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div role="navigation" title ="Bottom_NAVIGATION" aria-label ="Bottom Navigation Bar"/> <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="class-use/Options.html">Use</a></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"><a href="http://quarks-edge.github.io">quarks-edge community @ github.com</a></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../quarks/samples/connectors/MsgSupplier.html" title="class in quarks.samples.connectors"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../quarks/samples/connectors/Util.html" title="class in quarks.samples.connectors"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?quarks/samples/connectors/Options.html" target="_top">Frames</a></li> <li><a href="Options.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <div role="contentinfo" title ="contentinfo_title" aria-label ="Contains footer note"/> <p class="legalCopy"><small>Copyright IBM 2015,2016 - 2f6ad0e-20160307-0902</small></p> </body> </html>
queeniema/incubator-edgent-website
site/javadoc/r0.4.0/quarks/samples/connectors/Options.html
HTML
apache-2.0
13,832
<header>Maksymalna liczba tygodni</header> Jest to maksymalna dopuszczalna liczba tygodni pomiedzy zmianami has³a. Gdy ten okres up³ynie, u¿ytkownik zostanie poproszony o&nbsp;podanie nowego has³a podczas logowania. <hr>
webdev1001/webmin
useradmin/help/max_weeks.pl.html
HTML
bsd-3-clause
221
<title>OR match that should pass</title> <link rel=match href=red.html> <link rel=match href=green.html> <style> :root {background-color:green} </style>
youtube/cobalt
third_party/web_platform_tests/tools/wptrunner/test/testdata/reftest/reftest_or_0.html
HTML
bsd-3-clause
152
<style type="text/css"> #traceTabs a { font-size: 13px; } .tab-content .tab-pane { width: 100%; height: 100%; } .app-title { text-align:center; line-height:30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overow: ellipsis; } .timeline { width:100%; height:100%; overflow:auto; font-size:11px; padding-top:2px; } .timeline-bar { position:absolute; width:100%; border-bottom:1px solid #D3D3D3; font-family:Verdana; } .timeline-bar-selected { background-color:orange; } .timeline-bar > div { cursor:pointer; margin-top:1px; margin-bottom:1px; padding-top:2px; padding-bottom:2px; border-radius:4px; } .timeline-bar-frame { width:100%; padding-left:4px; overflow-x:visible; } .timeline-bar-frame > span { white-space:nowrap; position:relative; top:0px; } </style> <div class="navbar navbar-fixed-top" style="height:30px;min-height: 30px;background-color:#252a3a;color:#ddd;font-size:11px;"> <div class="row"> <div class="col-md-3 app-title" title="{{transactionDetail.applicationName}}" data-toggle="tooltip" data-placement="bottom">Application : {{transactionDetail.applicationName}}</div> <div class="col-md-3 app-title" title="{{transactionDetail.transactionId}}" data-toggle="tooltip" data-placement="bottom">TransactionId : {{transactionDetail.transactionId}}</div> <div class="col-md-3 app-title" title="{{transactionDetail.agentId}}" data-toggle="tooltip" data-placement="bottom">AgentId : {{transactionDetail.agentId}}</div> <div class="col-md-3 app-title" title="{{transactionDetail.applicationId}}" data-toggle="tooltip" data-placement="bottom">ApplicationName : {{transactionDetail.applicationId}}</div> </div> </div> <ul id="traceTabs" class="nav nav-tabs navbar-fixed-top" style="top:32px;"> <li class="active"><a href="#CallStacks" data-toggle="tab">Call Tree</a></li> <li><a href="#ServerMap" data-toggle="tab">Server Map</a></li> <li><a href="#Timeline" data-toggle="tab">Timeline</a></li> <li><a href ng-click="openTransactionView();">Mixed View</a></li> <li ng-show="logLinkEnable"> <a href="{{logPageUrl}}" ng-click="viewLog(logPageUrl)" style="{{loggingTransactionInfo ? '' : 'color:#BBBABA'}}">{{logButtonName}}</a> </li> <li style="padding-left:10px;padding-top:1px;"> <div class="input-group" style="width:220px"> <span class="input-group-addon">Self >=</span> <input type="number" class="form-control" placeholder="1000(ms)" ng-model="searchMinTime" style="background-color:beige"> <span class="input-group-btn"><button class="btn btn-default btn-info" type="button" ng-click="searchCall()"><span class="glyphicon glyphicon-search" aria-hidden="true"></span><span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span></button></span> </div> </li> <li style="padding-top:8px;padding-left:10px;color:#FF0000"><span>{{searchMessage}}</span></li> <li style="position: absolute; top: 6px; right: 10px;"> <span class="glyphicon glyphicon-question-sign callTreeTooltip" style="cursor:pointer;font-size:15px;top:4px;padding-right:10px;"></span> <span class="label" ng-class="completeStateClass"><span class="glyphicon glyphicon-refresh"></span> {{transactionDetail.completeState}}</span> <button ng-click="openInNewWindow();$event.stopPropagation()" class="btn btn-default btn-xs" target="_blank" title="New Window" data-toggle="tooltip" data-placement="left"><span class="glyphicon glyphicon-share"></span></button> </li> </ul> <div class="tab-content" style="width:100%;height:100%;overflow:auto;"> <div class="tab-pane active" id="CallStacks"> <!-- begin new call stack --> <!--<call-stacks namespace="forTransactionDetail"></call-stacks>--> <distributed-call-flow-directive namespace="forTransactionDetail"></distributed-call-flow-directive> <div ng-include=" 'error' "></div> <div ng-include=" 'warning' "></div> <div ng-include=" 'info' "></div> <div ng-include=" 'loading' "></div> </div> <div class="tab-pane" id="ServerMap"> <span class="label label-danger"><span class="glyphicon glyphicon-exclamation-sign"></span> Technical Preview</span> <server-map-directive></server-map-directive> </div> <div class="tab-pane" id="Timeline"> <timeline-directive></timeline-directive> </div> <div class="tab-pane" id="Details"> <!-- begin details --> <table id="businessTransactions" class="table table-bordered table-hover" style="font-size:12px;"> <thead> <tr> <th>#</th> <th>Action</th> <th>Arguments</th> <th>EndPoint</th> <th>Total[ms]</th> <th>Application</th> <th>Agent</th> </tr> </thead> <tbody> </tbody> </table> </div> </div>
masonmei/pinpoint
web/src/main/webapp/pages/transactionDetail/transactionDetail.html
HTML
apache-2.0
5,206
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Core\Template\Element\SearchLoopInterface | Thelia 2 API</title> <link rel="stylesheet" type="text/css" href="../../../../css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../../../../css/bootstrap-theme.min.css"> <link rel="stylesheet" type="text/css" href="../../../../css/sami.css"> <script src="../../../../js/jquery-1.11.1.min.js"></script> <script src="../../../../js/bootstrap.min.js"></script> <script src="../../../../js/typeahead.min.js"></script> <script src="../../../../sami.js"></script> <meta name="MobileOptimized" content="width"> <meta name="HandheldFriendly" content="true"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> </head> <body id="class" data-name="class:Thelia_Core_Template_Element_SearchLoopInterface" data-root-path="../../../../"> <div id="content"> <div id="left-column"> <div id="control-panel"> <form id="search-form" action="../../../../search.html" method="GET"> <span class="glyphicon glyphicon-search"></span> <input name="search" class="typeahead form-control" type="search" placeholder="Search"> </form> </div> <div id="api-tree"></div> </div> <div id="right-column"> <nav id="site-nav" class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../index.html">Thelia 2 API</a> </div> <div class="collapse navbar-collapse" id="navbar-elements"> <ul class="nav navbar-nav"> <li><a href="../../../../classes.html">Classes</a></li> <li><a href="../../../../namespaces.html">Namespaces</a></li> <li><a href="../../../../interfaces.html">Interfaces</a></li> <li><a href="../../../../traits.html">Traits</a></li> <li><a href="../../../../doc-index.html">Index</a></li> <li><a href="../../../../search.html">Search</a></li> </ul> </div> </div> </nav> <div class="namespace-breadcrumbs"> <ol class="breadcrumb"> <li><span class="label label-default">interface</span></li> <li><a href="../../../../Thelia.html">Thelia</a></li> <li><a href="../../../../Thelia/Core.html">Core</a></li> <li><a href="../../../../Thelia/Core/Template.html">Template</a></li> <li><a href="../../../../Thelia/Core/Template/Element.html">Element</a></li> <li>SearchLoopInterface</li> </ol> </div> <div id="page-content"> <div class="page-header"> <h1>SearchLoopInterface</h1> </div> <p> interface <strong>SearchLoopInterface</strong> </p> <h2>Constants</h2> <table class="table table-condensed"> <tr> <td>MODE_ANY_WORD</td> <td class="last"> <p><em></em></p> <p></p> </td> </tr> <tr> <td>MODE_SENTENCE</td> <td class="last"> <p><em></em></p> <p></p> </td> </tr> <tr> <td>MODE_STRICT_SENTENCE</td> <td class="last"> <p><em></em></p> <p></p> </td> </tr> </table> <h2>Methods</h2> <div class="container-fluid underlined"> <div class="row"> <div class="col-md-2 type"> array </div> <div class="col-md-8 type"> <a href="#method_getSearchIn">getSearchIn</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_doSearch">doSearch</a>($search, $searchTerm, $searchIn, $searchCriteria) <p class="no-description">No description</p> </div> <div class="col-md-2"></div> </div> </div> <h2>Details</h2> <div id="method-details"> <div class="method-item"> <h3 id="method_getSearchIn"> <div class="location">at line 29</div> <code> array <strong>getSearchIn</strong>()</code> </h3> <div class="details"> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> array</td> <td>of available field to search in</td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_doSearch"> <div class="location">at line 31</div> <code> <strong>doSearch</strong>($search, $searchTerm, $searchIn, $searchCriteria)</code> </h3> <div class="details"> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td></td> <td>$search</td> <td></td> </tr> <tr> <td></td> <td>$searchTerm</td> <td></td> </tr> <tr> <td></td> <td>$searchIn</td> <td></td> </tr> <tr> <td></td> <td>$searchCriteria</td> <td></td> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>. </div> </div> </div> </body> </html>
sitecrafting/thelia.github.io
api/2.3/Thelia/Core/Template/Element/SearchLoopInterface.html
HTML
mit
7,603