text
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> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>antivalence: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / antivalence - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> antivalence <small> 1.0.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-22 06:02:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 06:02:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;A Coq plugin to generate type-inequality axioms for inductive definitions&quot; description: &quot;&quot;&quot; Antivalence generates universally-quantified type inequality axioms, letting you treat the set of inductive definitions in your program as a closed inductive definition itself. &quot;&quot;&quot; homepage: &quot;https://github.com/ivanbakel/coq-antivalence&quot; dev-repo: &quot;git+https://github.com/ivanbakel/coq-antivalence.git&quot; bug-reports: &quot;https://github.com/ivanbakel/coq-antivalence/issues&quot; maintainer: &quot;[email protected]&quot; authors: [ &quot;Isaac van Bakel&quot; ] license: &quot;MIT&quot; depends: [ &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] url { src: &quot;https://github.com/ivanbakel/coq-antivalence/archive/1.0.0.tar.gz&quot; checksum: &quot;sha256=a367cf9cd74b5fc644a23a802e695646ff688869363812295472f9baba60021f&quot; } tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Antivalence&quot; &quot;date:2020-05-06&quot; ] </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-antivalence.1.0.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.2). The following dependencies couldn&#39;t be met: - coq-antivalence -&gt; coq &gt;= 8.11 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-antivalence.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.2/antivalence/1.0.0.html
HTML
mit
7,052
<!DOCTYPE HTML> <html> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#1F1D32"/> <head> <title>Welcome to Avalon!</title> <link rel="stylesheet" href="/static/style.css" type="text/css"> </head> <body> <div id="container"> <h1>Avalon</h1> <p>你这个 id 是新号,请设置你的 昵称</p> <p> <form action="/set_nick_name" method="GET"> <input type="text" name="uid" value="{{ uid }}" readonly="readonly"/> </br> <input type="text" name="nick_name" placeholder="昵称" autocomplete = "off"/> <input type="submit" value="确定" /> </form> </p> </div> </body> </html>
drakeet/avalon-python
templates/signup.html
HTML
mit
741
{template '_header'} <style> .fui-list-media img{height:2.5rem;} </style> <div class='fui-page order-list-page'> <div class="fui-header"> <div class="fui-header-left"> <a class="back" href="{php echo mobileUrl('order')}"></a> </div> <div class="title">我的订单</div> <div class="fui-header-right"> <a class="icon icon-delete external"></a> </div> </div> {if $_GPC['status']=='4'} <div id="tab" class="fui-tab fui-tab-danger"> <a href="{php echo mobileUrl('order')}" class="external">其他订单</a> <a class='external active' data-status=''>退/换货</a> </div> {else} <div id="tab" class="fui-tab fui-tab-danger"> <a data-tab="tab" class="external {if $_GPC['status']==''}active{/if}" data-status=''>全部</a> <a data-tab="tab0" class='external {if $_GPC['status']=='0'}active{/if}' data-status='0'>待付款</a> <a data-tab="tab1" class='external {if $_GPC['status']=='1'}active{/if}' data-status='1'>待发货</a> <a data-tab="tab2" class='external {if $_GPC['status']=='2'}active{/if}' data-status='2'>待收货</a> <a data-tab="tab3" class='external {if $_GPC['status']=='3'}active{/if}' data-status='3'>已完成</a> </div> {/if} <div class='fui-content navbar order-list' > <div class='fui-content-inner'> <div class='content-empty' style='display:none;'> <i class='icon icon-lights'></i><br/>暂时没有任何订单<br/><a href="{php echo mobileUrl()}" class='btn btn-default-o external'>到处逛逛</a> </div> <div class='container'></div> <div class='infinite-loading'><span class='fui-preloader'></span><span class='text'> 正在加载...</span></div> </div> {template '_copyright'} </div> <script id='tpl_order_index_list' type='text/html'> <%each list as order%> <div class='fui-list-group order-item' data-orderid="<%order.id%>" > <%if order.merchname != ''%> <a class="fui-list external" style="padding: 0.25rem 0.5rem"; href="{php echo mobileUrl('order/detail')}&id=<%order.id%>" class="" data-nocache='true'> <div class="fui-list-inner"> <div class="subtitle"> 订单号: <%order.ordersn%></div> </div> <div class="row-remark <%order.statuscss%>" style="width: 4rem; font-size: 0.65rem;text-align: right;"><%order.statusstr%></div> <div class="angle"></div> </a> <%/if%> <%each order.goods as goodlist%> <a href="<%if order.merchid == 0%>{php echo mobileUrl()}%><%else%>{php echo mobileUrl('merch')}&merchid=<%order.merchid%><%/if%>" data-nocache='true'> <div class='fui-list-group-title lineblock'> <i class="icon icon-shop"></i> <%goodlist.shopname%> <span class='status'></span> </div> </a> <%each goodlist.goods as g%> <a href="{php echo mobileUrl('order/detail')}&id=<%order.id%>" class="external" data-nocache='true'> <div class="fui-list goods-list"> <div class="fui-list-media" style="<%if g.status==2%>padding-left:0.5rem;<%/if%>"> <img data-lazy="<%g.thumb%>" class="round"> </div> <div class="fui-list-inner"> <div class="text goodstitle"><%if g.seckill_task%><span class="fui-label fui-label-danger"><%g.seckill_task.tag%></span><%/if%><%g.title%></div> <%if g.status==2%><span class="fui-label fui-label-danger">赠品</span><%/if%> <%if g.optionid!='0'%><div class='subtitle'><%g.optiontitle%></div><%/if%> </div> <div class='fui-list-angle'> ¥<span class='marketprice'><%g.price%><br/> x<%g.total%> </div> </div> </a> <%/each%> <%/each%> <div class='fui-list-group-title lineblock'> <span class='status'>共 <span class='text-danger'><%order.goods_num%></span> 个商品 实付: <span class='text-danger'>¥<%order.price%></span></span> </div> <div class='fui-list-group-title lineblock opblock' style="height: auto;"> <span class='status'> <%if order.userdeleted==1%> <%if order.status==3 || order.status==-1%> <div class="btn btn-default btn-default-o order-deleted" data-orderid="<%order.id%>">彻底删除订单</div> <%/if%> <%if order.status==3%> <div class="btn btn-default btn-default-o order-recover" data-orderid="<%order.id%>">恢复订单</div> <%/if%> <%/if%> <%if order.userdeleted==0%> <%if order.status==0%> <div class="btn btn-default btn-default-o order-cancel">取消订单 <select data-orderid="<%order.id%>"> <option value="">不取消了</option> <option value="我不想买了">我不想买了</option> <option value="信息填写错误,重新拍">信息填写错误,重新拍</option> <option value="同城见面交易">同城见面交易</option> <option value="其他原因">其他原因</option> </select> </div> <%if order.paytype!=3%> <a class="btn btn-danger" href="{php echo mobileUrl('order/pay')}&id=<%order.id%>" data-nocache="true" >支付订单</a> <%/if%> <%/if%> <%if order.canverify&&order.status!=-1&&order.status!=0%> <div class="btn btn-default btn-default-o order-verify" data-nocache="true" data-orderid="<%order.id%>" data-verifytype="<%order.verifytype%>" style="margin-left:.5rem;" > <i class="icon icon-qrcode"></i> <span><%if order.dispatchtype==1%>我要取货<%else%>我要使用<%/if%></span> </div> <%/if%> <%if order.status==3 || order.status==-1%> <div class="btn btn-default btn-default-o order-delete" data-orderid="<%order.id%>">删除订单</div> <%/if%> {if empty($trade['closecomment'])} <%if order.status==3 && order.iscomment==1%> <a class="btn btn-default btn-default-o" data-nocache="true" href="{php echo mobileUrl('order/comment')}&id=<%order.id%>">追加评价</a> <%/if%> <%if order.status==3 && order.iscomment==0%> <a class="btn btn-default btn-default-o" data-nocache="true" href="{php echo mobileUrl('order/comment')}&id=<%order.id%>">评价</a> <%/if%> {/if} <%if order.status>1 && order.addressid>0%> <a class="btn btn-default" href="{php echo mobileUrl('order/express')}&id=<%order.id%>">查看物流</a> <%/if%> <%if order.status==2%> <div class="btn btn-default btn-default-o order-finish" data-orderid="<%order.id%>">确认收货</div> <%/if%> <%if order.canrefund%> <a class="btn btn-warning" data-nocache="true" href="{php echo mobileUrl('order/refund')}&id=<%order.id%>"><%if order.status==1%>申请退款<%else%>申请售后<%/if%><%if order.refundstate>0%>中<%/if%></a> <%/if%> <%/if%> </span> </div> </div> <%/each%> </script> {if com('verify')} {template 'order/verify'} {/if} <script language='javascript'>require(['biz/order/list'], function (modal) { modal.init({fromDetail:false,status:"{$_GPC['status']}",merchid:{php echo intval($_GPC['merchid'])}}); });</script> </div> {php $this->footerMenus()} {template '_footer'}
Broomspun/shanque
addons/ewei_shopv2/plugin/merch/template/mobile/default/order/index.html
HTML
mit
8,271
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Home</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Home</h1> <h3> </h3> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-container.html">container</a></li><li><a href="module-util.html">util</a></li></ul><h3>Classes</h3><ul><li><a href="Modifier.html">Modifier</a></li><li><a href="Module.html">Module</a></li></ul> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a> on Mon Feb 02 2015 16:35:10 GMT+0100 (CET) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>
ZeeCoder/clam
jsdoc/index.html
HTML
mit
1,185
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"> <title>Fruit simple</title> <meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/> <script src='lib/quintus.js'></script> <script src='lib/quintus_sprites.js'></script> <script src='lib/quintus_scenes.js'></script> <script src='lib/quintus_touch.js'></script> <script src='lib/plana.js'></script> <style> html, body { padding: 0; margin: 0; } </style> <script src="js/main.js"></script> </head> <body> </body> </html>
picacure/_sandBox
funny/fruit/index.html
HTML
mit
621
{{extend 'layout.html'}} {{ #grid['_class'] = 'web2py_grid' if not request.args: add_btn = grid.elements('div.web2py_console a.w2p_trap',replace=None)[0] add_btn['_id'] = 'w2p_grid_addbtn' add_btn['_class'] = 'w2p_trap btn' qry_pnl_rows = grid.elements('div',_class="w2p_query_row hidden") for qry_pnl_row in qry_pnl_rows: qry_pnl_btn1 = qry_pnl_row.elements('input',_value="New",replace=None)[0] qry_pnl_btn2 = qry_pnl_row.elements('input',_value="And",replace=None)[0] qry_pnl_btn3 = qry_pnl_row.elements('input',_value="Or",replace=None)[0] qry_pnl_btngrp = qry_pnl_row.elements('input',_value="Close",replace=lambda me:DIV(qry_pnl_btn1,qry_pnl_btn2,qry_pnl_btn3,me,_class="qry_pnl_btns")) pass qry_pnl = grid.elements('div#w2p_query_panel',replace=None) csl_frm = grid.elements('div.web2py_console form')[0] csl_frm['_class'] = 'form-inline' csl_frm_search = grid.elements('#web2py_keywords',replace=lambda me:DIV(me,TAG['button'](T('Search'),_class='btn',_type='submit'),TAG['button'](T('Clear'),_class='btn',_type='button',_onclick='jQuery("#web2py_keywords").val("");'),_class="input-append")) csl_frm_search_btn1 = grid.elements('input',_value="Search",replace=None) csl_frm_search_btn2 = grid.elements('input',_value="Clear",replace=None) new_console = grid.elements('div.web2py_console form',replace=lambda frm_csl:DIV(SPAN(add_btn,_class='span1'),SPAN(DIV(frm_csl,qry_pnl[0],_id='w2p_search-form'),_class='span5'),_class='row-fluid')) w2p_grid_tbl = grid.element('table') if w2p_grid_tbl: w2p_grid_tbl['_class'] = 'table table-condensed table-hover table-bordered' tbl_button_rows = grid.elements('td',_class="row_buttons") for tbl_button_row in tbl_button_rows: buttons = tbl_button_row.elements('a.w2p_trap') for button in buttons: button['_class'] = 'w2p_trap btn' pass pass export_menu = grid.element('div.w2p_export_menu') export_menu_links = export_menu.elements('a') export_menu_items = [] for link in export_menu_links: item = LI(link) export_menu_items.append(item) pass new_export_menu = DIV(A(T('Exports:'),SPAN(_class='caret'),_href='#',_class='btn dropdown-toggle',**{'_data-toggle':"dropdown"}),UL(*export_menu_items,_class='dropdown-menu'),_class='w2p_export_menu btn-group pull-left') grid_pagination = grid.element('div.web2py_paginator') if grid_pagination: export_menu = grid.element('div.w2p_export_menu',replace=None) new_grid_pagination = grid.element('div.web2py_paginator',replace=lambda me:DIV(new_export_menu,me,_class='w2p_grid_bottom_bar')) grid_pagination['_class'] = 'web2py_paginator pagination pagination-right' grid_page_active = grid.element('li.current') grid_page_active['_class'] = 'current active' else: new_grid_pagination = grid.element('div.w2p_export_menu',replace=DIV(new_export_menu)) pass records_counter = grid.element('div.web2py_counter') records_found = int(records_counter[0].partition('records')[0].strip()) paginate = 5 # TODO: get it from the controller pages = records_found/paginate tot_pages = pages if records_found%paginate == 0 else pages+1 current_page = int(request.vars.page) if request.vars.page else 1 end_record = paginate*current_page if current_page < tot_pages else records_found begin_record = 1 if current_page == 1 else (paginate*(current_page-1))+1 rec = "records" if records_found>1 else "record" record_shown_in_the_page = T("Showing %s to %s of %s %s found")%(begin_record,end_record,records_found,rec) new_record_counter = grid.element('div.web2py_counter',replace=DIV(record_shown_in_the_page,_class="web2py_counter span6 pull-right")) pass elif request.args(0)=='new': bck_btn = grid.element('div.web2py_grid span.leftarrow').parent bck_btn['_id'] = 'w2p_grid_bckbtn' bck_btn['_class'] = 'w2p_trap btn' frm = grid.element('div.web2py_grid form') frm['_class'] = 'web2py_form span4 well well-small' checkbox_lbl = frm.element('label',_for='auth_user_is_manager') checkbox_inp = frm.element(_name='is_manager',replace=CAT()) checkbox_lbl[0] = checkbox_inp checkbox_lbl[1] = 'Is Manager' checkbox_lbl['_class'] = "checkbox" inp_smt = frm.element('input',_type='submit',replace=TAG['button'](T('Submit'),_type='submit',_class='btn')) new_form_flds = [] frm_trs = frm.elements('tr') for tr in frm_trs: label = tr[0][0] input = tr[1][0] help = tr[2][0] new_form_flds.append(label) new_form_flds.append(input) new_form_flds.append(help) pass new_frm_content = frm.element('table',replace=CAT(*new_form_flds)) new_frm = grid.element('div.web2py_grid form',replace=lambda me:DIV(me,_class='row-fluid')) elif request.args(0)=='view': bck_btn = grid.element('div.web2py_grid span.leftarrow').parent bck_btn['_id'] = 'w2p_grid_bckbtn' bck_btn['_class'] = 'w2p_trap btn' pen_btn = grid.element('div.web2py_grid span.pen').parent pen_btn['_id'] = 'w2p_grid_penbtn' pen_btn['_class'] = 'w2p_trap btn' frm = grid.element('div.web2py_grid form') frm['_class'] = 'web2py_form span4 well well-small' checkbox_lbl = frm.element('label',_for='auth_user_is_manager') checkbox_inp = frm.element(_name='is_manager',replace=CAT()) checkbox_lbl[0] = checkbox_inp checkbox_lbl[1] = 'Is Manager' checkbox_lbl['_class'] = "checkbox" new_form_flds = [] frm_trs = frm.elements('tr') for tr in frm_trs: label = tr[0][0] input = tr[1][0] help = tr[2][0] new_form_flds.append(label) if len(input) > 0 : new_form_flds.append(SPAN(input,_class='uneditable-input')) pass new_form_flds.append(help) pass new_frm_content = frm.element('table',replace=CAT(*new_form_flds)) new_frm = grid.element('div.web2py_grid form',replace=lambda me:DIV(me,_class='row-fluid')) elif request.args(0)=='edit': bck_btn = grid.element('div.web2py_grid span.leftarrow').parent bck_btn['_id'] = 'w2p_grid_bckbtn' bck_btn['_class'] = 'w2p_trap btn' viw_btn = grid.element('div.web2py_grid span.magnifier').parent viw_btn['_id'] = 'w2p_grid_viwbtn' viw_btn['_class'] = 'w2p_trap btn' frm = grid.element('div.web2py_grid form') frm['_class'] = 'web2py_form span4 well well-small' checkbox_lbl = frm.element('label',_for='auth_user_is_manager') checkbox_inp = frm.element(_name='is_manager',replace=CAT()) checkbox_lbl[0] = checkbox_inp checkbox_lbl[1] = 'Is Manager' checkbox_lbl['_class'] = "checkbox" checkbox1_lbl = frm.element('label',_for='delete_record') checkbox1_inp = frm.element(_id='delete_record',replace=CAT()) checkbox1_lbl[0] = checkbox1_inp checkbox1_lbl[1] = T('Check to delete') checkbox1_lbl['_class'] = "checkbox" inp_smt = frm.element('input',_type='submit',replace=TAG['button'](T('Submit'),_type='submit',_class='btn')) id_input = frm.element(_id='auth_user_id') id_input['_class'] = 'uneditable-input' new_form_flds = [] frm_trs = frm.elements('tr') for tr in frm_trs: label = tr[0][0] input = tr[1][0] help = tr[2][0] new_form_flds.append(label) print label new_form_flds.append(input) new_form_flds.append(help) pass new_frm_content = frm.element('table',replace=CAT(*new_form_flds)) new_frm = grid.element('div.web2py_grid form',replace=lambda me:DIV(me,_class='row-fluid')) pass }} <h2>{{=T('Manage Admin Users/Students')}}</h2> {{=grid}}
ccpgames/eve-metrics
web2py/applications/admin/views/default/manage_students.html
HTML
mit
7,397
<html> <head> <title>OPR/19.0.1325.0 OMI/4.1.4.54, KreaTV/0.19090.0.0 (ARRIS, VMS1100, wired)</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> OPR/19.0.1325.0 OMI/4.1.4.54, KreaTV/0.19090.0.0 (ARRIS, VMS1100, wired) <p> Detected by 4 of 8 providers<br /> As bot detected by 0 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Opera Next 19.0.1325.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => Opera Next [version] => 19.0.1325.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Opera 19.0</td><td>Blink </td><td> </td><td>ARRIS</td><td>VMS1100</td><td>tv</td><td></td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Opera [short_name] => OP [version] => 19.0 [engine] => Blink ) [operatingSystem] => Array ( ) [device] => Array ( [brand] => AS [brandName] => ARRIS [model] => VMS1100 [device] => 5 [deviceName] => tv ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => 1 [isDesktop] => [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Opera Devices 4.1</td><td> </td><td> </td><td>Arris</td><td>VMS1100 KreaTV</td><td>television</td><td></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Opera Devices [version] => 4.1 [type] => browser ) [device] => Array ( [type] => television [manufacturer] => Arris [model] => VMS1100 [series] => KreaTV ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td></td><td></td><td>Desktop</td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => true [is_largescreen] => true [is_mobile] => false [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => Opera Software Opera [form_factor] => Desktop [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Opera Software [model_name] => Opera [unique] => true [ununiqueness_handler] => [is_wireless_device] => false [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Desktop [mobile_browser] => Opera [mobile_browser_version] => 19.0 [device_os_version] => [pointing_method] => mouse [release_date] => 2012_june [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => false [softkey_support] => false [table_support] => false [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => false [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => none [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => true [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => true [xhtml_select_as_radiobutton] => true [xhtml_select_as_popup] => true [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => none [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => false [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 800 [resolution_height] => 600 [columns] => 120 [max_image_width] => 800 [max_image_height] => 600 [rows] => 200 [physical_screen_width] => 400 [physical_screen_height] => 400 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3200 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => false [max_deck_size] => 100000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => false [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => html4 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => true [jqm_grade] => A [is_sencha_touch_ok] => true [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:41:44</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v3/user-agent-detail/56/14/5614af03-2269-4ba7-af9f-13f083bc7bec.html
HTML
mit
31,179
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Inspiration &mdash; Miruken.Mediate documentation</title> <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="../../_static/banner.css" type="text/css" /> <link rel="index" title="Index" href="../../genindex.html"/> <link rel="search" title="Search" href="../../search.html"/> <link rel="top" title="Miruken.Mediate documentation" href="../../index.html"/> <link rel="prev" title="Configuring Castle Windsor" href="configuringCastleWindsor.html"/> <script src="../../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../../index.html" class="icon icon-home"> Miruken.Mediate </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <p class="caption"><span class="caption-text">Table of Contents</span></p> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="overview.html">Overview</a><ul> <li class="toctree-l2"><a class="reference internal" href="overview.html#source-code">Source Code</a></li> <li class="toctree-l2"><a class="reference internal" href="overview.html#installation">Installation</a></li> <li class="toctree-l2"><a class="reference internal" href="overview.html#mediator-pattern">Mediator Pattern</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="requestAndResponse.html">Request And Response</a></li> <li class="toctree-l1"><a class="reference internal" href="handler.html">Handler</a></li> <li class="toctree-l1"><a class="reference internal" href="send.html">Send</a></li> <li class="toctree-l1"><a class="reference internal" href="publish.html">Publish</a></li> <li class="toctree-l1"><a class="reference internal" href="pipeline.html">Pipeline</a></li> <li class="toctree-l1"><a class="reference internal" href="validation.html">Validation</a></li> <li class="toctree-l1"><a class="reference internal" href="outline.html">Outline</a><ul> <li class="toctree-l2"><a class="reference internal" href="outline.html#imiddleware">IMiddleWare</a><ul> <li class="toctree-l3"><a class="reference internal" href="outline.html#logging">Logging</a></li> <li class="toctree-l3"><a class="reference internal" href="outline.html#validation">Validation</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="outline.html#decorators">Decorators</a><ul> <li class="toctree-l3"><a class="reference internal" href="outline.html#cached">Cached</a></li> <li class="toctree-l3"><a class="reference internal" href="outline.html#oneway">OneWay</a></li> <li class="toctree-l3"><a class="reference internal" href="outline.html#route">Route</a></li> </ul> </li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="configuringCastleWindsor.html">Configuring Castle Windsor</a><ul> <li class="toctree-l2"><a class="reference internal" href="configuringCastleWindsor.html#installing-mediator">Installing Mediator</a></li> <li class="toctree-l2"><a class="reference internal" href="configuringCastleWindsor.html#installing-validation-middleware">Installing Validation Middleware</a></li> </ul> </li> <li class="toctree-l1 current"><a class="current reference internal" href="#">Inspiration</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../../index.html">Miruken.Mediate</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../index.html">Docs</a> &raquo;</li> <li>Inspiration</li> <li class="wy-breadcrumbs-aside"> <a href="../../_sources/article/en-US/inspiration.rst.txt" rel="nofollow"> View page source</a> </li> </ul> <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> <a href="configuringCastleWindsor.html" class="btn btn-neutral" title="Configuring Castle Windsor" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="inspiration"> <h1>Inspiration<a class="headerlink" href="#inspiration" title="Permalink to this headline">¶</a></h1> <p>Miruken Mediator was inspired by Jimmy Bogard&#8217;s <a class="reference external" href="https://github.com/jbogard/MediatR">MediatR</a> project. We used it for more than 2 years before deciding to build a mediator impelementation in Miruken.</p> </div> </div> <div class="articleComments"> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="configuringCastleWindsor.html" class="btn btn-neutral" title="Configuring Castle Windsor" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2017-2018, Miruken. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions"> <span class="rst-current-version" data-toggle="rst-current-version"> <span class="fa fa-book"> Other Versions</span> v: 2.0.21 <span class="fa fa-caret-down"></span> </span> <div class="rst-other-versions"> <dl> <dt>Tags</dt> <dd><a href="../../../1.6.3/article/en-US/inspiration.html">1.6.3</a></dd> <dd><a href="../../../1.6.4/article/en-US/inspiration.html">1.6.4</a></dd> <dd><a href="../../../1.6.5/article/en-US/inspiration.html">1.6.5</a></dd> <dd><a href="../../../2.0.0/article/en-US/inspiration.html">2.0.0</a></dd> <dd><a href="../../../2.0.1/article/en-US/inspiration.html">2.0.1</a></dd> <dd><a href="../../../2.0.10/article/en-US/inspiration.html">2.0.10</a></dd> <dd><a href="../../../2.0.11/article/en-US/inspiration.html">2.0.11</a></dd> <dd><a href="../../../2.0.12/article/en-US/inspiration.html">2.0.12</a></dd> <dd><a href="../../../2.0.13/article/en-US/inspiration.html">2.0.13</a></dd> <dd><a href="../../../2.0.14/article/en-US/inspiration.html">2.0.14</a></dd> <dd><a href="../../../2.0.15/article/en-US/inspiration.html">2.0.15</a></dd> <dd><a href="../../../2.0.16/article/en-US/inspiration.html">2.0.16</a></dd> <dd><a href="../../../2.0.17/article/en-US/inspiration.html">2.0.17</a></dd> <dd><a href="../../../2.0.18/article/en-US/inspiration.html">2.0.18</a></dd> <dd><a href="../../../2.0.19/article/en-US/inspiration.html">2.0.19</a></dd> <dd><a href="../../../2.0.2/article/en-US/inspiration.html">2.0.2</a></dd> <dd><a href="../../../2.0.20/article/en-US/inspiration.html">2.0.20</a></dd> <dd><a href="inspiration.html">2.0.21</a></dd> <dd><a href="../../../2.0.22/article/en-US/inspiration.html">2.0.22</a></dd> <dd><a href="../../../2.0.23/article/en-US/inspiration.html">2.0.23</a></dd> <dd><a href="../../../2.0.24/article/en-US/inspiration.html">2.0.24</a></dd> <dd><a href="../../../2.0.3/article/en-US/inspiration.html">2.0.3</a></dd> <dd><a href="../../../2.0.4/article/en-US/inspiration.html">2.0.4</a></dd> <dd><a href="../../../2.0.5/article/en-US/inspiration.html">2.0.5</a></dd> <dd><a href="../../../2.0.6/article/en-US/inspiration.html">2.0.6</a></dd> <dd><a href="../../../2.0.7/article/en-US/inspiration.html">2.0.7</a></dd> <dd><a href="../../../2.0.8/article/en-US/inspiration.html">2.0.8</a></dd> <dd><a href="../../../2.0.9/article/en-US/inspiration.html">2.0.9</a></dd> </dl> <dl> <dt>Branches</dt> <dd><a href="../../../develop/article/en-US/inspiration.html">develop</a></dd> <dd><a href="../../../master/article/en-US/inspiration.html">master</a></dd> </dl> </div> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../../', VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <script type="text/javascript" src="../../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
miruken/miruken.github.io
documentation/versions/miruken-dotnet/Miruken.Mediate/2.0.21/article/en-US/inspiration.html
HTML
mit
10,827
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-GB" class="no-js not-ie8"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Email</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <link href="../_assets/css/pure-min.css" media="all" rel="stylesheet" type="text/css"> <link href="../_assets/css/email.css" media="all" rel="stylesheet" type="text/css"> <link href="../_assets/css/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <script> var html = document.documentElement; html.className += " js-enabled"; if (!('open' in document.createElement('details'))) { document.documentElement.className += ' no-details'; } </script> <script src="../_assets/js/vendor/modernizr-custom.js"></script> </head> <body> <div id="layout" class="content pure-g"> <div id="nav" class="pure-u"> <a href="#" class="nav-menu-button">Menu</a> <div class="nav-inner"> <button class="primary-button pure-button">Compose</button> <div class="pure-menu"> <ul class="pure-menu-list"> <li class="pure-menu-item"><a href="#" class="pure-menu-link">Inbox <span class="email-count">(2)</span></a></li> <li class="pure-menu-item"><a href="#" class="pure-menu-link">Important</a></li> <li class="pure-menu-item"><a href="#" class="pure-menu-link">Sent</a></li> <li class="pure-menu-item"><a href="#" class="pure-menu-link">Drafts</a></li> <li class="pure-menu-item"><a href="#" class="pure-menu-link">Trash</a></li> <li class="pure-menu-heading">Labels</li> <li class="pure-menu-item"><a href="#" class="pure-menu-link"><span class="email-label-personal"></span>Personal</a></li> <li class="pure-menu-item"><a href="#" class="pure-menu-link"><span class="email-label-work"></span>Work</a></li> <li class="pure-menu-item"><a href="#" class="pure-menu-link"><span class="email-label-travel"></span>Travel</a></li> </ul> </div> </div> </div> <div id="list" class="pure-u-1"> <div class="email-item email-item-selected pure-g"> <div class="pure-u"> </div> <div class="pure-u-3-4"> <h5 class="email-name">Fast Track apprenticeship team</h5> <h4 class="email-subject">Time has run out for your online tests</h4> <p class="email-desc"> Your online tests have expired and you can no longer take the tests </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> </div> <div class="pure-u-3-4"> <h5 class="email-name">Eric Ferraiuolo</h5> <h4 class="email-subject">Re: Lorem ipsum dolor.</h4> <p class="email-desc"> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eaque! </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> </div> <div class="pure-u-3-4"> <h5 class="email-name">John Smith</h5> <h4 class="email-subject">Lorem ipsum dolor sit amet, consectetur.</h4> <p class="email-desc"> Duis aute irure dolor in reprehenderit in voluptate velit essecillum dolore eu fugiat nulla. </p> </div> </div> <div class="email-item pure-g"> <div class="pure-u"> </div> <div class="pure-u-3-4"> <h5 class="email-name">Reid Burke</h5> <h4 class="email-subject">Re: Lorem ipsum dolor sit amet.</h4> <p class="email-desc"> Excepteur sint occaecat cupidatat non proident, sunt in culpa. </p> </div> </div> <div class="email-item pure-g"> <div class="pure-u"> </div> <div class="pure-u-3-4"> <h5 class="email-name">Andrew Wooldridge</h5> <h4 class="email-subject">Lorem ipsum dolor sit.</h4> <p class="email-desc"> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip. </p> </div> </div> <div class="email-item pure-g"> <div class="pure-u"> </div> <div class="pure-u-3-4"> <h5 class="email-name">Yahoo! Finance</h5> <h4 class="email-subject">How to protect your finances from winter storms</h4> <p class="email-desc"> Mauris tempor mi vitae sem aliquet pharetra. Fusce in dui purus, nec malesuada mauris. </p> </div> </div> <div class="email-item pure-g"> <div class="pure-u"> </div> <div class="pure-u-3-4"> <h5 class="email-name">Yahoo! News</h5> <h4 class="email-subject">Summary for April 3rd, 2012</h4> <p class="email-desc"> We found 10 news articles that you may like. </p> </div> </div> </div> <div id="main" class="pure-u-1"> <div class="email-content"> <div class="email-content-header pure-g"> <div class="pure-u-1-2"> <h1 class="email-content-title">Time has run out for your online tests</h1> <p class="email-content-subtitle"> From <b>Fast Track apprenticeship team</b> at <span>3:56pm on 10 April 2016</span> </p> </div> <div class="email-content-controls pure-u-1-2"> <button class="secondary-button pure-button">Reply</button> <button class="secondary-button pure-button">Forward</button> <button class="secondary-button pure-button">Move to</button> </div> </div> <div class="email-content-body"> <div style="background: black;"> <div style="max-width: 600px; margin: 0 auto; padding: 5px 0; color: white;"> <div style="font-size: 32px;"><span style="display: inline-block; position: relative; width: 45px; height: 32px;"><img style="position: absolute; top: 4px;" src="../_assets/img/gov.uk_logotype_crown.png" alt="Crown" height="32";></span>GOV.UK</div> </div> </div> <div style="max-width: 600px; margin: 0 auto;"> <p>Dear John</p> <p>Unfortunately the 7 days you had to complete the tests have expired.</p> <p>Sign in to your home page to find out more information.<br> (<a href="/fasttrack/profile-signin.html?Status=testsexpired">https://www.apply-civil-service-apprenticeship.service.gov.uk/csr-fast-track/signin</a>)</p> <p>Thanks</p> <p>Fast Track apprenticeship team</p> <br> <p>If you need more help, call us on 03000 54 22 11.</p> <p>Do not reply to this email</p></div> </div> </div> </div> </div> <!-- <script src="http://yui.yahooapis.com/3.17.2/build/yui/yui-min.js"></script> --> </body> </html>
valtech-uk/csr-fasttrack-ui
www/tests/email-testsexpired.html
HTML
mit
7,782
<div class="commune_descr limited"> <p> Curzon est un village situé dans le département de Vendée en Pays de la Loire. Elle totalisait 429 habitants en 2008.</p> <p>À coté de Curzon sont positionnées géographiquement les communes de <a href="{{VLROOT}}/immobilier/givre_85101/">Le&nbsp;Givre</a> à 7&nbsp;km, 358 habitants, <a href="{{VLROOT}}/immobilier/champ-saint-pere_85050/">Le&nbsp;Champ-Saint-Père</a> à 7&nbsp;km, 1&nbsp;506 habitants, <a href="{{VLROOT}}/immobilier/magnils-reigniers_85131/">Les&nbsp;Magnils-Reigniers</a> à 7&nbsp;km, 1&nbsp;443 habitants, <a href="{{VLROOT}}/immobilier/saint-cyr-en-talmondais_85206/">Saint-Cyr-en-Talmondais</a> localisée à 2&nbsp;km, 386 habitants, <a href="{{VLROOT}}/immobilier/saint-benoist-sur-mer_85201/">Saint-Benoist-sur-Mer</a> à 4&nbsp;km, 338 habitants, <a href="{{VLROOT}}/immobilier/grues_85104/">Grues</a> localisée à 5&nbsp;km, 743 habitants, entre autres. De plus, Curzon est située à seulement 26&nbsp;km de <a href="{{VLROOT}}/immobilier/roche-sur-yon_85191/">La&nbsp;Roche-sur-Yon</a>.</p> <p>La ville propose quelques aménagements, elle propose entre autres un terrain de tennis.</p> <p>Si vous pensez demenager à Curzon, vous pourrez aisément trouver une maison à vendre. </p> <p>Le parc de logements, à Curzon, se décomposait en 2011 en quatre appartements et 329 maisons soit un marché relativement équilibré.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/85077.html
HTML
mit
1,436
<!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_111) on Sat Feb 11 11:16:37 CST 2017 --> <title>All Classes</title> <meta name="date" content="2017-02-11"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <h1 class="bar">All&nbsp;Classes</h1> <div class="indexContainer"> <ul> <li><a href="structures/graph/unweighted/directed/AdjacencyList.html" title="class in structures.graph.unweighted.directed" target="classFrame">AdjacencyList</a></li> <li><a href="structures/graph/unweighted/directed/AdjacencyMatrix.html" title="class in structures.graph.unweighted.directed" target="classFrame">AdjacencyMatrix</a></li> <li><a href="structures/graph/unweighted/directed/ALVertex.html" title="class in structures.graph.unweighted.directed" target="classFrame">ALVertex</a></li> <li><a href="structures/list/ArrayLinearList.html" title="class in structures.list" target="classFrame">ArrayLinearList</a></li> <li><a href="structures/matrix/ArrayMatrix.html" title="class in structures.matrix" target="classFrame">ArrayMatrix</a></li> <li><a href="structures/queue/ArrayQueue.html" title="class in structures.queue" target="classFrame">ArrayQueue</a></li> <li><a href="structures/queue/ArrayQueue.CircularArray.html" title="class in structures.queue" target="classFrame">ArrayQueue.CircularArray</a></li> <li><a href="structures/tree/AVL.html" title="class in structures.tree" target="classFrame">AVL</a></li> <li><a href="structures/heap/BinaryHeap.html" title="class in structures.heap" target="classFrame">BinaryHeap</a></li> <li><a href="structures/heap/BinaryHeap.HeapType.html" title="enum in structures.heap" target="classFrame">BinaryHeap.HeapType</a></li> <li><a href="structures/node/BinaryTreeNode.html" title="class in structures.node" target="classFrame">BinaryTreeNode</a></li> <li><a href="structures/tree/BST.html" title="class in structures.tree" target="classFrame">BST</a></li> <li><a href="structures/tree/BST.BSTNode.html" title="class in structures.tree" target="classFrame">BST.BSTNode</a></li> <li><a href="hdb/table/column/Column.html" title="class in hdb.table.column" target="classFrame">Column</a></li> <li><a href="hdb/table/column/ColumnList.html" title="interface in hdb.table.column" target="classFrame"><span class="interfaceName">ColumnList</span></a></li> <li><a href="hdb/Database.html" title="class in hdb" target="classFrame">Database</a></li> <li><a href="structures/matrix/DiagonalMatrix.html" title="class in structures.matrix" target="classFrame">DiagonalMatrix</a></li> <li><a href="structures/dict/Dict.html" title="interface in structures.dict" target="classFrame"><span class="interfaceName">Dict</span></a></li> <li><a href="structures/list/DoublyLinkedList.html" title="class in structures.list" target="classFrame">DoublyLinkedList</a></li> <li><a href="structures/node/DoublyLinkedNode.html" title="class in structures.node" target="classFrame">DoublyLinkedNode</a></li> <li><a href="structures/graph/Edge.html" title="class in structures.graph" target="classFrame">Edge</a></li> <li><a href="expensesdb/ExpensesDatabase.html" title="class in expensesdb" target="classFrame">ExpensesDatabase</a></li> <li><a href="structures/graph/Graph.html" title="interface in structures.graph" target="classFrame"><span class="interfaceName">Graph</span></a></li> <li><a href="hdb/table/column/HarambeColumnList.html" title="class in hdb.table.column" target="classFrame">HarambeColumnList</a></li> <li><a href="hdb/table/row/HarambeRow.html" title="class in hdb.table.row" target="classFrame">HarambeRow</a></li> <li><a href="hdb/HarambException.html" title="class in hdb" target="classFrame">HarambException</a></li> <li><a href="structures/heap/Heap.html" title="interface in structures.heap" target="classFrame"><span class="interfaceName">Heap</span></a></li> <li><a href="structures/node/KeyValueNode.html" title="class in structures.node" target="classFrame">KeyValueNode</a></li> <li><a href="structures/dict/LinkedDict.html" title="class in structures.dict" target="classFrame">LinkedDict</a></li> <li><a href="structures/list/LinkedList.html" title="class in structures.list" target="classFrame">LinkedList</a></li> <li><a href="structures/queue/LinkedQueue.html" title="class in structures.queue" target="classFrame">LinkedQueue</a></li> <li><a href="structures/stack/LinkedStack.html" title="class in structures.stack" target="classFrame">LinkedStack</a></li> <li><a href="structures/list/List.html" title="interface in structures.list" target="classFrame"><span class="interfaceName">List</span></a></li> <li><a href="structures/matrix/Matrix.html" title="interface in structures.matrix" target="classFrame"><span class="interfaceName">Matrix</span></a></li> <li><a href="structures/node/Node.html" title="class in structures.node" target="classFrame">Node</a></li> <li><a href="structures/dict/OpenAddressingDict.html" title="class in structures.dict" target="classFrame">OpenAddressingDict</a></li> <li><a href="structures/queue/Queue.html" title="interface in structures.queue" target="classFrame"><span class="interfaceName">Queue</span></a></li> <li><a href="hdb/table/relation/Relation.html" title="class in hdb.table.relation" target="classFrame">Relation</a></li> <li><a href="hdb/table/relation/Relation.Type.html" title="enum in hdb.table.relation" target="classFrame">Relation.Type</a></li> <li><a href="hdb/table/row/Row.html" title="interface in hdb.table.row" target="classFrame"><span class="interfaceName">Row</span></a></li> <li><a href="structures/node/SingleLinkedNode.html" title="class in structures.node" target="classFrame">SingleLinkedNode</a></li> <li><a href="structures/list/SparseList.html" title="class in structures.list" target="classFrame">SparseList</a></li> <li><a href="structures/node/SparseNode.html" title="class in structures.node" target="classFrame">SparseNode</a></li> <li><a href="structures/stack/Stack.html" title="interface in structures.stack" target="classFrame"><span class="interfaceName">Stack</span></a></li> <li><a href="hdb/table/Table.html" title="class in hdb.table" target="classFrame">Table</a></li> <li><a href="structures/tree/Tree.html" title="interface in structures.tree" target="classFrame"><span class="interfaceName">Tree</span></a></li> <li><a href="structures/tree/TreeIterator.html" title="class in structures.tree" target="classFrame">TreeIterator</a></li> <li><a href="structures/matrix/TriangularMatrix.html" title="class in structures.matrix" target="classFrame">TriangularMatrix</a></li> <li><a href="structures/graph/unweighted/UnweightedGraph.html" title="interface in structures.graph.unweighted" target="classFrame"><span class="interfaceName">UnweightedGraph</span></a></li> <li><a href="structures/graph/Vertex.html" title="class in structures.graph" target="classFrame">Vertex</a></li> </ul> </div> </body> </html>
hermesespinola/HarambeDB
doc/allclasses-frame.html
HTML
mit
7,065
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sum-of-two-square: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / sum-of-two-square - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> sum-of-two-square <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-04 10:24:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 10:24:26 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/sum-of-two-square&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/SumOfTwoSquare&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: number theory&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date: 2004-12-13&quot; ] authors: [ &quot;Laurent Thery&quot; ] bug-reports: &quot;https://github.com/coq-contribs/sum-of-two-square/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/sum-of-two-square.git&quot; synopsis: &quot;Numbers equal to the sum of two square numbers&quot; description: &quot;&quot;&quot; A proof that a number n can be written as the sum of two square numbers if and only if each prime factor p of n that is equal to 3 modulo 4 has its exponent in the decomposition of n that is even.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/sum-of-two-square/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=2a324135ffc49fd5cc3909e79199c4c6&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-sum-of-two-square.8.8.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-sum-of-two-square -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-sum-of-two-square.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.2/sum-of-two-square/8.8.0.html
HTML
mit
6,909
<html> <head> <title>User agent detail - UCWEB/2.0 (Java; U; MIDP-2.0; en-US; SAMSUNG-GT-S7230E) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> UCWEB/2.0 (Java; U; MIDP-2.0; en-US; SAMSUNG-GT-S7230E) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S7230E</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => UCWEB/2.0 (Java; U; MIDP-2.0; en-US; SAMSUNG-GT-S7230E) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0 [family] => Samsung GT-S7230E [brand] => Samsung [model] => GT-S7230E ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>UC Browser 9.3</td><td>U2 </td><td>JAVA </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.01</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^ucweb\/.*\(java.*\) u2\/.* ucbrowser\/9\.3.*$/ [browser_name_pattern] => ucweb/*(java*) u2/* ucbrowser/9.3* [parent] => UC Browser 9.3 [comment] => UC Browser 9.3 [browser] => UC Browser [browser_type] => Browser [browser_bits] => 32 [browser_maker] => UC Web [browser_modus] => unknown [version] => 9.3 [majorver] => 9 [minorver] => 3 [platform] => JAVA [platform_version] => unknown [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Oracle [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => U2 [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by UC Web [renderingengine_maker] => UC Web ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>UCWEB 2.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => UCWEB [version] => 2.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>UC Browser </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Generic</td><td>J2ME Midlet</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.20202</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 120 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Generic [mobile_model] => J2ME Midlet [version] => [is_android] => [browser_name] => UC Browser [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => UCWEB Technology Ltd. [operating_system] => unknown [mobile_screen_width] => 176 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>UC Browser 9.3</td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S7230E</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => UC Browser [short_name] => UC [version] => 9.3 [engine] => ) [operatingSystem] => Array ( ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GT-S7230E [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>UC Browser 9.3.0</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S7230E</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 9 [minor] => 3 [patch] => 0 [family] => UC Browser ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => GT-S7230E [family] => Samsung GT-S7230E ) [originalUserAgent] => UCWEB/2.0 (Java; U; MIDP-2.0; en-US; SAMSUNG-GT-S7230E) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>UC Browser 2.0</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.19202</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Mobile Browser [agent_name] => UC Browser [agent_version] => 2.0 [os_type] => unknown [os_name] => unknown [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => English - United States [agent_languageTag] => en-US ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>UC Browser 9.3.0.326</td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40304</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => UC Browser 9.3 on Mobile [browser_version] => 9.3 [extra_info] => stdClass Object ( [20] => Array ( [0] => Unsigned J2ME Browser ) ) [operating_platform] => Mobile [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => uc-browser [operating_system_version] => [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( [0] => MIDP v2.0 ) [operating_platform_vendor_name] => Samsung [operating_system] => [operating_system_version_full] => [operating_platform_code] => GT-S7230E [browser_name] => UC Browser [operating_system_name_code] => [user_agent] => UCWEB/2.0 (Java; U; MIDP-2.0; en-US; SAMSUNG-GT-S7230E) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0 [browser_version_full] => 9.3.0.326 [browser] => UC Browser 9.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>UC Browser 9.3</td><td>Gecko </td><td>Bada </td><td style="border-left: 1px solid #555">Samsung</td><td>Wave 723</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => UC Browser [version] => 9.3 [type] => browser ) [engine] => Array ( [name] => Gecko ) [os] => Array ( [name] => Bada ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Samsung [model] => Wave 723 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>UCBrowser Java Applet 9</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S7230E</td><td>Feature Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.036</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => UCBrowser Java Applet [advertised_browser_version] => 9 [complete_device_name] => Samsung GT-S7230E (Wave 723) [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Samsung [model_name] => GT-S7230E [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => http://wap.samsungmobile.com/uaprof/GT-S7230E.rdf [uaprof2] => http://wap.samsungmobile.com/uaprof/GT-S7230E_3G.rdf [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Bada OS [mobile_browser] => UCWeb [mobile_browser_version] => 9 [device_os_version] => 1.0 [pointing_method] => touchscreen [release_date] => 2010_october [marketing_name] => Wave 723 [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => true [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => standard [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 240 [resolution_height] => 400 [columns] => 20 [max_image_width] => 228 [max_image_height] => 360 [rows] => 16 [physical_screen_width] => 40 [physical_screen_height] => 60 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => true [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 1800 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 40000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => true [j2me_cldc_1_1] => true [j2me_midp_1_0] => true [j2me_midp_2_0] => true [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 307200 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => false [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => false [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => false [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => webkit [css_spriting] => true [css_gradient_linear] => webkit [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => 10 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => yes [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:29:20</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/39/ee/39ee9f4a-8f25-488e-818c-fc1767d1fe4d.html
HTML
mit
42,130
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.8.10 - v0.8.12: v8::String::Value Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.8.10 - v0.8.12 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_string.html">String</a></li><li class="navelem"><a class="el" href="classv8_1_1_string_1_1_value.html">Value</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1_string_1_1_value-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::String::Value Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <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:a9d6a6d258196a0a34ac257b2abaf659a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9d6a6d258196a0a34ac257b2abaf659a"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">v8::Value</a> &gt; obj)</td></tr> <tr class="separator:a9d6a6d258196a0a34ac257b2abaf659a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae4f44b1977968de2e9f2ff703437fde3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae4f44b1977968de2e9f2ff703437fde3"></a> uint16_t *&#160;</td><td class="memItemRight" valign="bottom"><b>operator*</b> ()</td></tr> <tr class="separator:ae4f44b1977968de2e9f2ff703437fde3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1cf21001f92284f290a6e550d567e757"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1cf21001f92284f290a6e550d567e757"></a> const uint16_t *&#160;</td><td class="memItemRight" valign="bottom"><b>operator*</b> () const </td></tr> <tr class="separator:a1cf21001f92284f290a6e550d567e757"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4b5014d7d4d0f60d39f37e421ae2eb91"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>length</b> () const </td></tr> <tr class="separator:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Converts an object to a two-byte string. If conversion to a string fails (eg. due to an exception in the toString() method of the object) then the length() method returns 0 and the * operator returns NULL. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:48:22 for V8 API Reference Guide for node.js v0.8.10 - v0.8.12 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
4165f73/html/classv8_1_1_string_1_1_value.html
HTML
mit
6,908
<div class="commune_descr limited"> <p> Mâron est un village situé dans le département de l'Indre en Centre. Elle comptait 719 habitants en 2008.</p> <p>À coté de Mâron sont positionnées géographiquement les communes de <a href="{{VLROOT}}/immobilier/sainte-fauste_36190/">Sainte-Fauste</a> située à 5&nbsp;km, 258 habitants, <a href="{{VLROOT}}/immobilier/sassierges-saint-germain_36211/">Sassierges-Saint-Germain</a> à 4&nbsp;km, 458 habitants, <a href="{{VLROOT}}/immobilier/brives_36027/">Brives</a> à 7&nbsp;km, 265 habitants, <a href="{{VLROOT}}/immobilier/neuvy-pailloux_36140/">Neuvy-Pailloux</a> à 8&nbsp;km, 1&nbsp;296 habitants, <a href="{{VLROOT}}/immobilier/ardentes_36005/">Ardentes</a> localisée à 7&nbsp;km, 3&nbsp;582 habitants, <a href="{{VLROOT}}/immobilier/meunet-planches_36121/">Meunet-Planches</a> située à 7&nbsp;km, 187 habitants, entre autres. De plus, Mâron est située à seulement treize&nbsp;km de <a href="{{VLROOT}}/immobilier/chateauroux_36044/">Châteauroux</a>.</p> <p>Le nombre de logements, à Mâron, était réparti en 2011 en un appartements et 331 maisons soit un marché plutôt équilibré.</p> <p>Si vous pensez demenager à Mâron, vous pourrez facilement trouver une maison à acheter. </p> <p>À Mâron, le prix moyen à la vente d'un appartement se situe à zero &euro; du m² en vente. Le prix moyen d'une maison à l'achat se situe à 1&nbsp;711 &euro; du m². À la location la valorisation moyenne se situe à 0 &euro; du m² mensuel.</p> <p>La ville propose quelques équipements sportifs, elle dispose, entre autres, de un terrain de sport.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/36112.html
HTML
mit
1,643
<section data-ng-controller="ResumesController" data-ng-init="findUserResume()"> <div class="page-header"> <h1>Your Resume'</h1> </div> <div class="col-md-12"> <form class="form-horizontal" data-ng-submit="saveUserResume()" novalidate><!--change back to saveUserResume()--> <fieldset> <div class="form-group"> <label class="control-label" for="name">Name</label> <div class="controls"> <input type="text" data-ng-model="resume.name" id="name" class="form-control" placeholder="Name" required> </div> </div> <hr /> <div class="form-group"> <label class="control-label" for="gender">Gender</label> <div class="controls"> <input type="radio" name="sex" data-ng-model="resume.gender" checked="checked" value="male"> Male<br> <input type="radio" name="sex" data-ng-model="resume.gender" value="female"> Female </div> </div> <hr /> <div class="form-group"> <label class="control-label" for="rank">Class Rank</label><br /> <select style="width:200px" ng-model="resume.rank" ng-options="rank for rank in ranks"></select><br> </div> <hr /> <div class="form-group"> <label class="control-label" for="classes">Classes Taken</label><br /> <div data-ng-repeat="className in allClasses"> <input type="checkbox" ng-model="doodoo" ng-checked="resume.classes.indexOf(className) > 0" ng-change="addClass(className)"> ITEC {{className}}<br> </div> </div> <hr /> <div class="form-group"> <label class="control-label" for="description">Personal Description</label><br /> <textarea class="form-control" style="height:200px" ng-model="resume.description"></textarea> </div> <hr /> <div class="form-group"> <label class="control-label" for="jobTitle">Add Work Experience</label><br /><br /> <label class="control-label" for="jobTitle">Job Title</label><br /> <input type="text" class="form-control" ng-model="jobTitle" placeholder="Job Title"/><br /> <label class="control-label" for="jobDesc">Job Description</label><br /> <textarea class="form-control" style="height:100px" ng-model="jobDesc" placeholder="Job Description"/></textarea><br /> <div data-ng-show="jobError" class="form-group has-error"> <label class="control-label" for="inputError1">Both fiels must be filled out</label> </div> <input type="button" class='btn btn-success' value='Add experience' ng-click="addJob()"> <br /> <br /> <label data-ng-if="resume.workHistory.length > 1" class="control-label" for="jobTitle">Existing Work Experience</label> <div data-ng-repeat="job in resume.workHistory"> <div class="well" data-ng-if='job !== null'> <label class="control-label" for="jobTitle">Job Title</label><br /> <input type="text" class="form-control" ng-model="job.jobTitle" placeholder="Job Title"/><br /> <label class="control-label" for="jobDesc">Job Description</label><br /> <textarea class="form-control" style="height:100px" ng-model="job.jobDesc" placeholder="Job Description"/></textarea><br /> <input type="button" class='btn btn-danger' value='Delete experience' ng-click="deleteJob($index)"> </div> </div> </div> <hr /> <div class="form-group"> <label class="control-label" for="quote">Enter a personal quote</label> <input type="text" class="form-control" ng-model="resume.quote"/> </div> <hr /> <div class="form-group"> <label class="control-label" for="picture">Enter URL for personal picture</label> <input type="text" class="form-control" ng-model="resume.picture" placeholder="Picture URL"/> </div> <br /> <br /> <div class="form-group"> <input type="submit" value="Save" class="btn btn-primary"> </div> <div data-ng-show="error" class="text-danger"> <strong data-ng-bind="error"></strong> </div> </fieldset> </form> </div> </section>
ApacheTyler/RU-Hiring
public/modules/resumes/views/user-resume.client.view.html
HTML
mit
4,958
--- date: 2011-09-15T00:00:00Z published: true title: Belmont Club » The Strange Case of George W. Bush url: /2011/09/15/belmont-club-the-strange-case-of-george-w-bush/ --- <div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote"><p>The American Scholar article by Walt Harrington entitled <a href="http://theamericanscholar.org/dubya-and-me/" target="_blank">Dubya and Me</a> is reminder that “man is a mystery”. Harrington, whose politics were very different from Bush admired him to the point of fascination. Defending him against critics who saw the Texan as a chimp, Harrington retorted, “I didn’t vote for George W. I disagree with him on the Supreme Court, environment, abortion, the death penalty and affirmative action. So I voted against this good and decent man. It pained me to do it.”</p> <p>No one can read Harrington’s piece without wondering whether we can know Barack Obama either.&nbsp; “In the remaining years of his presidency, I visited Bush several more times, always in the Oval Office.” Harrington wrote.&nbsp; “His only remark about Barack Obama was, as I recall it, ‘No matter who wins, when he hears what I hear every morning, it will change him.’”</p></blockquote> <div class="posterous_quote_citation">via <a href="http://pajamasmedia.com/richardfernandez/2011/09/15/the-strange-case-of-george-w-bush/">pajamasmedia.com</a></div> <p></p></div>
darron/blog
content/post/2011-09-15-belmont-club-the-strange-case-of-george-w-bush.html
HTML
mit
1,436
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; SAMSUNG GT-P5220/P5220XXUBNH2 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; SAMSUNG GT-P5220/P5220XXUBNH2 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>Browscap<br /><small>6014</small><br /><small>vendor/browscap/browscap/tests/fixtures/issues/issue-525.php</small></td><td>Android 4.0</td><td>WebKit unknown</td><td>Android 4.4</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Tab 3 10.1 LTE</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7">Detail</a> <!-- Modal Structure --> <div id="modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Browscap result detail</h4> <p><pre><code class="php">Array ( [Comment] => Android Browser 4.0 [Browser] => Android [Browser_Type] => Browser [Browser_Bits] => 32 [Browser_Maker] => Google Inc [Browser_Modus] => unknown [Version] => 4.0 [MajorVer] => 4 [MinorVer] => 0 [Platform] => Android [Platform_Version] => 4.4 [Platform_Description] => Android OS [Platform_Bits] => 32 [Platform_Maker] => Google Inc [Alpha] => [Beta] => [Win16] => [Win32] => [Win64] => [Frames] => 1 [IFrames] => 1 [Tables] => 1 [Cookies] => 1 [BackgroundSounds] => [JavaScript] => 1 [VBScript] => [JavaApplets] => 1 [ActiveXControls] => [isMobileDevice] => 1 [isTablet] => 1 [isSyndicationReader] => [Crawler] => [isFake] => [isAnonymized] => [isModified] => [CssVersion] => 3 [AolVersion] => 0 [Device_Name] => Galaxy Tab 3 10.1 LTE [Device_Maker] => Samsung [Device_Type] => Tablet [Device_Pointing_Method] => touchscreen [Device_Code_Name] => GT-P5220 [Device_Brand_Name] => Samsung [RenderingEngine_Name] => WebKit [RenderingEngine_Version] => unknown [RenderingEngine_Maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.4</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Tab 3 10.1 LTE</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.4.*gt\-p5220.* build\/.*\) applewebkit.* \(khtml,.*like gecko.*\) version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.4*gt-p5220* build/*) applewebkit* (khtml,*like gecko*) version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 4.4 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => 1 [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => Galaxy Tab 3 10.1 LTE [device_maker] => Samsung [device_type] => Tablet [device_pointing_method] => touchscreen [device_code_name] => GT-P5220 [device_brand_name] => Samsung [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Android 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 4.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Android 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.4.*gt\-p5220.* build\/.*\) applewebkit.* \(khtml,.*like gecko.*\) version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.4*gt-p5220* build/*) applewebkit* (khtml,*like gecko*) version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => 1 [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Tablet [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.4.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Safari [browserVersion] => 4.0 [osName] => AndroidOS [osVersion] => 4.4.2 [deviceModel] => Samsung [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Tab 3 (10.1)</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.2652</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 320 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Samsung [mobile_model] => Galaxy Tab 3 (10.1) [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 4.4.2 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.0.x Ice Cream Sandwich [mobile_screen_width] => 240 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Android Browser </td><td>WebKit </td><td>Android 4.4</td><td style="border-left: 1px solid #555">Samsung</td><td>GALAXY Tab 3 10.1" LTE</td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.4 [platform] => ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GALAXY Tab 3 10.1" LTE [device] => 2 [deviceName] => tablet ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => 1 [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; SAMSUNG GT-P5220/P5220XXUBNH2 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.4.2 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; SAMSUNG GT-P5220/P5220XXUBNH2 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; SAMSUNG GT-P5220/P5220XXUBNH2 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Android 4.4.2</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-P5220</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 4 [minor] => 4 [patch] => 2 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 4 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => GT-P5220 [family] => Samsung GT-P5220 ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; SAMSUNG GT-P5220/P5220XXUBNH2 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Safari 534.30</td><td>WebKit 534.30</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 4.4.2 [platform_type] => Mobile [browser_name] => Safari [browser_version] => 534.30 [engine_name] => WebKit [engine_version] => 534.30 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.078</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.4.2 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => German - Germany [agent_languageTag] => de-de ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Android Browser 4.0</td><td>WebKit 534.30</td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.234</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Android Browser 4 on Android (KitKat) [browser_version] => 4 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => KOT49H ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => android-browser [operating_system_version] => KitKat [simple_operating_platform_string] => Samsung GT-P5220 [is_abusive] => [layout_engine_version] => 534.30 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Samsung [operating_system] => Android (KitKat) [operating_system_version_full] => 4.4.2 [operating_platform_code] => GT-P5220 [browser_name] => Android Browser [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; SAMSUNG GT-P5220/P5220XXUBNH2 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Android Browser </td><td>Webkit 534.30</td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Tab 3 10.1</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 534.30 ) [os] => Array ( [name] => Android [version] => 4.4.2 ) [device] => Array ( [type] => tablet [manufacturer] => Samsung [model] => Galaxy Tab 3 10.1 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 4.4.2 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Android Webkit 4.4.2</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-P5220</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.4.2 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.4.2 [complete_device_name] => Samsung GT-P5220 (Galaxy Tab 3 10.1 3G) [device_name] => Samsung Galaxy Tab 3 10.1 3G [form_factor] => Tablet [is_phone] => false [is_app_webview] => true ) [all] => Array ( [brand_name] => Samsung [model_name] => GT-P5220 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => http://wap.samsungmobile.com/uaprof/GT-P5200.xml [uaprof2] => http://wap.samsungmobile.com/uaprof/GT-P5200BO.xml [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Chrome Mobile [mobile_browser_version] => 37 [device_os_version] => 4.4 [pointing_method] => touchscreen [release_date] => 2013_july [marketing_name] => Galaxy Tab 3 10.1 3G [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => true [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 800 [resolution_height] => 1280 [columns] => 21 [max_image_width] => 800 [max_image_height] => 1280 [rows] => 25 [physical_screen_width] => 136 [physical_screen_height] => 218 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 30 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => true [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => true [sender] => true [mms_max_size] => 307200 [mms_max_height] => 480 [mms_max_width] => 640 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => false [mms_wbmp] => true [mms_amr] => true [mms_wav] => false [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => true [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => true [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => true [mms_mp4] => true [mms_3gpp] => true [mms_3gpp2] => true [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => true [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td>P5220</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://developer.android.com/reference/android/webkit/package-summary.html [title] => Android Webkit 4.0 [name] => Android Webkit [version] => 4.0 [code] => android-webkit [image] => img/16/browser/android-webkit.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.4.2 [code] => android [x64] => [title] => Android 4.4.2 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => http://www.samsungmobile.com/ [title] => Samsung P5220 [model] => P5220 [brand] => Samsung [code] => samsung [dir] => device [type] => device [image] => img/16/device/samsung.png ) [platform] => Array ( [link] => http://www.samsungmobile.com/ [title] => Samsung P5220 [model] => P5220 [brand] => Samsung [code] => samsung [dir] => device [type] => device [image] => img/16/device/samsung.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:52:29</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/1a/06/1a06dc1e-dcdc-409a-a05c-2f4cc080689f.html
HTML
mit
57,727
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>DeepLinkHelper Methods</title> <link rel="stylesheet" type="text/css" href="msdn2019/toc.css" /> <script src="msdn2019/toc.js"></script> <link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link> <script src="msdn2019/msdn2019.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script> <link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> SyntaxHighlighter.all(); </script> <link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link> </head> <body style="direction: ltr;"> <div id="topic"> <!--HEADER START--> <div id="header"> <div id="header-top-container"> <div id="header-top-parent-container1"> <div id="header-top-container1"> <div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div> <div id="runningHeaderText1b"><script> document.write(getCssCustomProperty('--headerTopCustomLineHtml')); </script></div> </div> </div> <div id="header-top-container2"> <div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div> <div id="search-bar-container"> <form id="search-bar" action="search--.html"> <input id="HeaderSearchInput" type="search" name="search" placeholder="Search" > <button id="btn-search" class="c-glyph" title="Search"> <span>Search</span> </button> </form> <button id="cancel-search" class="cancel-search" title="Cancel"> <span>Cancel</span> </button> </div> </div> </div> <hr /> <div id="header-breadcrumbs"></div> <div id="headerLinks"> </div> <hr /> </div> <!--HEADER END--> <div id="mainSection"> <div id="toc-area"> <div id="toc-container" class="stickthis full-height"> <div id="-1"></div> <div id="c-1"> <div id="ci-1" class="inner-for-height"></div> </div> </div> </div> <div id="mainBody"> <h1 class="title">DeepLinkHelper Methods</h1> <p /> <p> The following tables list the members exposed by the <a href="topic_00000000000000D1.html">DeepLinkHelper</a> type. </p> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Methods</a></span> <div>&nbsp;</div> </div> <div id="MethodsSection" class="section"> <table class="memberListTable"> <tr> <th></th> <th> Name </th> <th> Description </th> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.equals">Equals(Object)</a> </td> <td> Determines whether the specified object is equal to the current object. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.finalize">Finalize</a> </td> <td> Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> <img alt="Static" title="Static" src="msdn2019/static.png"></img> </td> <td> <a href="topic_00000000000000D2.html">GenerateDeepLink(IConfiguration, HttpContext, string, params string[])</a> </td> <td> </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gethashcode">GetHashCode</a> </td> <td> Serves as the default hash function. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gettype">GetType</a> </td> <td> Gets the <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.type">Type</a> of the current instance. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone">MemberwiseClone</a> </td> <td> Creates a shallow copy of the current <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.tostring">ToString</a> </td> <td> Returns a string that represents the current object. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> </table> <a href="#mainBody"> Top </a> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span> <div>&nbsp;</div> </div> <div id="seeAlsoSection" class="section"> <div> <a href="topic_00000000000000D1.html">DeepLinkHelper Class</a><br /> <a href="topic_00000000000000CE.html">Tlece.Common.Helpers Namespace</a><br /> </div> </div> </div> </div> <div id="internal-toc-area"> <div id="internal-toc-container" class="stickthis"> <h3 id="internal-toc-heading">In this article</h3> <span id="internal-toc-definition-localized-text">Definition</span> </div> </div> </div> <div id="footer"> <div id="footer-container"> <p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span>&nbsp;<br />Your own footer text will only be shown in registered version.</p> </div> </div> </div> </body> </html>
asiboro/asiboro.github.io
vsdoc/topic_00000000000000D1_methods--.html
HTML
mit
8,486
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.1.2; Lenovo A706_ROW Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.1.2; Lenovo A706_ROW Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>Browscap<br /><small>6014</small><br /><small>vendor/browscap/browscap/tests/fixtures/issues/issue-732.php</small></td><td>Chrome 33.0</td><td>Blink unknown</td><td>Android 4.1</td><td style="border-left: 1px solid #555">Lenovo</td><td>A706</td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7">Detail</a> <!-- Modal Structure --> <div id="modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Browscap result detail</h4> <p><pre><code class="php">Array ( [Comment] => Chrome 33.0 [Browser] => Chrome [Browser_Type] => Browser [Browser_Bits] => 32 [Browser_Maker] => Google Inc [Browser_Modus] => unknown [Version] => 33.0 [MajorVer] => 33 [MinorVer] => 0 [Platform] => Android [Platform_Version] => 4.1 [Platform_Description] => Android OS [Platform_Bits] => 32 [Platform_Maker] => Google Inc [Alpha] => [Beta] => [Win16] => [Win32] => [Win64] => [Frames] => 1 [IFrames] => 1 [Tables] => 1 [Cookies] => 1 [BackgroundSounds] => [JavaScript] => 1 [VBScript] => [JavaApplets] => [ActiveXControls] => [isMobileDevice] => 1 [isTablet] => [isSyndicationReader] => [Crawler] => [isFake] => [isAnonymized] => [isModified] => [CssVersion] => 3 [AolVersion] => 0 [Device_Name] => A706 [Device_Maker] => Lenovo [Device_Type] => Mobile Phone [Device_Pointing_Method] => touchscreen [Device_Code_Name] => A706 [Device_Brand_Name] => Lenovo [RenderingEngine_Name] => Blink [RenderingEngine_Version] => unknown [RenderingEngine_Maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Chrome 33.0</td><td>Blink </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Lenovo</td><td>A706</td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.024</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.1.*lenovo a706_row build\/.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/33\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.1*lenovo a706_row build/*) applewebkit/* (khtml* like gecko) chrome/33.*safari/* [parent] => Chrome 33.0 for Android [comment] => Chrome 33.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 33.0 [majorver] => 33 [minorver] => 0 [platform] => Android [platform_version] => 4.1 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => A706 [device_maker] => Lenovo [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => A706 [device_brand_name] => Lenovo [renderingengine_name] => Blink [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by Google [renderingengine_maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.009</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic for Android [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Chrome 33.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.043</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko.*\) chrome\/33\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko*) chrome/33.*safari/* [parent] => Chrome 33.0 for Android [comment] => Chrome 33.0 [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 33.0 [majorver] => 33 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Chrome 33.0.1750.166</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Chrome [version] => 33.0.1750.166 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 33.0.1750.166</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.1.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Chrome [browserVersion] => 33.0.1750.166 [osName] => AndroidOS [osVersion] => 4.1.2 [deviceModel] => WebKit [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Chrome Mobile 33.0.1750.166</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Lenovo</td><td>A706</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.31002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 854 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Lenovo [mobile_model] => A706 [version] => 33.0.1750.166 [is_android] => 1 [browser_name] => Chrome Mobile [operating_system_family] => Android [operating_system_version] => 4.1.2 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.1.x Jelly Bean [mobile_screen_width] => 480 [mobile_browser] => Chrome Mobile ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Chrome Mobile 33.0</td><td>Blink </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Lenovo</td><td>A706 ROW</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome Mobile [short_name] => CM [version] => 33.0 [engine] => Blink ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.1 [platform] => ) [device] => Array ( [brand] => LE [brandName] => Lenovo [model] => A706 ROW [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Chrome 33.0.1750.166</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.2; Lenovo A706_ROW Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 33.0.1750.166 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.1.2 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.2; Lenovo A706_ROW Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.2; Lenovo A706_ROW Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Chrome Mobile 33.0.1750</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Lenovo</td><td>A706_ROW</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 33 [minor] => 0 [patch] => 1750 [family] => Chrome Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 1 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Lenovo [model] => A706_ROW [family] => Lenovo A706_ROW ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.1.2; Lenovo A706_ROW Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Chrome 33.0.1750.166</td><td>WebKit 537.36</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15701</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 4.1.2 [platform_type] => Mobile [browser_name] => Chrome [browser_version] => 33.0.1750.166 [engine_name] => WebKit [engine_version] => 537.36 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.069</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.1.2 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 33.0.1750.166</td><td>WebKit 537.36</td><td>Android 4.1.2</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.28502</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 33 on Android (Jelly Bean) [browser_version] => 33 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => JZO54K ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => Jelly Bean [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 537.36 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.1.2 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.1.2; Lenovo A706_ROW Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.166 Mobile Safari/537.36 [browser_version_full] => 33.0.1750.166 [browser] => Chrome 33 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Chrome 33</td><td>Blink </td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Lenovo</td><td>A706</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Chrome [version] => 33 [type] => browser ) [engine] => Array ( [name] => Blink ) [os] => Array ( [name] => Android [version] => 4.1.2 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Lenovo [model] => A706 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Chrome 33.0.1750.166</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 33.0.1750.166 [category] => smartphone [os] => Android [os_version] => 4.1.2 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Chrome 33.0.1750.166</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Lenovo</td><td>A706</td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.02</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.1.2 [advertised_browser] => Chrome [advertised_browser_version] => 33.0.1750.166 [complete_device_name] => Lenovo A706 [device_name] => Lenovo A706 [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Lenovo [model_name] => A706 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Chrome Mobile [mobile_browser_version] => 28 [device_os_version] => 4.1 [pointing_method] => touchscreen [release_date] => 2013_december [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 854 [columns] => 60 [max_image_width] => 320 [max_image_height] => 480 [rows] => 40 [physical_screen_width] => 57 [physical_screen_height] => 100 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Google Chrome 33.0.1750.166</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Lenovo</td><td>A706</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://google.com/chrome/ [title] => Google Chrome 33.0.1750.166 [name] => Google Chrome [version] => 33.0.1750.166 [code] => chrome [image] => img/16/browser/chrome.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.1.2 [code] => android [x64] => [title] => Android 4.1.2 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => http://www.lenovo.com.cn [title] => Lenovo A706 [model] => A706 [brand] => Lenovo [code] => lenovo [dir] => device [type] => device [image] => img/16/device/lenovo.png ) [platform] => Array ( [link] => http://www.lenovo.com.cn [title] => Lenovo A706 [model] => A706 [brand] => Lenovo [code] => lenovo [dir] => device [type] => device [image] => img/16/device/lenovo.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:53:16</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/23/24/2324a2ba-4171-4d34-bda0-754b42c8a9ad.html
HTML
mit
57,144
<!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>Struct base_unit_info&lt;astronomical::light_minute_base_unit&gt;</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../boost_units/Reference.html#header.boost.units.base_units.astronomical.light_minute_hpp" title="Header &lt;boost/units/base_units/astronomical/light_minute.hpp&gt;"> <link rel="prev" href="base_unit_inf_idp365944912.html" title="Struct base_unit_info&lt;astronomical::light_hour_base_unit&gt;"> <link rel="next" href="astronomical/light_second_base_unit.html" title="Struct light_second_base_unit"> </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="base_unit_inf_idp365944912.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.base_units.astronomical.light_minute_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="astronomical/light_second_base_unit.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.units.base_unit_inf_idp365953248"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct base_unit_info&lt;astronomical::light_minute_base_unit&gt;</span></h2> <p>boost::units::base_unit_info&lt;astronomical::light_minute_base_unit&gt;</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_units/Reference.html#header.boost.units.base_units.astronomical.light_minute_hpp" title="Header &lt;boost/units/base_units/astronomical/light_minute.hpp&gt;">boost/units/base_units/astronomical/light_minute.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="base_unit_inf_idp365953248.html" title="Struct base_unit_info&lt;astronomical::light_minute_base_unit&gt;">base_unit_info</a><span class="special">&lt;</span><span class="identifier">astronomical</span><span class="special">::</span><span class="identifier">light_minute_base_unit</span><span class="special">&gt;</span> <span class="special">{</span> <span class="comment">// <a class="link" href="base_unit_inf_idp365953248.html#idp365954368-bb">public static functions</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="base_unit_inf_idp365953248.html#idp365954928-bb"><span class="identifier">name</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="base_unit_inf_idp365953248.html#idp365956048-bb"><span class="identifier">symbol</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp481067776"></a><h2>Description</h2> <div class="refsect2"> <a name="idp481068192"></a><h3> <a name="idp365954368-bb"></a><code class="computeroutput">base_unit_info</code> public static functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp365954928-bb"></a><span class="identifier">name</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp365956048-bb"></a><span class="identifier">symbol</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2008 Matthias Christian Schabel<br>Copyright &#169; 2007-2010 Steven Watanabe<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="base_unit_inf_idp365944912.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.base_units.astronomical.light_minute_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="astronomical/light_second_base_unit.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/doc/html/boost/units/base_unit_inf_idp365953248.html
HTML
mit
6,444
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> <link href="http://doval.scripts.mit.edu/toolbar/libs/jquery.toolbars.css" rel="stylesheet" /> <link href="http://doval.scripts.mit.edu/toolbar/libs/font-awesome/css/font-awesome.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script src="http://doval.scripts.mit.edu/toolbar/libs/jquery.toolbar_mod.js"></script> <script src="http://doval.scripts.mit.edu/toolbar/libs/myslidesmenu.js"></script> </head> <body> <script> //runSlidesMenu (all lectures link, position: left, right or center) MySlidesMenu.runSlidesMenu("http://doval.scripts.mit.edu/www/lectures.html", "right"); </script> </body> </html>
onexi/onexi.github.io
toolbar/index.html
HTML
mit
780
<div class="commune_descr limited"> <p> Eybouleuf est un village situé dans le département de Haute-Vienne en Limousin. On dénombrait 340 habitants en 2008.</p> <p>À coté de Eybouleuf sont localisées les villes de <a href="{{VLROOT}}/immobilier/aureil_87005/">Aureil</a> située à 7&nbsp;km, 823 habitants, <a href="{{VLROOT}}/immobilier/saint-leonard-de-noblat_87161/">Saint-Léonard-de-Noblat</a> située à 4&nbsp;km, 4&nbsp;634 habitants, <a href="{{VLROOT}}/immobilier/roziers-saint-georges_87130/">Roziers-Saint-Georges</a> à 7&nbsp;km, 194 habitants, <a href="{{VLROOT}}/immobilier/geneytouse_87070/">La&nbsp;Geneytouse</a> localisée à 1&nbsp;km, 796 habitants, <a href="{{VLROOT}}/immobilier/eyjeaux_87063/">Eyjeaux</a> située à 7&nbsp;km, 1&nbsp;161 habitants, <a href="{{VLROOT}}/immobilier/masleon_87093/">Masléon</a> située à 7&nbsp;km, 343 habitants, entre autres. De plus, Eybouleuf est située à seulement 17&nbsp;km de <a href="{{VLROOT}}/immobilier/limoges_87085/">Limoges</a>.</p> <p>Le nombre d'habitations, à Eybouleuf, était réparti en 2011 en zero appartements et 165 maisons soit un marché relativement équilibré.</p> <p>Si vous pensez demenager à Eybouleuf, vous pourrez aisément trouver une maison à acheter. </p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/87062.html
HTML
mit
1,289
<!DOCTYPE html> <html> <head> <title>---</title> <link rel="stylesheet" href="/js/libs/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/style.css"> <script src="/js/libs/jquery-1.9.1.min.js"></script> <script src="/js/libs/bootstrap/js/bootstrap.min.js"></script> <script src="/js/libs/W.js"></script> <script src="/watch.js"></script> <script src="/js/cfg.js"></script> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <div class="span12"><a class="brand">Project Victory – Mock Tweet System</a> <div class="pull-right"><span class="connectionStatus"> <div class="label label-success connected hidden">Connected</div> <div class="label label-warning disconnected">Disconnected</div></span></div> </div> </div> </div> </div> <div class="container"><br><br><br> <div class="row"> <fieldset> <legend>Enter new mock tweet</legend> <label>Twitter screen name (without @):</label> <input type="text" placeholder="Type something" value="1948devlist" class="tweetname"> <label>Text:</label> <textarea rows="3" placeholder="Type something" class="tweettext"></textarea> </fieldset> </div> <div class="row"> <button class="btn btn-success save">Save</button><br><br> </div> <div class="row"> <legend>Tweets</legend> </div> <div id="previous-tweets" class="row"></div> </div> <!-- templates--> <script id="template-tweet" type="text/html"> <div data-tweet-id="{{id}}" class="tweet span12"> <div class="span2">{{username}}<br>{{time}}</div> <div class="span7"> <div class="text inline">{{text}}</div> </div> <div class="span2"> <div class="options inline"> <div class="btn btn-danger btn-small remove">Remove</div> <div class="btn btn-success btn-small trigger">Trigger</div> <div class="btn btn-success btn-small triggerLater">Trigger ( in 20 secs )</div> <div class="btn btn-success btn-small triggerShoutUnmod">Trigger shoutout bypass moderation</div> </div> </div> </div> </script> <!-- scripts--> <script src="/js/libs/infinity.js"></script> <script src="/js/libs/ICanHaz.min.js"></script> <script src="/js/libs/superagent.js"></script> <script src="/js/socket-connection.js"></script> <script src="/js/main-mock-tweets.js"></script> </body> </html>
HellicarAndLewis/ProjectVictoryWebSystem
public/mock-tweets-system.html
HTML
mit
2,673
{% extends "workshops/_page.html" %} {% block content %} <p> {% if object.get_absolute_url %} <a href="{{ object.get_absolute_url }}">{{ object }}</a> {% else %} {{ object }} {% endif %} can't be deleted, because it's referenced by:</p> <dl> {% for key, items in refs.items %} <dt>{{ key }}:</dt> {% for item in items %} <dd> {% if item.get_absolute_url %} <a href="{{ item.get_absolute_url }}">{{ item }}</a> {% else %} {{ item }} {% endif %} </dd> {% endfor %} {% endfor %} </dl> <p> <a class="btn btn-primary" href="{{ back }}">Go back</a> </p> {% endblock %}
wking/swc-amy
workshops/templates/workshops/failed_to_delete.html
HTML
mit
651
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Class CupOfTea\TwoStream\TwoStreamServiceProvider</title> <link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71"> <link rel="stylesheet" href="resources/style.css?49f43d3208c5d7e33fa16d36107a345bf11cc00d"> </head> <body> <nav id="navigation" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <a href="index.html" class="navbar-brand">Overview</a> </div> <div class="collapse navbar-collapse"> <form id="search" class="navbar-form navbar-left" role="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <div class="form-group"> <input type="text" name="q" class="search-query form-control" placeholder="Search"> </div> </form> <ul class="nav navbar-nav"> <li> <a href="namespace-CupOfTea.TwoStream.html" title="Summary of CupOfTea\TwoStream"><span>Namespace</span></a> </li> <li class="active"> <span>Class</span> </li> </ul> </div> </div> </nav> <div id="left"> <div id="menu"> <div id="groups"> <h3>Namespaces</h3> <ul> <li class="active"> <a href="namespace-CupOfTea.html"> CupOfTea<span></span> </a> <ul> <li class="active"> <a href="namespace-CupOfTea.TwoStream.html"> TwoStream<span></span> </a> <ul> <li> <a href="namespace-CupOfTea.TwoStream.Console.html"> Console </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Contracts.html"> Contracts<span></span> </a> <ul> <li> <a href="namespace-CupOfTea.TwoStream.Contracts.Exceptions.html"> Exceptions </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Contracts.Routing.html"> Routing </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Contracts.Session.html"> Session </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Contracts.Ws.html"> Ws </a> </li> </ul></li> <li> <a href="namespace-CupOfTea.TwoStream.Cookie.html"> Cookie<span></span> </a> <ul> <li> <a href="namespace-CupOfTea.TwoStream.Cookie.Middleware.html"> Middleware </a> </li> </ul></li> <li> <a href="namespace-CupOfTea.TwoStream.Events.html"> Events </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Exceptions.html"> Exceptions </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Facades.html"> Facades </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Foundation.html"> Foundation<span></span> </a> <ul> <li> <a href="namespace-CupOfTea.TwoStream.Foundation.Support.html"> Support<span></span> </a> <ul> <li> <a href="namespace-CupOfTea.TwoStream.Foundation.Support.Providers.html"> Providers </a> </li> </ul></li> <li> <a href="namespace-CupOfTea.TwoStream.Foundation.Ws.html"> Ws </a> </li> </ul></li> <li> <a href="namespace-CupOfTea.TwoStream.Routing.html"> Routing </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Server.html"> Server </a> </li> <li> <a href="namespace-CupOfTea.TwoStream.Session.html"> Session<span></span> </a> <ul> <li> <a href="namespace-CupOfTea.TwoStream.Session.Middleware.html"> Middleware </a> </li> </ul></li></ul></li></ul></li> </ul> </div> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-CupOfTea.TwoStream.Install.html">Install</a></li> <li><a href="class-CupOfTea.TwoStream.Server.html">Server</a></li> <li><a href="class-CupOfTea.TwoStream.Stop.html">Stop</a></li> <li><a href="class-CupOfTea.TwoStream.TwoStream.html">TwoStream</a></li> <li class="active"><a href="class-CupOfTea.TwoStream.TwoStreamServiceProvider.html">TwoStreamServiceProvider</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <div id="content" class="class"> <h1>Class TwoStreamServiceProvider</h1> <dl class="tree well"> <dd style="padding-left:0px"> CupOfTea\Package\ServiceProvider </dd> <dd style="padding-left:30px"> <img src="resources/inherit.png" alt="Extended by"> <a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html"><span>CupOfTea\TwoStream\Foundation\Support\Providers\WsRouteServiceProvider</span></a> </dd> <dd style="padding-left:60px"> <img src="resources/inherit.png" alt="Extended by"> <b><span>CupOfTea\TwoStream\TwoStreamServiceProvider</span></b> uses Illuminate\Console\AppNamespaceDetectorTrait (not available) </dd> </dl> <div class="alert alert-info"> <b>Namespace:</b> <a href="namespace-CupOfTea.html">CupOfTea</a>\<a href="namespace-CupOfTea.TwoStream.html">TwoStream</a><br> <b>Located at</b> <a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#12-171" title="Go to source code">TwoStreamServiceProvider.php</a> <br> </div> <div class="panel panel-default"> <div class="panel-heading"><h2>Methods summary</h2></div> <table class="summary table table-bordered table-striped methods" id="methods"> <tr data-order="__construct" id="___construct"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#___construct">#</a> <code><a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#48-63" title="Go to source code">__construct</a>( <span> <var>$app</var></span> )</code> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="boot" id="_boot"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_boot">#</a> <code><a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#65-80" title="Go to source code">boot</a>( <span><code><a href="class-CupOfTea.TwoStream.Routing.WsRouter.html">CupOfTea\TwoStream\Routing\WsRouter</a></code> <var>$router</var></span> )</code> <div class="description short"> <p>Bootstrap the application events.</p> </div> <div class="description detailed hidden"> <p>Bootstrap the application events.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$router</var></dt> <dd></dd> </dl></div> <h4>Overrides</h4> <div class="list"><code><a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#_boot">CupOfTea\TwoStream\Foundation\Support\Providers\WsRouteServiceProvider::boot</a></code></div> </div> </div></td> </tr> <tr data-order="map" id="_map"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_map">#</a> <code><a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#82-93" title="Go to source code">map</a>( <span><code><a href="class-CupOfTea.TwoStream.Routing.WsRouter.html">CupOfTea\TwoStream\Routing\WsRouter</a></code> <var>$router</var></span> )</code> <div class="description short"> <p>Define the routes for the application.</p> </div> <div class="description detailed hidden"> <p>Define the routes for the application.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$router</var></dt> <dd></dd> </dl></div> </div> </div></td> </tr> <tr data-order="register" id="_register"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_register">#</a> <code><a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#95-135" title="Go to source code">register</a>( )</code> <div class="description short"> <p>Register the service provider.</p> </div> <div class="description detailed hidden"> <p>Register the service provider.</p> <h4>Overrides</h4> <div class="list"><code><a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#_register">CupOfTea\TwoStream\Foundation\Support\Providers\WsRouteServiceProvider::register</a></code></div> </div> </div></td> </tr> <tr data-order="provides" id="_provides"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_provides">#</a> <code><a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#137-148" title="Go to source code">provides</a>( )</code> <div class="description short"> <p>Get the services provided by the provider.</p> </div> <div class="description detailed hidden"> <p>Get the services provided by the provider.</p> <h4>Returns</h4> <div class="list"> array </div> <h4>Overrides</h4> <div class="list"><code><a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#_provides">CupOfTea\TwoStream\Foundation\Support\Providers\WsRouteServiceProvider::provides</a></code></div> </div> </div></td> </tr> <tr data-order="isInstalled" id="_isInstalled"> <td class="attributes"><code> protected boolean </code> </td> <td class="name"><div> <a class="anchor" href="#_isInstalled">#</a> <code><a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#150-169" title="Go to source code">isInstalled</a>( )</code> <div class="description short"> <p>Check if the TwoStream Package is installed</p> </div> <div class="description detailed hidden"> <p>Check if the TwoStream Package is installed</p> <h4>Returns</h4> <div class="list"> boolean </div> </div> </div></td> </tr> </table> </div> <div class="panel panel-default"> <div class="panel-heading"><h3>Methods inherited from <a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#methods">CupOfTea\TwoStream\Foundation\Support\Providers\WsRouteServiceProvider</a></h3></div> <p class="elementList"> <code><a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#___call">__call()</a></code>, <code><a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#_loadCachedRoutes">loadCachedRoutes()</a></code>, <code><a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#_loadRoutes">loadRoutes()</a></code>, <code><a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#_loadRoutesFrom">loadRoutesFrom()</a></code>, <code><a href="class-CupOfTea.TwoStream.Foundation.Support.Providers.WsRouteServiceProvider.html#_setRootControllerNamespace">setRootControllerNamespace()</a></code> </p> </div> <div class="panel panel-default"> <div class="panel-heading"><h2>Properties summary</h2></div> <table class="summary table table-bordered table-striped properties" id="properties"> <tr data-order="namespace" id="$namespace"> <td class="attributes"><code> protected string </code></td> <td class="name"> <a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#17-22" title="Go to source code"><var>$namespace</var></a> <div class="description short"> <p>This namespace is applied to the controller routes in your routes file.</p> </div> <div class="description detailed hidden"> <p>This namespace is applied to the controller routes in your routes file.</p> </div> </td> <td class="value"> <div> <a href="#$namespace" class="anchor">#</a> <code><span class="php-quote">'{{namespace}}Ws\Controllers'</span></code> </div> </td> </tr> <tr data-order="defer" id="$defer"> <td class="attributes"><code> protected boolean </code></td> <td class="name"> <a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#24-29" title="Go to source code"><var>$defer</var></a> <div class="description short"> <p>Indicates if loading of the provider is deferred.</p> </div> <div class="description detailed hidden"> <p>Indicates if loading of the provider is deferred.</p> </div> </td> <td class="value"> <div> <a href="#$defer" class="anchor">#</a> <code><span class="php-keyword1">false</span></code> </div> </td> </tr> <tr data-order="files" id="$files"> <td class="attributes"><code> protected array </code></td> <td class="name"> <a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#31-36" title="Go to source code"><var>$files</var></a> <div class="description short"> <p>The files that should be published.</p> </div> <div class="description detailed hidden"> <p>The files that should be published.</p> </div> </td> <td class="value"> <div> <a href="#$files" class="anchor">#</a> <code></code> </div> </td> </tr> <tr data-order="commands" id="$commands"> <td class="attributes"><code> protected array </code></td> <td class="name"> <a href="source-class-CupOfTea.TwoStream.TwoStreamServiceProvider.html#38-46" title="Go to source code"><var>$commands</var></a> <div class="description short"> <p>Available commands in this package</p> </div> <div class="description detailed hidden"> <p>Available commands in this package</p> </div> </td> <td class="value"> <div> <a href="#$commands" class="anchor">#</a> <code>[ <span class="php-quote">'command.twostream.listen'</span>, <span class="php-quote">'command.twostream.stop'</span>, ]</code> </div> </td> </tr> </table> </div> </div> </div> <div id="footer"> API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> <script src="resources/combined.js"></script> <script src="elementlist.js"></script> </body> </html>
CupOfTea696/TwoStream
docs/api/class-CupOfTea.TwoStream.TwoStreamServiceProvider.html
HTML
mit
14,774
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>gitViewer: src Directory Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">gitViewer </div> <div id="projectbrief">A simple readonly Git repository viewer</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li class="current"><a href="files.html"><span>File&#160;List</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('dir_68267d1309a1af8e8297ef4c3efbcdba.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">src Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a> Directories</h2></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="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
jrhea/gitViewer
docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
HTML
mit
4,783
<dom-module id="ve-image-editor"> <style> :host { @apply(--layout-vertical); } </style> <template> <ve-prop id="insetLeft"></ve-prop> <ve-prop id="insetTop"></ve-prop> <ve-prop id="insetRight"></ve-prop> <ve-prop id="insetBottom"></ve-prop> <ve-button id="save" on-confirm="_onSaveEditor">保存</ve-button> <ve-image-preview id="preview"></ve-image-preview> </template> <script src="ve-image-editor.js"></script> </dom-module>
tickbh/VisualUIEditor
prop/ve/ve-preview/ve-image-editor.html
HTML
mit
483
<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> <title>js_utils</title> <script src='../../javascript/application.js'></script> <script src='../../javascript/search.js'></script> <link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'> </head> <body> <div id='base' data-path='../../'></div> <div id='header'> <div id='menu'> <a href='../../extra/README.md.html' title='js_utils'> js_utils </a> &raquo; <a href='../../alphabetical_index.html' title='Index'> Index </a> &raquo; <span class='title'>Example</span> &raquo; <span class='title'>AngryAnimal</span> </div> </div> <div id='content'> <h1> Mixin: Example.AngryAnimal </h1> <table class='box'> <tr> <td>Defined in:</td> <td>node_modules&#47;codo&#47;spec&#47;_templates&#47;example&#47;src&#47;angry_animal.coffee</td> </tr> <tr> <td>Included in:</td> <td> <a href='../../class/Example/Animal.Lion.html'>Example.Animal.Lion</a> </td> </tr> </table> <h2>Overview</h2> <div class='tags'> </div> <h2>Method Summary</h2> <ul class='summary'> <li> <span class='signature'> <a href='#roar-'> ~ (void) <b>roar</b><span>()</span> </a> </span> <span class='desc'> </span> </li> </ul> <h2>Method Details</h2> <div class='methods'> <div class='method_details'> <p class='signature' id='roar-'> ~ (void) <b>roar</b><span>()</span> <br> </p> </div> </div> </div> <div id='footer'> By <a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'> Codo </a> 2.1.2 &#10034; Press H to see the keyboard shortcuts &#10034; <a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a> &#10034; <a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a> </div> <iframe id='search_frame'></iframe> <div id='fuzzySearch'> <input type='text'> <ol></ol> </div> <div id='help'> <p> Quickly fuzzy find classes, mixins, methods, file: </p> <ul> <li> <span>T</span> Open fuzzy finder dialog </li> </ul> <p> Control the navigation frame: </p> <ul> <li> <span>L</span> Toggle list view </li> <li> <span>C</span> Show class list </li> <li> <span>I</span> Show mixin list </li> <li> <span>F</span> Show file list </li> <li> <span>M</span> Show method list </li> <li> <span>E</span> Show extras list </li> </ul> <p> You can focus and blur the search input: </p> <ul> <li> <span>S</span> Focus search input </li> <li> <span>Esc</span> Blur search input </li> </ul> </div> </body> </html>
jneuendorf/js_utils
docs/mixin/Example/AngryAnimal.html
HTML
mit
2,967
{% capture JSPath %}{{ page.date | date: "%Y-%m-%d" | strip }}-{{ page.title | slugify }}/{{ include.name }}{% endcapture %} <script type="text/javascript" src="{{ site.url }}{{ site.baseurl }}/assets/posts/{{ JSPath }}"> </script> <div id = "Bubblechart"></div>
kennylee15/blog
_includes/addD3.html
HTML
mit
262
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <title>GRRUPWA Boilerplate</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="manifest" href="manifest.json"> <meta name="theme-color" content="#7acc9c"> <link rel="shortcut icon" href="img/favicon.ico"> <link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="img/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="img/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="img/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="img/manifest.json"> <link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#7acc9c"> <meta name="msapplication-TileColor" content="#267F4B"> <meta name="msapplication-TileImage" content="img/mstile-144x144.png"> <meta name="theme-color" content="#7acc9c"> <meta name="msapplication-config" content="img/browserconfig.xml"> <!-- <link rel="stylesheet" href="css/style.css"> --> </head> <body> <div id="root"></div> <script src="js/app.js"></script> <script> if ('serviceWorker' in navigator) { navigator.serviceWorker.register('./service-worker.js', { scope: './' }) .then(function(registration) { registration.onupdatefound = function() { if (navigator.serviceWorker.controller) { var installingWorker = registration.installing; installingWorker.onstatechange = function() { switch (installingWorker.state) { case 'installed': break; case 'redundant': throw new Error('The installing ' + 'service worker became redundant.'); default: // Ignore } }; } }; }).catch(function(e) { console.error('Error during service worker registration:', e); }); } else { console.log('service worker is not supported'); } </script> </body> </html>
minheq/grrupwa-boilerplate
src/public/index.html
HTML
mit
3,053
--- layout: post title: 'Adding PokitDok To Healthcare Research And The API Stack (Well They Did)' sourceurl: http://apievangelist.com/2014/08/21/adding-pokitdok-to-healthcare-research-and-the-api-stack-well-they-did/ image: http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/logos/pokitdok.png --- <p><a href="https://platform.pokitdok.com"><img style="padding: 15px;" src="http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/logos/pokitdok.png" alt="" width="250" align="right" /></a></p> <p>I&rsquo;m adding <a href="https://platform.pokitdok.com">PokitDok</a>, a simple API for healthcare to <a href="http://theapistack.com/">The API Stack</a>, and my overall <a href="http://healthcare.apievangelist.com/">APIs in healthcare research</a>. Well I didn't exactly add them, PokitDok added themselves to my healthcare research by forking the Github repository, and adding themselves to the <a href="https://github.com/kinlane/healthcare/blob/gh-pages/data/companies.json">JSON data source</a>&mdash;once I received the pull request, I accepted, and they were published on the site.</p> <p>Usually once a week I spend time to manually adding new companies I've come across in my monitoring of the API space, but being a one man show I can&rsquo;t find everything across this massively expanding space. This is why I depend on <span style="text-decoration: underline;">you</span> to help me curate the best from across the space. Not everyone knows that the entire API Evangelist network of <a href="http://kinlane.com/projects/">60+ research projects</a> all runs on Github, which allows anyone to help write posts, curate industry news, and maintain the lists of API providers.</p> <p>As soon as I accepted the pull request for PokitDok, I also tagged them as &ldquo;API Stack&rdquo;, which immediately adds PokitDok to <a href="http://theapistack.com/">The API Stack</a>, listed under healthcare. No matter which doorway a company enters, I will make sure they get published to all appropriate research areas across the API Evangelist network, using my tagging system.</p> <p>Thanks PokitDok for adding yourself, and I look forward to paying attention to the good things coming our of your API platform via your <a href="https://pokitdok.com/blog/">Blog</a>, <a href="https://twitter.com/PokitDok">Twitter</a>, and <a href="https://github.com/pokitdok">Github</a> profiles.</p>
kinlane/dev
_posts/2014-08-21-adding-pokitdok-to-healthcare-research-and-the-api-stack-well-they-did.html
HTML
mit
2,421
<!doctype html> <html class="no-js"> <head> <meta charset="UTF-8"> <title>Metis</title> <!--IE Compatibility modes--> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--Mobile first--> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap --> <link rel="stylesheet" href="../assets/lib/bootstrap/dist/css/bootstrap.rtl.css"> <!-- Font Awesome --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"> <!-- Metis core stylesheet --> <link rel="stylesheet" href="../assets/css/main.rtl.css"> <!-- metisMenu stylesheet --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/metisMenu/1.1.3/metisMenu.min.css"> <style> body { direction: rtl; } </style> <!-- 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="../assets/lib/html5shiv/html5shiv.js"></script> <script src="../assets/lib/respond/respond.min.js"></script> <![endif]--> <!--For Development Only. Not required --> <script> less = { env: "development", relativeUrls: false, rootpath: "../assets/" }; </script> <link rel="stylesheet" href="../assets/css/style-switcher.css"> <link rel="stylesheet/less" type="text/css" href="../assets/less/theme.less"> <script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.2.0/less.min.js"></script> <!--Modernizr--> <script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script> </head> <body class=" "> <div class="bg-dark dk" id="wrap"> <div id="top"> <!-- .navbar --> <nav class="navbar navbar-inverse navbar-static-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <header class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-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 href="index.html" class="navbar-brand"> <img src="../assets/img/logo.png" alt=""> </a> </header> <div class="topnav"> <div class="btn-group"> <a data-placement="bottom" data-original-title="Fullscreen" data-toggle="tooltip" class="btn btn-default btn-sm" id="toggleFullScreen"> <i class="glyphicon glyphicon-fullscreen"></i> </a> </div> <div class="btn-group"> <a data-placement="bottom" data-original-title="E-mail" data-toggle="tooltip" class="btn btn-default btn-sm"> <i class="fa fa-envelope"></i> <span class="label label-warning">5</span> </a> <a data-placement="bottom" data-original-title="Messages" href="#" data-toggle="tooltip" class="btn btn-default btn-sm"> <i class="fa fa-comments"></i> <span class="label label-danger">4</span> </a> <a data-toggle="modal" data-original-title="Help" data-placement="bottom" class="btn btn-default btn-sm" href="#helpModal"> <i class="fa fa-question"></i> </a> </div> <div class="btn-group"> <a href="login.html" data-toggle="tooltip" data-original-title="Logout" data-placement="bottom" class="btn btn-metis-1 btn-sm"> <i class="fa fa-power-off"></i> </a> </div> <div class="btn-group"> <a data-placement="bottom" data-original-title="Show / Hide Left" data-toggle="tooltip" class="btn btn-primary btn-sm toggle-left" id="menu-toggle"> <i class="fa fa-bars"></i> </a> <a data-placement="bottom" data-original-title="Show / Hide Right" data-toggle="tooltip" class="btn btn-default btn-sm toggle-right"> <span class="glyphicon glyphicon-comment"></span> </a> </div> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <!-- .nav --> <ul class="nav navbar-nav"> <li> <a href="dashboard.html">Dashboard</a> </li> <li> <a href="table.html">Tables</a> </li> <li> <a href="file.html">File Manager</a> </li> <li class='dropdown '> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Form Elements <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="form-general.html">General</a> </li> <li> <a href="form-validation.html">Validation</a> </li> <li> <a href="form-wysiwyg.html">WYSIWYG</a> </li> <li> <a href="form-wizard.html">Wizard &amp; File Upload</a> </li> </ul> </li> </ul><!-- /.nav --> </div> </div><!-- /.container-fluid --> </nav><!-- /.navbar --> <header class="head"> <div class="search-bar"> <form class="main-search" action=""> <div class="input-group"> <input type="text" class="form-control" placeholder="Live Search ..."> <span class="input-group-btn"> <button class="btn btn-primary btn-sm text-muted" type="button"> <i class="fa fa-search"></i> </button> </span> </div> </form><!-- /.main-search --> </div><!-- /.search-bar --> <div class="main-bar"> <h3> <i class="fa fa-home"></i>&nbsp; Metis</h3> </div><!-- /.main-bar --> </header><!-- /.head --> </div><!-- /#top --> <div id="left"> <div class="media user-media bg-dark dker"> <div class="user-media-toggleHover"> <span class="fa fa-user"></span> </div> <div class="user-wrapper bg-dark"> <a class="user-link" href=""> <img class="media-object img-thumbnail user-img" alt="User Picture" src="../assets/img/user.gif"> <span class="label label-danger user-label">16</span> </a> <div class="media-body"> <h5 class="media-heading">Archie</h5> <ul class="list-unstyled user-info"> <li> <a href="">Administrator</a> </li> <li>Last Access : <br> <small> <i class="fa fa-calendar"></i>&nbsp;16 Mar 16:32</small> </li> </ul> </div> </div> </div> <!-- #menu --> <ul id="menu" class="bg-blue dker"> <li class="nav-header">Menu</li> <li class="nav-divider"></li> <li class=""> <a href="dashboard.html"> <i class="fa fa-dashboard"></i><span class="link-title">&nbsp;Dashboard</span> </a> </li> <li class=""> <a href="javascript:;"> <i class="fa fa-building "></i> <span class="link-title">Layouts</span> <span class="fa arrow"></span> </a> <ul> <li> <a href="boxed.html"> <i class="fa fa-angle-right"></i>&nbsp; Boxed Layout </a> </li> <li> <a href="fixed-header-boxed.html"> <i class="fa fa-angle-right"></i>&nbsp; Boxed Layout &amp; Fixed Header </a> </li> <li> <a href="fixed-header-fixed-mini-sidebar.html"> <i class="fa fa-angle-right"></i>&nbsp; Fixed Header and Fixed Mini Menu </a> </li> <li> <a href="fixed-header-menu.html"> <i class="fa fa-angle-right"></i>&nbsp; Fixed Header &amp; Menu </a> </li> <li> <a href="fixed-header-mini-sidebar.html"> <i class="fa fa-angle-right"></i>&nbsp; Fixed Header &amp; Mini Menu </a> </li> <li> <a href="fixed-header.html"> <i class="fa fa-angle-right"></i>&nbsp; Fixed Header </a> </li> <li> <a href="fixed-menu-boxed.html"> <i class="fa fa-angle-right"></i>&nbsp; Boxed Layout &amp; Fixed Menu </a> </li> <li> <a href="fixed-menu.html"> <i class="fa fa-angle-right"></i>&nbsp; Fixed Menu </a> </li> <li> <a href="fixed-mini-sidebar.html"> <i class="fa fa-angle-right"></i>&nbsp; Fixed &amp; Mini Menu </a> </li> <li> <a href="fxhmoxed.html"> <i class="fa fa-angle-right"></i>&nbsp; Boxed and Fixed Header &amp; Nav </a> </li> <li> <a href="no-header-sidebar.html"> <i class="fa fa-angle-right"></i>&nbsp; No Header &amp; Sidebars </a> </li> <li> <a href="no-header.html"> <i class="fa fa-angle-right"></i>&nbsp; No Header </a> </li> <li> <a href="no-left-right-sidebar.html"> <i class="fa fa-angle-right"></i>&nbsp; No Left &amp; Right Sidebar </a> </li> <li> <a href="no-left-sidebar-main-search.html"> <i class="fa fa-angle-right"></i>&nbsp; No Left Sidebar &amp; Main Search </a> </li> <li> <a href="no-left-sidebar.html"> <i class="fa fa-angle-right"></i>&nbsp; No Left Sidebar </a> </li> <li> <a href="no-main-search.html"> <i class="fa fa-angle-right"></i>&nbsp; No Main Search </a> </li> <li> <a href="no-right-sidebar.html"> <i class="fa fa-angle-right"></i>&nbsp; No Right Sidebar </a> </li> <li> <a href="sm.html"> <i class="fa fa-angle-right"></i>&nbsp; Mini Sidebar </a> </li> </ul> </li> <li class=""> <a href="javascript:;"> <i class="fa fa-tasks"></i> <span class="link-title">Components</span> <span class="fa arrow"></span> </a> <ul> <li> <a href="bgcolor.html"> <i class="fa fa-angle-right"></i>&nbsp; Bg Color </a> </li> <li> <a href="bgimage.html"> <i class="fa fa-angle-right"></i>&nbsp; Bg Image </a> </li> <li> <a href="button.html"> <i class="fa fa-angle-right"></i>&nbsp; Buttons </a> </li> <li> <a href="icon.html"> <i class="fa fa-angle-right"></i>&nbsp; Icon </a> </li> <li> <a href="pricing.html"> <i class="fa fa-angle-right"></i>&nbsp; Pricing Table </a> </li> <li> <a href="progress.html"> <i class="fa fa-angle-right"></i>&nbsp; Progress </a> </li> </ul> </li> <li class=""> <a href="javascript:;"> <i class="fa fa-pencil"></i> <span class="link-title"> Forms </span> <span class="fa arrow"></span> </a> <ul> <li> <a href="form-general.html"> <i class="fa fa-angle-right"></i>&nbsp; Form General </a> </li> <li> <a href="form-validation.html"> <i class="fa fa-angle-right"></i>&nbsp; Form Validation </a> </li> <li> <a href="form-wizard.html"> <i class="fa fa-angle-right"></i>&nbsp; Form Wizard </a> </li> <li> <a href="form-wysiwyg.html"> <i class="fa fa-angle-right"></i>&nbsp; Form WYSIWYG </a> </li> </ul> </li> <li> <a href="table.html"> <i class="fa fa-table"></i> <span class="link-title">Tables</span> </a> </li> <li> <a href="file.html"> <i class="fa fa-file"></i> <span class="link-title"> File Manager </span> </a> </li> <li> <a href="typography.html"> <i class="fa fa-font"></i> <span class="link-title"> Typography </span> </a> </li> <li> <a href="maps.html"> <i class="fa fa-map-marker"></i><span class="link-title"> Maps </span> </a> </li> <li> <a href="chart.html"> <i class="fa fa fa-bar-chart-o"></i> <span class="link-title"> Charts </span> </a> </li> <li> <a href="calendar.html"> <i class="fa fa-calendar"></i> <span class="link-title"> Calendar </span> </a> </li> <li> <a href="javascript:;"> <i class="fa fa-exclamation-triangle"></i> <span class="link-title"> Error Pages </span> <span class="fa arrow"></span> </a> <ul> <li> <a href="403.html"> <i class="fa fa-angle-right"></i>&nbsp;403</a> </li> <li> <a href="404.html"> <i class="fa fa-angle-right"></i>&nbsp;404</a> </li> <li> <a href="405.html"> <i class="fa fa-angle-right"></i>&nbsp;405</a> </li> <li> <a href="500.html"> <i class="fa fa-angle-right"></i>&nbsp;500</a> </li> <li> <a href="503.html"> <i class="fa fa-angle-right"></i>&nbsp;503</a> </li> <li> <a href="offline.html"> <i class="fa fa-angle-right"></i>&nbsp;offline</a> </li> <li> <a href="countdown.html"> <i class="fa fa-angle-right"></i>&nbsp;Under Construction</a> </li> </ul> </li> <li> <a href="grid.html"> <i class="fa fa-columns"></i> <span class="link-title"> Grid </span> </a> </li> <li> <a href="blank.html"> <i class="fa fa-square-o"></i> <span class="link-title"> Blank Page </span> </a> </li> <li class="nav-divider"></li> <li> <a href="login.html"> <i class="fa fa-sign-in"></i> <span class="link-title"> Login Page </span> </a> </li> <li> <a href="javascript:;"> <i class="fa fa-code"></i> <span class="link-title"> Unlimited Level Menu </span> <span class="fa arrow"></span> </a> <ul> <li> <a href="javascript:;">Level 1 <span class="fa arrow"></span> </a> <ul> <li> <a href="javascript:;">Level 2</a> </li> <li> <a href="javascript:;">Level 2</a> </li> <li> <a href="javascript:;">Level 2 <span class="fa arrow"></span> </a> <ul> <li> <a href="javascript:;">Level 3</a> </li> <li> <a href="javascript:;">Level 3</a> </li> <li> <a href="javascript:;">Level 3 <span class="fa arrow"></span> </a> <ul> <li> <a href="javascript:;">Level 4</a> </li> <li> <a href="javascript:;">Level 4</a> </li> <li> <a href="javascript:;">Level 4 <span class="fa arrow"></span> </a> <ul> <li> <a href="javascript:;">Level 5</a> </li> <li> <a href="javascript:;">Level 5</a> </li> <li> <a href="javascript:;">Level 5</a> </li> </ul> </li> </ul> </li> <li> <a href="javascript:;">Level 4</a> </li> </ul> </li> <li> <a href="javascript:;">Level 2</a> </li> </ul> </li> <li> <a href="javascript:;">Level 1</a> </li> <li> <a href="javascript:;">Level 1 <span class="fa arrow"></span> </a> <ul> <li> <a href="javascript:;">Level 2</a> </li> <li> <a href="javascript:;">Level 2</a> </li> <li> <a href="javascript:;">Level 2</a> </li> </ul> </li> </ul> </li> </ul><!-- /#menu --> </div><!-- /#left --> <div id="content"> <div class="outer"> <div class="inner bg-light lter"> <div class="col-lg-12"> <h1 id="bootstrap-admin-template">Bootstrap-Admin-Template</h1> <p>Metis is a simple yet powerful free Bootstrap admin dashboard template that you can feel free to use for any app, SaaS, admin dashboard, user dashbboard, web app, service, software or anything else. Feel free to share and fork it.</p> <p>This template currently is slighly outdated but withing few weeks we are going to make a major overhaul making ot the best free admin template you have seen on Github or elsehwere on the web.</p> <ul> <li> <a href="https://travis-ci.org/puikinsh/Bootstrap-Admin-Template"> <img src="https://travis-ci.org/puikinsh/Bootstrap-Admin-Template.svg" alt="Build Status"> </a> </li> <li> <a href="https://david-dm.org/puikinsh/Bootstrap-Admin-Template"> <img src="https://david-dm.org/puikinsh/Bootstrap-Admin-Template.svg?theme=shields.io" alt="Dependency Status"> </a> </li> <li> <a href="https://david-dm.org/puikinsh/Bootstrap-Admin-Template#info=devDependencies"> <img src="https://david-dm.org/puikinsh/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io" alt="devDependency Status"> </a> </li> <li> <a href="http://gruntjs.com/"> <img src="https://cdn.gruntjs.com/builtwith.png" alt="Built with Grunt"> </a> </li> </ul> <h2 id="toc">TOC</h2> <ul> <li> <a href="#download">Download</a> </li> <li> <a href="#building">Building</a> </li> <li> <a href="#demo">Demo</a> </li> <li> <a href="#other">Other</a> </li> <li> <a href="#credits">Credits</a> </li> <li> <a href="#author">Author</a> </li> <li> <a href="#license">License</a> </li> </ul> <h2 id="download">Download</h2> <ul> <li> <p>Bootstrap 2.3.2 <a href="https://github.com/puikinsh/Bootstrap-Admin-Template/archive/v1.2.zip"> v1.2</a> ready for use</p> </li> <li> <p>Bootstrap 3.3.0 <a href="https://puikinsh.com/onokumus/Bootstrap-Admin-Template/archive/master.zip"> v2.3.2</a> ready <code>dist</code> folder your use</p> </li> </ul> <h2 id="building">Building</h2> <h4 id="2-3-2-version">2.3.2 Version</h4> <p>required <a href="http://nodejs.org/">node.js</a> &amp; <a href="http://bower.io/">bower</a> &amp; <a href="http://gruntjs.com/getting-started">grunt</a> </p> <pre><code class="language-shell"> $ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername $ cd yourfoldername $ npm install $ bower install $ npm run build $ grunt serve</code></pre> <h4 id="2-3-2-rtl-version">2.3.2 RTL Version</h4> <p>required <a href="http://nodejs.org/">node.js</a> &amp; <a href="http://bower.io/">bower</a> &amp; <a href="http://gruntjs.com/getting-started">grunt</a> </p> <pre><code class="language-shell"> $ git clone https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername $ cd yourfoldername $ npm install $ bower install $ npm run buildrtl $ grunt serve</code></pre> <h4 id="1-2-version">1.2 Version</h4> <pre><code class="language-shell"> $ git clone -b v1.2 https://github.com/puikinsh/Bootstrap-Admin-Template.git yourfoldername $ cd yourfoldername $ git submodule init $ git submodule update $ open index.html</code></pre> <h2 id="demo">Demo</h2> <ul> <li> <a href="https://colorlib.com/polygon/metis/">Demo v2.3.2</a> </li> <li> <a href="https://colorlib.com/polygon/metis/rtl/">RTL v2.3.2</a> </li> <li></li> </ul> <h2 id="other-templates-and-useful-resources">Other templates and useful resources</h2> <ul> <li> <p> <a href="https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/" title="Free Bootstrap Admin Templates on Colorlib">Free Admin Templates</a> - A comprehensive list of the best free Bootstrap admin dashboard templates. All templates are built based on Bootstrap frontend framework making them responsive and mobile friendly. Most of them can compete with premium admin templates. </p> </li> <li> <p> <a href="https://colorlib.com/wp/free-html5-admin-dashboard-templates/" title="List of free HTML based admin templates by Colorlib">Free Admin Dashboard Templates</a> - Versatile list of the best free HTML5/CSS3 powered admin templates. Templates are licensed under MIT license making them free for personal and commercial use. However, no support is provided with these templates. </p> </li> <li> <p> <a href="https://colorlib.com/wp/angularjs-admin-templates/" title="Angular Admin Templates on Colorlib">AngularJS Templates</a> - Comprehensive list of the most popular AngularJS admin templates. Most of these templates comes with both HTML and Angular version therefore they are not just strictly limited to Angular or some other platform. </p> </li> <li> <p> <a href="https://colorlib.com/wp/html-admin-templates/" title="Premium HTML Material Design Admin Templates on Colorlib">Premium Admin Templates</a> - Comprehensive list of premium admin templates designed uing Flat and Material design. Most of these templates comes with both AngularJS and HTML version making your universal tool.</p> </li> <li> <p> <a href="https://colorlib.com/wp/bootstrap-admin-templates/" title="List of Premium Bootstrap Admin Templates by Colorlib">Bootstrap Admin Templates</a> - List of Bootstrap admin dashboard templates that uses a minimal yet stunning Flat or Material design. Most of these templates comes as HTML and AngularJS version making them universal and easy to use for your upcoming SaaS, web application, user dashboard, admin dashboard, CRM, ERP, database, or any other data driven interface. </p> </li> <li> <p> <a href="https://colorlib.com/wp/wordpress-admin-dashboard-themes-plugins/" title="List of WordPress Admin Dashboard Templates and Plugins by Colorlib">WordPress Admin Templates</a> - List of stunning and customizable WordPress admin dashboard templates that will add a personal touch to your WordPress dashboard via template or plugin. </p> </li> <li> <p> <a href="https://colorlib.com/wp/free-wordpress-themes/" title="List of Free WordPress themes by Colorlib">WordPress Themes</a> - Most versatile list of free WordPress themes all licensed under GPL. These themes can be used, shared, tweaked, redistributed without restriction as long as you keep the original copyright/license information.</p> </li> </ul> <h2 id="credits">Credits</h2> <ul> <li> <a href="http://nodejs.org/">node.js</a> </li> <li> <a href="http://bower.io/">bower</a> </li> <li> <a href="http://gruntjs.com/">Grunt</a> </li> <li> <a href="http://assemble.io/">Assemble</a> </li> <li> <a href="http://jquery.com/">jQuery</a> </li> <li> <a href="http://getbootstrap.com/">Bootstrap</a> </li> <li> <a href="http://lesscss.org/">LESS</a> </li> <li> <a href="http://modernizr.com/">Modernizr</a> </li> <li> <a href="http://momentjs.com/">Moment.js</a> </li> <li> <a href="https://github.com/subtlepatterns/SubtlePatterns">SubtlePatterns</a> </li> <li> <a href="http://arshaw.com/fullcalendar/">FullCalendar</a> </li> <li> <a href="https://github.com/harvesthq/chosen">Chosen</a> </li> <li> <a href="http://ckeditor.com/">CKEditor</a> </li> <li> <a href="http://www.eyecon.ro/bootstrap-colorpicker/">Colorpicker for Bootstrap</a> </li> <li> <a href="http://www.datatables.net">Data Tables</a> </li> <li> <a href="http://www.eyecon.ro/bootstrap-datepicker">Datepicker for Bootstrap</a> </li> <li> <a href="http://elfinder.org">elFinder</a> </li> <li> <a href="http://rustyjeans.com/jquery-plugins/input-limiter">Input Limiter</a> </li> <li> <a href="http://jasny.github.com/bootstrap">Jasny Bootstrap</a> </li> <li> <a href="http://jqueryvalidation.org/">jQuery Validation</a> </li> <li> <a href="http://omnipotent.net/jquery.sparkline">jQuery Sparklines</a> </li> <li> <a href="http://daneden.github.io/animate.css/">Animate</a> </li> <li> <a href="http://www.jacklmoore.com/autosize">Autosize</a> </li> <li> <a href="http://keith-wood.name/countdown.html">Countdown</a> </li> <li> <a href="https://github.com/dangrossman/bootstrap-daterangepicker">Date range picker</a> </li> <li> <a href="http://www.flotcharts.org">Flot</a> </li> <li> <a href="http://jquery.malsup.com/form/">jQuery Form</a> </li> <li> <a href="http://thecodemine.org">Form Wizard</a> </li> <li> <a href="http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/">Gritter</a> </li> <li> <a href="https://github.com/brandonaaron/jquery-mousewheel">Mouse Wheel</a> </li> <li> <a href="https://github.com/kevinoconnor7/pagedown-bootstrap">PageDown-Bootstrap</a> </li> <li> <a href="https://github.com/moxiecode/plupload">Plupload</a> </li> <li> <a href="http://www.larentis.eu/switch/">Bootstrap Switch</a> </li> <li> <a href="http://tablesorter.com/">tablesorter</a> </li> <li> <a href="http://xoxco.com/projects/code/tagsinput/">tagsinput</a> </li> <li> <a href="http://jdewit.github.io/bootstrap-timepicker/">Bootstrap Timepicker</a> </li> <li> <a href="http://touchpunch.furf.com/">Touch Punch</a> </li> <li> <a href="http://uniformjs.com/">Uniform</a> </li> <li> <a href="http://www.position-relative.net/">Validation Engine</a> </li> <li> <a href="http://validval.frebsite.nl/">jquery.validVal</a> </li> <li> <a href="https://github.com/Waxolunist/bootstrap3-wysihtml5-bower">bootstrap3-wysihtml5-bower</a> </li> <li> <a href="https://github.com/sindresorhus/screenfull.js">screenfull.js</a> </li> <li> <a href="https://github.com/onokumus/metisMenu">metisMenu</a> </li> </ul> <h2 id="author">Author</h2> <ul> <li> <a href="https://colorlib.com/">Colorlib</a> - Colorlib is the most popular source for free WordPress themes and HTML templates. </li> <li> <a href="https://twitter.com/AigarsSilkalns">Aigars Silkalns</a> - Aigars maintains this project and is also the idea author behind Colorlib and everythiwn you will find on that website. </li> </ul> <h2 id="license">License</h2> <p>Copyright (c) 2016 Aigars Silkalns &amp; Colorlib</p> <p>Released under the MIT license. This free Bootstrap admin template is distributed as as it with no support. You can feeel free to use it, share it, tweakit it, workin it, sell it or do whatver you want as long as you keep the original license in plce.</p> <hr> <p><em>This file was generated by <a href="https://github.com/assemble/verb-cli">verb-cli</a> on March 05, 2016.</em> </p> </div> </div><!-- /.inner --> </div><!-- /.outer --> </div><!-- /#content --> <div id="right" class="bg-light lter"> <div class="alert alert-danger"> <button type="button" class="close" data-dismiss="alert">&times;</button> <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> <!-- .well well-small --> <div class="well well-small dark"> <ul class="list-unstyled"> <li>Visitor <span class="inlinesparkline pull-right">1,4,4,7,5,9,10</span> </li> <li>Online Visitor <span class="dynamicsparkline pull-right">Loading..</span> </li> <li>Popularity <span class="dynamicbar pull-right">Loading..</span> </li> <li>New Users <span class="inlinebar pull-right">1,3,4,5,3,5</span> </li> </ul> </div><!-- /.well well-small --> <!-- .well well-small --> <div class="well well-small dark"> <button class="btn btn-block">Default</button> <button class="btn btn-primary btn-block">Primary</button> <button class="btn btn-info btn-block">Info</button> <button class="btn btn-success btn-block">Success</button> <button class="btn btn-danger btn-block">Danger</button> <button class="btn btn-warning btn-block">Warning</button> <button class="btn btn-inverse btn-block">Inverse</button> <button class="btn btn-metis-1 btn-block">btn-metis-1</button> <button class="btn btn-metis-2 btn-block">btn-metis-2</button> <button class="btn btn-metis-3 btn-block">btn-metis-3</button> <button class="btn btn-metis-4 btn-block">btn-metis-4</button> <button class="btn btn-metis-5 btn-block">btn-metis-5</button> <button class="btn btn-metis-6 btn-block">btn-metis-6</button> </div><!-- /.well well-small --> <!-- .well well-small --> <div class="well well-small dark"> <span>Default</span> <span class="pull-right"><small>20%</small> </span> <div class="progress xs"> <div class="progress-bar progress-bar-info" style="width: 20%"></div> </div> <span>Success</span> <span class="pull-right"><small>40%</small> </span> <div class="progress xs"> <div class="progress-bar progress-bar-success" style="width: 40%"></div> </div> <span>warning</span> <span class="pull-right"><small>60%</small> </span> <div class="progress xs"> <div class="progress-bar progress-bar-warning" style="width: 60%"></div> </div> <span>Danger</span> <span class="pull-right"><small>80%</small> </span> <div class="progress xs"> <div class="progress-bar progress-bar-danger" style="width: 80%"></div> </div> </div> </div><!-- /#right --> </div><!-- /#wrap --> <footer class="Footer bg-dark dker"> <p>2014 &copy; Metis Bootstrap Admin Template</p> </footer><!-- /#footer --> <!-- #helpModal --> <div id="helpModal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --><!-- /#helpModal --> <!--jQuery --> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <!--Bootstrap --> <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js"></script> <!-- MetisMenu --> <script src="//cdnjs.cloudflare.com/ajax/libs/metisMenu/1.1.3/metisMenu.min.js"></script> <!-- Screenfull --> <script src="//cdnjs.cloudflare.com/ajax/libs/screenfull.js/2.0.0/screenfull.min.js"></script> <!-- Metis core scripts --> <script src="../assets/js/core.min.js"></script> <!-- Metis demo scripts --> <script src="../assets/js/app.js"></script> <script src="../assets/js/style-switcher.min.js"></script> </body>
chawaratr/admin-template
dist/rtl/index.html
HTML
mit
36,463
<html lang="en"> <head> <title>DBX Hooks - GNU Compiler Collection (GCC) Internals</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GNU Compiler Collection (GCC) Internals"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Debugging-Info.html#Debugging-Info" title="Debugging Info"> <link rel="prev" href="DBX-Options.html#DBX-Options" title="DBX Options"> <link rel="next" href="File-Names-and-DBX.html#File-Names-and-DBX" title="File Names and DBX"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="DBX-Hooks"></a> Next:&nbsp;<a rel="next" accesskey="n" href="File-Names-and-DBX.html#File-Names-and-DBX">File Names and DBX</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="DBX-Options.html#DBX-Options">DBX Options</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Debugging-Info.html#Debugging-Info">Debugging Info</a> <hr> </div> <h4 class="subsection">17.22.3 Open-Ended Hooks for DBX Format</h4> <!-- prevent bad page break with this line --> <p>These are hooks for DBX format. <div class="defun"> &mdash; Macro: <b>DBX_OUTPUT_SOURCE_LINE</b> (<var>stream, line, counter</var>)<var><a name="index-DBX_005fOUTPUT_005fSOURCE_005fLINE-4712"></a></var><br> <blockquote><p>A C statement to output DBX debugging information before code for line number <var>line</var> of the current source file to the stdio stream <var>stream</var>. <var>counter</var> is the number of time the macro was invoked, including the current invocation; it is intended to generate unique labels in the assembly output. <p>This macro should not be defined if the default output is correct, or if it can be made correct by defining <code>DBX_LINES_FUNCTION_RELATIVE</code>. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>NO_DBX_FUNCTION_END</b><var><a name="index-NO_005fDBX_005fFUNCTION_005fEND-4713"></a></var><br> <blockquote><p>Some stabs encapsulation formats (in particular ECOFF), cannot handle the <code>.stabs "",N_FUN,,0,0,Lscope-function-1</code> gdb dbx extension construct. On those machines, define this macro to turn this feature off without disturbing the rest of the gdb extensions. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>NO_DBX_BNSYM_ENSYM</b><var><a name="index-NO_005fDBX_005fBNSYM_005fENSYM-4714"></a></var><br> <blockquote><p>Some assemblers cannot handle the <code>.stabd BNSYM/ENSYM,0,0</code> gdb dbx extension construct. On those machines, define this macro to turn this feature off without disturbing the rest of the gdb extensions. </p></blockquote></div> </body></html>
marduino/stm32Proj
tools/armgcc/share/doc/gcc-arm-none-eabi/html/gccint/DBX-Hooks.html
HTML
mit
4,076
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Div Counting</title> <link type="text/css" rel="stylesheet" href="styles/js-console.css" /> </head> <body> <div id="js-console"></div> <script src="scripts/js-console.js"></script> <script src="scripts/4_DivCounting.js"></script> </body> </html>
razsilev/TelerikAcademy_Homework
JavaScript/JS_Part_One/Homeworks/Js_part_One_Homeworks/09_Functions/4_DivCounting.html
HTML
mit
343
<!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/treeP1.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_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" 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;</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;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</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><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">5,314</td> <td class="tdAlignRight">28.0852</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">10,862</td> <td class="tdAlignRight">57.4071</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">2,745</td> <td class="tdAlignRight">14.5077</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;27/27&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 22:06:11 +0800" title="Sat, 16 Jan 2016 22:06:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;22:06: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" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n703002000000000/20160116140839/page.html
HTML
cc0-1.0
6,578
--- layout: reference_option_detail_layout title: jQueryUI(jQueryUI) relurl: http://datatables.net/reference/option/jQueryUI since: 1.10.0 --- <h1 class="page_title">jQueryUI</h1> <div style="color: #ac5900;float: right;">起始版本号: {{ page.since }}</div> <p>应用jQuery UI ThemeRoller的标签和CSS类。</p> <a name="Description"></a> <h2 data-anchor="Description">说明</h2> <p>DataTables能使用各种各样的CSS类库包,其中包括jQuery UI, Twitter Bootstrap 和 Foundation. 但是 Bootstrap, Foundation 和其他的类库需要添加插件, 而jQuery UI 的主题支持是内置在DataTables中的,可以用这个参数来控制是否使用。 如果设置为true, DataTables就可以使用jQuery UI ThemeRoller的标签和css类,使得你的表格和jQuery UI很容易集成起来。</p> <p>当设置为true之后, 你需要加载<code>jquery.dataTables_themeroller.css</code>文件,因为ThemeRoller并不能提供DataTables需要的所有style文件。这个文件路径在 DataTables 包(<code class="path" title="File path">media/css</code>)中。</p> <p>注意:这个特性已经被抛弃了在DataTables 1.10 版本中,并且以后会在1.11版本中删除。在1.11版本中,这个功能需要采用插件的方式实现,跟其他的css样式一样。可以看 <a href="../../manual/styling/jqueryui.html">DataTables jQuery UI styling documentation</a> 了解更多关于使用jQuery UI定制表格的这个新方法。</p> <a name="Type"></a> <h2 data-anchor="Type">数据类型</h2> <p>This option can be given in the following type(s):</p> <ul class="markdown"> <li><a href="//datatables.net/reference/type/boolean"><code class="type" title="Javascript parameter type">boolean<span>JS</span></code></a></li> </ul> <a name="Default"></a> <h2 data-anchor="Default">默认值</h2> <ul class="markdown"> <li>Value: <code>false</code></li> </ul> <a name="Example"></a> <h2 data-anchor="Example">示例</h2> <div class="reference_examples"> <div class="reference_example"> <div class="title"> <p>Enable jQuery UI ThemeRoller support:</p> </div> <pre class="brush:js;toolbar:false">$('#example').dataTable( { &quot;jQueryUI&quot;: true } );</pre> </div> </div> {% include quote.html param='http://datatables.net/reference/option/jQueryUI'%}
ssy341/datatables-cn
reference/option/jQueryUI.html
HTML
cc0-1.0
2,308
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Computational Physics Lectures: Introduction to Monte Carlo methods"> <title>Computational Physics Lectures: Introduction to Monte Carlo methods</title> <!-- Bootstrap style: bootstrap --> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> <script src="https://sagecell.sagemath.org/static/jquery.min.js"></script> <script src="https://sagecell.sagemath.org/embedded_sagecell.js"></script> <link rel="stylesheet" type="text/css" href="https://sagecell.sagemath.org/static/sagecell_embed.css"> <script> $(function () { // Make the div with id 'mycell' a Sage cell sagecell.makeSagecell({inputLocation: '#mycell', template: sagecell.templates.minimal, evalButtonText: 'Activate'}); // Make *any* div with class 'compute' a Sage cell sagecell.makeSagecell({inputLocation: 'div.compute', evalButtonText: 'Evaluate'}); }); </script> </head> <!-- tocinfo {'highest level': 1, 'sections': [('Monte Carlo methods, plan for the lectures', 2, None, '___sec0'), ('Monte Carlo: Enhances algorithmic thinking!', 2, None, '___sec1'), ('Domains and probabilities', 2, None, '___sec2'), ('Monte Carlo methods, tossing a dice', 2, None, '___sec3'), ('Stochastic variables', 2, None, '___sec4'), ('Stochastic variables and the main concepts, the discrete case', 2, None, '___sec5'), ('Stochastic variables and the main concepts, the continuous ' 'case', 2, None, '___sec6'), ('The cumulative probability', 2, None, '___sec7'), ('Properties of PDFs', 2, None, '___sec8'), ('Important distributions, the uniform distribution', 2, None, '___sec9'), ('Gaussian distribution', 2, None, '___sec10'), ('Exponential distribution', 2, None, '___sec11'), ('Expectation values', 2, None, '___sec12'), ('Stochastic variables and the main concepts, mean values', 2, None, '___sec13'), ('Stochastic variables and the main concepts, central moments, ' 'the variance', 2, None, '___sec14'), ('First Illustration of the Use of Monte-Carlo Methods, ' 'integration', 2, None, '___sec15'), ('First Illustration of the Use of Monte-Carlo Methods, ' 'integration', 2, None, '___sec16'), ('First Illustration of the Use of Monte-Carlo Methods, variance ' 'in integration', 2, None, '___sec17'), ('Monte-Carlo integration, meaning of variance', 2, None, '___sec18'), ('First Illustration of the Use of Monte-Carlo Methods, ' 'integration', 2, None, '___sec19'), ('Important aspects of Monte-Carlo Methods', 2, None, '___sec20'), ('Why Monte Carlo integration?', 2, None, '___sec21'), ('Why Monte Carlo integration?', 2, None, '___sec22'), ('Why Monte Carlo integration? Example', 2, None, '___sec23'), ('Monte Carlo integration, simple example', 2, None, '___sec24'), ('Monte Carlo integration, simple example', 2, None, '___sec25'), ('Monte Carlo integration, simple example', 2, None, '___sec26'), ('Monte Carlo integration, simple example', 2, None, '___sec27'), ('Monte Carlo integration, algorithm', 2, None, '___sec28'), ('Monte Carlo integration, simple example, the program', 2, None, '___sec29'), ('Monte Carlo integration, simple example and the results', 2, None, '___sec30'), ('Testing against the trapezoidal rule for a one-dimensional ' 'integral', 2, None, '___sec31'), ('Second example, particles in a box', 2, None, '___sec32'), ('Second example, particles in a box', 2, None, '___sec33'), ('Second example, particles in a box', 2, None, '___sec34'), ('Second example, particles in a box, discussion', 2, None, '___sec35'), ('Second example, particles in a box, discussion', 2, None, '___sec36'), ('Simple demonstration using python', 2, None, '___sec37'), ('Brief Summary', 2, None, '___sec38'), ('Probability Distribution Functions', 2, None, '___sec39'), ('Probability Distribution Functions', 2, None, '___sec40'), ('The three famous Probability Distribution Functions', 2, None, '___sec41'), ('Probability Distribution Functions, the normal distribution', 2, None, '___sec42'), ('Probability Distribution Functions, the normal distribution', 2, None, '___sec43'), ('Probability Distribution Functions, the cumulative ' 'distribution', 2, None, '___sec44'), ('Probability Distribution Functions, other important ' 'distribution', 2, None, '___sec45'), ('Probability Distribution Functions, the binomial distribution', 2, None, '___sec46'), ("Probability Distribution Functions, Poisson's distribution", 2, None, '___sec47'), ("Probability Distribution Functions, Poisson's distribution", 2, None, '___sec48'), ('Meet the covariance!', 2, None, '___sec49'), ('Meet the covariance in matrix disguise', 2, None, '___sec50'), ('Meet the covariance, uncorrelated events', 2, None, '___sec51'), ('Numerical experiments and the covariance', 2, None, '___sec52'), ('Numerical experiments and the covariance', 2, None, '___sec53'), ('Numerical experiments and the covariance, actual situations', 2, None, '___sec54'), ('Numerical experiments and the covariance, our observables', 2, None, '___sec55'), ('Numerical experiments and the covariance, the sample variance', 2, None, '___sec56'), ('Numerical experiments and the covariance, central limit ' 'theorem', 2, None, '___sec57'), ('Definition of Correlation Functions and Standard Deviation', 2, None, '___sec58'), ('Definition of Correlation Functions and Standard Deviation', 2, None, '___sec59'), ('Definition of Correlation Functions and Standard Deviation', 2, None, '___sec60'), ('Definition of Correlation Functions and Standard Deviation', 2, None, '___sec61'), ('Definition of Correlation Functions and Standard Deviation, ' 'sample variance', 2, None, '___sec62'), ('Definition of Correlation Functions and Standard Deviation', 2, None, '___sec63'), ('Example of the central limit theorem', 2, None, '___sec64'), ('Random Numbers', 1, None, '___sec65'), ('Random Numbers, better name: pseudo random numbers', 1, None, '___sec66'), ('Random number generator RNG', 1, None, '___sec67'), ('Random number generator RNG and periodic outputs', 1, None, '___sec68'), ('Random number generator RNG and its period', 1, None, '___sec69'), ('Random number generator RNG, other examples', 1, None, '___sec70'), ('Random number generator RNG, other examples', 1, None, '___sec71'), ('Random number generator RNG, RAN0', 1, None, '___sec72'), ('Random number generator RNG, RAN0', 1, None, '___sec73'), ('Random number generator RNG, RAN0', 1, None, '___sec74'), ('Random number generator RNG, RAN0', 1, None, '___sec75'), ('Random number generator RNG, RAN0 code', 1, None, '___sec76'), ('Properties of Selected Random Number Generators', 2, None, '___sec77'), ('Properties of Selected Random Number Generators', 2, None, '___sec78'), ('Properties of Selected Random Number Generators', 2, None, '___sec79'), ('Simple demonstration of RNGs using python', 2, None, '___sec80'), ('Properties of Selected Random Number Generators', 2, None, '___sec81'), ('"Correlation function and which random number generators ' 'should I ' 'use":"https://github.com/CompPhysics/ComputationalPhysics/tree/master/doc/Programs/RNGCodes/autocorrelation.cpp"', 2, None, '___sec82'), ('"Correlation function and which random number generators ' 'should I ' 'use":"https://github.com/CompPhysics/ComputationalPhysics/tree/master/doc/Programs/RNGCodes/autocorrelation.cpp"', 2, None, '___sec83'), ('Correlation function and which random number generators should ' 'I use', 2, None, '___sec84'), ('Which RNG should I use?', 1, None, '___sec85'), ('How to use the Mersenne generator', 2, None, '___sec86'), ('Improved Monte Carlo Integration', 1, None, '___sec87'), ('Change of Variables', 2, None, '___sec88'), ('Change of Variables', 2, None, '___sec89'), ('Transformed Uniform Distribution', 2, None, '___sec90'), ('Exponential Distribution', 2, None, '___sec91'), ('Exponential Distribution', 2, None, '___sec92'), ('Exponential Distribution', 2, None, '___sec93'), ('Normal Distribution', 2, None, '___sec94'), ('Normal Distribution', 2, None, '___sec95'), ('Normal Distribution', 2, None, '___sec96'), ('Normal Distribution', 2, None, '___sec97'), ('Normal Distribution', 2, None, '___sec98'), ('Importance Sampling', 2, None, '___sec99'), ('Importance Sampling', 2, None, '___sec100'), ('Importance Sampling', 2, None, '___sec101'), ('Importance Sampling', 2, None, '___sec102'), ('Importance Sampling', 2, None, '___sec103'), ('Importance Sampling', 2, None, '___sec104'), ('Importance Sampling, a simple example', 2, None, '___sec105'), ('Importance Sampling, a simple example, a simple plot', 2, None, '___sec106'), ('Importance Sampling, a simple example, the code part', 2, None, '___sec107'), ('Importance Sampling, a simple example, and the results', 2, None, '___sec108'), ('Acceptance-Rejection Method', 2, None, '___sec109'), ('Acceptance-Rejection Method', 2, None, '___sec110'), ('Acceptance-Rejection Method', 2, None, '___sec111'), ('Monte Carlo Integration of Multidimensional Integrals', 2, None, '___sec112'), ('Monte Carlo Integration of Multidimensional Integrals', 2, None, '___sec113'), ('Monte Carlo Integration of Multidimensional Integrals', 2, None, '___sec114'), ('Monte Carlo Integration of Multidimensional Integrals', 2, None, '___sec115'), ('Monte Carlo Integration of Multidimensional Integrals', 2, None, '___sec116'), ('Brute Force Integration', 2, None, '___sec117'), ('Importance Sampling', 2, None, '___sec118'), ('Python codes', 2, None, '___sec119'), ('Python codes, importance sampling', 2, None, '___sec120')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="mcint-bs.html">Computational Physics Lectures: Introduction to Monte Carlo methods</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._mcint-bs001.html#___sec0" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo methods, plan for the lectures</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs002.html#___sec1" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo: Enhances algorithmic thinking!</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs003.html#___sec2" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Domains and probabilities</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs004.html#___sec3" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo methods, tossing a dice</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs005.html#___sec4" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Stochastic variables</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs006.html#___sec5" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Stochastic variables and the main concepts, the discrete case</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs007.html#___sec6" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Stochastic variables and the main concepts, the continuous case</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs008.html#___sec7" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;The cumulative probability</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs009.html#___sec8" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Properties of PDFs</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs010.html#___sec9" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Important distributions, the uniform distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs011.html#___sec10" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Gaussian distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs012.html#___sec11" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Exponential distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs013.html#___sec12" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Expectation values</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs014.html#___sec13" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Stochastic variables and the main concepts, mean values</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs015.html#___sec14" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Stochastic variables and the main concepts, central moments, the variance</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs016.html#___sec15" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;First Illustration of the Use of Monte-Carlo Methods, integration</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs017.html#___sec16" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;First Illustration of the Use of Monte-Carlo Methods, integration</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs018.html#___sec17" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;First Illustration of the Use of Monte-Carlo Methods, variance in integration</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs019.html#___sec18" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte-Carlo integration, meaning of variance</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs020.html#___sec19" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;First Illustration of the Use of Monte-Carlo Methods, integration</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs021.html#___sec20" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Important aspects of Monte-Carlo Methods</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs022.html#___sec21" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Why Monte Carlo integration?</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs023.html#___sec22" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Why Monte Carlo integration?</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs024.html#___sec23" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Why Monte Carlo integration? Example</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs025.html#___sec24" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo integration, simple example</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs026.html#___sec25" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo integration, simple example</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs027.html#___sec26" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo integration, simple example</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs028.html#___sec27" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo integration, simple example</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs029.html#___sec28" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo integration, algorithm</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs030.html#___sec29" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo integration, simple example, the program</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs031.html#___sec30" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo integration, simple example and the results</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs032.html#___sec31" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Testing against the trapezoidal rule for a one-dimensional integral</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs033.html#___sec32" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Second example, particles in a box</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs034.html#___sec33" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Second example, particles in a box</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs035.html#___sec34" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Second example, particles in a box</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs036.html#___sec35" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Second example, particles in a box, discussion</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs037.html#___sec36" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Second example, particles in a box, discussion</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs038.html#___sec37" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Simple demonstration using python</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs039.html#___sec38" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Brief Summary</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs040.html#___sec39" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs041.html#___sec40" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs042.html#___sec41" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;The three famous Probability Distribution Functions</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs043.html#___sec42" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions, the normal distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs044.html#___sec43" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions, the normal distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs045.html#___sec44" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions, the cumulative distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs046.html#___sec45" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions, other important distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs047.html#___sec46" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions, the binomial distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs048.html#___sec47" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions, Poisson's distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs049.html#___sec48" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Probability Distribution Functions, Poisson's distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs050.html#___sec49" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Meet the covariance!</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs051.html#___sec50" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Meet the covariance in matrix disguise</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs052.html#___sec51" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Meet the covariance, uncorrelated events</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs053.html#___sec52" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Numerical experiments and the covariance</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs054.html#___sec53" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Numerical experiments and the covariance</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs055.html#___sec54" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Numerical experiments and the covariance, actual situations</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs056.html#___sec55" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Numerical experiments and the covariance, our observables</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs057.html#___sec56" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Numerical experiments and the covariance, the sample variance</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs058.html#___sec57" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Numerical experiments and the covariance, central limit theorem</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs059.html#___sec58" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Definition of Correlation Functions and Standard Deviation</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs060.html#___sec59" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Definition of Correlation Functions and Standard Deviation</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs061.html#___sec60" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Definition of Correlation Functions and Standard Deviation</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs062.html#___sec61" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Definition of Correlation Functions and Standard Deviation</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs063.html#___sec62" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Definition of Correlation Functions and Standard Deviation, sample variance</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs064.html#___sec63" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Definition of Correlation Functions and Standard Deviation</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs065.html#___sec64" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Example of the central limit theorem</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs066.html#___sec65" style="font-size: 80%;"><b>Random Numbers</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs067.html#___sec66" style="font-size: 80%;"><b>Random Numbers, better name: pseudo random numbers</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs068.html#___sec67" style="font-size: 80%;"><b>Random number generator RNG</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs069.html#___sec68" style="font-size: 80%;"><b>Random number generator RNG and periodic outputs</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs070.html#___sec69" style="font-size: 80%;"><b>Random number generator RNG and its period</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs071.html#___sec70" style="font-size: 80%;"><b>Random number generator RNG, other examples</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs072.html#___sec71" style="font-size: 80%;"><b>Random number generator RNG, other examples</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs073.html#___sec72" style="font-size: 80%;"><b>Random number generator RNG, RAN0</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs074.html#___sec73" style="font-size: 80%;"><b>Random number generator RNG, RAN0</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs075.html#___sec74" style="font-size: 80%;"><b>Random number generator RNG, RAN0</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs076.html#___sec75" style="font-size: 80%;"><b>Random number generator RNG, RAN0</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs077.html#___sec76" style="font-size: 80%;"><b>Random number generator RNG, RAN0 code</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs078.html#___sec77" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Properties of Selected Random Number Generators</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs079.html#___sec78" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Properties of Selected Random Number Generators</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs080.html#___sec79" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Properties of Selected Random Number Generators</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs081.html#___sec80" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Simple demonstration of RNGs using python</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs082.html#___sec81" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Properties of Selected Random Number Generators</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs083.html#___sec82" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;"Correlation function and which random number generators should I use":"https://github.com/CompPhysics/ComputationalPhysics/tree/master/doc/Programs/RNGCodes/autocorrelation.cpp"</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs084.html#___sec83" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;"Correlation function and which random number generators should I use":"https://github.com/CompPhysics/ComputationalPhysics/tree/master/doc/Programs/RNGCodes/autocorrelation.cpp"</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs085.html#___sec84" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Correlation function and which random number generators should I use</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs086.html#___sec85" style="font-size: 80%;"><b>Which RNG should I use?</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs087.html#___sec86" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;How to use the Mersenne generator</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs088.html#___sec87" style="font-size: 80%;"><b>Improved Monte Carlo Integration</b></a></li> <!-- navigation toc: --> <li><a href="._mcint-bs089.html#___sec88" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Change of Variables</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs090.html#___sec89" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Change of Variables</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs091.html#___sec90" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Transformed Uniform Distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs092.html#___sec91" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Exponential Distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs093.html#___sec92" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Exponential Distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs094.html#___sec93" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Exponential Distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs095.html#___sec94" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Normal Distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs096.html#___sec95" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Normal Distribution</a></li> <!-- navigation toc: --> <li><a href="#___sec96" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Normal Distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs098.html#___sec97" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Normal Distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs099.html#___sec98" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Normal Distribution</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs100.html#___sec99" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs101.html#___sec100" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs102.html#___sec101" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs103.html#___sec102" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs104.html#___sec103" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs105.html#___sec104" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs106.html#___sec105" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling, a simple example</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs107.html#___sec106" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling, a simple example, a simple plot</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs108.html#___sec107" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling, a simple example, the code part</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs109.html#___sec108" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling, a simple example, and the results</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs110.html#___sec109" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Acceptance-Rejection Method</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs111.html#___sec110" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Acceptance-Rejection Method</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs112.html#___sec111" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Acceptance-Rejection Method</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs113.html#___sec112" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo Integration of Multidimensional Integrals</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs114.html#___sec113" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo Integration of Multidimensional Integrals</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs115.html#___sec114" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo Integration of Multidimensional Integrals</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs116.html#___sec115" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo Integration of Multidimensional Integrals</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs117.html#___sec116" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Monte Carlo Integration of Multidimensional Integrals</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs118.html#___sec117" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Brute Force Integration</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs119.html#___sec118" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Importance Sampling</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs120.html#___sec119" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Python codes</a></li> <!-- navigation toc: --> <li><a href="._mcint-bs121.html#___sec120" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Python codes, importance sampling</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0097"></a> <!-- !split --> <h2 id="___sec96" class="anchor">Normal Distribution </h2> <div class="panel panel-default"> <div class="panel-body"> <p> <!-- subsequent paragraphs come in larger fonts, so start with a paragraph --> The variable \( r \), defined for \( r \in [0,\infty) \) needs to be related to to random numbers \( x'\in [0,1] \). To achieve that, we introduce a new variable $$ \begin{equation*} u=\frac{1}{2}r^2, \end{equation*} $$ and define a PDF $$ \begin{equation*} \exp{(-u)}du, \end{equation*} $$ with \( u\in [0,\infty) \). Using the results from example 2 for the exponential distribution, we have $$ \begin{equation*} u=-\ln{(1-x')}, \end{equation*} $$ where \( x' \) is a random number generated for \( x'\in [0,1] \). </div> </div> <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._mcint-bs096.html">&laquo;</a></li> <li><a href="._mcint-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._mcint-bs089.html">90</a></li> <li><a href="._mcint-bs090.html">91</a></li> <li><a href="._mcint-bs091.html">92</a></li> <li><a href="._mcint-bs092.html">93</a></li> <li><a href="._mcint-bs093.html">94</a></li> <li><a href="._mcint-bs094.html">95</a></li> <li><a href="._mcint-bs095.html">96</a></li> <li><a href="._mcint-bs096.html">97</a></li> <li class="active"><a href="._mcint-bs097.html">98</a></li> <li><a href="._mcint-bs098.html">99</a></li> <li><a href="._mcint-bs099.html">100</a></li> <li><a href="._mcint-bs100.html">101</a></li> <li><a href="._mcint-bs101.html">102</a></li> <li><a href="._mcint-bs102.html">103</a></li> <li><a href="._mcint-bs103.html">104</a></li> <li><a href="._mcint-bs104.html">105</a></li> <li><a href="._mcint-bs105.html">106</a></li> <li><a href="._mcint-bs106.html">107</a></li> <li><a href="">...</a></li> <li><a href="._mcint-bs121.html">122</a></li> <li><a href="._mcint-bs098.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
CompPhysics/ComputationalPhysics
doc/pub/mcint/html/._mcint-bs097.html
HTML
cc0-1.0
38,847
<!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="ko"> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack --> <head> <meta http-equiv='pragma' content='no-cache' /> <meta http-equiv='cache-control' content='no-cache' /> <meta http-equiv='Content-type' content='text/html; charset=utf-8' /> <meta name="author" content="Calmglow" /> <meta name="keywords" content="calmglow (최진호)" /> <meta http-equiv="X-XRDS-Location" content="http://calmglow.myid.net/xrds" /> <link rel="openid.server" href="http://www.myid.net/server" /> <link rel="openid.delegate" href="http://calmglow.myid.net/" /> <link rel="shortcut icon" href="http://profile.egloos.net/b0015706.ico" /> <link rel="pingback" href="https://rpc.egloos.com/rpc1" /> <link rel="alternate" type="application/rss+xml" title="calmglow (최진호)" href="http://rss.egloos.com/blog/calmglow" /> <title>calmglow (최진호) : 이전블로그 &gt; 2012년 12월</title> <script type="text/javascript" src="../../../md.egloos.com/js/ap757c.js?ver=1.043"></script> <script type="text/javascript" src="../../../md.egloos.com/js/gdba6c.js?ver=1.002"></script> <script type="text/javascript" src="../../../md.egloos.com/js/eg961f.js?ver=1.020"></script> <script type="text/javascript" src="../../../md.egloos.com/js/eg_new961f.js?ver=1.020"></script> <script type="text/javascript" src="../../../md.egloos.com/js/crba6c.js?ver=1.002"></script> <script type="text/javascript" src="../../../md.egloos.com/js/page/insad05.js?ver=1.4"></script> <script type="text/javascript" src="../../../md.egloos.com/js/lib/prototype_v1511.js"></script> <script type="text/javascript" src="../../../md.egloos.com/js/control/Control.js"></script> <script type="text/javascript" src="../../../md.egloos.com/js/control/Control.ImgModal4eee.js?ver=1.004"></script> <script type="text/javascript" src="../../../md.egloos.com/js/page/blog/compatible.js"></script> <script type="text/javascript" src="../../../md.egloos.com/js/player.js"></script> <script type="text/javascript" src="../../../md.egloos.com/js/finder/egloos_search.js"></script> <link type="text/css" rel="stylesheet" href="../../../logo21.egloos.com/skin/css/b/001/57/b0015706_t.css" media="screen" /> <link type="text/css" rel="stylesheet" href="../../../md.egloos.com/css/style_comment4963.css?ver=1.1" media="screen" /> <link type="text/css" rel="stylesheet" href="../../../md.egloos.com/css/skin2_common.css" media="screen" /> <link type="text/css" rel="stylesheet" href="../../../logo21.egloos.com/skin/css/b/001/57/b0015706_1_s.css" media="screen" /> <link type="text/css" rel="stylesheet" href="../../../md.egloos.com/css/egloo_navibar62ea.css?ver=1.2" media="screen" /> <link type="text/css" rel="stylesheet" href="../../../md.egloos.com/css/common/popup34c0.css?ver=2.00" /> <link type="text/css" rel="stylesheet" href="../../../md.egloos.com/css/common/button.css" /> <link type="text/css" rel="stylesheet" href="../../../md.egloos.com/css/search/blog_search.css" /> <script type="text/javascript" src="../../../md.egloos.com/js/modal/Modal.js"></script> <script type="text/javascript" src="../../../md.egloos.com/js/modal/Modal.Center.js"></script> <script type="text/javascript" src="../../../md.egloos.com/js/page/blog/Modal.BookmarkDlgba6c.js?ver=1.002"></script> <script type="text/javascript"> //<![CDATA[ Event.observe(window, 'load', function() { new Modal.BookmarkDlg('egloo_bookmark', {overlay: true, 'groupURL' : "/exec/egloo_bookmark_group.php", 'remoteURL' : "/exec/egloo_insbookmark_exec.php"}); if(''==''){ copy_contents('calmglow.egloos.com','Calmglow','0'); } }); //]]> </script></head> <body> <iframe name="cmtviewfrm" id="cmtviewfrm" src="about:blank" width="0" height="0" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="display:block;border:0px;"></iframe> <div id="navibar_login"><a href="http://www.egloos.com/" >이글루스</a> | <a href="http://sec.egloos.com/login.php?returnurl=http%3A%2F%2Fcalmglow.egloos.com%2Farchives%2F2012%2F12">로그인</a></div> <div class="body"> <div class="wrap"> <div class="header"> <h1> <a href="../../index.html" title="calmglow (최진호)">calmglow (최진호)</a> </h1> <div class="url"> <a href="../../index.html" title="http://calmglow.egloos.com">calmglow.egloos.com</a> </div> <div class="topmenu"> <a href="../../photo/index.html" title="포토로그">포토로그</a> </div> </div> <hr class="line" /> <div class="container f_clear"> <div class="content_wrap f_clear"> <div id="section_widemenu1" class="widemenu"> <div> <div class="widget widget_M00000004"> <h3 style="display:none;">adsense(728_90)</h3> <div class="widget_content"> <script type="text/javascript"> google_ad_client = "ca-pub-0991130978851223"; google_ad_slot = "6315573320"; google_ad_width = 728; google_ad_height = 90; </script> <script type="text/javascript" src="../../../pagead2.googlesyndication.com/pagead/f.txt"> </script> </div> </div> </div> </div> <hr class="line" /> <div id="section_content" class="content"> <div class="post_titlelist"> <h2 class="page_title"> <span class="title">2012년 12월 전체 글 목록 </span> <span class="action_view_select"><a href="javascript:void(0);" onclick="TitleListView('s');" class="sumlist" title="요약보기">요약보기</a><a href="javascript:void(0);" onclick="TitleListView('p');" class="sumview" title="전체보기">전체보기</a><span class="action_list_display"><a id="titlelist_open_btn" href="javascript:void(0);" onclick="TitleListOpen('1');" style="display:none;">목록열기</a><a id="titlelist_close_btn" href="javascript:void(0);" onclick="TitleListOpen('0');">목록닫기</a></span></span> </h2> <div id="titlelist_list" class="common_top_list" style="display:block;"> <ul class="f_clear"> <li><a href="../../4760597.html">당신이 세상의 진보를 꿈꾼다면</a><span class="count">(5)</span><span class="date">2012.12.07</span> </li> </ul> </div> <div id="titlelist_paging" class="post_paging" style="display:block;"> <span class="page"><strong> 1 </strong></span> </div> </div> <div> <div class="post_summary"> <div class="post_title_area"> <div class="post_title"> <h2 class="entry-title" title="#"> <a href="../../4760597.html" title="당신이 세상의 진보를 꿈꾼다면">당신이 세상의 진보를 꿈꾼다면</a> </h2> </div> <ul class="post_info"> <li class="post_info_category"><a href="../../category/%eb%af%b8%eb%b6%84%eb%a5%98.html">미분류</a> </li> <li class="post_info_date"><abbr class="published" title="2012/12/07 22:06">2012/12/07 22:06</abbr> </li> <li class="post_info_author"> <span class="by">by</span> Calmglow </li> </ul> </div> <div class="post_content"> 사람들은 정치를 통해 성급한 마음을 드러낸다. 이 사람을 선택하면 세상이 확 바뀌겠지라는 기대감.하지만 그런 급격한 변화는 독재자나 혁명가를 통해서나 가능하다. 그것은 진보의 길이 아니다.진보주의자는 역사의 진보를 믿고 뜻은 높게 가지되 척박한 현실을 인정하며 묵묵히 천천히 나아간다.당신이 진보주의자라면당신은 그저 지금보다 약간만 더 좋아질 가능성이 있... </div> </div> <div class="post_paging"> <span class="page"><strong> 1 </strong></span> </div> </div> </div> <hr class="line" /> <div id="section_widemenu2" class="widemenu"></div> <hr class="line" /> </div> <div id="section_sidebar1" class="column"> <div class="widget menu_profile"> <h3>프로필</h3> <div class="widget_content"> <div class="profile_image"> <a href="javascript:void(0);" onclick="Control.Modal.openDialog(this, event, '../../../pds21.egloos.com/logo/201303/15/06/b0015706.png');"><img src="../../../pds21.egloos.com/logo/201303/15/06/b0015706.png" width="160" height="129" border="0" alt="" /></a> </div> <div class="profile_desc"> 밥값하는 IT 아키텍트가 되기 위해 노력중입니다. 연락처: calmglow at gmail.com<span class="profile_usernick fn"><span class="by">by</span> Calmglow</span> </div> <div class="profile_prize"> <a href="http://eskimos.egloos.com/3750" title="이글루스 피플"><img src="../../../md.egloos.net/img/eg/newsletter_user.gif" width="15" height="15" border="0" style="vertical-align: text-bottom;" alt="이글루스 피플" /></a> </div> <div class="bg_profile"></div> </div> </div> <div class="widget menu_category"> <h3>카테고리</h3> <ul class="widget_content"> <li class=""><a href="../../category/IT.html">IT</a><span class="count">(109)</span> </li><li class=""><a href="../../category/Programming.html">Programming</a><span class="count">(16)</span> </li><li class=""><a href="../../category/%20Open%20and%20Social.html"> Open and Social</a><span class="count">(22)</span> </li><li class=""><a href="../../category/Enterprise.html">Enterprise</a><span class="count">(136)</span> </li><li class=""><a href="../../category/Mobile.html">Mobile</a><span class="count">(3)</span> </li><li class=""><a href="../../category/Art%20and%20Life.html">Art and Life</a><span class="count">(139)</span> </li> </ul> </div> <div class="widget menu_archive" id="widget_menu_archive"> <h3>이전글 목록</h3> <div class="widget_content"> <ul> <li><a href="../2013/05.html">2013년 05월</a><span class="count">(1)</span> </li><li><a href="../2013/04.html">2013년 04월</a><span class="count">(1)</span> </li><li><a href="../2013/03.html">2013년 03월</a><span class="count">(3)</span> </li><li><a href="../2013/02.html">2013년 02월</a><span class="count">(2)</span> </li><li><a href="12.html">2012년 12월</a><span class="count">(2)</span> </li> </ul> <div class="allview"> <a href="../../archives.html">more...</a> </div> </div> </div> <div class="widget menu_comment" id="widget_menu_comment"> <h3>최근 덧글</h3> <div class="widget_content"> <ul> <li> <span class="desc"><a href="../../4799567.html#14584932">이 포럼은 굉장합니다. 좋은 해설 모두</a></span><em class="fn">by 苗</em> <em class="date">8/21</em> </li><li> <span class="desc"><a href="../../4792335.html#14547086">어..... &lt;다수의 사용자는 10개 이하의 앱만을 사용하고 대부분의..</a></span><em class="fn">by 기보</em> <em class="date">5/7</em> </li><li> <span class="desc"><a href="../../4786276.html#14433830">저도 구글이 리더 서비스를 포기한다고 했을 때 여러가지 생각을 했..</a></span><em class="fn">by kkamagui</em> <em class="date">8/15</em> </li><li> <span class="desc"><a href="../../4242652.html#14432226">상당히 늦었지만, 지금은 상당히 리눅스로 대세가 기울었다 볼 수 ..</a></span><em class="fn">by JR </em> <em class="date">8/12</em> </li><li> <span class="desc"><a href="../../4792335.html#14404815">통찰력 있는 좋은 글입니다. 잘 봤습니다.</a></span><em class="fn">by 슈니</em> <em class="date">6/25</em> </li> </ul> </div> </div> <div class="widget menu_trackback"> <h3>최근 트랙백</h3> <div class="widget_content"> <ul> <li> <span class="desc"><a href="../../4782030.html#3780893">replica Emporio Armani</a></span><em class="fn">http://www.asmallheaven.ne..</em> <em class="date">10/12</em> </li><li> <span class="desc"><a href="../../4782030.html#3780888">http://www.asmallheaven.net/replica-hublot-disocunt-..</a></span><em class="fn">replica hublot watches Rol..</em> <em class="date">10/12</em> </li><li> <span class="desc"><a href="../../4782030.html#3780885">replica Corum</a></span><em class="fn">replica breitling Chronomat ..</em> <em class="date">10/12</em> </li><li> <span class="desc"><a href="../../4078991.html#3331143">fake replica breitling</a></span><em class="fn">CeCe McDonald killing trial ...</em> <em class="date">09/27</em> </li><li> <span class="desc"><a href="../../4078991.html#3331119">replica tag heuer watches</a></span><em class="fn">Charles Trifilette</em> <em class="date">09/27</em> </li> </ul> <div class="allview"></div> </div> </div> <div class="widget menu_rss"> <h3>RSS</h3> <div class="widget_content"> <a href="http://rss.egloos.com/blog/calmglow" target="_blank"><img src="../../../md.egloos.com/skn/tpl/menu_rss/1/rss_practika_64.png" alt="RSS" /></a> </div> </div> <div class="widget menu_tagcloud"> <h3>태그</h3> <div class="widget_content"> <a href="../../tag/%ec%98%a4%ec%9c%a4.html" rel="tag" class="tag_level_1">오윤</a> <a href="../../tag/%eb%aa%a8%eb%b0%94%ec%9d%bc%ec%95%b1%ed%92%88%ec%a7%88%ea%b2%80%ec%a6%9d.html" rel="tag" class="tag_level_1">모바일앱품질검증</a> <a href="../../tag/%eb%af%b8%eb%9e%98.html" rel="tag" class="tag_level_1">미래</a> <a href="../../tag/SNS.html" rel="tag" class="tag_level_1">SNS</a> <a href="../../tag/googleappengine.html" rel="tag" class="tag_level_1">googleappengine</a> <a href="../../tag/%eb%84%a5%ec%84%bc.html" rel="tag" class="tag_level_1">넥센</a> <a href="../../tag/mwc.html" rel="tag" class="tag_level_1">mwc</a> <a href="../../tag/%ed%94%84%eb%a1%9c%ec%a0%9d%ed%8a%b8.html" rel="tag" class="tag_level_1">프로젝트</a> <a href="../../tag/performance.html" rel="tag" class="tag_level_1">performance</a> <a href="../../tag/Ubuntu.html" rel="tag" class="tag_level_1">Ubuntu</a> <a href="../../tag/groovy.html" rel="tag" class="tag_level_1">groovy</a> <a href="../../tag/WAS%ed%8a%9c%eb%8b%9d.html" rel="tag" class="tag_level_1">WAS튜닝</a> <a href="../../tag/%ec%98%a4%ed%94%88%ec%86%8c%ec%8a%a4.html" rel="tag" class="tag_level_1">오픈소스</a> <a href="../../tag/%ed%81%b4%eb%9d%bc%ec%9a%b0%eb%93%9c.html" rel="tag" class="tag_level_2">클라우드</a> <a href="../../tag/webapp.html" rel="tag" class="tag_level_1">webapp</a> <a href="../../tag/ebook.html" rel="tag" class="tag_level_1">ebook</a> <a href="../../tag/%ec%9b%b9%ec%95%b1.html" rel="tag" class="tag_level_1">웹앱</a> <a href="../../tag/%ec%b0%bd%ec%9d%98%eb%a0%a5.html" rel="tag" class="tag_level_1">창의력</a> <a href="../../tag/%ec%9d%b4%eb%b6%81.html" rel="tag" class="tag_level_1">이북</a> <a href="../../tag/HUD.html" rel="tag" class="tag_level_1">HUD</a> <a href="../../tag/html5.html" rel="tag" class="tag_level_1">html5</a> <a href="../../tag/%ed%81%b4%eb%a6%ac%ec%95%99.html" rel="tag" class="tag_level_1">클리앙</a> <a href="../../tag/scratch.html" rel="tag" class="tag_level_1">scratch</a> <a href="../../tag/%ec%9a%b0%eb%b6%84%ed%88%ac.html" rel="tag" class="tag_level_3">우분투</a> <a href="../../tag/clien.html" rel="tag" class="tag_level_1">clien</a> <a href="../../tag/mwc2013.html" rel="tag" class="tag_level_1">mwc2013</a> <a href="../../tag/%ec%b4%88%eb%93%b1%ea%b5%90%ec%9c%a1.html" rel="tag" class="tag_level_1">초등교육</a> <a href="../../tag/REST.html" rel="tag" class="tag_level_2">REST</a> <a href="../../tag/%ec%98%81%ec%83%9d.html" rel="tag" class="tag_level_1">영생</a> <a href="../../tag/gae.html" rel="tag" class="tag_level_1">gae</a> <div class="allview"> <a href="../../tag.html">태그 전체보기</a> </div> </div> </div> <div> <div class="widget widget_M00000002" style="margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;"> <h3 style="display:none;">Google Analytics</h3> <div class="widget_content"> <!-- 구글 분석 첫번째 기초 버전 --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17725464-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </div> </div> </div> <div id="sidebar1_blank" class="blank"></div> </div> <hr class="line" /> </div> <hr class="line" /> <div class="footer f_clear"> <div class="license"> <span class="copyright"><a href="../../index.html" title="powered by egloos.com">calmglow.egloos.com</a> is powered by <a href="http://www.egloos.com/" target="_blank">Egloos</a>.</span> <span class="rss">Subscribe to <a href="http://rss.egloos.com/blog/calmglow" target="_blank" title="RSS">RSS</a>.</span> <span class="skinby">Skin designed by <a href="../../index.html" target="_blank">calmglow</a>.</span> </div> </div> </div> </div><iframe src="http://statweb.egloos.com/estat/send?bid=b0015706&amp;ref=http%253A%252F%252Fcalmglow.egloos.com%252F&amp;uid=&amp;mbid=&amp;openflag=" style="width: 0px; height: 0px; border: 0px solid #fff;"></iframe> <img width="0" height="0" border="0" src="../../egloo_pds65b9.html?eid=b0015706" alt="" /> <form id="trackfrom" name="trackfrom" method="post" action="#"> <input type="hidden" name="url" value="" /> <input type="hidden" name="title" value="" /> <input type="hidden" name="trburl" value="" /> </form> <div style="z-index:9901;top:764px;left:169px;display:none;" id="egloo_bookmark" class="popupWrap"> <div class="popupTitle">이글루링크 추가하기</div> <dl class="popupBody"> <dt class="no-arrow" style="background:none;font-size:12px;text-align:center;"> <span id="egloo-bookmark-url" style="color:#0F71A1;"></span> (<span id="egloo-bookmark-name"></span>)을(를)</dt> <dd class="notice" style="margin:0;padding:0 0 0 8px;line-height:1.8em;color:#000;font-size:12px;text-align:center;">이글루링크로 추가하시겠습니까? 추가하시려면 그룹선택을 하세요.</dd> <dd class="notice weak" style="margin:0;padding:0 0 0 8px;line-height:1.8em;font-size:11px;color:#666666;text-align:center;">(그룹선택 하지 않는 경우, 최상단 목록에 추가됩니다.)</dd> <dd class="egloo-bookmark-group" style="margin:0;padding:10px 0 8px;line-height:1.8em;text-align:center;color:#333;font-size:12px;text-align:center;">그룹선택 : <select name="groupID" id="egloo-bookmark-groupID" style="font-family:'돋움','dotum','Trebuchet MS',Sans-serif;margin-left:10px;"><option value="000">그룹선택없음</option></select></dd> <dd class="buttons"> <input type="button" value="지금 확인" onfocus="blur();" onclick="Modal.insertBookmark(true);" class="button btn24 btn_bold"/> <input type="button" value="나중에 확인" onfocus="blur();" onclick="Modal.insertBookmark(false);" class="button btn24 btn_weak"/> </dd> <dd class="close" onclick="Modal.close();"><img src="../../../md.egloos.com/img/www/btn/button_popup_close.gif" alt="이글루링크 취소" title="이글루링크 취소" /></dd> </dl> </div> </body> </html>
calmglow/calmglow.github.io
egloos/calmglow.egloos.com/archives/2012/12.html
HTML
cc0-1.0
21,174
<!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;第4選舉區&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;候選人數:2&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>&nbsp;</td> <td>1</td> <td>楊麗環</td> <td>女</td> <td class="tdAlignRight">188</td> <td class="tdAlignRight">45.9658</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>鄭寶清</td> <td>男</td> <td class="tdAlignRight">221</td> <td class="tdAlignRight">54.0342</td> <td>民主進步黨</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;1/169&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 17:48:11 +0800" title="Sat, 16 Jan 2016 17:48:11 +0800">&nbsp;資料更新時間:01/16&nbsp;17:48: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-4/n300040000000000/20160116095047/page.html
HTML
cc0-1.0
6,359
{%if session['logged_in'] and session['access_level']==1%} {% if not is_xhr|default(false) %} {% extends "base.html" %}{% endif %} {%endif%} {%if session['logged_in'] and session['access_level']>=2%} {% if not is_xhr|default(false) %} {% extends "basecsp.html" %}{% endif %} {%endif%} {% block content %} {% set next_order = "desc" if order == "asc" else "asc" %} {% if order == "asc" %} {% set order_icon = '<span class="order-icon glyphicon glyphicon-chevron-up"></span>' %} {% else %} {% set order_icon = '<span class="order-icon glyphicon glyphicon-chevron-down"></span>' %} {% endif %} <div id="profiles" class="box"> <div class="box-header"> <table border=0> <tr> <td width=280px> <span>Profiles </span> {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for message in messages %} ({{ message[1] }}) {% endfor %} {% endif %} {% endwith %} </td> <td width = 290px > <form action="{{ url_for(".edit_profile") }}" method="post" enctype=multipart/form-data> {%if session['logged_in'] and session['access_level']==1%} <input type="submit" class="btn btn-info" name="faction", value="delete"> <input type="submit" class="btn btn-info" name="faction", value="new"> {%endif %} <input type=submit class="btn btn-info" name="faction" value="compare"> <input type="submit" class="btn btn-info" name="faction", value="Refresh Cart"> </form> </td> <td> <div class="dropdown"> <span class="dropdown-text">Select Importance</span> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"> Current Importance {{importance}} <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="{{ url_for(".profiles", sort="id", order=next_order, importance=1) }}"> Negligible </a> </li> <li> <a href="{{ url_for(".profiles", sort="id", order=next_order, importance=2) }}"> Least </a> </li> <li> <a href="{{ url_for(".profiles", sort="id", order=next_order, importance=3) }}"> Important </a> </li> <li> <a href="{{ url_for(".profiles", sort="id", order=next_order, importance=4) }}"> Fairly Important </a> </li> <li> <a href="{{ url_for(".profiles", sort="id", order=next_order, importance=5) }}"> Highly Important </a> </li> </ul> </div> </td> </tr> </table> <table class="table table-hover"> <thead> <tr> <th> </th> <th width=150px> <a href="{{ url_for(".profiles", sort="cname", order=next_order,importance=importance, filter=filter) }}">Cloud Provider</a> {{ order_icon|safe if sort == "cname"}} </th> <th> <a href="{{ url_for(".profiles", sort="cinfo", order=next_order, importance=importance, filter=filter) }}">Discipline</a> {{ order_icon|safe if sort == "cinfo"}} </th> <th> <a href="{{ url_for(".profiles", sort="lastseen", order=next_order, importance=importance, filter=filter) }}">Last Seen</a> {{ order_icon|safe if sort == "lastseen"}} </th> <th> <a href="{{ url_for(".profiles", sort="avg_e", order=next_order, importance=importance, filter=filter) }}"> Trust</a> {{ order_icon|safe if sort == "avg_e"}} </th> <!-- <th> <a href="{{ url_for(".profiles", sort="avg_w", order=next_order, importance=importance, filter=filter) }}">Subjective Trust</a> {{ order_icon|safe if sort == "avg_w"}} </th> --> <th> <a href="{{ url_for(".profiles", sort="pvalue", order=next_order, importance=importance, filter=filter) }}"> Competence</a> {{ order_icon|safe if sort == "pvalue"}} </th> <th> <a href="{{ url_for(".profiles", sort="avg_w", order=next_order, importance=importance, filter=filter) }}"> Risk <br> (Trust/Competence) </a> </th> <th> </th> </tr> </thead> <tbody> {% for p in profiles %} {%set status="Online" if p[4]>1 and p[4]<64 else "Offline"%} {%set status_flag='<img width=10px src="/static/images/green.png">' if p[4]>1 and p[4]<64 else '<img width=10px src="/static/images/red.png">' %} <tr> <td > {%if session['logged_in'] and session['access_level']==1%} <input type="checkbox" value={{p[0]}} name="cid"> {%endif%} </td> <td title="{{ p[1] }}"> <a href="{{ url_for(".profile", cid=p[0]) }}"> {{ p[1] }} </a> <br> {{ p[2] }} </td> <td> {{p[3]}} </td> <td width=100px> {{p[5]}} <small>{{p[6]}}</small> <br> {{status_flag|safe}} {{status}} </td> <td>E {{ p[11],p[12],p[13],p[10]}} <br> {{'%0.5f'% p[14] |float }}</td> <td> {{p[15]}} </td> <td> {{'%0.5f'% ( (p[14]/p[15]) *importance ) |float }} </td> <td> <a href="{{ url_for(".add_to_compare", cid=p[0]) }}"> <img width=30px src=/static/images/compare.png> </a> </td> </tr> {% endfor %} </tbody> </table> </div> </div> {% endblock %}
uaomer/psdash
psdash/templates/profiles.html
HTML
cc0-1.0
8,475
{% from "macros.html" import format_phone as format_phone %} {% set accessibility_feedback = get_document('contact', 'accessibility-feedback') %} {% set whistleblowers = get_document('contact', 'equal-employment-opportunity-whistleblowing') %} {% set tribal_consultation = get_document('contact', 'tribal-consultation') %} <div class="block u-mb0 content-l content-l__sidebar"> <section class="block content-l_col content-l_col-1-2"> <h1 class="h5"> {{ accessibility_feedback.title }} </h1> {%- if accessibility_feedback.sitewide_desc %} <p> {{ accessibility_feedback.sitewide_desc }} </p> {%- endif %} {%- if accessibility_feedback.web.url %} <a class="jump-link" href="{{ accessibility_feedback.web.url }}"> {{ accessibility_feedback.web.label if accessibility_feedback.web.label else accessibility_feedback.web.url }} </a> {%- endif %} </section> <section class="block content-l_col content-l_col-1-2"> <h1 class="h5"> {{ whistleblowers.title }} </h1> {%- if whistleblowers.sitewide_desc %} <p> {{ whistleblowers.sitewide_desc }} </p> {%- endif %} {%- if whistleblowers.email or whistleblowers.phone %} <ul class="list list__icons"> {%- if whistleblowers.email %} {%- for email in whistleblowers.email %} {%- if email.addr %} <li class="list_item u-break-word"> {%- if loop.index == 0 %} <span class="cf-icon cf-icon-email list_icon"></span> {%- endif %} <span class="list_text"> <a class="list_link" href="mailto:{{ email.addr }}"> {{ email.addr }} </a> </span> </li> {%- endif %} {%- endfor %} {%- endif %} {%- if whistleblowers.phone %} {%- for phone in whistleblowers.phone %} {%- if phone.num %} <li class="list_item"> {%- if loop.index == 0 %} <span class="cf-icon cf-icon-phone list_icon"></span> {%- endif %} <span class="short-desc list_text"> {{ format_phone(phone.num) }} </span> </li> {%- endif %} {%- endfor %} {%- endif %} </ul> {%- endif %} </section> <section class="block content-l_col content-l_col-1-2"> <h1 class="h5"> {{ tribal_consultation.title }} </h1> {%- if tribal_consultation.sitewide_desc %} <p> {{ tribal_consultation.sitewide_desc }} </p> {%- endif %} {%- if tribal_consultation.email %} <ul class="list list__icons"> {%- for email in tribal_consultation.email %} {%- if email.addr %} <li class="list_item u-break-word"> {%- if loop.index == 0 %} <span class="cf-icon cf-icon-email list_icon"></span> {%- endif %} <span class="list_text"> <a class="list_link" href="mailto:{{ email.addr }}"> {{ email.addr }} </a> </span> </li> {%- endif %} {%- endfor %} </ul> {%- endif %} </section> </div>
imuchnik/cfgov-refresh
contact-us/promoted-contacts.html
HTML
cc0-1.0
3,525
<!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/treeP1.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_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" 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;</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;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</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><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">86,047</td> <td class="tdAlignRight">24.9321</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">218,842</td> <td class="tdAlignRight">63.4095</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">40,236</td> <td class="tdAlignRight">11.6584</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;546/546&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 21:48:12 +0800" title="Sat, 16 Jan 2016 21:48:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21:48: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" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n705000000000000/20160116135118/page.html
HTML
cc0-1.0
6,574
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Fruity Foodie - recipe</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous"> <link href="//cdn.materialdesignicons.com/1.2.65/css/materialdesignicons.min.css" rel="stylesheet"> <link href='https://fonts.googleapis.com/css?family=Merriweather|Berkshire+Swash' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="//cdn.muut.com/1/moot.css"> <link href="css/style.css" rel="stylesheet"> </head> <body> <div id="top"> <div class="container"> <div class="row"> <div class="title" style="text-align: center;"> <h1><a href="/" title="Fruity Foodie">Fruity Foodie</a></h1> </div> </div> </div> </div> <nav class="navbar navbar-default navbar-static-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="#ontbijt"><i class="mdi mdi-silverware-spoon"></i>Ontbijt</a></li> <li><a href="#lunch"><i class="mdi mdi-silverware-fork"></i>Lunch</a></li> <li><a href="#diner"><i class="mdi mdi-silverware-variant"></i>Diner</a></li> <li><a href="#tussendoor"><i class="mdi mdi-carrot"></i>Tussendoor</a></li> <li><a href="#drank"><i class="mdi mdi-clock-fast"></i>Snel klaar</a></li> <li><a href="#drank"><i class="mdi mdi-format-float-right"></i>Artikelen</a></li> <li class="dropdown hidden-xs hidden-sm"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Meer <i class="mdi mdi-menu-down"></i></a> <ul class="dropdown-menu"> <li><a href="#"><i class="mdi mdi-duck"></i>Gevogelte</a></li> <li><a href="#"><i class="mdi mdi-leaf"></i>Vegetarisch</a></li> <li><a href="#"><i class="mdi mdi-fish"></i>Vis</a></li> <li><a href="#"><i class="mdi mdi-cow"></i>Vlees</a></li> </ul> </li> </ul> </div><!--/.nav-collapse --> </div> </nav><!-- /.navbar --> <!-- Begin Body --> <div class="container"> <div class="row"> <div class="col col-sm-8 col-md-9 post-body"> <div class="panel"> <div class="image-head"> <img src="img/pasta.jpg"> </div> <h3>Bijzondere aubergineschotel</h3> <hr> <h4>Ingrediënten</h4> <table class="table table-condensed table-responsive table-ingredients"> <tbody> <tr> <td>500 gram speltbloem</td> </tr> <tr> <td>2 aubergines</td> </tr> <tr> <td>3 eieren</td> </tr> <tr> <td>200 gram geraspte kaas</td> </tr> </tbody> </table> <hr> <h4>Bereiding</h4> <p> Totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia cor magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? </p> </div> <div class="panel muut"> <a class="muut" href="https://muut.com/i/fruityfoody/comments:recipe">fruityfoody forum</a> <script src="//cdn.muut.com/1/moot.nl.min.js"></script> </div> </div> <div class="col col-sm-4 col-md-3"> <div id="sidebar"> <ul class="nav nav-stacked"> <li><h3 class="highlight">Channels <i class="glyphicon glyphicon-dashboard pull-right"></i></h3></li> <li><a href="#">Link</a></li> <li><a href="#">Link</a></li> </ul> <div class="accordion" id="accordion2"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseOne"> Accordion </a> </div> <div id="collapseOne" class="accordion-body collapse in"> <div class="accordion-inner"> <p>There is a lot to be said about RWD.</p> </div> </div> </div> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseTwo"> Accordion </a> </div> <div id="collapseTwo" class="accordion-body collapse"> <div class="accordion-inner"> <p>Use @media queries or utility classes to customize responsiveness.</p> </div> </div> </div> </div> </div> </div> </div> </div> <!-- script references --> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha256-Sk3nkD6mLTMOF0EOpNtsIry+s1CsaqQC1rVLTAy+0yc= sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script> <script src="js/scripts.js"></script> </body> </html>
DotYou/fruityfoody
recipe.html
HTML
cc0-1.0
7,385
<!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/treeP1.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_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" 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;</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;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</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><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">19,082</td> <td class="tdAlignRight">30.0741</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">36,592</td> <td class="tdAlignRight">57.6706</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">7,776</td> <td class="tdAlignRight">12.2553</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;82/82&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 21:30:12 +0800" title="Sat, 16 Jan 2016 21:30:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21:30: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" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n714000100000000/20160116133215/page.html
HTML
cc0-1.0
6,576
<!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/treeP1.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_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" 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;</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;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</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><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">1,187</td> <td class="tdAlignRight">35.7422</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">1,564</td> <td class="tdAlignRight">47.0942</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">570</td> <td class="tdAlignRight">17.1635</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;8/8&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 20:06:12 +0800" title="Sat, 16 Jan 2016 20:06:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;20:06:07&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" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n701001100000000/20160116120733/page.html
HTML
cc0-1.0
6,573
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45-internal) on Sat Jul 25 18:14:30 BST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.jena.sparql.lang.arq (Apache Jena ARQ)</title> <meta name="date" content="2015-07-25"> <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 Package org.apache.jena.sparql.lang.arq (Apache Jena ARQ)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li 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/apache/jena/sparql/lang/arq/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.apache.jena.sparql.lang.arq" class="title">Uses of Package<br>org.apache.jena.sparql.lang.arq</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/jena/sparql/lang/arq/package-summary.html">org.apache.jena.sparql.lang.arq</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.apache.jena.sparql.lang.arq">org.apache.jena.sparql.lang.arq</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.jena.sparql.lang.arq"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/jena/sparql/lang/arq/package-summary.html">org.apache.jena.sparql.lang.arq</a> used by <a href="../../../../../../org/apache/jena/sparql/lang/arq/package-summary.html">org.apache.jena.sparql.lang.arq</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../../org/apache/jena/sparql/lang/arq/class-use/ARQParserConstants.html#org.apache.jena.sparql.lang.arq">ARQParserConstants</a> <div class="block">Token literal values and constants.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../../org/apache/jena/sparql/lang/arq/class-use/ARQParserTokenManager.html#org.apache.jena.sparql.lang.arq">ARQParserTokenManager</a> <div class="block">Token Manager.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../../org/apache/jena/sparql/lang/arq/class-use/JavaCharStream.html#org.apache.jena.sparql.lang.arq">JavaCharStream</a> <div class="block">An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../../org/apache/jena/sparql/lang/arq/class-use/ParseException.html#org.apache.jena.sparql.lang.arq">ParseException</a> <div class="block">This exception is thrown when parse errors are encountered.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../../org/apache/jena/sparql/lang/arq/class-use/Token.html#org.apache.jena.sparql.lang.arq">Token</a> <div class="block">Describes the input token stream.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li 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/apache/jena/sparql/lang/arq/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
slennie12/SOR-Onderzoek
apache-jena-3.0.0/javadoc-arq/org/apache/jena/sparql/lang/arq/package-use.html
HTML
cc0-1.0
6,999
<!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.10"/> <title>MCCE3.5_TRY1: RESIDUE Struct Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">MCCE3.5_TRY1 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="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> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-attribs">Public Attributes</a> &#124; <a href="structRESIDUE-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">RESIDUE Struct Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Collaboration diagram for RESIDUE:</div> <div class="dyncontent"> <div class="center"><img src="structRESIDUE__coll__graph.png" border="0" usemap="#RESIDUE_coll__map" alt="Collaboration graph"/></div> <map name="RESIDUE_coll__map" id="RESIDUE_coll__map"> <area shape="rect" id="node2" href="structMFE.html" title="MFE" alt="" coords="21,5,72,32"/> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a51530c748d44309e3bc2b5ba81a0ffc9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a51530c748d44309e3bc2b5ba81a0ffc9"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>n</b></td></tr> <tr class="separator:a51530c748d44309e3bc2b5ba81a0ffc9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a29ca31f1824138d0e5be1270b1de6594"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a29ca31f1824138d0e5be1270b1de6594"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>on</b></td></tr> <tr class="separator:a29ca31f1824138d0e5be1270b1de6594"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa5ce0192a01aab40d5d6077729b79664"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa5ce0192a01aab40d5d6077729b79664"></a> int *&#160;</td><td class="memItemRight" valign="bottom"><b>conf</b></td></tr> <tr class="separator:aa5ce0192a01aab40d5d6077729b79664"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a87474e3ef0fa06b8b9fe40cd6c094d91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a87474e3ef0fa06b8b9fe40cd6c094d91"></a> <a class="el" href="structMFE.html">MFE</a>&#160;</td><td class="memItemRight" valign="bottom"><b>mfe</b></td></tr> <tr class="separator:a87474e3ef0fa06b8b9fe40cd6c094d91"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this struct was generated from the following files:<ul> <li>/home/salah/mcce3.5/lib/monte.c</li> <li>/home/salah/mcce3.5/lib/postrun.c</li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.10 </small></address> </body> </html>
GunnerLab/mcce.github.io
html/structRESIDUE.html
HTML
cc0-1.0
6,053
--- title: Development type: dev --- <p> If you are interested in the evolution of wallaroo, you can have a look at the <a href="roadmap.html">project roadmap</a>. </p> <p> Wallaroo is hosted by <a href="http://sourceforge.net/p/wallaroolib/" rel="nofollow">sourceforge</a>. </p> <p> If you want to browse the code or checkout the source you can go to the <a href="http://sourceforge.net/p/wallaroolib/code/" rel="nofollow">repository</a>. <br> If you have a problem to report or you would like new features you can use the <a href="http://sourceforge.net/p/wallaroolib/tickets/" rel="nofollow">sourceforge ticket system</a>. </p> <p> On sourceforge you can also find the <a href="http://sourceforge.net/p/wallaroolib/wiki/TableOfContents/" rel="nofollow">wiki</a>, the <a href="http://sourceforge.net/p/wallaroolib/discussion/" rel="nofollow">forum</a> and the <a href="http://sourceforge.net/p/wallaroolib/blog/" rel="nofollow">blog</a>. </p> <br><br><br><br><br><br><br><br>
daniele77/wallaroo-website
content/developers.html
HTML
cc0-1.0
984
<!-- HTML file automatically generated from DocOnce source (https://github.com/doconce/doconce/) doconce format html week9.do.txt --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=week9-bs --no_mako --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/doconce/doconce/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Week 9 March 8-12: Resampling Techniques, Bootstrap and Blocking"> <title>Week 9 March 8-12: Resampling Techniques, Bootstrap and Blocking</title> <!-- Bootstrap style: bootstrap --> <!-- doconce format html week9.do.txt --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=week9-bs --no_mako --> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Overview of week 9, March 8-12', 2, None, 'overview-of-week-9-march-8-12'), ('Why resampling methods ?', 2, None, 'why-resampling-methods'), ('Statistical analysis', 2, None, 'statistical-analysis'), ('Statistics, wrapping up from last week', 2, None, 'statistics-wrapping-up-from-last-week'), ('Statistics, final expression', 2, None, 'statistics-final-expression'), ('Statistics, effective number of correlations', 2, None, 'statistics-effective-number-of-correlations'), ('Can we understand this? Time Auto-correlation Function', 2, None, 'can-we-understand-this-time-auto-correlation-function'), ('Time Auto-correlation Function', 2, None, 'time-auto-correlation-function'), ('Time Auto-correlation Function', 2, None, 'time-auto-correlation-function'), ('Time Auto-correlation Function', 2, None, 'time-auto-correlation-function'), ('Time Auto-correlation Function', 2, None, 'time-auto-correlation-function'), ('Time Auto-correlation Function', 2, None, 'time-auto-correlation-function'), ('Correlation Time', 2, None, 'correlation-time'), ('Resampling methods: Jackknife and Bootstrap', 2, None, 'resampling-methods-jackknife-and-bootstrap'), ('Resampling methods: Jackknife', 2, None, 'resampling-methods-jackknife'), ('Resampling methods: Jackknife estimator', 2, None, 'resampling-methods-jackknife-estimator'), ('Jackknife code example', 2, None, 'jackknife-code-example'), ('Resampling methods: Bootstrap', 2, None, 'resampling-methods-bootstrap'), ('Resampling methods: Bootstrap background', 2, None, 'resampling-methods-bootstrap-background'), ('Resampling methods: More Bootstrap background', 2, None, 'resampling-methods-more-bootstrap-background'), ('Resampling methods: Bootstrap approach', 2, None, 'resampling-methods-bootstrap-approach'), ('Resampling methods: Bootstrap steps', 2, None, 'resampling-methods-bootstrap-steps'), ('Code example for the Bootstrap method', 2, None, 'code-example-for-the-bootstrap-method'), ('Resampling methods: Blocking', 2, None, 'resampling-methods-blocking'), ('Blocking Transformations', 2, None, 'blocking-transformations'), ('Blocking Transformations', 2, None, 'blocking-transformations'), ('Blocking Transformations, getting there', 2, None, 'blocking-transformations-getting-there'), ('Blocking Transformations, final expressions', 2, None, 'blocking-transformations-final-expressions')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="week9-bs.html">Week 9 March 8-12: Resampling Techniques, Bootstrap and Blocking</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._week9-bs001.html#overview-of-week-9-march-8-12" style="font-size: 80%;">Overview of week 9, March 8-12</a></li> <!-- navigation toc: --> <li><a href="._week9-bs002.html#why-resampling-methods" style="font-size: 80%;">Why resampling methods ?</a></li> <!-- navigation toc: --> <li><a href="._week9-bs003.html#statistical-analysis" style="font-size: 80%;">Statistical analysis</a></li> <!-- navigation toc: --> <li><a href="._week9-bs004.html#statistics-wrapping-up-from-last-week" style="font-size: 80%;">Statistics, wrapping up from last week</a></li> <!-- navigation toc: --> <li><a href="._week9-bs005.html#statistics-final-expression" style="font-size: 80%;">Statistics, final expression</a></li> <!-- navigation toc: --> <li><a href="._week9-bs006.html#statistics-effective-number-of-correlations" style="font-size: 80%;">Statistics, effective number of correlations</a></li> <!-- navigation toc: --> <li><a href="._week9-bs007.html#can-we-understand-this-time-auto-correlation-function" style="font-size: 80%;">Can we understand this? Time Auto-correlation Function</a></li> <!-- navigation toc: --> <li><a href="._week9-bs012.html#time-auto-correlation-function" style="font-size: 80%;">Time Auto-correlation Function</a></li> <!-- navigation toc: --> <li><a href="._week9-bs012.html#time-auto-correlation-function" style="font-size: 80%;">Time Auto-correlation Function</a></li> <!-- navigation toc: --> <li><a href="._week9-bs012.html#time-auto-correlation-function" style="font-size: 80%;">Time Auto-correlation Function</a></li> <!-- navigation toc: --> <li><a href="._week9-bs012.html#time-auto-correlation-function" style="font-size: 80%;">Time Auto-correlation Function</a></li> <!-- navigation toc: --> <li><a href="._week9-bs012.html#time-auto-correlation-function" style="font-size: 80%;">Time Auto-correlation Function</a></li> <!-- navigation toc: --> <li><a href="._week9-bs013.html#correlation-time" style="font-size: 80%;">Correlation Time</a></li> <!-- navigation toc: --> <li><a href="._week9-bs014.html#resampling-methods-jackknife-and-bootstrap" style="font-size: 80%;">Resampling methods: Jackknife and Bootstrap</a></li> <!-- navigation toc: --> <li><a href="._week9-bs015.html#resampling-methods-jackknife" style="font-size: 80%;">Resampling methods: Jackknife</a></li> <!-- navigation toc: --> <li><a href="._week9-bs016.html#resampling-methods-jackknife-estimator" style="font-size: 80%;">Resampling methods: Jackknife estimator</a></li> <!-- navigation toc: --> <li><a href="._week9-bs017.html#jackknife-code-example" style="font-size: 80%;">Jackknife code example</a></li> <!-- navigation toc: --> <li><a href="._week9-bs018.html#resampling-methods-bootstrap" style="font-size: 80%;">Resampling methods: Bootstrap</a></li> <!-- navigation toc: --> <li><a href="._week9-bs019.html#resampling-methods-bootstrap-background" style="font-size: 80%;">Resampling methods: Bootstrap background</a></li> <!-- navigation toc: --> <li><a href="._week9-bs020.html#resampling-methods-more-bootstrap-background" style="font-size: 80%;">Resampling methods: More Bootstrap background</a></li> <!-- navigation toc: --> <li><a href="._week9-bs021.html#resampling-methods-bootstrap-approach" style="font-size: 80%;">Resampling methods: Bootstrap approach</a></li> <!-- navigation toc: --> <li><a href="#resampling-methods-bootstrap-steps" style="font-size: 80%;">Resampling methods: Bootstrap steps</a></li> <!-- navigation toc: --> <li><a href="._week9-bs023.html#code-example-for-the-bootstrap-method" style="font-size: 80%;">Code example for the Bootstrap method</a></li> <!-- navigation toc: --> <li><a href="._week9-bs024.html#resampling-methods-blocking" style="font-size: 80%;">Resampling methods: Blocking</a></li> <!-- navigation toc: --> <li><a href="._week9-bs026.html#blocking-transformations" style="font-size: 80%;">Blocking Transformations</a></li> <!-- navigation toc: --> <li><a href="._week9-bs026.html#blocking-transformations" style="font-size: 80%;">Blocking Transformations</a></li> <!-- navigation toc: --> <li><a href="._week9-bs027.html#blocking-transformations-getting-there" style="font-size: 80%;">Blocking Transformations, getting there</a></li> <!-- navigation toc: --> <li><a href="._week9-bs028.html#blocking-transformations-final-expressions" style="font-size: 80%;">Blocking Transformations, final expressions</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0022"></a> <!-- !split --> <h2 id="resampling-methods-bootstrap-steps" class="anchor">Resampling methods: Bootstrap steps </h2> <p>The independent bootstrap works like this: </p> <ol> <li> Draw with replacement \( n \) numbers for the observed variables \( \hat{x} = (x_1,x_2,\cdots,x_n) \).</li> <li> Define a vector \( \hat{x}^* \) containing the values which were drawn from \( \hat{x} \).</li> <li> Using the vector \( \hat{x}^* \) compute \( \widehat{\theta}^* \) by evaluating \( \widehat \theta \) under the observations \( \hat{x}^* \).</li> <li> Repeat this process \( k \) times.</li> </ol> <p>When you are done, you can draw a histogram of the relative frequency of \( \widehat \theta^* \). This is your estimate of the probability distribution \( p(t) \). Using this probability distribution you can estimate any statistics thereof. In principle you never draw the histogram of the relative frequency of \( \widehat{\theta}^* \). Instead you use the estimators corresponding to the statistic of interest. For example, if you are interested in estimating the variance of \( \widehat \theta \), apply the etsimator \( \widehat \sigma^2 \) to the values \( \widehat \theta ^* \).</p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._week9-bs021.html">&laquo;</a></li> <li><a href="._week9-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._week9-bs014.html">15</a></li> <li><a href="._week9-bs015.html">16</a></li> <li><a href="._week9-bs016.html">17</a></li> <li><a href="._week9-bs017.html">18</a></li> <li><a href="._week9-bs018.html">19</a></li> <li><a href="._week9-bs019.html">20</a></li> <li><a href="._week9-bs020.html">21</a></li> <li><a href="._week9-bs021.html">22</a></li> <li class="active"><a href="._week9-bs022.html">23</a></li> <li><a href="._week9-bs023.html">24</a></li> <li><a href="._week9-bs024.html">25</a></li> <li><a href="._week9-bs025.html">26</a></li> <li><a href="._week9-bs026.html">27</a></li> <li><a href="._week9-bs027.html">28</a></li> <li><a href="._week9-bs028.html">29</a></li> <li><a href="._week9-bs023.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="https://..."><img width="250" align=right src="https://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
CompPhysics/ComputationalPhysics2
doc/pub/week9/html/._week9-bs022.html
HTML
cc0-1.0
13,924
<!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/treeP1.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_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" 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;</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;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</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><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">1,617</td> <td class="tdAlignRight">25.1048</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">4,145</td> <td class="tdAlignRight">64.3534</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">679</td> <td class="tdAlignRight">10.5418</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;12/12&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 22:15:11 +0800" title="Sat, 16 Jan 2016 22:15:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;22:15:07&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" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n600000400000000/20160116141558/page.html
HTML
cc0-1.0
6,575
<ion-view class="image-background"> <ion-nav-title>{{"l_app_header" | translate}}</ion-nav-title> <ion-content scroll="false"> <div class="row row-center row-75"> <div class="col col-center"> <img src="img/home-icon.png" style="width: 100%;padding: 10% 10% 10% 10%;" /> </div> </div> <div class="row row-bottom row-25"> <div class="col col-center"> <p style="width: 100%;text-align:center;">{{'l_version'|translate}}: {{$root.appVersion}}</p> <p style="width: 100%;text-align:center;">{{'l_copyright'|translate}}</p> </div> </div> </ion-content> </ion-view>
casinocoin/MobileWallet
www/templates/home.html
HTML
apache-2.0
698
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title></title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../lib/ref-index.css" media="screen" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../lib/jquery.js"></script> </head> <body><div class="entry"> <div class="name">SPARK_VERSION</div> <div class="occurrences"><a href="../org/apache/spark/package.html" class="extype" name="org.apache.spark">spark</a> </div> </div><div class="entry"> <div class="name"><strike>SchemaRDD</strike></div> <div class="occurrences"><strike><a href="../org/apache/spark/sql/package.html" class="extype" name="org.apache.spark.sql">sql</a></strike> </div> </div><div class="entry"> <div class="name">SortByFeatureUDFWrapper</div> <div class="occurrences"><a href="../hivemall/ftvec/package.html" class="extype" name="hivemall.ftvec">ftvec</a> </div> </div><div class="entry"> <div class="name">Strategy</div> <div class="occurrences"><a href="../org/apache/spark/sql/package.html" class="extype" name="org.apache.spark.sql">sql</a> </div> </div><div class="entry"> <div class="name">scaling</div> <div class="occurrences"><a href="../hivemall/ftvec/package.html" class="extype" name="hivemall.ftvec">ftvec</a> </div> </div><div class="entry"> <div class="name">sha1</div> <div class="occurrences"><a href="../org/apache/spark/sql/hive/HivemallOps$.html" class="extype" name="org.apache.spark.sql.hive.HivemallOps">HivemallOps</a> </div> </div><div class="entry"> <div class="name">sigmoid</div> <div class="occurrences"><a href="../org/apache/spark/sql/hive/HivemallOps$.html" class="extype" name="org.apache.spark.sql.hive.HivemallOps">HivemallOps</a> </div> </div><div class="entry"> <div class="name">sort_by_feature</div> <div class="occurrences"><a href="../org/apache/spark/sql/hive/HivemallOps$.html" class="extype" name="org.apache.spark.sql.hive.HivemallOps">HivemallOps</a> </div> </div><div class="entry"> <div class="name">spark</div> <div class="occurrences"><a href="../org/apache/package.html" class="extype" name="org.apache">apache</a> </div> </div><div class="entry"> <div class="name">sql</div> <div class="occurrences"><a href="../org/apache/spark/package.html" class="extype" name="org.apache.spark">spark</a> </div> </div><div class="entry"> <div class="name">streaming</div> <div class="occurrences"><a href="../org/apache/spark/package.html" class="extype" name="org.apache.spark">spark</a> </div> </div></body> </html>
maropu/hivemall-spark
docs/index/index-s.html
HTML
apache-2.0
2,942
<!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_20) on Wed May 05 11:17:12 PDT 2010 --> <TITLE> Uses of Class org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.EqualToExpr (Pig 0.7.0 API) </TITLE> <META NAME="date" CONTENT="2010-05-05"> <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.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.EqualToExpr (Pig 0.7.0 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/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators"><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/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators//class-useEqualToExpr.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EqualToExpr.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.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.EqualToExpr</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.pig.backend.hadoop.executionengine.mapReduceLayer"><B>org.apache.pig.backend.hadoop.executionengine.mapReduceLayer</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators"><B>org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans"><B>org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A> in <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/package-summary.html">org.apache.pig.backend.hadoop.executionengine.mapReduceLayer</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/package-summary.html">org.apache.pig.backend.hadoop.executionengine.mapReduceLayer</A> with parameters of type <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>PhyPlanSetter.</B><B><A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PhyPlanSetter.html#visitEqualTo(org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.EqualToExpr)">visitEqualTo</A></B>(<A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A>&nbsp;eq)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A> in <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/package-summary.html">org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/package-summary.html">org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators</A> that return <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A></CODE></FONT></TD> <TD><CODE><B>EqualToExpr.</B><B><A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A> in <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/package-summary.html">org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/package-summary.html">org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans</A> with parameters of type <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>PhyPlanVisitor.</B><B><A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/PhyPlanVisitor.html#visitEqualTo(org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.EqualToExpr)">visitEqualTo</A></B>(<A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators">EqualToExpr</A>&nbsp;eq)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/EqualToExpr.html" title="class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators"><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/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators//class-useEqualToExpr.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EqualToExpr.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; ${year} The Apache Software Foundation </BODY> </HTML>
hirohanin/pig7hadoop21
docs/api/org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/class-use/EqualToExpr.html
HTML
apache-2.0
14,298
@* * Copyright 2022 HM Revenue & Customs * * 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. *@ @import uk.gov.hmrc.helptosavefrontend.controllers.routes @import uk.gov.hmrc.helptosavefrontend.models.HtsContext @import uk.gov.hmrc.helptosavefrontend.config.FrontendAppConfig @this(main: uk.gov.hmrc.helptosavefrontend.views.html.main_template) @(email: String, oldEmail: Option[String])(implicit htsContext: HtsContext, request: Request[_], messages: Messages, appConfig: FrontendAppConfig) @title = @{ Messages("hts.email-verification.check-your-email.title.h1") } @main( title = title, sidebarLinks = None, bodyClasses = None) { <h1 class="heading-large">@title</h1> @defining( oldEmail.fold(routes.EmailController.getGiveEmailPage)(_ => routes.EmailController.getSelectEmailPage) ){ call => <p>@Html(Messages("hts.email-verification.check-your-email.we-have-sent-mail", email, call))</p> } <h2 class="heading-medium">@messages("hts.email-verification.check-your-email.what-next")</h2> <p class="content">@Html(messages("hts.email-verification.check-your-email.content1"))</p> <h2 class="heading-medium">@messages("hts.email-verification.check-your-email.where-used-heading")</h2> <p class="content">@Html(Messages("hts.email-verification.check-your-email.where-used", routes.EmailController.confirmEmail.url))</p> }
hmrc/help-to-save-frontend
app/uk/gov/hmrc/helptosavefrontend/views/email/check_your_email.scala.html
HTML
apache-2.0
1,869
<!DOCTYPE html > <html> <head> <title>tamchow - Universal Turing Machine in Scala - in.tamchow</title> <meta name="description" content="tamchow - Universal Turing Machine in Scala - in.tamchow" /> <meta name="keywords" content="tamchow Universal Turing Machine in Scala in.tamchow" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../lib/template.js"></script> <script type="text/javascript" src="../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../index.html'; var hash = 'in.tamchow.package'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> </head> <body class="value"> <div id="definition"> <img alt="Package" src="../../lib/package_big.png" /> <p id="owner"><a href="../package.html" class="extype" name="in">in</a></p> <h1>tamchow</h1><span class="permalink"> <a href="../../index.html#in.tamchow.package" title="Permalink" target="_top"> <img src="../../lib/permalink.png" alt="Permalink" /> </a> </span> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <span class="name">tamchow</span> </span> </h4> <div id="comment" class="fullcommenttop"></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="in.tamchow.turing" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="turing"></a> <a id="turing:turing"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a href="turing/package.html"><span class="name">turing</span></a> </span> </h4><span class="permalink"> <a href="../../index.html#in.tamchow.package@turing" title="Permalink" target="_top"> <img src="../../lib/permalink.png" alt="Permalink" /> </a> </span> </li></ol> </div> </div> <div id="inheritedMembers"> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
tamchow/UniversalTuringMachine
docs/in/tamchow/package.html
HTML
apache-2.0
3,841
<!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_20) on Thu Jan 26 13:33:44 PST 2012 --> <TITLE> Uses of Class org.apache.hadoop.mapred.JobInProgress.Counter (Hadoop 0.20.2-cdh3u3 API) </TITLE> <META NAME="date" CONTENT="2012-01-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.mapred.JobInProgress.Counter (Hadoop 0.20.2-cdh3u3 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/mapred/JobInProgress.Counter.html" title="enum in org.apache.hadoop.mapred"><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/mapred//class-useJobInProgress.Counter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JobInProgress.Counter.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.mapred.JobInProgress.Counter</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.Counter.html" title="enum in org.apache.hadoop.mapred">JobInProgress.Counter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred"><B>org.apache.hadoop.mapred</B></A></TD> <TD>A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.Counter.html" title="enum in org.apache.hadoop.mapred">JobInProgress.Counter</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> that return <A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.Counter.html" title="enum in org.apache.hadoop.mapred">JobInProgress.Counter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.Counter.html" title="enum in org.apache.hadoop.mapred">JobInProgress.Counter</A></CODE></FONT></TD> <TD><CODE><B>JobInProgress.Counter.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.Counter.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.Counter.html" title="enum in org.apache.hadoop.mapred">JobInProgress.Counter</A>[]</CODE></FONT></TD> <TD><CODE><B>JobInProgress.Counter.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.Counter.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they are declared.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.Counter.html" title="enum in org.apache.hadoop.mapred"><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/mapred//class-useJobInProgress.Counter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JobInProgress.Counter.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>
koven2049/hdfs-cloudera-cdh3u3-production
docs/api/org/apache/hadoop/mapred/class-use/JobInProgress.Counter.html
HTML
apache-2.0
9,096
<!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">{{ site.title }}</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/">Home</a> </li> <li> <a href="/about/">About</a> </li> <li> <a href="/schedule/">Schedule</a> </li> <li> <a href="/register/">Register</a> </li> <li> <a href="/contact/">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav>
carmichaelfutsal/carmichaelfutsal.github.io
_includes/nav.html
HTML
apache-2.0
1,412
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Man page of CREAL</TITLE> </HEAD><BODY> <H1>CREAL</H1> Section: Linux Programmer's Manual (3)<BR>Updated: 2013-09-18<BR><A HREF="#index">Index</A> <A HREF="../index.html">Return to Main Contents</A><HR> <A NAME="lbAB">&nbsp;</A> <H2>NAME</H2> creal, crealf, creall - get real part of a complex number <A NAME="lbAC">&nbsp;</A> <H2>SYNOPSIS</H2> <B>#include &lt;<A HREF="file:///usr/include/complex.h">complex.h</A>&gt;</B> <P> <B>double creal(double complex </B><I>z</I><B>);</B> <BR> <B>float crealf(float complex </B><I>z</I><B>);</B> <BR> <B>long double creall(long double complex </B><I>z</I><B>);</B> <P> Link with <I>-lm</I>. <A NAME="lbAD">&nbsp;</A> <H2>DESCRIPTION</H2> The <B>creal</B>() function returns the real part of the complex number <I>z</I>. <P> One has: <PRE> z = creal(z) + I * cimag(z) </PRE> <A NAME="lbAE">&nbsp;</A> <H2>VERSIONS</H2> These functions first appeared in glibc in version 2.1. <A NAME="lbAF">&nbsp;</A> <H2>ATTRIBUTES</H2> <A NAME="lbAG">&nbsp;</A> <H3>Multithreading (see <A HREF="../man7/pthreads.7.html">pthreads</A>(7))</H3> The <B>creal</B>(), <B>crealf</B>(), and <B>creall</B>() functions are thread-safe. <A NAME="lbAH">&nbsp;</A> <H2>CONFORMING TO</H2> C99. <A NAME="lbAI">&nbsp;</A> <H2>NOTES</H2> The gcc supports also __real__. That is a GNU extension. <A NAME="lbAJ">&nbsp;</A> <H2>SEE ALSO</H2> <B><A HREF="../man3/cabs.3.html">cabs</A></B>(3), <B><A HREF="../man3/cimag.3.html">cimag</A></B>(3), <B><A HREF="../man7/complex.7.html">complex</A></B>(7) <P> <HR> <A NAME="index">&nbsp;</A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">VERSIONS</A><DD> <DT><A HREF="#lbAF">ATTRIBUTES</A><DD> <DL> <DT><A HREF="#lbAG">Multithreading (see pthreads(7))</A><DD> </DL> <DT><A HREF="#lbAH">CONFORMING TO</A><DD> <DT><A HREF="#lbAI">NOTES</A><DD> <DT><A HREF="#lbAJ">SEE ALSO</A><DD> </DL> <HR> This document was created by <A HREF="/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> Time: 02:55:13 GMT, September 18, 2014 </BODY> </HTML>
cs-education/sysassets
man_pages/html/man3/creal.3.html
HTML
apache-2.0
2,214
<!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_79) on Mon Jul 04 10:03:01 PDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes (jackson-jr-retrofit2 2.8.0 API)</title> <meta name="date" content="2016-07-04"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <h1 class="bar">All Classes</h1> <div class="indexContainer"> <ul> <li><a href="com/fasterxml/jackson/jr/retrofit2/JacksonJrConverter.html" title="class in com.fasterxml.jackson.jr.retrofit2" target="classFrame">JacksonJrConverter</a></li> <li><a href="com/fasterxml/jackson/jr/retrofit2/JacksonJrRequestBodyConverter.html" title="class in com.fasterxml.jackson.jr.retrofit2" target="classFrame">JacksonJrRequestBodyConverter</a></li> <li><a href="com/fasterxml/jackson/jr/retrofit2/JacksonJrResponseArrayConverter.html" title="class in com.fasterxml.jackson.jr.retrofit2" target="classFrame">JacksonJrResponseArrayConverter</a></li> <li><a href="com/fasterxml/jackson/jr/retrofit2/JacksonJrResponseConverter.html" title="class in com.fasterxml.jackson.jr.retrofit2" target="classFrame">JacksonJrResponseConverter</a></li> </ul> </div> </body> </html>
FasterXML/jackson-jr
docs/javadoc/jr-retrofit2/2.8/allclasses-frame.html
HTML
apache-2.0
1,336
--- layout: default title: CNRS-AIST JRL --- {% include project.html id="kakenhiG_2013" %}
jrl-umi3218/jrl-umi3218.github.com
en/projects/project-kakenhiG_2013.html
HTML
apache-2.0
90
<html> <head> <title>ebeaninit | CLI tool | Ebean</title> <meta name="layout" content="_layout/docs_tooling.html"/> <meta name="bread2" content="CLI Tool (ebeaninit)" href="/docs/tooling/cli-tool"/> <#assign cliTool="active"> </head> <body> <#include "/_common/cli-tool.html"> <@next_edit "Enhancement" "enhancement" "/docs/tooling/cli-tool.html"/> </body> </html>
ebean-orm/avaje-ebeanorm-website
_deprecated/tooling/cli-tool.html
HTML
apache-2.0
378
<!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_20) on Tue Jul 19 23:14:46 CEST 2011 --> <TITLE> Uses of Class org.jboss.shrinkwrap.descriptor.impl.webcommon30.AbsoluteOrderingTypeImpl </TITLE> <META NAME="date" CONTENT="2011-07-19"> <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.jboss.shrinkwrap.descriptor.impl.webcommon30.AbsoluteOrderingTypeImpl"; } } </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/jboss/shrinkwrap/descriptor/impl/webcommon30/AbsoluteOrderingTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.webcommon30"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/jboss/shrinkwrap/descriptor/impl/webcommon30//class-useAbsoluteOrderingTypeImpl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AbsoluteOrderingTypeImpl.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.jboss.shrinkwrap.descriptor.impl.webcommon30.AbsoluteOrderingTypeImpl</B></H2> </CENTER> No usage of org.jboss.shrinkwrap.descriptor.impl.webcommon30.AbsoluteOrderingTypeImpl <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/jboss/shrinkwrap/descriptor/impl/webcommon30/AbsoluteOrderingTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.webcommon30"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/jboss/shrinkwrap/descriptor/impl/webcommon30//class-useAbsoluteOrderingTypeImpl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AbsoluteOrderingTypeImpl.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
shrinkwrap/descriptors
gen/doc/org/jboss/shrinkwrap/descriptor/impl/webcommon30/class-use/AbsoluteOrderingTypeImpl.html
HTML
apache-2.0
6,415
<!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_272) on Sat Nov 28 16:36:09 PST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JsonTypeName (Jackson-annotations 2.12.0 API)</title> <meta name="date" content="2020-11-28"> <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="JsonTypeName (Jackson-annotations 2.12.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/JsonTypeName.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="../../../../com/fasterxml/jackson/annotation/JsonTypeInfo.None.html" title="class in com.fasterxml.jackson.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/fasterxml/jackson/annotation/JsonUnwrapped.html" title="annotation in com.fasterxml.jackson.annotation"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/fasterxml/jackson/annotation/JsonTypeName.html" target="_top">Frames</a></li> <li><a href="JsonTypeName.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Required&nbsp;|&nbsp;</li> <li><a href="#annotation.type.optional.element.summary">Optional</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.element.detail">Element</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.fasterxml.jackson.annotation</div> <h2 title="Annotation Type JsonTypeName" class="title">Annotation Type JsonTypeName</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#ANNOTATION_TYPE" title="class or interface in java.lang.annotation">ANNOTATION_TYPE</a>,<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE" title="class or interface in java.lang.annotation">TYPE</a>}) <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>) public @interface <span class="memberNameLabel">JsonTypeName</span></pre> <div class="block">Annotation used for binding logical name that the annotated class has. Used with <a href="../../../../com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonTypeInfo</code></a> (and specifically its <a href="../../../../com/fasterxml/jackson/annotation/JsonTypeInfo.html#use--"><code>JsonTypeInfo.use()</code></a> property) to establish relationship between type names and types.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>tatu</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ANNOTATION TYPE OPTIONAL MEMBER SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="annotation.type.optional.element.summary"> <!-- --> </a> <h3>Optional Element Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Optional Element Summary table, listing optional elements, and an explanation"> <caption><span>Optional Elements</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Optional Element and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/JsonTypeName.html#value--">value</a></span></code> <div class="block">Logical type name for annotated type.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="annotation.type.element.detail"> <!-- --> </a> <h3>Element Detail</h3> <a name="value--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>value</h4> <pre>public abstract&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value</pre> <div class="block">Logical type name for annotated type. If missing (or defined as Empty String), defaults to using non-qualified class name as the type.</div> <dl> <dt>Default:</dt> <dd>""</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/JsonTypeName.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="../../../../com/fasterxml/jackson/annotation/JsonTypeInfo.None.html" title="class in com.fasterxml.jackson.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/fasterxml/jackson/annotation/JsonUnwrapped.html" title="annotation in com.fasterxml.jackson.annotation"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/fasterxml/jackson/annotation/JsonTypeName.html" target="_top">Frames</a></li> <li><a href="JsonTypeName.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Required&nbsp;|&nbsp;</li> <li><a href="#annotation.type.optional.element.summary">Optional</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.element.detail">Element</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> </body> </html>
FasterXML/jackson-annotations
docs/javadoc/2.12/com/fasterxml/jackson/annotation/JsonTypeName.html
HTML
apache-2.0
9,676
<html> <head></head> <body> <p>Names a role that the element is playing. The role must be consistent with the basic semantic and expectations for the element. In particular, the outputclass attribute can be used for styling during output processing; HTML output will typically preserve outputclass for CSS processing.</p> </body> </html>
oxygenxml/dim
info-model/rules/descriptions/outputclass-attr.html
HTML
apache-2.0
380
<!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_32) on Tue Jun 18 11:08:42 PDT 2013 --> <TITLE> Parameter (AWS SDK for Java - 1.4.7) </TITLE> <META NAME="date" CONTENT="2013-06-18"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../JavaDoc.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Parameter (AWS SDK for Java - 1.4.7)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../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> <span id="feedback_section"><h3>Did this page help you?</h3>&nbsp;&nbsp;&nbsp;<a id="feedback_yes" target="_blank">Yes</a>&nbsp;&nbsp;&nbsp;<a id="feedback_no" target="_blank">No</a>&nbsp;&nbsp;&nbsp;<a id="go_cti" target="_blank">Tell us about it...</a></span> <script type="text/javascript"> var javadoc_root_name = "/javadoc/"; var javadoc_path = location.href.substring(0, location.href.lastIndexOf(javadoc_root_name) + javadoc_root_name.length); var file_path = location.href.substring(location.href.lastIndexOf(javadoc_root_name) + javadoc_root_name.length); var feedback_yes_url = javadoc_path + "javadoc-resources/feedbackyes.html?topic_id="; var feedback_no_url = javadoc_path + "javadoc-resources/feedbackno.html?topic_id="; var feedback_tellmore_url = "https://aws-portal.amazon.com/gp/aws/html-forms-controller/documentation/aws_doc_feedback_04?service_name=Java-Ref&file_name="; if(file_path != "overview-frame.html") { var file_name = file_path.replace(/[/.]/g, '_'); document.getElementById("feedback_yes").setAttribute("href", feedback_yes_url + file_name); document.getElementById("feedback_no").setAttribute("href", feedback_no_url + file_name); document.getElementById("go_cti").setAttribute("href", feedback_tellmore_url + file_name); } else { // hide the header in overview-frame page document.getElementById("feedback_section").innerHTML = ""; } </script> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/NotificationConfiguration.html" title="class in com.amazonaws.services.elasticache.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/ParameterNameValue.html" title="class in com.amazonaws.services.elasticache.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/amazonaws/services/elasticache/model/Parameter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Parameter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.amazonaws.services.elasticache.model</FONT> <BR> Class Parameter</H2> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.amazonaws.services.elasticache.model.Parameter</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>Parameter</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DL> </PRE> <P> <p> A setting controlling some apsect of the service's behavior. </p> <P> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#com.amazonaws.services.elasticache.model.Parameter">Serialized Form</A></DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#Parameter()">Parameter</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default constructor for a new Parameter object.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;obj)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#getAllowedValues()">getAllowedValues</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the valid range of values for the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#getDataType()">getDataType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the valid data type for the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#getDescription()">getDescription</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides a description of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#getIsModifiable()">getIsModifiable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#getMinimumEngineVersion()">getMinimumEngineVersion</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The earliest engine version to which the parameter can apply.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#getParameterName()">getParameterName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the name of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#getParameterValue()">getParameterValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the value of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#getSource()">getSource</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates the source of the parameter value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#hashCode()">hashCode</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#isModifiable()">isModifiable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#setAllowedValues(java.lang.String)">setAllowedValues</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;allowedValues)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the valid range of values for the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#setDataType(java.lang.String)">setDataType</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dataType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the valid data type for the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#setDescription(java.lang.String)">setDescription</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;description)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides a description of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#setIsModifiable(java.lang.Boolean)">setIsModifiable</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;isModifiable)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#setMinimumEngineVersion(java.lang.String)">setMinimumEngineVersion</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;minimumEngineVersion)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The earliest engine version to which the parameter can apply.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#setParameterName(java.lang.String)">setParameterName</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parameterName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the name of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#setParameterValue(java.lang.String)">setParameterValue</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parameterValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the value of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#setSource(java.lang.String)">setSource</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;source)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates the source of the parameter value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of this object; useful for testing and debugging.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#withAllowedValues(java.lang.String)">withAllowedValues</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;allowedValues)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the valid range of values for the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#withDataType(java.lang.String)">withDataType</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dataType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the valid data type for the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#withDescription(java.lang.String)">withDescription</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;description)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides a description of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#withIsModifiable(java.lang.Boolean)">withIsModifiable</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;isModifiable)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#withMinimumEngineVersion(java.lang.String)">withMinimumEngineVersion</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;minimumEngineVersion)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The earliest engine version to which the parameter can apply.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#withParameterName(java.lang.String)">withParameterName</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parameterName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the name of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#withParameterValue(java.lang.String)">withParameterValue</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parameterValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the value of the parameter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html#withSource(java.lang.String)">withSource</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;source)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates the source of the parameter value.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Parameter()"><!-- --></A><H3> Parameter</H3> <PRE> public <B>Parameter</B>()</PRE> <DL> <DD>Default constructor for a new Parameter object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it. <P> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getParameterName()"><!-- --></A><H3> getParameterName</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getParameterName</B>()</PRE> <DL> <DD>Specifies the name of the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Specifies the name of the parameter.</DL> </DD> </DL> <HR> <A NAME="setParameterName(java.lang.String)"><!-- --></A><H3> setParameterName</H3> <PRE> public void <B>setParameterName</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parameterName)</PRE> <DL> <DD>Specifies the name of the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>parameterName</CODE> - Specifies the name of the parameter.</DL> </DD> </DL> <HR> <A NAME="withParameterName(java.lang.String)"><!-- --></A><H3> withParameterName</H3> <PRE> public <A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A> <B>withParameterName</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parameterName)</PRE> <DL> <DD>Specifies the name of the parameter. <p> Returns a reference to this object so that method calls can be chained together. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>parameterName</CODE> - Specifies the name of the parameter. <DT><B>Returns:</B><DD>A reference to this updated object so that method calls can be chained together.</DL> </DD> </DL> <HR> <A NAME="getParameterValue()"><!-- --></A><H3> getParameterValue</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getParameterValue</B>()</PRE> <DL> <DD>Specifies the value of the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Specifies the value of the parameter.</DL> </DD> </DL> <HR> <A NAME="setParameterValue(java.lang.String)"><!-- --></A><H3> setParameterValue</H3> <PRE> public void <B>setParameterValue</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parameterValue)</PRE> <DL> <DD>Specifies the value of the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>parameterValue</CODE> - Specifies the value of the parameter.</DL> </DD> </DL> <HR> <A NAME="withParameterValue(java.lang.String)"><!-- --></A><H3> withParameterValue</H3> <PRE> public <A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A> <B>withParameterValue</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parameterValue)</PRE> <DL> <DD>Specifies the value of the parameter. <p> Returns a reference to this object so that method calls can be chained together. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>parameterValue</CODE> - Specifies the value of the parameter. <DT><B>Returns:</B><DD>A reference to this updated object so that method calls can be chained together.</DL> </DD> </DL> <HR> <A NAME="getDescription()"><!-- --></A><H3> getDescription</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getDescription</B>()</PRE> <DL> <DD>Provides a description of the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Provides a description of the parameter.</DL> </DD> </DL> <HR> <A NAME="setDescription(java.lang.String)"><!-- --></A><H3> setDescription</H3> <PRE> public void <B>setDescription</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;description)</PRE> <DL> <DD>Provides a description of the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>description</CODE> - Provides a description of the parameter.</DL> </DD> </DL> <HR> <A NAME="withDescription(java.lang.String)"><!-- --></A><H3> withDescription</H3> <PRE> public <A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A> <B>withDescription</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;description)</PRE> <DL> <DD>Provides a description of the parameter. <p> Returns a reference to this object so that method calls can be chained together. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>description</CODE> - Provides a description of the parameter. <DT><B>Returns:</B><DD>A reference to this updated object so that method calls can be chained together.</DL> </DD> </DL> <HR> <A NAME="getSource()"><!-- --></A><H3> getSource</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getSource</B>()</PRE> <DL> <DD>Indicates the source of the parameter value. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Indicates the source of the parameter value.</DL> </DD> </DL> <HR> <A NAME="setSource(java.lang.String)"><!-- --></A><H3> setSource</H3> <PRE> public void <B>setSource</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;source)</PRE> <DL> <DD>Indicates the source of the parameter value. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>source</CODE> - Indicates the source of the parameter value.</DL> </DD> </DL> <HR> <A NAME="withSource(java.lang.String)"><!-- --></A><H3> withSource</H3> <PRE> public <A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A> <B>withSource</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;source)</PRE> <DL> <DD>Indicates the source of the parameter value. <p> Returns a reference to this object so that method calls can be chained together. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>source</CODE> - Indicates the source of the parameter value. <DT><B>Returns:</B><DD>A reference to this updated object so that method calls can be chained together.</DL> </DD> </DL> <HR> <A NAME="getDataType()"><!-- --></A><H3> getDataType</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getDataType</B>()</PRE> <DL> <DD>Specifies the valid data type for the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Specifies the valid data type for the parameter.</DL> </DD> </DL> <HR> <A NAME="setDataType(java.lang.String)"><!-- --></A><H3> setDataType</H3> <PRE> public void <B>setDataType</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dataType)</PRE> <DL> <DD>Specifies the valid data type for the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>dataType</CODE> - Specifies the valid data type for the parameter.</DL> </DD> </DL> <HR> <A NAME="withDataType(java.lang.String)"><!-- --></A><H3> withDataType</H3> <PRE> public <A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A> <B>withDataType</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dataType)</PRE> <DL> <DD>Specifies the valid data type for the parameter. <p> Returns a reference to this object so that method calls can be chained together. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>dataType</CODE> - Specifies the valid data type for the parameter. <DT><B>Returns:</B><DD>A reference to this updated object so that method calls can be chained together.</DL> </DD> </DL> <HR> <A NAME="getAllowedValues()"><!-- --></A><H3> getAllowedValues</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getAllowedValues</B>()</PRE> <DL> <DD>Specifies the valid range of values for the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Specifies the valid range of values for the parameter.</DL> </DD> </DL> <HR> <A NAME="setAllowedValues(java.lang.String)"><!-- --></A><H3> setAllowedValues</H3> <PRE> public void <B>setAllowedValues</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;allowedValues)</PRE> <DL> <DD>Specifies the valid range of values for the parameter. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>allowedValues</CODE> - Specifies the valid range of values for the parameter.</DL> </DD> </DL> <HR> <A NAME="withAllowedValues(java.lang.String)"><!-- --></A><H3> withAllowedValues</H3> <PRE> public <A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A> <B>withAllowedValues</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;allowedValues)</PRE> <DL> <DD>Specifies the valid range of values for the parameter. <p> Returns a reference to this object so that method calls can be chained together. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>allowedValues</CODE> - Specifies the valid range of values for the parameter. <DT><B>Returns:</B><DD>A reference to this updated object so that method calls can be chained together.</DL> </DD> </DL> <HR> <A NAME="isModifiable()"><!-- --></A><H3> isModifiable</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A> <B>isModifiable</B>()</PRE> <DL> <DD>Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.</DL> </DD> </DL> <HR> <A NAME="setIsModifiable(java.lang.Boolean)"><!-- --></A><H3> setIsModifiable</H3> <PRE> public void <B>setIsModifiable</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;isModifiable)</PRE> <DL> <DD>Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>isModifiable</CODE> - Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.</DL> </DD> </DL> <HR> <A NAME="withIsModifiable(java.lang.Boolean)"><!-- --></A><H3> withIsModifiable</H3> <PRE> public <A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A> <B>withIsModifiable</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;isModifiable)</PRE> <DL> <DD>Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. <p> Returns a reference to this object so that method calls can be chained together. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>isModifiable</CODE> - Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. <DT><B>Returns:</B><DD>A reference to this updated object so that method calls can be chained together.</DL> </DD> </DL> <HR> <A NAME="getIsModifiable()"><!-- --></A><H3> getIsModifiable</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A> <B>getIsModifiable</B>()</PRE> <DL> <DD>Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.</DL> </DD> </DL> <HR> <A NAME="getMinimumEngineVersion()"><!-- --></A><H3> getMinimumEngineVersion</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getMinimumEngineVersion</B>()</PRE> <DL> <DD>The earliest engine version to which the parameter can apply. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The earliest engine version to which the parameter can apply.</DL> </DD> </DL> <HR> <A NAME="setMinimumEngineVersion(java.lang.String)"><!-- --></A><H3> setMinimumEngineVersion</H3> <PRE> public void <B>setMinimumEngineVersion</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;minimumEngineVersion)</PRE> <DL> <DD>The earliest engine version to which the parameter can apply. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>minimumEngineVersion</CODE> - The earliest engine version to which the parameter can apply.</DL> </DD> </DL> <HR> <A NAME="withMinimumEngineVersion(java.lang.String)"><!-- --></A><H3> withMinimumEngineVersion</H3> <PRE> public <A HREF="../../../../../com/amazonaws/services/elasticache/model/Parameter.html" title="class in com.amazonaws.services.elasticache.model">Parameter</A> <B>withMinimumEngineVersion</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;minimumEngineVersion)</PRE> <DL> <DD>The earliest engine version to which the parameter can apply. <p> Returns a reference to this object so that method calls can be chained together. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>minimumEngineVersion</CODE> - The earliest engine version to which the parameter can apply. <DT><B>Returns:</B><DD>A reference to this updated object so that method calls can be chained together.</DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE> <DL> <DD>Returns a string representation of this object; useful for testing and debugging. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>A string representation of this object.<DT><B>See Also:</B><DD><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang"><CODE>Object.toString()</CODE></A></DL> </DD> </DL> <HR> <A NAME="hashCode()"><!-- --></A><H3> hashCode</H3> <PRE> public int <B>hashCode</B>()</PRE> <DL> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="equals(java.lang.Object)"><!-- --></A><H3> equals</H3> <PRE> public boolean <B>equals</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;obj)</PRE> <DL> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../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> <script src="http://aws.amazon.com/js/urchin.js" type="text/javascript"></script> <script type="text/javascript">urchinTracker();</script> <!-- SiteCatalyst code version: H.25.2. Copyright 1996-2012 Adobe, Inc. All Rights Reserved. More info available at http://www.omniture.com --> <script language="JavaScript" type="text/javascript" src="https://d36cz9buwru1tt.cloudfront.net/js/sitecatalyst/s_code.min.js (view-source:https://d36cz9buwru1tt.cloudfront.net/js/sitecatalyst/s_code.min.js)" /> <script language="JavaScript" type="text/javascript"> <!-- // Documentation Service Name s.prop66='AWS SDK for Java'; s.eVar66='D=c66'; // Documentation Guide Name s.prop65='API Reference'; s.eVar65='D=c65'; var s_code=s.t();if(s_code)document.write(s_code) //--> </script> <script language="JavaScript" type="text/javascript"> <!--if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //--> </script> <noscript> <img src="http://amazonwebservices.d2.sc.omtrdc.net/b/ss/awsamazondev/1/H.25.2--NS/0" height="1" width="1" border="0" alt="" /> </noscript> <!--/DO NOT REMOVE/--> <!-- End SiteCatalyst code version: H.25.2. --> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/NotificationConfiguration.html" title="class in com.amazonaws.services.elasticache.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../com/amazonaws/services/elasticache/model/ParameterNameValue.html" title="class in com.amazonaws.services.elasticache.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/amazonaws/services/elasticache/model/Parameter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Parameter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2010 Amazon Web Services, Inc. All Rights Reserved. </BODY> </HTML>
hobinyoon/aws-java-sdk-1.4.7
documentation/javadoc/com/amazonaws/services/elasticache/model/Parameter.html
HTML
apache-2.0
49,349
<!-- About Section --> <section id="about" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h2>About Vibhu Labs</h2> <p>In <a href="http://en.wikipedia.org/wiki/Nyaya">Nyaya philosophy</a> <strong><b><i> Vibhu (Sanskrit:विभु) </i></b></strong> means – 'eternal', 'existing everywhere', 'all-pervading', 'pervading all material things'.</p> <p/> <p>Internet of Things is growing at a rapid speed. It will soon be a part of our every day lives. At Vibhu Labs we are helping industries make sensible and sustainable decisions.</p> </div> </div> </section>
vibhulabs/vibhulabs.github.io
_includes/about.html
HTML
apache-2.0
735
<!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_151) on Tue Feb 06 09:38:18 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.ejb3.service.FileDataStoreSupplier (BOM: * : All 2017.10.2 API)</title> <meta name="date" content="2018-02-06"> <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 Interface org.wildfly.swarm.config.ejb3.service.FileDataStoreSupplier (BOM: * : All 2017.10.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStoreSupplier.html" title="interface in org.wildfly.swarm.config.ejb3.service">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-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">WildFly Swarm API, 2017.10.2</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/ejb3/service/class-use/FileDataStoreSupplier.html" target="_top">Frames</a></li> <li><a href="FileDataStoreSupplier.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 Interface org.wildfly.swarm.config.ejb3.service.FileDataStoreSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.ejb3.service.FileDataStoreSupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStoreSupplier.html" title="interface in org.wildfly.swarm.config.ejb3.service">FileDataStoreSupplier</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.wildfly.swarm.config.ejb3">org.wildfly.swarm.config.ejb3</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.ejb3"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStoreSupplier.html" title="interface in org.wildfly.swarm.config.ejb3.service">FileDataStoreSupplier</a> in <a href="../../../../../../../org/wildfly/swarm/config/ejb3/package-summary.html">org.wildfly.swarm.config.ejb3</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/ejb3/package-summary.html">org.wildfly.swarm.config.ejb3</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStoreSupplier.html" title="interface in org.wildfly.swarm.config.ejb3.service">FileDataStoreSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/ejb3/TimerService.html" title="type parameter in TimerService">T</a></code></td> <td class="colLast"><span class="typeNameLabel">TimerService.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/ejb3/TimerService.html#fileDataStore-org.wildfly.swarm.config.ejb3.service.FileDataStoreSupplier-">fileDataStore</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStoreSupplier.html" title="interface in org.wildfly.swarm.config.ejb3.service">FileDataStoreSupplier</a>&nbsp;supplier)</code> <div class="block">Install a supplied FileDataStore object to the list of subresources</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStoreSupplier.html" title="interface in org.wildfly.swarm.config.ejb3.service">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-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">WildFly Swarm API, 2017.10.2</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/ejb3/service/class-use/FileDataStoreSupplier.html" target="_top">Frames</a></li> <li><a href="FileDataStoreSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.10.2/apidocs/org/wildfly/swarm/config/ejb3/service/class-use/FileDataStoreSupplier.html
HTML
apache-2.0
7,743
<!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_75) on Tue May 19 17:12:42 PDT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.hadoop.mapreduce.lib.input.NLineInputFormat (Apache Hadoop Main 2.6.0-cdh5.4.2 API)</title> <meta name="date" content="2015-05-19"> <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.apache.hadoop.mapreduce.lib.input.NLineInputFormat (Apache Hadoop Main 2.6.0-cdh5.4.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/mapreduce/lib/input/NLineInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.input">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/apache/hadoop/mapreduce/lib/input/class-use/NLineInputFormat.html" target="_top">Frames</a></li> <li><a href="NLineInputFormat.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.apache.hadoop.mapreduce.lib.input.NLineInputFormat" class="title">Uses of Class<br>org.apache.hadoop.mapreduce.lib.input.NLineInputFormat</h2> </div> <div class="classUseContainer">No usage of org.apache.hadoop.mapreduce.lib.input.NLineInputFormat</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/apache/hadoop/mapreduce/lib/input/NLineInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.input">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/apache/hadoop/mapreduce/lib/input/class-use/NLineInputFormat.html" target="_top">Frames</a></li> <li><a href="NLineInputFormat.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; 2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p> </body> </html>
ZhangXFeng/hadoop
share/doc/api/org/apache/hadoop/mapreduce/lib/input/class-use/NLineInputFormat.html
HTML
apache-2.0
4,705
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (version 1.7.0_01) on Sat Mar 24 00:58:28 CET 2012 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.resthub.tapestry5.security Class Hierarchy (RESThub 1.1.3 API)</title> <meta name="date" content="2012-03-24"> <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="org.resthub.tapestry5.security Class Hierarchy (RESThub 1.1.3 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</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/resthub/tapestry5/jpa/services/package-tree.html">Prev</a></li> <li><a href="../../../../org/resthub/tapestry5/security/services/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/resthub/tapestry5/security/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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"> <h1 class="title">Hierarchy For Package org.resthub.tapestry5.security</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a> <ul> <li type="circle">org.resthub.tapestry5.security.<a href="../../../../org/resthub/tapestry5/security/AuthenticationException.html" title="class in org.resthub.tapestry5.security"><span class="strong">AuthenticationException</span></a></li> </ul> </li> </ul> </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>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</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/resthub/tapestry5/jpa/services/package-tree.html">Prev</a></li> <li><a href="../../../../org/resthub/tapestry5/security/services/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/resthub/tapestry5/security/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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; 2009-2012. All Rights Reserved.</small></p> </body> </html>
resthub/resthub.github.io
apidocs/spring/1.1/org/resthub/tapestry5/security/package-tree.html
HTML
apache-2.0
5,470
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <meta name="viewport" content="width=device-width"> <meta name="description" content="{{ site.description }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}"> <!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ --> <link rel="stylesheet" href="{{ "/style.css" | prepend: site.url}}"> <link rel="icon" href="{{ "/img/favicon.ico" | prepend: site.url}}" type="image/x-icon"> <!-- Custom Fonts --> <link rel="stylesheet" href="{{ "/css/font-awesome/css/font-awesome.min.css" | prepend: site.url }}"> <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" 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>
btrd/coup_de_pousse
_includes/head.html
HTML
apache-2.0
1,422
<!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_75) on Sun Apr 26 23:21:42 IST 2015 --> <title>Uses of Class com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram</title> <meta name="date" content="2015-04-26"> <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 com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram"; } //--> </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="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">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?com/hourglassapps/cpi_ii/stem/snowball/tartarus/class-use/SnowballProgram.html" target="_top">Frames</a></li> <li><a href="SnowballProgram.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 com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram" class="title">Uses of Class<br>com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram</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="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.hourglassapps.cpi_ii.latin">com.hourglassapps.cpi_ii.latin</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.hourglassapps.cpi_ii.stem">com.hourglassapps.cpi_ii.stem</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#com.hourglassapps.cpi_ii.stem.snowball.lucene">com.hourglassapps.cpi_ii.stem.snowball.lucene</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.hourglassapps.cpi_ii.stem.snowball.tartarus">com.hourglassapps.cpi_ii.stem.snowball.tartarus</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.hourglassapps.cpi_ii.latin"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a> in <a href="../../../../../../../com/hourglassapps/cpi_ii/latin/package-summary.html">com.hourglassapps.cpi_ii.latin</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a> in <a href="../../../../../../../com/hourglassapps/cpi_ii/latin/package-summary.html">com.hourglassapps.cpi_ii.latin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../../com/hourglassapps/cpi_ii/latin/LatinStemmer.html" title="class in com.hourglassapps.cpi_ii.latin">LatinStemmer</a></strong></code> <div class="block">This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.hourglassapps.cpi_ii.stem"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a> in <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/package-summary.html">com.hourglassapps.cpi_ii.stem</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/package-summary.html">com.hourglassapps.cpi_ii.stem</a> with parameters of type <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</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="../../../../../../../com/hourglassapps/cpi_ii/stem/IdentityRecorderFilter.html#IdentityRecorderFilter(org.apache.lucene.analysis.TokenStream,%20com.hourglassapps.util.MultiMap,%20com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram)">IdentityRecorderFilter</a></strong>(org.apache.lucene.analysis.TokenStream&nbsp;pInput, <a href="../../../../../../../com/hourglassapps/util/MultiMap.html" title="interface in com.hourglassapps.util">MultiMap</a>&lt;java.lang.String,C,java.lang.String&gt;&nbsp;stem2Expansions, <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a>&nbsp;pStemmer)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../../com/hourglassapps/cpi_ii/stem/SnowballRecorderFilter.html#SnowballRecorderFilter(org.apache.lucene.analysis.TokenStream,%20boolean,%20com.hourglassapps.util.MultiMap,%20com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram)">SnowballRecorderFilter</a></strong>(org.apache.lucene.analysis.TokenStream&nbsp;pInput, boolean&nbsp;pRecord, <a href="../../../../../../../com/hourglassapps/util/MultiMap.html" title="interface in com.hourglassapps.util">MultiMap</a>&lt;java.lang.String,C,java.lang.String&gt;&nbsp;stem2Expansions, <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a>&nbsp;pStemmer)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../com/hourglassapps/cpi_ii/stem/SnowballRecorderFilter.html#SnowballRecorderFilter(org.apache.lucene.analysis.TokenStream,%20boolean,%20com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram)">SnowballRecorderFilter</a></strong>(org.apache.lucene.analysis.TokenStream&nbsp;pInput, boolean&nbsp;pRecord, <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a>&nbsp;pStemmer)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.hourglassapps.cpi_ii.stem.snowball.lucene"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a> in <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/lucene/package-summary.html">com.hourglassapps.cpi_ii.stem.snowball.lucene</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/lucene/package-summary.html">com.hourglassapps.cpi_ii.stem.snowball.lucene</a> with parameters of type <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</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="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/lucene/SnowballFilter.html#SnowballFilter(org.apache.lucene.analysis.TokenStream,%20com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram)">SnowballFilter</a></strong>(org.apache.lucene.analysis.TokenStream&nbsp;input, <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a>&nbsp;stemmer)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.hourglassapps.cpi_ii.stem.snowball.tartarus"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a> in <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/package-summary.html">com.hourglassapps.cpi_ii.stem.snowball.tartarus</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/package-summary.html">com.hourglassapps.cpi_ii.stem.snowball.tartarus</a> declared as <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a></code></td> <td class="colLast"><span class="strong">Among.</span><code><strong><a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/Among.html#methodobject">methodobject</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/package-summary.html">com.hourglassapps.cpi_ii.stem.snowball.tartarus</a> with parameters of type <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</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="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/Among.html#Among(java.lang.String,%20int,%20int,%20java.lang.String,%20com.hourglassapps.cpi_ii.stem.snowball.tartarus.SnowballProgram)">Among</a></strong>(java.lang.String&nbsp;s, int&nbsp;substring_i, int&nbsp;result, java.lang.String&nbsp;methodname, <a href="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">SnowballProgram</a>&nbsp;methodobject)</code>&nbsp;</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="../../../../../../../com/hourglassapps/cpi_ii/stem/snowball/tartarus/SnowballProgram.html" title="class in com.hourglassapps.cpi_ii.stem.snowball.tartarus">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?com/hourglassapps/cpi_ii/stem/snowball/tartarus/class-use/SnowballProgram.html" target="_top">Frames</a></li> <li><a href="SnowballProgram.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>
kieranjwhite/CPI-II
doc/com/hourglassapps/cpi_ii/stem/snowball/tartarus/class-use/SnowballProgram.html
HTML
apache-2.0
15,356
<!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_21) on Sat May 11 22:07:16 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>com.hp.hpl.jena.assembler (Apache Jena)</title> <meta name="date" content="2013-05-11"> <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="com.hp.hpl.jena.assembler (Apache Jena)"; } //--> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.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="../../../../../com/hp/hpl/jena/package-summary.html">Prev Package</a></li> <li><a href="../../../../../com/hp/hpl/jena/datatypes/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/hp/hpl/jena/assembler/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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"> <h1 title="Package" class="title">Package&nbsp;com.hp.hpl.jena.assembler</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/Assembler.html" title="interface in com.hp.hpl.jena.assembler">Assembler</a></td> <td class="colLast"> <div class="block">An Assembler creates objects from their RDF descriptions.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/AssemblerHelp.html" title="class in com.hp.hpl.jena.assembler">AssemblerHelp</a></td> <td class="colLast"> <div class="block">AssemblerHelp provides utility methods used by, and useful for working with, the Assembler code, including the methods that expand a model to include the required inferences and to find the most specific type of a root in an assembler specification.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/Content.html" title="class in com.hp.hpl.jena.assembler">Content</a></td> <td class="colLast"> <div class="block">A Content object records content to be used to fill models.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/ImportManager.html" title="class in com.hp.hpl.jena.assembler">ImportManager</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/JA.html" title="class in com.hp.hpl.jena.assembler">JA</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/Mode.html" title="class in com.hp.hpl.jena.assembler">Mode</a></td> <td class="colLast"> <div class="block">A Mode object controls whether persistent objects can be created or reused by an assembler.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/ModelExpansion.html" title="class in com.hp.hpl.jena.assembler">ModelExpansion</a></td> <td class="colLast"> <div class="block">The ModelExpansion code expands a model <code>M</code> against a schema <code>S</code>, returning a new model which contains the statements of M any statements (A rdfs:subClassOf B) from S where neither A nor B is a bnode.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/RuleSet.html" title="class in com.hp.hpl.jena.assembler">RuleSet</a></td> <td class="colLast"> <div class="block">A RuleSet wraps a list of rules.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation"> <caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Exception</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../com/hp/hpl/jena/assembler/BadObjectException.html" title="class in com.hp.hpl.jena.assembler">BadObjectException</a></td> <td class="colLast"> <div class="block">Exception used to report that the object of a statement is not a Resource.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.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="../../../../../com/hp/hpl/jena/package-summary.html">Prev Package</a></li> <li><a href="../../../../../com/hp/hpl/jena/datatypes/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/hp/hpl/jena/assembler/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
chinhnc/floodlight
lib/apache-jena-2.10.1/javadoc-core/com/hp/hpl/jena/assembler/package-summary.html
HTML
apache-2.0
8,294
<ion-modal-view> <ion-content> <ion-slide-box> <ion-slide> <div class="card-help"> <div class="card-image"> <img src="img/introduction/firstSlide.png" class="image-first"> </div> <div class="card-content"> <div class="card-title"> ¡ Welcome to Easy Driver ! </div> </div> </div> <br> <br> </ion-slide> <ion-slide> <div class="card-help"> <div class="card-image"> <img src="img/introduction/secondSlide1.png" class="image-second"> </div> <div class="card-content"> <div class="card-title"> At any time, place </div> <div class="card-text"> Check the state of your car components </div> </div> </div> <br> <br> </ion-slide> <ion-slide> <div class="card-help"> <div class="card-image"> <img src="img/introduction/icon-robot.png" class="image-second"> </div> <div class="card-content"> <div class="card-title"> Keep you syncronized </div> <div class="card-text"> Maintain synchrony with the components of your car </div> </div> <br> </div> <br> <br> </ion-slide> </ion-slide-box> <button class="button button-block button-positive" style="margin-top:5px;" ng-click="closeIntroductionModal()"> Get Started </button> </ion-content> </ion-modal-view>
MauroDario/easydrive
templates/introductionModal.html
HTML
apache-2.0
2,209
<table class="table table-bordered"> <thead> <tr> <th class="text-left" style="width: 20%">Key</th> <th class="text-left" style="width: 15%">Default</th> <th class="text-left" style="width: 10%">Type</th> <th class="text-left" style="width: 55%">Description</th> </tr> </thead> <tbody> <tr> <td><h5>akka.ask.timeout</h5></td> <td style="word-wrap: break-word;">"10 s"</td> <td>String</td> <td>Timeout used for all futures and blocking Akka calls. If Flink fails due to timeouts then you should try to increase this value. Timeouts can be caused by slow machines or a congested network. The timeout value requires a time-unit specifier (ms/s/min/h/d).</td> </tr> <tr> <td><h5>akka.client-socket-worker-pool.pool-size-factor</h5></td> <td style="word-wrap: break-word;">1.0</td> <td>Double</td> <td>The pool size factor is used to determine thread pool size using the following formula: ceil(available processors * factor). Resulting size is then bounded by the pool-size-min and pool-size-max values.</td> </tr> <tr> <td><h5>akka.client-socket-worker-pool.pool-size-max</h5></td> <td style="word-wrap: break-word;">2</td> <td>Integer</td> <td>Max number of threads to cap factor-based number to.</td> </tr> <tr> <td><h5>akka.client-socket-worker-pool.pool-size-min</h5></td> <td style="word-wrap: break-word;">1</td> <td>Integer</td> <td>Min number of threads to cap factor-based number to.</td> </tr> <tr> <td><h5>akka.client.timeout</h5></td> <td style="word-wrap: break-word;">"60 s"</td> <td>String</td> <td>Timeout for all blocking calls on the client side.</td> </tr> <tr> <td><h5>akka.fork-join-executor.parallelism-factor</h5></td> <td style="word-wrap: break-word;">2.0</td> <td>Double</td> <td>The parallelism factor is used to determine thread pool size using the following formula: ceil(available processors * factor). Resulting size is then bounded by the parallelism-min and parallelism-max values.</td> </tr> <tr> <td><h5>akka.fork-join-executor.parallelism-max</h5></td> <td style="word-wrap: break-word;">64</td> <td>Integer</td> <td>Max number of threads to cap factor-based parallelism number to.</td> </tr> <tr> <td><h5>akka.fork-join-executor.parallelism-min</h5></td> <td style="word-wrap: break-word;">8</td> <td>Integer</td> <td>Min number of threads to cap factor-based parallelism number to.</td> </tr> <tr> <td><h5>akka.framesize</h5></td> <td style="word-wrap: break-word;">"10485760b"</td> <td>String</td> <td>Maximum size of messages which are sent between the JobManager and the TaskManagers. If Flink fails because messages exceed this limit, then you should increase it. The message size requires a size-unit specifier.</td> </tr> <tr> <td><h5>akka.jvm-exit-on-fatal-error</h5></td> <td style="word-wrap: break-word;">true</td> <td>Boolean</td> <td>Exit JVM on fatal Akka errors.</td> </tr> <tr> <td><h5>akka.log.lifecycle.events</h5></td> <td style="word-wrap: break-word;">false</td> <td>Boolean</td> <td>Turns on the Akka’s remote logging of events. Set this value to 'true' in case of debugging.</td> </tr> <tr> <td><h5>akka.lookup.timeout</h5></td> <td style="word-wrap: break-word;">"10 s"</td> <td>String</td> <td>Timeout used for the lookup of the JobManager. The timeout value has to contain a time-unit specifier (ms/s/min/h/d).</td> </tr> <tr> <td><h5>akka.retry-gate-closed-for</h5></td> <td style="word-wrap: break-word;">50</td> <td>Long</td> <td>Milliseconds a gate should be closed for after a remote connection was disconnected.</td> </tr> <tr> <td><h5>akka.server-socket-worker-pool.pool-size-factor</h5></td> <td style="word-wrap: break-word;">1.0</td> <td>Double</td> <td>The pool size factor is used to determine thread pool size using the following formula: ceil(available processors * factor). Resulting size is then bounded by the pool-size-min and pool-size-max values.</td> </tr> <tr> <td><h5>akka.server-socket-worker-pool.pool-size-max</h5></td> <td style="word-wrap: break-word;">2</td> <td>Integer</td> <td>Max number of threads to cap factor-based number to.</td> </tr> <tr> <td><h5>akka.server-socket-worker-pool.pool-size-min</h5></td> <td style="word-wrap: break-word;">1</td> <td>Integer</td> <td>Min number of threads to cap factor-based number to.</td> </tr> <tr> <td><h5>akka.ssl.enabled</h5></td> <td style="word-wrap: break-word;">true</td> <td>Boolean</td> <td>Turns on SSL for Akka’s remote communication. This is applicable only when the global ssl flag security.ssl.enabled is set to true.</td> </tr> <tr> <td><h5>akka.startup-timeout</h5></td> <td style="word-wrap: break-word;">(none)</td> <td>String</td> <td>Timeout after which the startup of a remote component is considered being failed.</td> </tr> <tr> <td><h5>akka.tcp.timeout</h5></td> <td style="word-wrap: break-word;">"20 s"</td> <td>String</td> <td>Timeout for all outbound connections. If you should experience problems with connecting to a TaskManager due to a slow network, you should increase this value.</td> </tr> <tr> <td><h5>akka.throughput</h5></td> <td style="word-wrap: break-word;">15</td> <td>Integer</td> <td>Number of messages that are processed in a batch before returning the thread to the pool. Low values denote a fair scheduling whereas high values can increase the performance at the cost of unfairness.</td> </tr> <tr> <td><h5>akka.transport.heartbeat.interval</h5></td> <td style="word-wrap: break-word;">"1000 s"</td> <td>String</td> <td>Heartbeat interval for Akka’s transport failure detector. Since Flink uses TCP, the detector is not necessary. Therefore, the detector is disabled by setting the interval to a very high value. In case you should need the transport failure detector, set the interval to some reasonable value. The interval value requires a time-unit specifier (ms/s/min/h/d).</td> </tr> <tr> <td><h5>akka.transport.heartbeat.pause</h5></td> <td style="word-wrap: break-word;">"6000 s"</td> <td>String</td> <td>Acceptable heartbeat pause for Akka’s transport failure detector. Since Flink uses TCP, the detector is not necessary. Therefore, the detector is disabled by setting the pause to a very high value. In case you should need the transport failure detector, set the pause to some reasonable value. The pause value requires a time-unit specifier (ms/s/min/h/d).</td> </tr> <tr> <td><h5>akka.transport.threshold</h5></td> <td style="word-wrap: break-word;">300.0</td> <td>Double</td> <td>Threshold for the transport failure detector. Since Flink uses TCP, the detector is not necessary and, thus, the threshold is set to a high value.</td> </tr> </tbody> </table>
gyfora/flink
docs/_includes/generated/akka_configuration.html
HTML
apache-2.0
8,111
<!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_111) on Wed Jan 04 22:31:32 EST 2017 --> <title>Uses of Class org.drip.sample.treasuryfuturesapi.YM1</title> <meta name="date" content="2017-01-04"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.drip.sample.treasuryfuturesapi.YM1"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/drip/sample/treasuryfuturesapi/YM1.html" title="class in org.drip.sample.treasuryfuturesapi">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/drip/sample/treasuryfuturesapi/class-use/YM1.html" target="_top">Frames</a></li> <li><a href="YM1.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.drip.sample.treasuryfuturesapi.YM1" class="title">Uses of Class<br>org.drip.sample.treasuryfuturesapi.YM1</h2> </div> <div class="classUseContainer">No usage of org.drip.sample.treasuryfuturesapi.YM1</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/drip/sample/treasuryfuturesapi/YM1.html" title="class in org.drip.sample.treasuryfuturesapi">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/drip/sample/treasuryfuturesapi/class-use/YM1.html" target="_top">Frames</a></li> <li><a href="YM1.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
lakshmiDRIP/DRIP
Javadoc/org/drip/sample/treasuryfuturesapi/class-use/YM1.html
HTML
apache-2.0
4,399
<!DOCTYPE html> <html> <head> <title>P8-2-1设置支付密码-验证手机</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <link href="resources/css/jquery-ui-themes.css" type="text/css" rel="stylesheet"/> <link href="resources/css/axure_rp_page.css" type="text/css" rel="stylesheet"/> <link href="data/styles.css" type="text/css" rel="stylesheet"/> <link href="files/p8-2-1设置支付密码-验证手机/styles.css" type="text/css" rel="stylesheet"/> <script src="resources/scripts/jquery-1.7.1.min.js"></script> <script src="resources/scripts/jquery-ui-1.8.10.custom.min.js"></script> <script src="resources/scripts/axure/axQuery.js"></script> <script src="resources/scripts/axure/globals.js"></script> <script src="resources/scripts/axutils.js"></script> <script src="resources/scripts/axure/annotation.js"></script> <script src="resources/scripts/axure/axQuery.std.js"></script> <script src="resources/scripts/axure/doc.js"></script> <script src="data/document.js"></script> <script src="resources/scripts/messagecenter.js"></script> <script src="resources/scripts/axure/events.js"></script> <script src="resources/scripts/axure/recording.js"></script> <script src="resources/scripts/axure/action.js"></script> <script src="resources/scripts/axure/expr.js"></script> <script src="resources/scripts/axure/geometry.js"></script> <script src="resources/scripts/axure/flyout.js"></script> <script src="resources/scripts/axure/ie.js"></script> <script src="resources/scripts/axure/model.js"></script> <script src="resources/scripts/axure/repeater.js"></script> <script src="resources/scripts/axure/sto.js"></script> <script src="resources/scripts/axure/utils.temp.js"></script> <script src="resources/scripts/axure/variables.js"></script> <script src="resources/scripts/axure/drag.js"></script> <script src="resources/scripts/axure/move.js"></script> <script src="resources/scripts/axure/visibility.js"></script> <script src="resources/scripts/axure/style.js"></script> <script src="resources/scripts/axure/adaptive.js"></script> <script src="resources/scripts/axure/tree.js"></script> <script src="resources/scripts/axure/init.temp.js"></script> <script src="files/p8-2-1设置支付密码-验证手机/data.js"></script> <script src="resources/scripts/axure/legacy.js"></script> <script src="resources/scripts/axure/viewer.js"></script> <script src="resources/scripts/axure/math.js"></script> <script type="text/javascript"> $axure.utils.getTransparentGifPath = function() { return 'resources/images/transparent.gif'; }; $axure.utils.getOtherPath = function() { return 'resources/Other.html'; }; $axure.utils.getReloadPath = function() { return 'resources/reload.html'; }; </script> </head> <body> <div id="base" class=""> <!-- Unnamed (手机) --> <!-- Unnamed (Image) --> <div id="u8095" class="ax_default image"> <img id="u8095_img" class="img " src="images/p1启动页/u1660.png"/> <!-- Unnamed () --> <div id="u8096" class="text" style="display: none; visibility: hidden"> <p><span></span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u8097" class="ax_default paragraph"> <div id="u8097_div" class=""></div> <!-- Unnamed () --> <div id="u8098" class="text" style="visibility: visible;"> <p><span>验证手机</span></p> </div> </div> <!-- Unnamed (Text Field) --> <div id="u8099" class="ax_default text_field"> <input id="u8099_input" type="text" value=""/> </div> <!-- Unnamed (Text Field) --> <div id="u8100" class="ax_default text_field"> <input id="u8100_input" type="text" value=""/> </div> <!-- Unnamed (Rectangle) --> <div id="u8101" class="ax_default shape"> <div id="u8101_div" class=""></div> <!-- Unnamed () --> <div id="u8102" class="text" style="visibility: visible;"> <p><span>获取验证码</span></p> </div> </div> <!-- Unnamed (Rectangle) --> <div id="u8103" class="ax_default shape"> <div id="u8103_div" class=""></div> <!-- Unnamed () --> <div id="u8104" class="text" style="visibility: visible;"> <p><span>下一步</span></p> </div> </div> <!-- Unnamed (Image) --> <div id="u8105" class="ax_default image"> <img id="u8105_img" class="img " src="images/p3-1验证手机/u1718.png"/> <!-- Unnamed () --> <div id="u8106" class="text" style="display: none; visibility: hidden"> <p><span></span></p> </div> </div> </div> </body> </html>
yicold/axure-case
laikeedu/p8-2-1设置支付密码-验证手机.html
HTML
apache-2.0
4,989
<!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="Chieest's Github Pages"> <meta name="author" content="//chieest.github.io"> <meta name="format-detection" content="telephone=no,address=no,email=no"> <link rel="publisher" href="//plus.google.com/u/3/116448817579430166380"> <link rel="canonical" href="https://chieest.github.io"> <link rel="shortcut icon" href="./icon/favicon.ico" <link rel="icon" href="./icon/favicon.ico"> <title>Chieest's GitHub Page [Creative - Start Bootstrap Theme]</title> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> <!-- Custom Fonts --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css"> <!-- Plugin CSS --> <link rel="stylesheet" href="css/animate.min.css" type="text/css"> <!-- Custom CSS --> <link rel="stylesheet" href="css/creative.css" 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 id="page-top"> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <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 page-scroll" href="#page-top">Chieest's GitHub Page [Now testing jekyll sample : Creative - Start Bootstrap Theme]</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a class="page-scroll" href="#about">About</a> </li> <li> <a class="page-scroll" href="#services">Services</a> </li> <li> <a class="page-scroll" href="#portfolio">Portfolio</a> </li> <li> <a class="page-scroll" href="#contact">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <header> <div class="header-content"> <div class="header-content-inner"> <h1>Your Favorite Source of Free Bootstrap Themes</h1> <hr> <p>Start Bootstrap can help you build better websites using the Bootstrap CSS framework! Just download your template and start going, no strings attached!</p> <a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a> </div> </div> </header> <section class="bg-primary" id="about"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center"> <h2 class="section-heading">We've got what you need!</h2> <hr class="light"> <p class="text-faded">Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p> <a href="#" class="btn btn-default btn-xl">Get Started!</a> </div> </div> </div> </section> <section id="services"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">At Your Service</h2> <hr class="primary"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i> <h3>Sturdy Templates</h3> <p class="text-muted">Our templates are updated regularly so they don't break.</p> </div> </div> <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i> <h3>Ready to Ship</h3> <p class="text-muted">You can use this theme as is, or you can make changes!</p> </div> </div> <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i> <h3>Up to Date</h3> <p class="text-muted">We update dependencies to keep things fresh.</p> </div> </div> <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i> <h3>Made with Love</h3> <p class="text-muted">You have to make your websites with love these days!</p> </div> </div> </div> </div> </section> <section class="no-padding" id="portfolio"> <div class="container-fluid"> <div class="row no-gutter"> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> <img src="img/portfolio/1.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> Category </div> <div class="project-name"> Project Name </div> </div> </div> </a> </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> <img src="img/portfolio/2.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> Category </div> <div class="project-name"> Project Name </div> </div> </div> </a> </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> <img src="img/portfolio/3.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> Category </div> <div class="project-name"> Project Name </div> </div> </div> </a> </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> <img src="img/portfolio/4.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> Category </div> <div class="project-name"> Project Name </div> </div> </div> </a> </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> <img src="img/portfolio/5.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> Category </div> <div class="project-name"> Project Name </div> </div> </div> </a> </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> <img src="img/portfolio/6.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> Category </div> <div class="project-name"> Project Name </div> </div> </div> </a> </div> </div> </div> </section> <aside class="bg-dark"> <div class="container text-center"> <div class="call-to-action"> <h2>Free Download at Start Bootstrap!</h2> <a href="#" class="btn btn-default btn-xl wow tada">Download Now!</a> </div> </div> </aside> <section id="contact"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center"> <h2 class="section-heading">Let's Get In Touch!</h2> <hr class="primary"> <p>Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p> </div> <div class="col-lg-4 col-lg-offset-2 text-center"> <i class="fa fa-phone fa-3x wow bounceIn"></i> <p>123-456-6789</p> </div> <div class="col-lg-4 text-center"> <i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i> <p><a href="mailto:[email protected]">[email protected]</a></p> </div> </div> </div> </section> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="js/jquery.easing.min.js"></script> <script src="js/jquery.fittext.js"></script> <script src="js/wow.min.js"></script> <!-- Custom Theme JavaScript --> <script src="js/creative.js"></script> </body> </html>
Chieest/chieest.github.io
index.html
HTML
apache-2.0
13,122
<html> <script type="text/javascript"> (function() { var createNavMenu = function() { Ext4.create('EHR.NavMenu', { renderTo: 'pathologyMenu', sections: [ { header: 'Manage Lists', items: [ { name: 'External Labs', url: LABKEY.ActionURL.buildURL('ehr', 'updateQuery', 'WNPRC/EHR', { schemaName: 'wnprc', 'query.queryName': 'external_labs' }) } ] } ] }); }; Ext4.onReady(createNavMenu); })(); </script> <body> <div id="pathologyMenu"></div> </body> </html>
WNPRC-EHR-Services/wnprc-modules
WNPRC_EHR/resources/views/pathologyMenu.html
HTML
apache-2.0
1,009
<!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_67) on Wed Oct 08 15:57:25 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmplImpl (HBase 0.98.7-hadoop2 API)</title> <meta name="date" content="2014-10-08"> <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.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmplImpl (HBase 0.98.7-hadoop2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmplImpl.html" title="class in org.apache.hadoop.hbase.tmpl.regionserver">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/apache/hadoop/hbase/tmpl/regionserver/class-use/BlockCacheTmplImpl.html" target="_top">Frames</a></li> <li><a href="BlockCacheTmplImpl.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.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmplImpl" class="title">Uses of Class<br>org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmplImpl</h2> </div> <div class="classUseContainer">No usage of org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmplImpl</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/apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmplImpl.html" title="class in org.apache.hadoop.hbase.tmpl.regionserver">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/apache/hadoop/hbase/tmpl/regionserver/class-use/BlockCacheTmplImpl.html" target="_top">Frames</a></li> <li><a href="BlockCacheTmplImpl.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; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
gsoundar/mambo-ec2-deploy
packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/class-use/BlockCacheTmplImpl.html
HTML
apache-2.0
4,750
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Archives: 2020 | Hexo</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta property="og:type" content="website"> <meta property="og:title" content="Hexo"> <meta property="og:url" content="http://yoursite.com/archives/2020/index.html"> <meta property="og:site_name" content="Hexo"> <meta property="og:locale" content="en_US"> <meta property="article:author" content="John Doe"> <meta name="twitter:card" content="summary"> <link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml"> <link rel="icon" href="/favicon.png"> <link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/css/style.css"> <meta name="generator" content="Hexo 4.2.0"></head> <body> <div id="container"> <div id="wrap"> <header id="header"> <div id="banner"></div> <div id="header-outer" class="outer"> <div id="header-title" class="inner"> <h1 id="logo-wrap"> <a href="/" id="logo">Hexo</a> </h1> </div> <div id="header-inner" class="inner"> <nav id="main-nav"> <a id="main-nav-toggle" class="nav-icon"></a> <a class="main-nav-link" href="/">Home</a> <a class="main-nav-link" href="/archives">Archives</a> </nav> <nav id="sub-nav"> <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form> </div> </div> </div> </header> <div class="outer"> <section id="main"> <section class="archives-wrap"> <div class="archive-year-wrap"> <a href="/archives/2020" class="archive-year">2020</a> </div> <div class="archives"> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <a href="/2020/04/11/hello-world/" class="archive-article-date"> <time datetime="2020-04-11T11:36:08.674Z" itemprop="datePublished">Apr 11</time> </a> <h1 itemprop="name"> <a class="archive-article-title" href="/2020/04/11/hello-world/">Hello World</a> </h1> </header> </div> </article> </div></section> </section> <aside id="sidebar"> <div class="widget-wrap"> <h3 class="widget-title">Archives</h3> <div class="widget"> <ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/04/">April 2020</a></li></ul> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">Recent Posts</h3> <div class="widget"> <ul> <li> <a href="/2020/04/11/hello-world/">Hello World</a> </li> </ul> </div> </div> </aside> </div> <footer id="footer"> <div class="outer"> <div id="footer-info" class="inner"> &copy; 2020 John Doe<br> Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> </div> <nav id="mobile-nav"> <a href="/" class="mobile-nav-link">Home</a> <a href="/archives" class="mobile-nav-link">Archives</a> </nav> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css"> <script src="/fancybox/jquery.fancybox.pack.js"></script> <script src="/js/script.js"></script> </div> </body> </html>
XushengLee/xushenglee.github.io
archives/2020/index.html
HTML
apache-2.0
4,149
<!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_102) on Wed Nov 02 19:53:03 IST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.solr.spelling.DirectSolrSpellChecker (Solr 6.3.0 API)</title> <meta name="date" content="2016-11-02"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.spelling.DirectSolrSpellChecker (Solr 6.3.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/spelling/DirectSolrSpellChecker.html" title="class in org.apache.solr.spelling">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="../../../../../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/apache/solr/spelling/class-use/DirectSolrSpellChecker.html" target="_top">Frames</a></li> <li><a href="DirectSolrSpellChecker.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.spelling.DirectSolrSpellChecker" class="title">Uses of Class<br>org.apache.solr.spelling.DirectSolrSpellChecker</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.spelling.DirectSolrSpellChecker</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/spelling/DirectSolrSpellChecker.html" title="class in org.apache.solr.spelling">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="../../../../../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/apache/solr/spelling/class-use/DirectSolrSpellChecker.html" target="_top">Frames</a></li> <li><a href="DirectSolrSpellChecker.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2016 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
johannesbraun/clm_autocomplete
docs/solr-core/org/apache/solr/spelling/class-use/DirectSolrSpellChecker.html
HTML
apache-2.0
5,103
<!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_45) on Thu Mar 26 16:48:37 UTC 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.hazelcast.ascii.rest.HttpGetCommandProcessor (Hazelcast Root 3.4.2 API) </TITLE> <META NAME="date" CONTENT="2015-03-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.hazelcast.ascii.rest.HttpGetCommandProcessor (Hazelcast Root 3.4.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="../../../../../com/hazelcast/ascii/rest/HttpGetCommandProcessor.html" title="class in com.hazelcast.ascii.rest"><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?com/hazelcast/ascii/rest//class-useHttpGetCommandProcessor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HttpGetCommandProcessor.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>com.hazelcast.ascii.rest.HttpGetCommandProcessor</B></H2> </CENTER> No usage of com.hazelcast.ascii.rest.HttpGetCommandProcessor <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="../../../../../com/hazelcast/ascii/rest/HttpGetCommandProcessor.html" title="class in com.hazelcast.ascii.rest"><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?com/hazelcast/ascii/rest//class-useHttpGetCommandProcessor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HttpGetCommandProcessor.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 &#169; 2015 <a href="http://www.hazelcast.com/">Hazelcast, Inc.</a>. All Rights Reserved. </BODY> </HTML>
akiskip/KoDeMat-Collaboration-Platform-Application
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/ascii/rest/class-use/HttpGetCommandProcessor.html
HTML
apache-2.0
6,225
<!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_79) on Mon Aug 17 17:11:17 IST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.solr.search.QueryResultKey (Solr 5.3.0 API)</title> <meta name="date" content="2015-08-17"> <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.apache.solr.search.QueryResultKey (Solr 5.3.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/search/QueryResultKey.html" title="class in org.apache.solr.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="../../../../../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/apache/solr/search/class-use/QueryResultKey.html" target="_top">Frames</a></li> <li><a href="QueryResultKey.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.apache.solr.search.QueryResultKey" class="title">Uses of Class<br>org.apache.solr.search.QueryResultKey</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.search.QueryResultKey</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/apache/solr/search/QueryResultKey.html" title="class in org.apache.solr.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="../../../../../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/apache/solr/search/class-use/QueryResultKey.html" target="_top">Frames</a></li> <li><a href="QueryResultKey.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> <i>Copyright &copy; 2000-2015 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
changwu/mqa
solr-5.3.0/docs/solr-core/org/apache/solr/search/class-use/QueryResultKey.html
HTML
apache-2.0
4,757
<!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_232) on Tue Sep 15 08:52:29 UTC 2020 --> <title>ManagedNotifications (Spring Framework 5.1.18.RELEASE API)</title> <meta name="date" content="2020-09-15"> <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="ManagedNotifications (Spring Framework 5.1.18.RELEASE API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ManagedNotifications.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-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/springframework/jmx/export/annotation/ManagedNotification.html" title="annotation in org.springframework.jmx.export.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/springframework/jmx/export/annotation/ManagedOperation.html" title="annotation in org.springframework.jmx.export.annotation"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/springframework/jmx/export/annotation/ManagedNotifications.html" target="_top">Frames</a></li> <li><a href="ManagedNotifications.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.required.element.summary">Required</a>&nbsp;|&nbsp;</li> <li>Optional</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.element.detail">Element</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.springframework.jmx.export.annotation</div> <h2 title="Annotation Type ManagedNotifications" class="title">Annotation Type ManagedNotifications</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE" title="class or interface in java.lang.annotation">TYPE</a>) <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>) <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html?is-external=true" title="class or interface in java.lang.annotation">@Documented</a> public @interface <span class="memberNameLabel">ManagedNotifications</span></pre> <div class="block">Type-level annotation that indicates JMX notifications emitted by a bean, containing multiple <a href="../../../../../org/springframework/jmx/export/annotation/ManagedNotification.html" title="annotation in org.springframework.jmx.export.annotation"><code>ManagedNotifications</code></a>.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>2.0</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Rob Harrop</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ANNOTATION TYPE REQUIRED MEMBER SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="annotation.type.required.element.summary"> <!-- --> </a> <h3>Required Element Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Required Element Summary table, listing required elements, and an explanation"> <caption><span>Required Elements</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Required Element and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/jmx/export/annotation/ManagedNotification.html" title="annotation in org.springframework.jmx.export.annotation">ManagedNotification</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/springframework/jmx/export/annotation/ManagedNotifications.html#value--">value</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="annotation.type.element.detail"> <!-- --> </a> <h3>Element Detail</h3> <a name="value--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>value</h4> <pre>public abstract&nbsp;<a href="../../../../../org/springframework/jmx/export/annotation/ManagedNotification.html" title="annotation in org.springframework.jmx.export.annotation">ManagedNotification</a>[]&nbsp;value</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> <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/ManagedNotifications.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-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/springframework/jmx/export/annotation/ManagedNotification.html" title="annotation in org.springframework.jmx.export.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/springframework/jmx/export/annotation/ManagedOperation.html" title="annotation in org.springframework.jmx.export.annotation"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/springframework/jmx/export/annotation/ManagedNotifications.html" target="_top">Frames</a></li> <li><a href="ManagedNotifications.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.required.element.summary">Required</a>&nbsp;|&nbsp;</li> <li>Optional</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.element.detail">Element</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
akhr/java
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/jmx/export/annotation/ManagedNotifications.html
HTML
apache-2.0
9,805
<div class="heatmap-wrapper"> <div class="heatmap-back" ng-click="goBack()"> <span class="glyphicon glyphicon-menu-left"></span> Back </div> <div class="heatmap-container" style="width: 100%;"></div> </div>
YourDataStories/components-visualisation
src/templates/heatmap.html
HTML
apache-2.0
235
<footer> <div class="lockup"> <div class="logo"><a href="#navigation">{% include icons/logo-white3.html %}</a></div> <div class="content-wrap"> <nav class="footer-nav"> <a href="#about-section">About me</a> <a href="#projects-section">Projects</a> <a href="#clients-section">Clients</a> <a href="#contact-section">Contact</a> </nav> <p class="copyright">All content &copy 2015</p> </div> </div> </footer>
strongconjunctions/me
_includes/footer.html
HTML
apache-2.0
450
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE 2 | Log in</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.6 --> <link rel="stylesheet" href="/res/admin/bootstrap/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="/res/admin/dist/css/AdminLTE.min.css"> <!-- iCheck --> <link rel="stylesheet" href="/res/admin/plugins/iCheck/square/blue.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/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition login-page"> <div class="login-box"> <div class="login-logo"> <a href="/res/admin/index2.html"><b>Admin</b>LTE</a> </div> <!-- /.login-logo --> <div class="login-box-body"> <p class="login-box-msg">Sign in to start your session</p> <form action="/admin/login" method="post"> <div class="form-group has-feedback"> <input type="text" class="form-control" placeholder="Login" name="login"> <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <input type="password" class="form-control" placeholder="Password" name="password"> <span class="glyphicon glyphicon-lock form-control-feedback"></span> </div> <div class="row"> <div class="col-xs-8"> <div class="checkbox icheck"> <label> <input type="checkbox"> Remember Me </label> </div> </div> <!-- /.col --> <div class="col-xs-4"> <button type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button> </div> <!-- /.col --> </div> </form> <div class="social-auth-links text-center"> <p>- OR -</p> <a href="#" class="btn btn-block btn-social btn-facebook btn-flat"><i class="fa fa-facebook"></i> Sign in using Facebook</a> <a href="#" class="btn btn-block btn-social btn-google btn-flat"><i class="fa fa-google-plus"></i> Sign in using Google+</a> </div> <!-- /.social-auth-links --> <a href="/admin/forgot">I forgot my password</a><br> <a href="register.html" class="text-center">Register a new membership</a> </div> <!-- /.login-box-body --> </div> <!-- /.login-box --> <!-- jQuery 2.2.3 --> <script src="/res/admin/plugins/jQuery/jquery-2.2.3.min.js"></script> <!-- Bootstrap 3.3.6 --> <script src="/res/admin/bootstrap/js/bootstrap.min.js"></script> <!-- iCheck --> <script src="/res/admin/plugins/iCheck/icheck.min.js"></script> <script> $(function () { $('input').iCheck({ checkboxClass: 'icheckbox_square-blue', radioClass: 'iradio_square-blue', increaseArea: '20%' // optional }); }); </script> </body> </html>
freitasMatheus/Eccomerce-Admin-Test
views/admin/login.html
HTML
apache-2.0
3,503
<!DOCTYPE html> <html> <head> <link href="js/bootstrap.min.css" rel="stylesheet"type="text/css"> <link href="css/moncss.css" rel="stylesheet"type="text/css"> <script type="text/javascript" src="js/jquery-3.1.1.min.js"> </script> <script type="text/javascript" src="js/typeahead.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/formulaire.js"></script> <title>Comparison of layout engines (graphics) - Image format support</title> <meta charset="utf-8"> </head> <body> <div class="container"> <div class="row"> <div class="col-md-2">&nbsp;</div> <div class="col-md-8"> <h1>Comparison of layout engines (graphics) - Image format support</h1> </div> <div class="col-md-2">&nbsp;</div> </div> <div class="row"> <fieldset> <div class="col-md-2">&nbsp;</div> <div class="col-md-8"> <form action="" method="post"> <legend style="color:red;font-weight: bold;font-style:italic;text-align: center;" >Formulaire</legend> </br> <label>APNG - 1.0 : </label></br> <input id="0" type="text" name="Feature"></br> </br> <label>JNG - 1.0 : </label></br> <input id="1" type="text" name="Feature"></br> </br> <label>JPEG XR :</label></br> <p id="id1JPEG XR"> <input type="radio" name="FeatureJPEG XR" value="oui">Yes <input type="radio" name="FeatureJPEG XR" value = "non">No <input type="radio" name="FeatureJPEG XR" value = "non">Partial </p> </br> <label>WBMP : </label></br> <input id="2" type="text" name="Feature"></br> </br> <label>JPEG 2000 (.jp2) :</label></br> <p id="id1JPEG 2000 (.jp2)"> <input type="radio" name="FeatureJPEG 2000 (.jp2)" value="oui">Yes <input type="radio" name="FeatureJPEG 2000 (.jp2)" value = "non">No <input type="radio" name="FeatureJPEG 2000 (.jp2)" value = "non">Partial </p> </br> <label>BMP :</label></br> <p id="id1BMP"> <input type="radio" name="FeatureBMP" value="oui">Yes <input type="radio" name="FeatureBMP" value = "non">No <input type="radio" name="FeatureBMP" value = "non">Partial </p> </br> <label>JPEG/JFIF : </label></br> <input style="display:block;" id="id1JPEG/JFIF" type="number" name="Feature"> </br> <label>PNG - 1.1 : </label></br> <input style="display:block;" id="id1PNG - 1.1" type="number" name="Feature"> </br> <label>PNG - 1.0 : </label></br> <input style="display:block;" id="id1PNG - 1.0" type="number" name="Feature"> </br> <label>PNG - 1.2 (W3C/ISO/IEC version) : </label></br> <input style="display:block;" id="id1PNG - 1.2 (W3C/ISO/IEC version)" type="number" name="Feature"> </br> <label>ICO :</label></br> <p id="id1ICO"> <input type="radio" name="FeatureICO" value="oui">Yes <input type="radio" name="FeatureICO" value = "non">No <input type="radio" name="FeatureICO" value = "non">Partial </p> </br> <label>XBM :</label></br> <p id="id1XBM"> <input type="radio" name="FeatureXBM" value="oui">Yes <input type="radio" name="FeatureXBM" value = "non">No <input type="radio" name="FeatureXBM" value = "non">Partial </p> </br> <label>WebP :</label></br> <p id="id1WebP"> <input type="radio" name="FeatureWebP" value="oui">Yes <input type="radio" name="FeatureWebP" value = "non">No <input type="radio" name="FeatureWebP" value = "non">Partial </p> </br> <label>GIF - GIF 89a : </label></br> <input style="display:block;" id="id1GIF - GIF 89a" type="number" name="Feature"> </br> <label>GIF - GIF 87a : </label></br> <input style="display:block;" id="id1GIF - GIF 87a" type="number" name="Feature"> </br> <label>TIFF :</label></br> <p id="id1TIFF"> <input type="radio" name="FeatureTIFF" value="oui">Yes <input type="radio" name="FeatureTIFF" value = "non">No <input type="radio" name="FeatureTIFF" value = "non">Partial </p> </br> <label>MNG - 1.0 :</label></br> <p id="id1MNG - 1.0"> <input type="radio" name="FeatureMNG - 1.0" value="oui">Yes <input type="radio" name="FeatureMNG - 1.0" value = "non">No <input type="radio" name="FeatureMNG - 1.0" value = "non">Partial </p> <script> $("#0").typeahead({ name:"list0", local : ['?','No','1.0',''] }); </script> </br><input type="submit" class="btn btn-info" value="Ajouter un produit" /> </form> </div> </fieldset> <div class="col-md-2">&nbsp;</div> </div> </div> </body> </html>
Ophelle/PDL
pcms/Comparison_of_layout_engines_(graphics)_0.pcm.html
HTML
apache-2.0
4,734
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Overview (Play! 2.x Provider for Play! 2.5.x 1.0.0-beta7 API)</title> <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="Overview (Play! 2.x Provider for Play! 2.5.x 1.0.0-beta7 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li class="navBarCell1Rev">Overview</li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-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?overview-summary.html" target="_top">Frames</a></li> <li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Play! 2.x Provider for Play! 2.5.x 1.0.0-beta7 API</h1> </div> <div class="contentContainer"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation"> <caption><span>Packages</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="com/google/code/play2/provider/play25/package-summary.html">com.google.code.play2.provider.play25</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="com/google/code/play2/provider/play25/run/package-summary.html">com.google.code.play2.provider.play25.run</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li class="navBarCell1Rev">Overview</li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-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?overview-summary.html" target="_top">Frames</a></li> <li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2017. All rights reserved.</small></p> </body> </html>
play2-maven-plugin/play2-maven-plugin.github.io
play2-maven-plugin/1.0.0-beta7/play2-providers/play2-provider-play25/apidocs/overview-summary.html
HTML
apache-2.0
4,458
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue Jun 04 15:59:40 CST 2019 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>类 org.jeewx.api.coupon.manage.model.CommCardRtnInfo的使用</title> <meta name="date" content="2019-06-04"> <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="类 org.jeewx.api.coupon.manage.model.CommCardRtnInfo的使用"; } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/jeewx/api/coupon/manage/model/class-use/CommCardRtnInfo.html" target="_top">框架</a></li> <li><a href="CommCardRtnInfo.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="类 org.jeewx.api.coupon.manage.model.CommCardRtnInfo 的使用" class="title">类 org.jeewx.api.coupon.manage.model.CommCardRtnInfo<br>的使用</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表程序包和解释"> <caption><span>使用<a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">CommCardRtnInfo</a>的程序包</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">程序包</th> <th class="colLast" scope="col">说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.jeewx.api.coupon.manage">org.jeewx.api.coupon.manage</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.jeewx.api.coupon.manage"> <!-- --> </a> <h3><a href="../../../../../../../org/jeewx/api/coupon/manage/package-summary.html">org.jeewx.api.coupon.manage</a>中<a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">CommCardRtnInfo</a>的使用</h3> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表方法和解释"> <caption><span>返回<a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">CommCardRtnInfo</a>的<a href="../../../../../../../org/jeewx/api/coupon/manage/package-summary.html">org.jeewx.api.coupon.manage</a>中的方法</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">方法和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">CommCardRtnInfo</a></code></td> <td class="colLast"><span class="strong">JwCardManageAPI.</span><code><strong><a href="../../../../../../../org/jeewx/api/coupon/manage/JwCardManageAPI.html#doModifystockCard(java.lang.String, java.lang.String, int, int)">doModifystockCard</a></strong>(java.lang.String&nbsp;newAccessToken, java.lang.String&nbsp;card_id, int&nbsp;increase_stock_value, int&nbsp;reduce_stock_value)</code> <div class="block">库存修改 增减某张卡券的库存</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">CommCardRtnInfo</a></code></td> <td class="colLast"><span class="strong">JwCardManageAPI.</span><code><strong><a href="../../../../../../../org/jeewx/api/coupon/manage/JwCardManageAPI.html#doUnavailableCode(java.lang.String, java.lang.String, java.lang.String)">doUnavailableCode</a></strong>(java.lang.String&nbsp;newAccessToken, java.lang.String&nbsp;code, java.lang.String&nbsp;card_id)</code> <div class="block">卡券设置为失效状态 为满足改票、退款等异常情况,可调用卡券失效接口将用户的卡券设置为失效状态。</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">CommCardRtnInfo</a></code></td> <td class="colLast"><span class="strong">JwCardManageAPI.</span><code><strong><a href="../../../../../../../org/jeewx/api/coupon/manage/JwCardManageAPI.html#doUpdateCard(java.lang.String, org.jeewx.api.coupon.manage.model.CardUpdate)">doUpdateCard</a></strong>(java.lang.String&nbsp;newAccessToken, <a href="../../../../../../../org/jeewx/api/coupon/manage/model/CardUpdate.html" title="org.jeewx.api.coupon.manage.model中的类">CardUpdate</a>&nbsp;cardUpdate)</code> <div class="block">更改卡券信息 支持更新部分通用字段及特殊卡券(会员卡、飞机票、电影票、红包)中特定字段的信息。</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">CommCardRtnInfo</a></code></td> <td class="colLast"><span class="strong">JwCardManageAPI.</span><code><strong><a href="../../../../../../../org/jeewx/api/coupon/manage/JwCardManageAPI.html#doUpdateCode(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">doUpdateCode</a></strong>(java.lang.String&nbsp;newAccessToken, java.lang.String&nbsp;code, java.lang.String&nbsp;card_id, java.lang.String&nbsp;new_code)</code> <div class="block">更改code 为确保转赠后的安全性,微信允许自定义code的商户对已下发的code进行更改。</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="跳过导航链接"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../../../../org/jeewx/api/coupon/manage/model/CommCardRtnInfo.html" title="org.jeewx.api.coupon.manage.model中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/jeewx/api/coupon/manage/model/class-use/CommCardRtnInfo.html" target="_top">框架</a></li> <li><a href="CommCardRtnInfo.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
zhangdaiscott/jeewx-api
doc/api/org/jeewx/api/coupon/manage/model/class-use/CommCardRtnInfo.html
HTML
apache-2.0
9,345
<!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="de_DE" lang="de_DE"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>RtspMessageEncoder xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../api/org/jboss/netty/handler/codec/rtsp/RtspMessageEncoder.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_comment">/*</em> <a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_comment"> * Copyright 2011 The Netty Project</em> <a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_comment"> * The Netty Project licenses this file to you under the Apache License,</em> <a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_comment"> * version 2.0 (the "License"); you may not use this file except in compliance</em> <a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at:</em> <a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> <a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em> <a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT</em> <a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_comment"> * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the</em> <a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_comment"> * License for the specific language governing permissions and limitations</em> <a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_comment"> * under the License.</em> <a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_comment"> */</em> <a class="jxr_linenumber" name="16" href="#16">16</a> <strong class="jxr_keyword">package</strong> org.jboss.netty.handler.codec.rtsp; <a class="jxr_linenumber" name="17" href="#17">17</a> <a class="jxr_linenumber" name="18" href="#18">18</a> <strong class="jxr_keyword">import</strong> org.jboss.netty.buffer.ChannelBuffer; <a class="jxr_linenumber" name="19" href="#19">19</a> <strong class="jxr_keyword">import</strong> org.jboss.netty.channel.Channel; <a class="jxr_linenumber" name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> org.jboss.netty.channel.ChannelHandlerContext; <a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> org.jboss.netty.channel.ChannelHandler.Sharable; <a class="jxr_linenumber" name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> org.jboss.netty.handler.codec.http.HttpMessage; <a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> org.jboss.netty.handler.codec.http.HttpMessageEncoder; <a class="jxr_linenumber" name="24" href="#24">24</a> <a class="jxr_linenumber" name="25" href="#25">25</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="26" href="#26">26</a> <em class="jxr_javadoccomment"> * Encodes an RTSP message represented in {@link HttpMessage} into</em> <a class="jxr_linenumber" name="27" href="#27">27</a> <em class="jxr_javadoccomment"> * a {@link ChannelBuffer}.</em> <a class="jxr_linenumber" name="28" href="#28">28</a> <a class="jxr_linenumber" name="29" href="#29">29</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="30" href="#30">30</a> <em class="jxr_javadoccomment"> * @apiviz.landmark</em> <a class="jxr_linenumber" name="31" href="#31">31</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="32" href="#32">32</a> @Sharable <a class="jxr_linenumber" name="33" href="#33">33</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/jboss/netty/handler/codec/rtsp/RtspMessageEncoder.html">RtspMessageEncoder</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../../org/jboss/netty/handler/codec/http/HttpMessageEncoder.html">HttpMessageEncoder</a> { <a class="jxr_linenumber" name="34" href="#34">34</a> <a class="jxr_linenumber" name="35" href="#35">35</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="36" href="#36">36</a> <em class="jxr_javadoccomment"> * Creates a new instance.</em> <a class="jxr_linenumber" name="37" href="#37">37</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="38" href="#38">38</a> <strong class="jxr_keyword">protected</strong> <a href="../../../../../../org/jboss/netty/handler/codec/rtsp/RtspMessageEncoder.html">RtspMessageEncoder</a>() { <a class="jxr_linenumber" name="39" href="#39">39</a> <strong class="jxr_keyword">super</strong>(); <a class="jxr_linenumber" name="40" href="#40">40</a> } <a class="jxr_linenumber" name="41" href="#41">41</a> <a class="jxr_linenumber" name="42" href="#42">42</a> @Override <a class="jxr_linenumber" name="43" href="#43">43</a> <strong class="jxr_keyword">protected</strong> Object encode(<a href="../../../../../../org/jboss/netty/channel/ChannelHandlerContext.html">ChannelHandlerContext</a> ctx, <a href="../../../../../../org/jboss/netty/channel/Channel.html">Channel</a> channel, <a class="jxr_linenumber" name="44" href="#44">44</a> Object msg) <strong class="jxr_keyword">throws</strong> Exception { <a class="jxr_linenumber" name="45" href="#45">45</a> <em class="jxr_comment">// Ignore unrelated message types such as HttpChunk.</em> <a class="jxr_linenumber" name="46" href="#46">46</a> <strong class="jxr_keyword">if</strong> (!(msg instanceof HttpMessage)) { <a class="jxr_linenumber" name="47" href="#47">47</a> <strong class="jxr_keyword">return</strong> msg; <a class="jxr_linenumber" name="48" href="#48">48</a> } <a class="jxr_linenumber" name="49" href="#49">49</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">super</strong>.encode(ctx, channel, msg); <a class="jxr_linenumber" name="50" href="#50">50</a> } <a class="jxr_linenumber" name="51" href="#51">51</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
beav/netty-ant
doc/xref/org/jboss/netty/handler/codec/rtsp/RtspMessageEncoder.html
HTML
apache-2.0
7,104
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>11.1. pickle — Python object serialization &mdash; Editorial Documentation</title> <link rel="stylesheet" href="../_static/pythonista.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '2.7.4', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Editorial Documentation" href="../_static/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Editorial Documentation" href="../index.html" /> <link rel="up" title="11. Data Persistence" href="persistence.html" /> <link rel="next" title="11.3. copy_reg — Register pickle support functions" href="copy_reg.html" /> <link rel="prev" title="11. Data Persistence" href="persistence.html" /> <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> <meta name = "viewport" content = "width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0"> <script type="text/javascript"> var getTextForSample = function(i) { codeBlock = document.getElementsByClassName('highlight-python')[i]; return codeBlock.innerText; } var copySample = function (i) { window.location.href = '/__pythonista_copy__/' + encodeURI(getTextForSample(i)); } var openSample = function (i) { window.location.href = '/__pythonista_open__/' + encodeURI(getTextForSample(i)); } //Source: http://ejohn.org/blog/partial-functions-in-javascript/ Function.prototype.partial = function() { var fn = this, args = Array.prototype.slice.call(arguments); return function() { var arg = 0; for (var i = 0; i < args.length && arg < arguments.length; i++) if (args[i] === undefined) args[i] = arguments[arg++]; return fn.apply(this, args); }; }; window.onload=function() { //Add "Copy" and "Open in Editor" buttons for code samples: var inApp = navigator.userAgent.match(/AppleWebKit/i) != null && navigator.userAgent.match(/Safari/i) == null; if (inApp) { codeBlocks = document.getElementsByClassName('highlight-python'); for (var i = 0; i < codeBlocks.length; i++) { codeBlock = codeBlocks[i]; if (codeBlock.innerText.indexOf('>>>') == 0) { //Don't add header for interactive sessions continue; } var codeHeader = document.createElement('div'); codeHeader.className = 'pythonista-code-header'; var copyButton = document.createElement('button'); copyButton.className = 'pythonista-button'; copyButton.innerText = 'Copy'; copyButton.addEventListener('click', copySample.partial(i)); codeHeader.appendChild(copyButton); codeBlock.parentElement.insertBefore(codeHeader, codeBlock); } } } </script> </head> <body ontouchstart=""> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="copy_reg.html" title="11.3. copy_reg — Register pickle support functions" accesskey="N">next</a> |</li> <li class="right" > <a href="persistence.html" title="11. Data Persistence" accesskey="P">previous</a> |</li> <li><a href="http://omz-software.com/editorial"><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -4px; margin-right: 4px;"/></a></li> <li><a href="../index.html">Editorial Documentation</a> &raquo;</li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="persistence.html" accesskey="U">11. Data Persistence</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="body"> <div class="section" id="pickle-python-object-serialization"> <h1>11.1. <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> &#8212; Python object serialization<a class="headerlink" href="#pickle-python-object-serialization" title="Permalink to this headline">¶</a></h1> <span class="target" id="module-pickle"><span id="index-0"></span></span><p>The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module implements a fundamental, but powerful algorithm for serializing and de-serializing a Python object structure. &#8220;Pickling&#8221; is the process whereby a Python object hierarchy is converted into a byte stream, and &#8220;unpickling&#8221; is the inverse operation, whereby a byte stream is converted back into an object hierarchy. Pickling (and unpickling) is alternatively known as &#8220;serialization&#8221;, &#8220;marshalling,&#8221; <a class="footnote-reference" href="#id11" id="id1">[1]</a> or &#8220;flattening&#8221;, however, to avoid confusion, the terms used here are &#8220;pickling&#8221; and &#8220;unpickling&#8221;.</p> <p>This documentation describes both the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module and the <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> module.</p> <div class="admonition warning"> <p class="first admonition-title">Warning</p> <p class="last">The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module is not intended to be secure against erroneous or maliciously constructed data. Never unpickle data received from an untrusted or unauthenticated source.</p> </div> <div class="section" id="relationship-to-other-python-modules"> <h2>11.1.1. Relationship to other Python modules<a class="headerlink" href="#relationship-to-other-python-modules" title="Permalink to this headline">¶</a></h2> <p>The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module has an optimized cousin called the <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> module. As its name implies, <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> is written in C, so it can be up to 1000 times faster than <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a>. However it does not support subclassing of the <a class="reference internal" href="#pickle.Pickler" title="pickle.Pickler"><tt class="xref py py-func docutils literal"><span class="pre">Pickler()</span></tt></a> and <a class="reference internal" href="#pickle.Unpickler" title="pickle.Unpickler"><tt class="xref py py-func docutils literal"><span class="pre">Unpickler()</span></tt></a> classes, because in <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> these are functions, not classes. Most applications have no need for this functionality, and can benefit from the improved performance of <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a>. Other than that, the interfaces of the two modules are nearly identical; the common interface is described in this manual and differences are pointed out where necessary. In the following discussions, we use the term &#8220;pickle&#8221; to collectively describe the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> and <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> modules.</p> <p>The data streams the two modules produce are guaranteed to be interchangeable.</p> <p>Python has a more primitive serialization module called <a class="reference internal" href="marshal.html#module-marshal" title="marshal: Convert Python objects to streams of bytes and back (with different constraints)."><tt class="xref py py-mod docutils literal"><span class="pre">marshal</span></tt></a>, but in general <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> should always be the preferred way to serialize Python objects. <a class="reference internal" href="marshal.html#module-marshal" title="marshal: Convert Python objects to streams of bytes and back (with different constraints)."><tt class="xref py py-mod docutils literal"><span class="pre">marshal</span></tt></a> exists primarily to support Python&#8217;s <tt class="file docutils literal"><span class="pre">.pyc</span></tt> files.</p> <p>The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module differs from <a class="reference internal" href="marshal.html#module-marshal" title="marshal: Convert Python objects to streams of bytes and back (with different constraints)."><tt class="xref py py-mod docutils literal"><span class="pre">marshal</span></tt></a> in several significant ways:</p> <ul> <li><p class="first">The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module keeps track of the objects it has already serialized, so that later references to the same object won&#8217;t be serialized again. <a class="reference internal" href="marshal.html#module-marshal" title="marshal: Convert Python objects to streams of bytes and back (with different constraints)."><tt class="xref py py-mod docutils literal"><span class="pre">marshal</span></tt></a> doesn&#8217;t do this.</p> <p>This has implications both for recursive objects and object sharing. Recursive objects are objects that contain references to themselves. These are not handled by marshal, and in fact, attempting to marshal recursive objects will crash your Python interpreter. Object sharing happens when there are multiple references to the same object in different places in the object hierarchy being serialized. <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> stores such objects only once, and ensures that all other references point to the master copy. Shared objects remain shared, which can be very important for mutable objects.</p> </li> <li><p class="first"><a class="reference internal" href="marshal.html#module-marshal" title="marshal: Convert Python objects to streams of bytes and back (with different constraints)."><tt class="xref py py-mod docutils literal"><span class="pre">marshal</span></tt></a> cannot be used to serialize user-defined classes and their instances. <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> can save and restore class instances transparently, however the class definition must be importable and live in the same module as when the object was stored.</p> </li> <li><p class="first">The <a class="reference internal" href="marshal.html#module-marshal" title="marshal: Convert Python objects to streams of bytes and back (with different constraints)."><tt class="xref py py-mod docutils literal"><span class="pre">marshal</span></tt></a> serialization format is not guaranteed to be portable across Python versions. Because its primary job in life is to support <tt class="file docutils literal"><span class="pre">.pyc</span></tt> files, the Python implementers reserve the right to change the serialization format in non-backwards compatible ways should the need arise. The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> serialization format is guaranteed to be backwards compatible across Python releases.</p> </li> </ul> <p>Note that serialization is a more primitive notion than persistence; although <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> reads and writes file objects, it does not handle the issue of naming persistent objects, nor the (even more complicated) issue of concurrent access to persistent objects. The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module can transform a complex object into a byte stream and it can transform the byte stream into an object with the same internal structure. Perhaps the most obvious thing to do with these byte streams is to write them onto a file, but it is also conceivable to send them across a network or store them in a database. The module <a class="reference internal" href="shelve.html#module-shelve" title="shelve: Python object persistence."><tt class="xref py py-mod docutils literal"><span class="pre">shelve</span></tt></a> provides a simple interface to pickle and unpickle objects on DBM-style database files.</p> </div> <div class="section" id="data-stream-format"> <h2>11.1.2. Data stream format<a class="headerlink" href="#data-stream-format" title="Permalink to this headline">¶</a></h2> <p id="index-1">The data format used by <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> is Python-specific. This has the advantage that there are no restrictions imposed by external standards such as XDR (which can&#8217;t represent pointer sharing); however it means that non-Python programs may not be able to reconstruct pickled Python objects.</p> <p>By default, the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> data format uses a printable ASCII representation. This is slightly more voluminous than a binary representation. The big advantage of using printable ASCII (and of some other characteristics of <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a>&#8216;s representation) is that for debugging or recovery purposes it is possible for a human to read the pickled file with a standard text editor.</p> <p>There are currently 3 different protocols which can be used for pickling.</p> <ul class="simple"> <li>Protocol version 0 is the original ASCII protocol and is backwards compatible with earlier versions of Python.</li> <li>Protocol version 1 is the old binary format which is also compatible with earlier versions of Python.</li> <li>Protocol version 2 was introduced in Python 2.3. It provides much more efficient pickling of <a class="reference internal" href="../glossary.html#term-new-style-class"><em class="xref std std-term">new-style class</em></a>es.</li> </ul> <p>Refer to <span class="target" id="index-2"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0307"><strong>PEP 307</strong></a> for more information.</p> <p>If a <em>protocol</em> is not specified, protocol 0 is used. If <em>protocol</em> is specified as a negative value or <a class="reference internal" href="#pickle.HIGHEST_PROTOCOL" title="pickle.HIGHEST_PROTOCOL"><tt class="xref py py-const docutils literal"><span class="pre">HIGHEST_PROTOCOL</span></tt></a>, the highest protocol version available will be used.</p> <p class="versionchanged"> <span class="versionmodified">Changed in version 2.3: </span>Introduced the <em>protocol</em> parameter.</p> <p>A binary format, which is slightly more efficient, can be chosen by specifying a <em>protocol</em> version &gt;= 1.</p> </div> <div class="section" id="usage"> <h2>11.1.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2> <p>To serialize an object hierarchy, you first create a pickler, then you call the pickler&#8217;s <a class="reference internal" href="#pickle.dump" title="pickle.dump"><tt class="xref py py-meth docutils literal"><span class="pre">dump()</span></tt></a> method. To de-serialize a data stream, you first create an unpickler, then you call the unpickler&#8217;s <a class="reference internal" href="#pickle.load" title="pickle.load"><tt class="xref py py-meth docutils literal"><span class="pre">load()</span></tt></a> method. The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module provides the following constant:</p> <dl class="data"> <dt id="pickle.HIGHEST_PROTOCOL"> <tt class="descclassname">pickle.</tt><tt class="descname">HIGHEST_PROTOCOL</tt><a class="headerlink" href="#pickle.HIGHEST_PROTOCOL" title="Permalink to this definition">¶</a></dt> <dd><p>The highest protocol version available. This value can be passed as a <em>protocol</em> value.</p> <p class="versionadded"> <span class="versionmodified">New in version 2.3.</span></p> </dd></dl> <div class="admonition note"> <p class="first admonition-title">Note</p> <p>Be sure to always open pickle files created with protocols &gt;= 1 in binary mode. For the old ASCII-based pickle protocol 0 you can use either text mode or binary mode as long as you stay consistent.</p> <p class="last">A pickle file written with protocol 0 in binary mode will contain lone linefeeds as line terminators and therefore will look &#8220;funny&#8221; when viewed in Notepad or other editors which do not support this format.</p> </div> <p>The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module provides the following functions to make the pickling process more convenient:</p> <dl class="function"> <dt id="pickle.dump"> <tt class="descclassname">pickle.</tt><tt class="descname">dump</tt><big>(</big><em>obj</em>, <em>file</em><span class="optional">[</span>, <em>protocol</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#pickle.dump" title="Permalink to this definition">¶</a></dt> <dd><p>Write a pickled representation of <em>obj</em> to the open file object <em>file</em>. This is equivalent to <tt class="docutils literal"><span class="pre">Pickler(file,</span> <span class="pre">protocol).dump(obj)</span></tt>.</p> <p>If the <em>protocol</em> parameter is omitted, protocol 0 is used. If <em>protocol</em> is specified as a negative value or <a class="reference internal" href="#pickle.HIGHEST_PROTOCOL" title="pickle.HIGHEST_PROTOCOL"><tt class="xref py py-const docutils literal"><span class="pre">HIGHEST_PROTOCOL</span></tt></a>, the highest protocol version will be used.</p> <p class="versionchanged"> <span class="versionmodified">Changed in version 2.3: </span>Introduced the <em>protocol</em> parameter.</p> <p><em>file</em> must have a <tt class="xref py py-meth docutils literal"><span class="pre">write()</span></tt> method that accepts a single string argument. It can thus be a file object opened for writing, a <a class="reference internal" href="stringio.html#module-StringIO" title="StringIO: Read and write strings as if they were files."><tt class="xref py py-mod docutils literal"><span class="pre">StringIO</span></tt></a> object, or any other custom object that meets this interface.</p> </dd></dl> <dl class="function"> <dt id="pickle.load"> <tt class="descclassname">pickle.</tt><tt class="descname">load</tt><big>(</big><em>file</em><big>)</big><a class="headerlink" href="#pickle.load" title="Permalink to this definition">¶</a></dt> <dd><p>Read a string from the open file object <em>file</em> and interpret it as a pickle data stream, reconstructing and returning the original object hierarchy. This is equivalent to <tt class="docutils literal"><span class="pre">Unpickler(file).load()</span></tt>.</p> <p><em>file</em> must have two methods, a <tt class="xref py py-meth docutils literal"><span class="pre">read()</span></tt> method that takes an integer argument, and a <tt class="xref py py-meth docutils literal"><span class="pre">readline()</span></tt> method that requires no arguments. Both methods should return a string. Thus <em>file</em> can be a file object opened for reading, a <a class="reference internal" href="stringio.html#module-StringIO" title="StringIO: Read and write strings as if they were files."><tt class="xref py py-mod docutils literal"><span class="pre">StringIO</span></tt></a> object, or any other custom object that meets this interface.</p> <p>This function automatically determines whether the data stream was written in binary mode or not.</p> </dd></dl> <dl class="function"> <dt id="pickle.dumps"> <tt class="descclassname">pickle.</tt><tt class="descname">dumps</tt><big>(</big><em>obj</em><span class="optional">[</span>, <em>protocol</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#pickle.dumps" title="Permalink to this definition">¶</a></dt> <dd><p>Return the pickled representation of the object as a string, instead of writing it to a file.</p> <p>If the <em>protocol</em> parameter is omitted, protocol 0 is used. If <em>protocol</em> is specified as a negative value or <a class="reference internal" href="#pickle.HIGHEST_PROTOCOL" title="pickle.HIGHEST_PROTOCOL"><tt class="xref py py-const docutils literal"><span class="pre">HIGHEST_PROTOCOL</span></tt></a>, the highest protocol version will be used.</p> <p class="versionchanged"> <span class="versionmodified">Changed in version 2.3: </span>The <em>protocol</em> parameter was added.</p> </dd></dl> <dl class="function"> <dt id="pickle.loads"> <tt class="descclassname">pickle.</tt><tt class="descname">loads</tt><big>(</big><em>string</em><big>)</big><a class="headerlink" href="#pickle.loads" title="Permalink to this definition">¶</a></dt> <dd><p>Read a pickled object hierarchy from a string. Characters in the string past the pickled object&#8217;s representation are ignored.</p> </dd></dl> <p>The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module also defines three exceptions:</p> <dl class="exception"> <dt id="pickle.PickleError"> <em class="property">exception </em><tt class="descclassname">pickle.</tt><tt class="descname">PickleError</tt><a class="headerlink" href="#pickle.PickleError" title="Permalink to this definition">¶</a></dt> <dd><p>A common base class for the other exceptions defined below. This inherits from <a class="reference internal" href="exceptions.html#exceptions.Exception" title="exceptions.Exception"><tt class="xref py py-exc docutils literal"><span class="pre">Exception</span></tt></a>.</p> </dd></dl> <dl class="exception"> <dt id="pickle.PicklingError"> <em class="property">exception </em><tt class="descclassname">pickle.</tt><tt class="descname">PicklingError</tt><a class="headerlink" href="#pickle.PicklingError" title="Permalink to this definition">¶</a></dt> <dd><p>This exception is raised when an unpicklable object is passed to the <a class="reference internal" href="#pickle.dump" title="pickle.dump"><tt class="xref py py-meth docutils literal"><span class="pre">dump()</span></tt></a> method.</p> </dd></dl> <dl class="exception"> <dt id="pickle.UnpicklingError"> <em class="property">exception </em><tt class="descclassname">pickle.</tt><tt class="descname">UnpicklingError</tt><a class="headerlink" href="#pickle.UnpicklingError" title="Permalink to this definition">¶</a></dt> <dd><p>This exception is raised when there is a problem unpickling an object. Note that other exceptions may also be raised during unpickling, including (but not necessarily limited to) <a class="reference internal" href="exceptions.html#exceptions.AttributeError" title="exceptions.AttributeError"><tt class="xref py py-exc docutils literal"><span class="pre">AttributeError</span></tt></a>, <a class="reference internal" href="exceptions.html#exceptions.EOFError" title="exceptions.EOFError"><tt class="xref py py-exc docutils literal"><span class="pre">EOFError</span></tt></a>, <a class="reference internal" href="exceptions.html#exceptions.ImportError" title="exceptions.ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a>, and <a class="reference internal" href="exceptions.html#exceptions.IndexError" title="exceptions.IndexError"><tt class="xref py py-exc docutils literal"><span class="pre">IndexError</span></tt></a>.</p> </dd></dl> <p>The <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module also exports two callables <a class="footnote-reference" href="#id12" id="id2">[2]</a>, <a class="reference internal" href="#pickle.Pickler" title="pickle.Pickler"><tt class="xref py py-class docutils literal"><span class="pre">Pickler</span></tt></a> and <a class="reference internal" href="#pickle.Unpickler" title="pickle.Unpickler"><tt class="xref py py-class docutils literal"><span class="pre">Unpickler</span></tt></a>:</p> <dl class="class"> <dt id="pickle.Pickler"> <em class="property">class </em><tt class="descclassname">pickle.</tt><tt class="descname">Pickler</tt><big>(</big><em>file</em><span class="optional">[</span>, <em>protocol</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#pickle.Pickler" title="Permalink to this definition">¶</a></dt> <dd><p>This takes a file-like object to which it will write a pickle data stream.</p> <p>If the <em>protocol</em> parameter is omitted, protocol 0 is used. If <em>protocol</em> is specified as a negative value or <a class="reference internal" href="#pickle.HIGHEST_PROTOCOL" title="pickle.HIGHEST_PROTOCOL"><tt class="xref py py-const docutils literal"><span class="pre">HIGHEST_PROTOCOL</span></tt></a>, the highest protocol version will be used.</p> <p class="versionchanged"> <span class="versionmodified">Changed in version 2.3: </span>Introduced the <em>protocol</em> parameter.</p> <p><em>file</em> must have a <tt class="xref py py-meth docutils literal"><span class="pre">write()</span></tt> method that accepts a single string argument. It can thus be an open file object, a <a class="reference internal" href="stringio.html#module-StringIO" title="StringIO: Read and write strings as if they were files."><tt class="xref py py-mod docutils literal"><span class="pre">StringIO</span></tt></a> object, or any other custom object that meets this interface.</p> <p><a class="reference internal" href="#pickle.Pickler" title="pickle.Pickler"><tt class="xref py py-class docutils literal"><span class="pre">Pickler</span></tt></a> objects define one (or two) public methods:</p> <dl class="method"> <dt id="pickle.Pickler.dump"> <tt class="descname">dump</tt><big>(</big><em>obj</em><big>)</big><a class="headerlink" href="#pickle.Pickler.dump" title="Permalink to this definition">¶</a></dt> <dd><p>Write a pickled representation of <em>obj</em> to the open file object given in the constructor. Either the binary or ASCII format will be used, depending on the value of the <em>protocol</em> argument passed to the constructor.</p> </dd></dl> <dl class="method"> <dt id="pickle.Pickler.clear_memo"> <tt class="descname">clear_memo</tt><big>(</big><big>)</big><a class="headerlink" href="#pickle.Pickler.clear_memo" title="Permalink to this definition">¶</a></dt> <dd><p>Clears the pickler&#8217;s &#8220;memo&#8221;. The memo is the data structure that remembers which objects the pickler has already seen, so that shared or recursive objects pickled by reference and not by value. This method is useful when re-using picklers.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p>Prior to Python 2.3, <a class="reference internal" href="#pickle.Pickler.clear_memo" title="pickle.Pickler.clear_memo"><tt class="xref py py-meth docutils literal"><span class="pre">clear_memo()</span></tt></a> was only available on the picklers created by <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a>. In the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module, picklers have an instance variable called <tt class="xref py py-attr docutils literal"><span class="pre">memo</span></tt> which is a Python dictionary. So to clear the memo for a <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module pickler, you could do the following:</p> <div class="highlight-python"><div class="highlight"><pre><span class="n">mypickler</span><span class="o">.</span><span class="n">memo</span><span class="o">.</span><span class="n">clear</span><span class="p">()</span> </pre></div> </div> <p class="last">Code that does not need to support older versions of Python should simply use <a class="reference internal" href="#pickle.Pickler.clear_memo" title="pickle.Pickler.clear_memo"><tt class="xref py py-meth docutils literal"><span class="pre">clear_memo()</span></tt></a>.</p> </div> </dd></dl> </dd></dl> <p>It is possible to make multiple calls to the <a class="reference internal" href="#pickle.dump" title="pickle.dump"><tt class="xref py py-meth docutils literal"><span class="pre">dump()</span></tt></a> method of the same <a class="reference internal" href="#pickle.Pickler" title="pickle.Pickler"><tt class="xref py py-class docutils literal"><span class="pre">Pickler</span></tt></a> instance. These must then be matched to the same number of calls to the <a class="reference internal" href="#pickle.load" title="pickle.load"><tt class="xref py py-meth docutils literal"><span class="pre">load()</span></tt></a> method of the corresponding <a class="reference internal" href="#pickle.Unpickler" title="pickle.Unpickler"><tt class="xref py py-class docutils literal"><span class="pre">Unpickler</span></tt></a> instance. If the same object is pickled by multiple <a class="reference internal" href="#pickle.dump" title="pickle.dump"><tt class="xref py py-meth docutils literal"><span class="pre">dump()</span></tt></a> calls, the <a class="reference internal" href="#pickle.load" title="pickle.load"><tt class="xref py py-meth docutils literal"><span class="pre">load()</span></tt></a> will all yield references to the same object. <a class="footnote-reference" href="#id13" id="id3">[3]</a></p> <p><a class="reference internal" href="#pickle.Unpickler" title="pickle.Unpickler"><tt class="xref py py-class docutils literal"><span class="pre">Unpickler</span></tt></a> objects are defined as:</p> <dl class="class"> <dt id="pickle.Unpickler"> <em class="property">class </em><tt class="descclassname">pickle.</tt><tt class="descname">Unpickler</tt><big>(</big><em>file</em><big>)</big><a class="headerlink" href="#pickle.Unpickler" title="Permalink to this definition">¶</a></dt> <dd><p>This takes a file-like object from which it will read a pickle data stream. This class automatically determines whether the data stream was written in binary mode or not, so it does not need a flag as in the <a class="reference internal" href="#pickle.Pickler" title="pickle.Pickler"><tt class="xref py py-class docutils literal"><span class="pre">Pickler</span></tt></a> factory.</p> <p><em>file</em> must have two methods, a <tt class="xref py py-meth docutils literal"><span class="pre">read()</span></tt> method that takes an integer argument, and a <tt class="xref py py-meth docutils literal"><span class="pre">readline()</span></tt> method that requires no arguments. Both methods should return a string. Thus <em>file</em> can be a file object opened for reading, a <a class="reference internal" href="stringio.html#module-StringIO" title="StringIO: Read and write strings as if they were files."><tt class="xref py py-mod docutils literal"><span class="pre">StringIO</span></tt></a> object, or any other custom object that meets this interface.</p> <p><a class="reference internal" href="#pickle.Unpickler" title="pickle.Unpickler"><tt class="xref py py-class docutils literal"><span class="pre">Unpickler</span></tt></a> objects have one (or two) public methods:</p> <dl class="method"> <dt id="pickle.Unpickler.load"> <tt class="descname">load</tt><big>(</big><big>)</big><a class="headerlink" href="#pickle.Unpickler.load" title="Permalink to this definition">¶</a></dt> <dd><p>Read a pickled object representation from the open file object given in the constructor, and return the reconstituted object hierarchy specified therein.</p> <p>This method automatically determines whether the data stream was written in binary mode or not.</p> </dd></dl> <dl class="method"> <dt id="pickle.Unpickler.noload"> <tt class="descname">noload</tt><big>(</big><big>)</big><a class="headerlink" href="#pickle.Unpickler.noload" title="Permalink to this definition">¶</a></dt> <dd><p>This is just like <a class="reference internal" href="#pickle.load" title="pickle.load"><tt class="xref py py-meth docutils literal"><span class="pre">load()</span></tt></a> except that it doesn&#8217;t actually create any objects. This is useful primarily for finding what&#8217;s called &#8220;persistent ids&#8221; that may be referenced in a pickle data stream. See section <a class="reference internal" href="#pickle-protocol"><em>The pickle protocol</em></a> below for more details.</p> <p><strong>Note:</strong> the <a class="reference internal" href="#pickle.Unpickler.noload" title="pickle.Unpickler.noload"><tt class="xref py py-meth docutils literal"><span class="pre">noload()</span></tt></a> method is currently only available on <a class="reference internal" href="#pickle.Unpickler" title="pickle.Unpickler"><tt class="xref py py-class docutils literal"><span class="pre">Unpickler</span></tt></a> objects created with the <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> module. <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module <a class="reference internal" href="#pickle.Unpickler" title="pickle.Unpickler"><tt class="xref py py-class docutils literal"><span class="pre">Unpickler</span></tt></a>s do not have the <a class="reference internal" href="#pickle.Unpickler.noload" title="pickle.Unpickler.noload"><tt class="xref py py-meth docutils literal"><span class="pre">noload()</span></tt></a> method.</p> </dd></dl> </dd></dl> </div> <div class="section" id="what-can-be-pickled-and-unpickled"> <h2>11.1.4. What can be pickled and unpickled?<a class="headerlink" href="#what-can-be-pickled-and-unpickled" title="Permalink to this headline">¶</a></h2> <p>The following types can be pickled:</p> <ul class="simple"> <li><tt class="xref docutils literal"><span class="pre">None</span></tt>, <tt class="xref docutils literal"><span class="pre">True</span></tt>, and <tt class="xref docutils literal"><span class="pre">False</span></tt></li> <li>integers, long integers, floating point numbers, complex numbers</li> <li>normal and Unicode strings</li> <li>tuples, lists, sets, and dictionaries containing only picklable objects</li> <li>functions defined at the top level of a module</li> <li>built-in functions defined at the top level of a module</li> <li>classes that are defined at the top level of a module</li> <li>instances of such classes whose <tt class="xref py py-attr docutils literal"><span class="pre">__dict__</span></tt> or the result of calling <a class="reference internal" href="#object.__getstate__" title="object.__getstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__getstate__()</span></tt></a> is picklable (see section <a class="reference internal" href="#pickle-protocol"><em>The pickle protocol</em></a> for details).</li> </ul> <p>Attempts to pickle unpicklable objects will raise the <a class="reference internal" href="#pickle.PicklingError" title="pickle.PicklingError"><tt class="xref py py-exc docutils literal"><span class="pre">PicklingError</span></tt></a> exception; when this happens, an unspecified number of bytes may have already been written to the underlying file. Trying to pickle a highly recursive data structure may exceed the maximum recursion depth, a <a class="reference internal" href="exceptions.html#exceptions.RuntimeError" title="exceptions.RuntimeError"><tt class="xref py py-exc docutils literal"><span class="pre">RuntimeError</span></tt></a> will be raised in this case. You can carefully raise this limit with <a class="reference internal" href="sys.html#sys.setrecursionlimit" title="sys.setrecursionlimit"><tt class="xref py py-func docutils literal"><span class="pre">sys.setrecursionlimit()</span></tt></a>.</p> <p>Note that functions (built-in and user-defined) are pickled by &#8220;fully qualified&#8221; name reference, not by value. This means that only the function name is pickled, along with the name of the module the function is defined in. Neither the function&#8217;s code, nor any of its function attributes are pickled. Thus the defining module must be importable in the unpickling environment, and the module must contain the named object, otherwise an exception will be raised. <a class="footnote-reference" href="#id14" id="id4">[4]</a></p> <p>Similarly, classes are pickled by named reference, so the same restrictions in the unpickling environment apply. Note that none of the class&#8217;s code or data is pickled, so in the following example the class attribute <tt class="docutils literal"><span class="pre">attr</span></tt> is not restored in the unpickling environment:</p> <div class="highlight-python"><div class="highlight"><pre><span class="k">class</span> <span class="nc">Foo</span><span class="p">:</span> <span class="n">attr</span> <span class="o">=</span> <span class="s">&#39;a class attr&#39;</span> <span class="n">picklestring</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">Foo</span><span class="p">)</span> </pre></div> </div> <p>These restrictions are why picklable functions and classes must be defined in the top level of a module.</p> <p>Similarly, when class instances are pickled, their class&#8217;s code and data are not pickled along with them. Only the instance data are pickled. This is done on purpose, so you can fix bugs in a class or add methods to the class and still load objects that were created with an earlier version of the class. If you plan to have long-lived objects that will see many versions of a class, it may be worthwhile to put a version number in the objects so that suitable conversions can be made by the class&#8217;s <a class="reference internal" href="#object.__setstate__" title="object.__setstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__setstate__()</span></tt></a> method.</p> </div> <div class="section" id="the-pickle-protocol"> <span id="pickle-protocol"></span><h2>11.1.5. The pickle protocol<a class="headerlink" href="#the-pickle-protocol" title="Permalink to this headline">¶</a></h2> <p>This section describes the &#8220;pickling protocol&#8221; that defines the interface between the pickler/unpickler and the objects that are being serialized. This protocol provides a standard way for you to define, customize, and control how your objects are serialized and de-serialized. The description in this section doesn&#8217;t cover specific customizations that you can employ to make the unpickling environment slightly safer from untrusted pickle data streams; see section <a class="reference internal" href="#pickle-sub"><em>Subclassing Unpicklers</em></a> for more details.</p> <div class="section" id="pickling-and-unpickling-normal-class-instances"> <span id="pickle-inst"></span><h3>11.1.5.1. Pickling and unpickling normal class instances<a class="headerlink" href="#pickling-and-unpickling-normal-class-instances" title="Permalink to this headline">¶</a></h3> <dl class="method"> <dt id="object.__getinitargs__"> <tt class="descclassname">object.</tt><tt class="descname">__getinitargs__</tt><big>(</big><big>)</big><a class="headerlink" href="#object.__getinitargs__" title="Permalink to this definition">¶</a></dt> <dd><p>When a pickled class instance is unpickled, its <a class="reference internal" href="../reference/datamodel.html#object.__init__" title="object.__init__"><tt class="xref py py-meth docutils literal"><span class="pre">__init__()</span></tt></a> method is normally <em>not</em> invoked. If it is desirable that the <a class="reference internal" href="../reference/datamodel.html#object.__init__" title="object.__init__"><tt class="xref py py-meth docutils literal"><span class="pre">__init__()</span></tt></a> method be called on unpickling, an old-style class can define a method <a class="reference internal" href="#object.__getinitargs__" title="object.__getinitargs__"><tt class="xref py py-meth docutils literal"><span class="pre">__getinitargs__()</span></tt></a>, which should return a <em>tuple</em> containing the arguments to be passed to the class constructor (<a class="reference internal" href="../reference/datamodel.html#object.__init__" title="object.__init__"><tt class="xref py py-meth docutils literal"><span class="pre">__init__()</span></tt></a> for example). The <a class="reference internal" href="#object.__getinitargs__" title="object.__getinitargs__"><tt class="xref py py-meth docutils literal"><span class="pre">__getinitargs__()</span></tt></a> method is called at pickle time; the tuple it returns is incorporated in the pickle for the instance.</p> </dd></dl> <dl class="method"> <dt id="object.__getnewargs__"> <tt class="descclassname">object.</tt><tt class="descname">__getnewargs__</tt><big>(</big><big>)</big><a class="headerlink" href="#object.__getnewargs__" title="Permalink to this definition">¶</a></dt> <dd><p>New-style types can provide a <a class="reference internal" href="#object.__getnewargs__" title="object.__getnewargs__"><tt class="xref py py-meth docutils literal"><span class="pre">__getnewargs__()</span></tt></a> method that is used for protocol 2. Implementing this method is needed if the type establishes some internal invariants when the instance is created, or if the memory allocation is affected by the values passed to the <a class="reference internal" href="../reference/datamodel.html#object.__new__" title="object.__new__"><tt class="xref py py-meth docutils literal"><span class="pre">__new__()</span></tt></a> method for the type (as it is for tuples and strings). Instances of a <a class="reference internal" href="../glossary.html#term-new-style-class"><em class="xref std std-term">new-style class</em></a> <tt class="docutils literal"><span class="pre">C</span></tt> are created using</p> <div class="highlight-python"><div class="highlight"><pre><span class="n">obj</span> <span class="o">=</span> <span class="n">C</span><span class="o">.</span><span class="n">__new__</span><span class="p">(</span><span class="n">C</span><span class="p">,</span> <span class="o">*</span><span class="n">args</span><span class="p">)</span> </pre></div> </div> <p>where <em>args</em> is the result of calling <a class="reference internal" href="#object.__getnewargs__" title="object.__getnewargs__"><tt class="xref py py-meth docutils literal"><span class="pre">__getnewargs__()</span></tt></a> on the original object; if there is no <a class="reference internal" href="#object.__getnewargs__" title="object.__getnewargs__"><tt class="xref py py-meth docutils literal"><span class="pre">__getnewargs__()</span></tt></a>, an empty tuple is assumed.</p> </dd></dl> <dl class="method"> <dt id="object.__getstate__"> <tt class="descclassname">object.</tt><tt class="descname">__getstate__</tt><big>(</big><big>)</big><a class="headerlink" href="#object.__getstate__" title="Permalink to this definition">¶</a></dt> <dd><p>Classes can further influence how their instances are pickled; if the class defines the method <a class="reference internal" href="#object.__getstate__" title="object.__getstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__getstate__()</span></tt></a>, it is called and the return state is pickled as the contents for the instance, instead of the contents of the instance&#8217;s dictionary. If there is no <a class="reference internal" href="#object.__getstate__" title="object.__getstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__getstate__()</span></tt></a> method, the instance&#8217;s <a class="reference internal" href="stdtypes.html#object.__dict__" title="object.__dict__"><tt class="xref py py-attr docutils literal"><span class="pre">__dict__</span></tt></a> is pickled.</p> </dd></dl> <dl class="method"> <dt id="object.__setstate__"> <tt class="descclassname">object.</tt><tt class="descname">__setstate__</tt><big>(</big><em>state</em><big>)</big><a class="headerlink" href="#object.__setstate__" title="Permalink to this definition">¶</a></dt> <dd><p>Upon unpickling, if the class also defines the method <a class="reference internal" href="#object.__setstate__" title="object.__setstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__setstate__()</span></tt></a>, it is called with the unpickled state. <a class="footnote-reference" href="#id15" id="id5">[5]</a> If there is no <a class="reference internal" href="#object.__setstate__" title="object.__setstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__setstate__()</span></tt></a> method, the pickled state must be a dictionary and its items are assigned to the new instance&#8217;s dictionary. If a class defines both <a class="reference internal" href="#object.__getstate__" title="object.__getstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__getstate__()</span></tt></a> and <a class="reference internal" href="#object.__setstate__" title="object.__setstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__setstate__()</span></tt></a>, the state object needn&#8217;t be a dictionary and these methods can do what they want. <a class="footnote-reference" href="#id16" id="id6">[6]</a></p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">For <a class="reference internal" href="../glossary.html#term-new-style-class"><em class="xref std std-term">new-style class</em></a>es, if <a class="reference internal" href="#object.__getstate__" title="object.__getstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__getstate__()</span></tt></a> returns a false value, the <a class="reference internal" href="#object.__setstate__" title="object.__setstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__setstate__()</span></tt></a> method will not be called.</p> </div> </dd></dl> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">At unpickling time, some methods like <a class="reference internal" href="../reference/datamodel.html#object.__getattr__" title="object.__getattr__"><tt class="xref py py-meth docutils literal"><span class="pre">__getattr__()</span></tt></a>, <a class="reference internal" href="../reference/datamodel.html#object.__getattribute__" title="object.__getattribute__"><tt class="xref py py-meth docutils literal"><span class="pre">__getattribute__()</span></tt></a>, or <a class="reference internal" href="../reference/datamodel.html#object.__setattr__" title="object.__setattr__"><tt class="xref py py-meth docutils literal"><span class="pre">__setattr__()</span></tt></a> may be called upon the instance. In case those methods rely on some internal invariant being true, the type should implement either <a class="reference internal" href="#object.__getinitargs__" title="object.__getinitargs__"><tt class="xref py py-meth docutils literal"><span class="pre">__getinitargs__()</span></tt></a> or <a class="reference internal" href="#object.__getnewargs__" title="object.__getnewargs__"><tt class="xref py py-meth docutils literal"><span class="pre">__getnewargs__()</span></tt></a> to establish such an invariant; otherwise, neither <a class="reference internal" href="../reference/datamodel.html#object.__new__" title="object.__new__"><tt class="xref py py-meth docutils literal"><span class="pre">__new__()</span></tt></a> nor <a class="reference internal" href="../reference/datamodel.html#object.__init__" title="object.__init__"><tt class="xref py py-meth docutils literal"><span class="pre">__init__()</span></tt></a> will be called.</p> </div> </div> <div class="section" id="pickling-and-unpickling-extension-types"> <h3>11.1.5.2. Pickling and unpickling extension types<a class="headerlink" href="#pickling-and-unpickling-extension-types" title="Permalink to this headline">¶</a></h3> <dl class="method"> <dt id="object.__reduce__"> <tt class="descclassname">object.</tt><tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#object.__reduce__" title="Permalink to this definition">¶</a></dt> <dd><p>When the <tt class="xref py py-class docutils literal"><span class="pre">Pickler</span></tt> encounters an object of a type it knows nothing about &#8212; such as an extension type &#8212; it looks in two places for a hint of how to pickle it. One alternative is for the object to implement a <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> method. If provided, at pickling time <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> will be called with no arguments, and it must return either a string or a tuple.</p> <p>If a string is returned, it names a global variable whose contents are pickled as normal. The string returned by <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> should be the object&#8217;s local name relative to its module; the pickle module searches the module namespace to determine the object&#8217;s module.</p> <p>When a tuple is returned, it must be between two and five elements long. Optional elements can either be omitted, or <tt class="xref docutils literal"><span class="pre">None</span></tt> can be provided as their value. The contents of this tuple are pickled as normal and used to reconstruct the object at unpickling time. The semantics of each element are:</p> <ul> <li><p class="first">A callable object that will be called to create the initial version of the object. The next element of the tuple will provide arguments for this callable, and later elements provide additional state information that will subsequently be used to fully reconstruct the pickled data.</p> <p>In the unpickling environment this object must be either a class, a callable registered as a &#8220;safe constructor&#8221; (see below), or it must have an attribute <tt class="xref py py-attr docutils literal"><span class="pre">__safe_for_unpickling__</span></tt> with a true value. Otherwise, an <tt class="xref py py-exc docutils literal"><span class="pre">UnpicklingError</span></tt> will be raised in the unpickling environment. Note that as usual, the callable itself is pickled by name.</p> </li> <li><p class="first">A tuple of arguments for the callable object.</p> <p class="versionchanged"> <span class="versionmodified">Changed in version 2.5: </span>Formerly, this argument could also be <tt class="xref docutils literal"><span class="pre">None</span></tt>.</p> </li> <li><p class="first">Optionally, the object&#8217;s state, which will be passed to the object&#8217;s <a class="reference internal" href="#object.__setstate__" title="object.__setstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__setstate__()</span></tt></a> method as described in section <a class="reference internal" href="#pickle-inst"><em>Pickling and unpickling normal class instances</em></a>. If the object has no <a class="reference internal" href="#object.__setstate__" title="object.__setstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__setstate__()</span></tt></a> method, then, as above, the value must be a dictionary and it will be added to the object&#8217;s <a class="reference internal" href="stdtypes.html#object.__dict__" title="object.__dict__"><tt class="xref py py-attr docutils literal"><span class="pre">__dict__</span></tt></a>.</p> </li> <li><p class="first">Optionally, an iterator (and not a sequence) yielding successive list items. These list items will be pickled, and appended to the object using either <tt class="docutils literal"><span class="pre">obj.append(item)</span></tt> or <tt class="docutils literal"><span class="pre">obj.extend(list_of_items)</span></tt>. This is primarily used for list subclasses, but may be used by other classes as long as they have <tt class="xref py py-meth docutils literal"><span class="pre">append()</span></tt> and <tt class="xref py py-meth docutils literal"><span class="pre">extend()</span></tt> methods with the appropriate signature. (Whether <tt class="xref py py-meth docutils literal"><span class="pre">append()</span></tt> or <tt class="xref py py-meth docutils literal"><span class="pre">extend()</span></tt> is used depends on which pickle protocol version is used as well as the number of items to append, so both must be supported.)</p> </li> <li><p class="first">Optionally, an iterator (not a sequence) yielding successive dictionary items, which should be tuples of the form <tt class="docutils literal"><span class="pre">(key,</span> <span class="pre">value)</span></tt>. These items will be pickled and stored to the object using <tt class="docutils literal"><span class="pre">obj[key]</span> <span class="pre">=</span> <span class="pre">value</span></tt>. This is primarily used for dictionary subclasses, but may be used by other classes as long as they implement <a class="reference internal" href="../reference/datamodel.html#object.__setitem__" title="object.__setitem__"><tt class="xref py py-meth docutils literal"><span class="pre">__setitem__()</span></tt></a>.</p> </li> </ul> </dd></dl> <dl class="method"> <dt id="object.__reduce_ex__"> <tt class="descclassname">object.</tt><tt class="descname">__reduce_ex__</tt><big>(</big><em>protocol</em><big>)</big><a class="headerlink" href="#object.__reduce_ex__" title="Permalink to this definition">¶</a></dt> <dd><p>It is sometimes useful to know the protocol version when implementing <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a>. This can be done by implementing a method named <a class="reference internal" href="#object.__reduce_ex__" title="object.__reduce_ex__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce_ex__()</span></tt></a> instead of <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a>. <a class="reference internal" href="#object.__reduce_ex__" title="object.__reduce_ex__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce_ex__()</span></tt></a>, when it exists, is called in preference over <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> (you may still provide <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> for backwards compatibility). The <a class="reference internal" href="#object.__reduce_ex__" title="object.__reduce_ex__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce_ex__()</span></tt></a> method will be called with a single integer argument, the protocol version.</p> <p>The <a class="reference internal" href="functions.html#object" title="object"><tt class="xref py py-class docutils literal"><span class="pre">object</span></tt></a> class implements both <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> and <a class="reference internal" href="#object.__reduce_ex__" title="object.__reduce_ex__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce_ex__()</span></tt></a>; however, if a subclass overrides <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> but not <a class="reference internal" href="#object.__reduce_ex__" title="object.__reduce_ex__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce_ex__()</span></tt></a>, the <a class="reference internal" href="#object.__reduce_ex__" title="object.__reduce_ex__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce_ex__()</span></tt></a> implementation detects this and calls <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a>.</p> </dd></dl> <p>An alternative to implementing a <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> method on the object to be pickled, is to register the callable with the <a class="reference internal" href="copy_reg.html#module-copy_reg" title="copy_reg: Register pickle support functions."><tt class="xref py py-mod docutils literal"><span class="pre">copy_reg</span></tt></a> module. This module provides a way for programs to register &#8220;reduction functions&#8221; and constructors for user-defined types. Reduction functions have the same semantics and interface as the <a class="reference internal" href="#object.__reduce__" title="object.__reduce__"><tt class="xref py py-meth docutils literal"><span class="pre">__reduce__()</span></tt></a> method described above, except that they are called with a single argument, the object to be pickled.</p> <p>The registered constructor is deemed a &#8220;safe constructor&#8221; for purposes of unpickling as described above.</p> </div> <div class="section" id="pickling-and-unpickling-external-objects"> <h3>11.1.5.3. Pickling and unpickling external objects<a class="headerlink" href="#pickling-and-unpickling-external-objects" title="Permalink to this headline">¶</a></h3> <p id="index-3">For the benefit of object persistence, the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module supports the notion of a reference to an object outside the pickled data stream. Such objects are referenced by a &#8220;persistent id&#8221;, which is just an arbitrary string of printable ASCII characters. The resolution of such names is not defined by the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module; it will delegate this resolution to user defined functions on the pickler and unpickler. <a class="footnote-reference" href="#id17" id="id7">[7]</a></p> <p>To define external persistent id resolution, you need to set the <tt class="xref py py-attr docutils literal"><span class="pre">persistent_id</span></tt> attribute of the pickler object and the <tt class="xref py py-attr docutils literal"><span class="pre">persistent_load</span></tt> attribute of the unpickler object.</p> <p>To pickle objects that have an external persistent id, the pickler must have a custom <tt class="xref py py-func docutils literal"><span class="pre">persistent_id()</span></tt> method that takes an object as an argument and returns either <tt class="xref docutils literal"><span class="pre">None</span></tt> or the persistent id for that object. When <tt class="xref docutils literal"><span class="pre">None</span></tt> is returned, the pickler simply pickles the object as normal. When a persistent id string is returned, the pickler will pickle that string, along with a marker so that the unpickler will recognize the string as a persistent id.</p> <p>To unpickle external objects, the unpickler must have a custom <tt class="xref py py-func docutils literal"><span class="pre">persistent_load()</span></tt> function that takes a persistent id string and returns the referenced object.</p> <p>Here&#8217;s a silly example that <em>might</em> shed more light:</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">pickle</span> <span class="kn">from</span> <span class="nn">cStringIO</span> <span class="kn">import</span> <span class="n">StringIO</span> <span class="n">src</span> <span class="o">=</span> <span class="n">StringIO</span><span class="p">()</span> <span class="n">p</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">Pickler</span><span class="p">(</span><span class="n">src</span><span class="p">)</span> <span class="k">def</span> <span class="nf">persistent_id</span><span class="p">(</span><span class="n">obj</span><span class="p">):</span> <span class="k">if</span> <span class="nb">hasattr</span><span class="p">(</span><span class="n">obj</span><span class="p">,</span> <span class="s">&#39;x&#39;</span><span class="p">):</span> <span class="k">return</span> <span class="s">&#39;the value </span><span class="si">%d</span><span class="s">&#39;</span> <span class="o">%</span> <span class="n">obj</span><span class="o">.</span><span class="n">x</span> <span class="k">else</span><span class="p">:</span> <span class="k">return</span> <span class="bp">None</span> <span class="n">p</span><span class="o">.</span><span class="n">persistent_id</span> <span class="o">=</span> <span class="n">persistent_id</span> <span class="k">class</span> <span class="nc">Integer</span><span class="p">:</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">x</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">x</span> <span class="o">=</span> <span class="n">x</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="s">&#39;My name is integer </span><span class="si">%d</span><span class="s">&#39;</span> <span class="o">%</span> <span class="bp">self</span><span class="o">.</span><span class="n">x</span> <span class="n">i</span> <span class="o">=</span> <span class="n">Integer</span><span class="p">(</span><span class="mi">7</span><span class="p">)</span> <span class="k">print</span> <span class="n">i</span> <span class="n">p</span><span class="o">.</span><span class="n">dump</span><span class="p">(</span><span class="n">i</span><span class="p">)</span> <span class="n">datastream</span> <span class="o">=</span> <span class="n">src</span><span class="o">.</span><span class="n">getvalue</span><span class="p">()</span> <span class="k">print</span> <span class="nb">repr</span><span class="p">(</span><span class="n">datastream</span><span class="p">)</span> <span class="n">dst</span> <span class="o">=</span> <span class="n">StringIO</span><span class="p">(</span><span class="n">datastream</span><span class="p">)</span> <span class="n">up</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">Unpickler</span><span class="p">(</span><span class="n">dst</span><span class="p">)</span> <span class="k">class</span> <span class="nc">FancyInteger</span><span class="p">(</span><span class="n">Integer</span><span class="p">):</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="s">&#39;I am the integer </span><span class="si">%d</span><span class="s">&#39;</span> <span class="o">%</span> <span class="bp">self</span><span class="o">.</span><span class="n">x</span> <span class="k">def</span> <span class="nf">persistent_load</span><span class="p">(</span><span class="n">persid</span><span class="p">):</span> <span class="k">if</span> <span class="n">persid</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s">&#39;the value &#39;</span><span class="p">):</span> <span class="n">value</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">persid</span><span class="o">.</span><span class="n">split</span><span class="p">()[</span><span class="mi">2</span><span class="p">])</span> <span class="k">return</span> <span class="n">FancyInteger</span><span class="p">(</span><span class="n">value</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="k">raise</span> <span class="n">pickle</span><span class="o">.</span><span class="n">UnpicklingError</span><span class="p">,</span> <span class="s">&#39;Invalid persistent id&#39;</span> <span class="n">up</span><span class="o">.</span><span class="n">persistent_load</span> <span class="o">=</span> <span class="n">persistent_load</span> <span class="n">j</span> <span class="o">=</span> <span class="n">up</span><span class="o">.</span><span class="n">load</span><span class="p">()</span> <span class="k">print</span> <span class="n">j</span> </pre></div> </div> <p>In the <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> module, the unpickler&#8217;s <tt class="xref py py-attr docutils literal"><span class="pre">persistent_load</span></tt> attribute can also be set to a Python list, in which case, when the unpickler reaches a persistent id, the persistent id string will simply be appended to this list. This functionality exists so that a pickle data stream can be &#8220;sniffed&#8221; for object references without actually instantiating all the objects in a pickle. <a class="footnote-reference" href="#id18" id="id8">[8]</a> Setting <tt class="xref py py-attr docutils literal"><span class="pre">persistent_load</span></tt> to a list is usually used in conjunction with the <tt class="xref py py-meth docutils literal"><span class="pre">noload()</span></tt> method on the Unpickler.</p> </div> </div> <div class="section" id="subclassing-unpicklers"> <span id="pickle-sub"></span><h2>11.1.6. Subclassing Unpicklers<a class="headerlink" href="#subclassing-unpicklers" title="Permalink to this headline">¶</a></h2> <p id="index-4">By default, unpickling will import any class that it finds in the pickle data. You can control exactly what gets unpickled and what gets called by customizing your unpickler. Unfortunately, exactly how you do this is different depending on whether you&#8217;re using <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> or <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a>. <a class="footnote-reference" href="#id19" id="id9">[9]</a></p> <p>In the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module, you need to derive a subclass from <tt class="xref py py-class docutils literal"><span class="pre">Unpickler</span></tt>, overriding the <tt class="xref py py-meth docutils literal"><span class="pre">load_global()</span></tt> method. <tt class="xref py py-meth docutils literal"><span class="pre">load_global()</span></tt> should read two lines from the pickle data stream where the first line will the name of the module containing the class and the second line will be the name of the instance&#8217;s class. It then looks up the class, possibly importing the module and digging out the attribute, then it appends what it finds to the unpickler&#8217;s stack. Later on, this class will be assigned to the <tt class="xref py py-attr docutils literal"><span class="pre">__class__</span></tt> attribute of an empty class, as a way of magically creating an instance without calling its class&#8217;s <a class="reference internal" href="../reference/datamodel.html#object.__init__" title="object.__init__"><tt class="xref py py-meth docutils literal"><span class="pre">__init__()</span></tt></a>. Your job (should you choose to accept it), would be to have <tt class="xref py py-meth docutils literal"><span class="pre">load_global()</span></tt> push onto the unpickler&#8217;s stack, a known safe version of any class you deem safe to unpickle. It is up to you to produce such a class. Or you could raise an error if you want to disallow all unpickling of instances. If this sounds like a hack, you&#8217;re right. Refer to the source code to make this work.</p> <p>Things are a little cleaner with <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a>, but not by much. To control what gets unpickled, you can set the unpickler&#8217;s <tt class="xref py py-attr docutils literal"><span class="pre">find_global</span></tt> attribute to a function or <tt class="xref docutils literal"><span class="pre">None</span></tt>. If it is <tt class="xref docutils literal"><span class="pre">None</span></tt> then any attempts to unpickle instances will raise an <tt class="xref py py-exc docutils literal"><span class="pre">UnpicklingError</span></tt>. If it is a function, then it should accept a module name and a class name, and return the corresponding class object. It is responsible for looking up the class and performing any necessary imports, and it may raise an error to prevent instances of the class from being unpickled.</p> <p>The moral of the story is that you should be really careful about the source of the strings your application unpickles.</p> </div> <div class="section" id="example"> <span id="pickle-example"></span><h2>11.1.7. Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h2> <p>For the simplest code, use the <tt class="xref py py-func docutils literal"><span class="pre">dump()</span></tt> and <tt class="xref py py-func docutils literal"><span class="pre">load()</span></tt> functions. Note that a self-referencing list is pickled and restored correctly.</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">pickle</span> <span class="n">data1</span> <span class="o">=</span> <span class="p">{</span><span class="s">&#39;a&#39;</span><span class="p">:</span> <span class="p">[</span><span class="mi">1</span><span class="p">,</span> <span class="mf">2.0</span><span class="p">,</span> <span class="mi">3</span><span class="p">,</span> <span class="mi">4</span><span class="o">+</span><span class="mi">6</span><span class="n">j</span><span class="p">],</span> <span class="s">&#39;b&#39;</span><span class="p">:</span> <span class="p">(</span><span class="s">&#39;string&#39;</span><span class="p">,</span> <span class="s">u&#39;Unicode string&#39;</span><span class="p">),</span> <span class="s">&#39;c&#39;</span><span class="p">:</span> <span class="bp">None</span><span class="p">}</span> <span class="n">selfref_list</span> <span class="o">=</span> <span class="p">[</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">]</span> <span class="n">selfref_list</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">selfref_list</span><span class="p">)</span> <span class="n">output</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;data.pkl&#39;</span><span class="p">,</span> <span class="s">&#39;wb&#39;</span><span class="p">)</span> <span class="c"># Pickle dictionary using protocol 0.</span> <span class="n">pickle</span><span class="o">.</span><span class="n">dump</span><span class="p">(</span><span class="n">data1</span><span class="p">,</span> <span class="n">output</span><span class="p">)</span> <span class="c"># Pickle the list using the highest protocol available.</span> <span class="n">pickle</span><span class="o">.</span><span class="n">dump</span><span class="p">(</span><span class="n">selfref_list</span><span class="p">,</span> <span class="n">output</span><span class="p">,</span> <span class="o">-</span><span class="mi">1</span><span class="p">)</span> <span class="n">output</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> </pre></div> </div> <p>The following example reads the resulting pickled data. When reading a pickle-containing file, you should open the file in binary mode because you can&#8217;t be sure if the ASCII or binary format was used.</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">pprint</span><span class="o">,</span> <span class="nn">pickle</span> <span class="n">pkl_file</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;data.pkl&#39;</span><span class="p">,</span> <span class="s">&#39;rb&#39;</span><span class="p">)</span> <span class="n">data1</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">pkl_file</span><span class="p">)</span> <span class="n">pprint</span><span class="o">.</span><span class="n">pprint</span><span class="p">(</span><span class="n">data1</span><span class="p">)</span> <span class="n">data2</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">pkl_file</span><span class="p">)</span> <span class="n">pprint</span><span class="o">.</span><span class="n">pprint</span><span class="p">(</span><span class="n">data2</span><span class="p">)</span> <span class="n">pkl_file</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> </pre></div> </div> <p>Here&#8217;s a larger example that shows how to modify pickling behavior for a class. The <tt class="xref py py-class docutils literal"><span class="pre">TextReader</span></tt> class opens a text file, and returns the line number and line contents each time its <tt class="xref py py-meth docutils literal"><span class="pre">readline()</span></tt> method is called. If a <tt class="xref py py-class docutils literal"><span class="pre">TextReader</span></tt> instance is pickled, all attributes <em>except</em> the file object member are saved. When the instance is unpickled, the file is reopened, and reading resumes from the last location. The <a class="reference internal" href="#object.__setstate__" title="object.__setstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__setstate__()</span></tt></a> and <a class="reference internal" href="#object.__getstate__" title="object.__getstate__"><tt class="xref py py-meth docutils literal"><span class="pre">__getstate__()</span></tt></a> methods are used to implement this behavior.</p> <div class="highlight-python"><div class="highlight"><pre><span class="c">#!/usr/local/bin/python</span> <span class="k">class</span> <span class="nc">TextReader</span><span class="p">:</span> <span class="sd">&quot;&quot;&quot;Print and number lines in a text file.&quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="nb">file</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">file</span> <span class="o">=</span> <span class="nb">file</span> <span class="bp">self</span><span class="o">.</span><span class="n">fh</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="nb">file</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">lineno</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">def</span> <span class="nf">readline</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">lineno</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">lineno</span> <span class="o">+</span> <span class="mi">1</span> <span class="n">line</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">fh</span><span class="o">.</span><span class="n">readline</span><span class="p">()</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">line</span><span class="p">:</span> <span class="k">return</span> <span class="bp">None</span> <span class="k">if</span> <span class="n">line</span><span class="o">.</span><span class="n">endswith</span><span class="p">(</span><span class="s">&quot;</span><span class="se">\n</span><span class="s">&quot;</span><span class="p">):</span> <span class="n">line</span> <span class="o">=</span> <span class="n">line</span><span class="p">[:</span><span class="o">-</span><span class="mi">1</span><span class="p">]</span> <span class="k">return</span> <span class="s">&quot;</span><span class="si">%d</span><span class="s">: </span><span class="si">%s</span><span class="s">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">lineno</span><span class="p">,</span> <span class="n">line</span><span class="p">)</span> <span class="k">def</span> <span class="nf">__getstate__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="n">odict</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">__dict__</span><span class="o">.</span><span class="n">copy</span><span class="p">()</span> <span class="c"># copy the dict since we change it</span> <span class="k">del</span> <span class="n">odict</span><span class="p">[</span><span class="s">&#39;fh&#39;</span><span class="p">]</span> <span class="c"># remove filehandle entry</span> <span class="k">return</span> <span class="n">odict</span> <span class="k">def</span> <span class="nf">__setstate__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="nb">dict</span><span class="p">):</span> <span class="n">fh</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="nb">dict</span><span class="p">[</span><span class="s">&#39;file&#39;</span><span class="p">])</span> <span class="c"># reopen file</span> <span class="n">count</span> <span class="o">=</span> <span class="nb">dict</span><span class="p">[</span><span class="s">&#39;lineno&#39;</span><span class="p">]</span> <span class="c"># read from file...</span> <span class="k">while</span> <span class="n">count</span><span class="p">:</span> <span class="c"># until line count is restored</span> <span class="n">fh</span><span class="o">.</span><span class="n">readline</span><span class="p">()</span> <span class="n">count</span> <span class="o">=</span> <span class="n">count</span> <span class="o">-</span> <span class="mi">1</span> <span class="bp">self</span><span class="o">.</span><span class="n">__dict__</span><span class="o">.</span><span class="n">update</span><span class="p">(</span><span class="nb">dict</span><span class="p">)</span> <span class="c"># update attributes</span> <span class="bp">self</span><span class="o">.</span><span class="n">fh</span> <span class="o">=</span> <span class="n">fh</span> <span class="c"># save the file object</span> </pre></div> </div> <p>A sample usage might be something like this:</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">TextReader</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">obj</span> <span class="o">=</span> <span class="n">TextReader</span><span class="o">.</span><span class="n">TextReader</span><span class="p">(</span><span class="s">&quot;TextReader.py&quot;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">obj</span><span class="o">.</span><span class="n">readline</span><span class="p">()</span> <span class="go">&#39;1: #!/usr/local/bin/python&#39;</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">obj</span><span class="o">.</span><span class="n">readline</span><span class="p">()</span> <span class="go">&#39;2: &#39;</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">obj</span><span class="o">.</span><span class="n">readline</span><span class="p">()</span> <span class="go">&#39;3: class TextReader:&#39;</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">pickle</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">pickle</span><span class="o">.</span><span class="n">dump</span><span class="p">(</span><span class="n">obj</span><span class="p">,</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;save.p&#39;</span><span class="p">,</span> <span class="s">&#39;wb&#39;</span><span class="p">))</span> </pre></div> </div> <p>If you want to see that <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> works across Python processes, start another Python session, before continuing. What follows can happen from either the same process or a new process.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">pickle</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">reader</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="nb">open</span><span class="p">(</span><span class="s">&#39;save.p&#39;</span><span class="p">,</span> <span class="s">&#39;rb&#39;</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">reader</span><span class="o">.</span><span class="n">readline</span><span class="p">()</span> <span class="go">&#39;4: &quot;&quot;&quot;Print and number lines in a text file.&quot;&quot;&quot;&#39;</span> </pre></div> </div> <div class="admonition-see-also admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt>Module <a class="reference internal" href="copy_reg.html#module-copy_reg" title="copy_reg: Register pickle support functions."><tt class="xref py py-mod docutils literal"><span class="pre">copy_reg</span></tt></a></dt> <dd>Pickle interface constructor registration for extension types.</dd> <dt>Module <a class="reference internal" href="shelve.html#module-shelve" title="shelve: Python object persistence."><tt class="xref py py-mod docutils literal"><span class="pre">shelve</span></tt></a></dt> <dd>Indexed databases of objects; uses <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a>.</dd> <dt>Module <a class="reference internal" href="copy.html#module-copy" title="copy: Shallow and deep copy operations."><tt class="xref py py-mod docutils literal"><span class="pre">copy</span></tt></a></dt> <dd>Shallow and deep object copying.</dd> <dt>Module <a class="reference internal" href="marshal.html#module-marshal" title="marshal: Convert Python objects to streams of bytes and back (with different constraints)."><tt class="xref py py-mod docutils literal"><span class="pre">marshal</span></tt></a></dt> <dd>High-performance serialization of built-in types.</dd> </dl> </div> </div> </div> <div class="section" id="module-cPickle"> <span id="cpickle-a-faster-pickle"></span><h1>11.2. <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> &#8212; A faster <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a><a class="headerlink" href="#module-cPickle" title="Permalink to this headline">¶</a></h1> <p id="index-5">The <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> module supports serialization and de-serialization of Python objects, providing an interface and functionality nearly identical to the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module. There are several differences, the most important being performance and subclassability.</p> <p>First, <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> can be up to 1000 times faster than <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> because the former is implemented in C. Second, in the <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> module the callables <tt class="xref py py-func docutils literal"><span class="pre">Pickler()</span></tt> and <tt class="xref py py-func docutils literal"><span class="pre">Unpickler()</span></tt> are functions, not classes. This means that you cannot use them to derive custom pickling and unpickling subclasses. Most applications have no need for this functionality and should benefit from the greatly improved performance of the <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> module.</p> <p>The pickle data stream produced by <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> and <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> are identical, so it is possible to use <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> and <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> interchangeably with existing pickles. <a class="footnote-reference" href="#id20" id="id10">[10]</a></p> <p>There are additional minor differences in API between <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> and <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a>, however for most applications, they are interchangeable. More documentation is provided in the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module documentation, which includes a list of the documented differences.</p> <p class="rubric">Footnotes</p> <table class="docutils footnote" frame="void" id="id11" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>Don&#8217;t confuse this with the <a class="reference internal" href="marshal.html#module-marshal" title="marshal: Convert Python objects to streams of bytes and back (with different constraints)."><tt class="xref py py-mod docutils literal"><span class="pre">marshal</span></tt></a> module</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id12" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td>In the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module these callables are classes, which you could subclass to customize the behavior. However, in the <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a> module these callables are factory functions and so cannot be subclassed. One common reason to subclass is to control what objects can actually be unpickled. See section <a class="reference internal" href="#pickle-sub"><em>Subclassing Unpicklers</em></a> for more details.</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id13" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id3">[3]</a></td><td><em>Warning</em>: this is intended for pickling multiple objects without intervening modifications to the objects or their parts. If you modify an object and then pickle it again using the same <tt class="xref py py-class docutils literal"><span class="pre">Pickler</span></tt> instance, the object is not pickled again &#8212; a reference to it is pickled and the <tt class="xref py py-class docutils literal"><span class="pre">Unpickler</span></tt> will return the old value, not the modified one. There are two problems here: (1) detecting changes, and (2) marshalling a minimal set of changes. Garbage Collection may also become a problem here.</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id14" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id4">[4]</a></td><td>The exception raised will likely be an <a class="reference internal" href="exceptions.html#exceptions.ImportError" title="exceptions.ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a> or an <a class="reference internal" href="exceptions.html#exceptions.AttributeError" title="exceptions.AttributeError"><tt class="xref py py-exc docutils literal"><span class="pre">AttributeError</span></tt></a> but it could be something else.</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id15" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id5">[5]</a></td><td>These methods can also be used to implement copying class instances.</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id16" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id6">[6]</a></td><td>This protocol is also used by the shallow and deep copying operations defined in the <a class="reference internal" href="copy.html#module-copy" title="copy: Shallow and deep copy operations."><tt class="xref py py-mod docutils literal"><span class="pre">copy</span></tt></a> module.</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id17" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id7">[7]</a></td><td>The actual mechanism for associating these user defined functions is slightly different for <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> and <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a>. The description given here works the same for both implementations. Users of the <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> module could also use subclassing to effect the same results, overriding the <tt class="xref py py-meth docutils literal"><span class="pre">persistent_id()</span></tt> and <tt class="xref py py-meth docutils literal"><span class="pre">persistent_load()</span></tt> methods in the derived classes.</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id18" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id8">[8]</a></td><td>We&#8217;ll leave you with the image of Guido and Jim sitting around sniffing pickles in their living rooms.</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id19" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id9">[9]</a></td><td>A word of caution: the mechanisms described here use internal attributes and methods, which are subject to change in future versions of Python. We intend to someday provide a common interface for controlling this behavior, which will work in either <a class="reference internal" href="#module-pickle" title="pickle: Convert Python objects to streams of bytes and back."><tt class="xref py py-mod docutils literal"><span class="pre">pickle</span></tt></a> or <a class="reference internal" href="#module-cPickle" title="cPickle: Faster version of pickle, but not subclassable."><tt class="xref py py-mod docutils literal"><span class="pre">cPickle</span></tt></a>.</td></tr> </tbody> </table> <table class="docutils footnote" frame="void" id="id20" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a class="fn-backref" href="#id10">[10]</a></td><td>Since the pickle data format is actually a tiny stack-oriented programming language, and some freedom is taken in the encodings of certain objects, it is possible that the two modules produce different data streams for the same input objects. However it is guaranteed that they will always be able to read each other&#8217;s data streams.</td></tr> </tbody> </table> </div> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 1990-2017, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="http://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Jan 16, 2017. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. </div> </body> </html>
leesavide/editorial-docs
Documentation/library/pickle.html
HTML
apache-2.0
102,513
<!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_60) on Tue Sep 01 11:39:08 MDT 2015 --> <title>Deprecated List (orchestrate-java-client 0.11.1 API)</title> <meta name="date" content="2015-09-01"> <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="Deprecated List (orchestrate-java-client 0.11.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</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?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Deprecated API" class="title">Deprecated API</h1> <h2 title="Contents">Contents</h2> <ul> <li><a href="#method">Deprecated Methods</a></li> </ul> </div> <div class="contentContainer"><a name="method"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation"> <caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="io/orchestrate/client/KvListResource.html#inclusive--">io.orchestrate.client.KvListResource.inclusive()</a> <div class="block"><span class="deprecationComment">Use startKey(String, boolean)</span></div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="io/orchestrate/client/KvListResource.html#inclusive-boolean-">io.orchestrate.client.KvListResource.inclusive(boolean)</a> <div class="block"><span class="deprecationComment">Use startKey(String, boolean)</span></div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="io/orchestrate/client/Client.html#ping-java.lang.String-">io.orchestrate.client.Client.ping(String)</a></td> </tr> <tr class="rowColor"> <td class="colOne"><a href="io/orchestrate/client/OrchestrateClient.html#ping-java.lang.String-">io.orchestrate.client.OrchestrateClient.ping(String)</a></td> </tr> <tr class="altColor"> <td class="colOne"><a href="io/orchestrate/client/EventResource.html#put-java.lang.Object-">io.orchestrate.client.EventResource.put(Object)</a> <div class="block"><span class="deprecationComment">Use <a href="io/orchestrate/client/EventResource.html#create-java.lang.Object-"><code>EventResource.create(Object)</code></a> for adding new events, and SingleEventResource's 'update' (via <a href="io/orchestrate/client/EventResource.html#ordinal-java.lang.String-"><code>EventResource.ordinal(String)</code></a>) for updating existing event instances.</span></div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="io/orchestrate/client/EventResource.html#put-java.lang.Object-java.lang.Long-">io.orchestrate.client.EventResource.put(Object, Long)</a> <div class="block"><span class="deprecationComment">Use <a href="io/orchestrate/client/EventResource.html#create-java.lang.Object-"><code>EventResource.create(Object)</code></a> for adding new events, and SingleEventResource's 'update' (via <a href="io/orchestrate/client/EventResource.html#ordinal-java.lang.String-"><code>EventResource.ordinal(String)</code></a>) for updating existing event instances.</span></div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</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?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
dsebban/orchestrate-java-client
www/source/javadoc/0.11.1/javadoc/deprecated-list.html
HTML
apache-2.0
6,212
<nav id="app-header" class="navbar-watershed"> <ul class="global-navigation"> <li class="global-navigation-item"> {% if data_catalog_enabled %} <button data-url="/">{{ title }}</button> {% else %} <a href="javascript:void(0);" data-url="/"> <img src="/static/images/logo-mmw-white.png" alt="Model My Watershed" /> </a> {% endif %} </li> </ul> <div class="navigation"> <ul class="main"> {% if data_catalog_enabled %} <li class="header-link"><a target="_blank" rel="noopener noreferrer" href="http://bigcz.org/">About</a></li> {% else %} <li class="header-link"><a href="javascript:void(0);" id="about-modal-trigger">About</a></li> <li class="header-link"><a target="_blank" rel="noopener noreferrer" href="https://wikiwatershed.org/help/">Help</a></li> {% if not itsi_embed and not data_catalog_enabled %} <li class="header-link"><a href="javascript:void(0);" id="header-open-project">Projects</a></li> {% endif %} {% endif %} {% if guest %} <li class="header-link"><a class="show-login" href="javascript:void(0);">Login</a></li> {% else %} <li class="dropdown header-link"> <a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0);"> {{ username }} </a> {% if not profile_is_complete %} <a href="/account" {% if show_profile_popover %} title="No problem" data-toggle="popover" tabindex="0" data-content="You can click on this little blue circle whenever you are ready to fill out the user survey. We'd really appreciate it." data-template="<div class='popover profile-popover'><h2 class='popover-title'></h2><div class='popover-content'></div><div class='btn btn-md btn-active btn-block' id='popover-close-button'>Okay</div><div class='arrow'></div></div>" {% endif %} ><div class="profile-reminder-dot"></div></a> {% endif %} <a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0);"> <span class="caret"></span> </a> <ul class="dropdown-menu"> {% if itsi %} <li><a href="#" class="clone-project">Clone Project</a></li> {% endif %} <li><a data-url="/account/">My Account</a></li> <li><a href="/user/logout" class="user-logout">Logout</a></li> </ul> </li> {% endif %} </ul> </div> </nav> {% if show_profile_popover %} <div class="modal profile-fade-background" tabindex="-1"> {% endif %}
WikiWatershed/model-my-watershed
src/mmw/js/src/core/templates/header.html
HTML
apache-2.0
3,074
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>HttpFundamental\ContentType\Html | HTTP Fundamental</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:HttpFundamental_ContentType_Html" 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">HTTP Fundamental</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">class</span></li> <li><a href="../../HttpFundamental.html">HttpFundamental</a></li> <li><a href="../../HttpFundamental/ContentType.html">ContentType</a></li> <li>Html</li> </ol> </div> <div id="page-content"> <div class="page-header"> <h1>Html</h1> </div> <p> class <strong>Html</strong> implements <a href="../../HttpFundamental/ContentTypeInterface.html"><abbr title="HttpFundamental\ContentTypeInterface">ContentTypeInterface</abbr></a> </p> <h2>Methods</h2> <div class="container-fluid underlined"> <div class="row"> <div class="col-md-2 type"> void </div> <div class="col-md-8 type"> <a href="#method_prepareResponse">prepareResponse</a>( <abbr title="HttpFundamental\HttpFundamental\Response">Response</abbr> $response) <p>Prepare the content of the response before to send it to client</p> </div> <div class="col-md-2"></div> </div> <div class="row"> <div class="col-md-2 type"> string|array </div> <div class="col-md-8 type"> <a href="#method_parseContent">parseContent</a>( string $content) <p>Parse an input content</p> </div> <div class="col-md-2"></div> </div> <div class="row"> <div class="col-md-2 type"> string </div> <div class="col-md-8 type"> <a href="#method_prepareContent">prepareContent</a>( string|array $content) <p>Prepare a content for output</p> </div> <div class="col-md-2"></div> </div> <div class="row"> <div class="col-md-2 type"> static&nbsp; string </div> <div class="col-md-8 type"> <a href="#method_getContentType">getContentType</a>() <p>Get the "content-Type" header value</p> </div> <div class="col-md-2"></div> </div> </div> <h2>Details</h2> <div id="method-details"> <div class="method-item"> <h3 id="method_prepareResponse"> <div class="location">at line 40</div> <code> void <strong>prepareResponse</strong>( <abbr title="HttpFundamental\HttpFundamental\Response">Response</abbr> $response)</code> </h3> <div class="details"> <div class="method-description"> <p>Prepare the content of the response before to send it to client</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> <abbr title="HttpFundamental\HttpFundamental\Response">Response</abbr></td> <td>$response</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> void</td> <td> </td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_parseContent"> <div class="location">at line 50</div> <code> string|array <strong>parseContent</strong>( string $content)</code> </h3> <div class="details"> <div class="method-description"> <p>Parse an input content</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> string</td> <td>$content</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> string|array</td> <td> </td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_prepareContent"> <div class="location">at line 61</div> <code> string <strong>prepareContent</strong>( string|array $content)</code> </h3> <div class="details"> <div class="method-description"> <p>Prepare a content for output</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> string|array</td> <td>$content</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> string</td> <td> </td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getContentType"> <div class="location">at line 78</div> <code> static string <strong>getContentType</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Get the "content-Type" header value</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> string</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>
atelierspierrot/http-fundamental
phpdoc/HttpFundamental/ContentType/Html.html
HTML
apache-2.0
10,050
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_06.html">Class Test_AbaRouteValidator_06</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_11753_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_06.html?line=42136#src-42136" >testAbaNumberCheck_11753_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:36:10 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_11753_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=17070#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_06_testAbaNumberCheck_11753_good_d66.html
HTML
apache-2.0
9,181
<h4 style="font-family:'΢ÈíÑźÚ'"><span>ÊÖдǩÕ¿ؼþµÄ×÷Óã¿</span></h4> <hr> <p style="font-size:1.1em;line-height:22px;"> ÊÖдǩÕ¿ÉʵÏÖÓ¡Õ»òÊÖдǩÃûÓë±íµ¥Êý¾ÝÀ¦°ó£¬Ò»µ©Êý¾Ý±»Ð޸ģ¬Ó¡Õ»òÇ©ÃûÁ¢¼´Ê§Ð§¡£ÐèÒª¹ÜÀíÔ±ÔÚÉè¼Æ±íµ¥Ê±£¬Ìí¼ÓÊÖдǩÕ¿ؼþ¡£ÊÖдǩÕÂΪ¿ÉÑ¡×é¼þÐèÁí¹ºÂò¡£ </p>
Himkwok/TaxEasy
Aptana Jaxer/public/demo/Oa/static/help/common/workflow/flow_form/013.html
HTML
apache-2.0
282
<wicket:extend> <form wicket:id="form"> <div wicket:id="gcBorder" class="cronField storage"> <div class="field-row"> <div class="field required field-sep" style="margin-left: 2px;"> <label> <wicket:message key="cronExp"/> <span wicket:id="cronExp.help"/> </label> <div class="value"> <input wicket:id="cronExp" type="text" class="text"/> </div> </div> <div class="field field-sep"> <label>Next Garbage Collection Time</label> <div class="value"> <span wicket:id="cronNextDatePanel"/> </div> </div> <div class="buttons"> <button wicket:id="collect"></button> <span wicket:id="gcHelp"></span> </div> </div> </div> <div wicket:id="quotaBorder" class="cron-fields"> <div class="field-row"> <div class="field"> <input wicket:id="enabled" type="checkbox"/> <span wicket:id="enabled.help"></span> </div> </div> <div class="field-row"> <div class="field field-sep"> <label>Storage Space Limit (Percentage)</label> <span wicket:id="diskSpaceLimitPercentage.help"></span> <div class="value"> <input wicket:id="diskSpaceLimitPercentage" type="text" class="text"/> </div> </div> <div class="field field-sep"> <label>Storage Space Warning (Percentage)</label> <span wicket:id="diskSpaceWarningPercentage.help"></span> <div class="value"> <input wicket:id="diskSpaceWarningPercentage" type="text" class="text"/> </div> </div> </div> </div> <div wicket:id="cleanupBorder" class="cron-fields"> <div class="field-row"> <div class="field required field-sep" style="margin-left: 2px;"> <label> <wicket:message key="cronExp"/> <span wicket:id="cronExp.help"/> </label> <div class="value"> <input wicket:id="cronExp" type="text" class="text"/> </div> </div> <div class="field field-sep"> <label>Next Cached Artifacts Cleanup Time</label> <div class="value"> <span wicket:id="cronNextDatePanel"/> </div> </div> </div> <div class="buttons"> <button wicket:id="cleanup"></button> <span wicket:id="cleanupHelp"></span> </div> </div> <div wicket:id="virtualCleanupBorder" class="cron-fields"> <div class="field-row"> <div class="field required field-sep" style="margin-left: 2px;"> <label> <wicket:message key="cronExp"/> <span wicket:id="virtualCronExp.help"/> </label> <div class="value"> <input wicket:id="cronExp" type="text" class="text"/> </div> </div> <div class="field field-sep"> <label>Next Virtual Repositories Cleanup Time</label> <div class="value"> <span wicket:id="virtualCronNextDatePanel"/> </div> </div> </div> <div class="buttons"> <button wicket:id="virtualCleanup"></button> <span wicket:id="virtualCleanupHelp"></span> </div> </div> </form> <div wicket:id="storage" class="storage"> <div class="buttons"> <button wicket:id="compress"></button> <span wicket:id="compressHelp"></span> </div> <div class="buttons"> <button wicket:id="prune"></button> <span wicket:id="pruneHelp"></span> </div> </div> <div class="buttons"> <button class="default-button" wicket:id="saveButton"></button> <button wicket:id="cancel"></button> </div> </wicket:extend>
alancnet/artifactory
web/application/src/main/java/org/artifactory/webapp/wicket/page/config/advanced/MaintenancePage.html
HTML
apache-2.0
4,692
<!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_20) on Sun Oct 12 20:53:28 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes (FreeMarker 2.3.21 API)</title> <meta name="date" content="2014-10-12"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <h1 class="bar">All&nbsp;Classes</h1> <div class="indexContainer"> <ul> <li><a href="freemarker/template/AdapterTemplateModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">AdapterTemplateModel</span></a></li> <li><a href="freemarker/ext/servlet/AllHttpScopesHashModel.html" title="class in freemarker.ext.servlet" target="classFrame">AllHttpScopesHashModel</a></li> <li><a href="freemarker/core/ArithmeticEngine.html" title="class in freemarker.core" target="classFrame">ArithmeticEngine</a></li> <li><a href="freemarker/core/ArithmeticEngine.BigDecimalEngine.html" title="class in freemarker.core" target="classFrame">ArithmeticEngine.BigDecimalEngine</a></li> <li><a href="freemarker/core/ArithmeticEngine.ConservativeEngine.html" title="class in freemarker.core" target="classFrame">ArithmeticEngine.ConservativeEngine</a></li> <li><a href="freemarker/ext/beans/ArrayModel.html" title="class in freemarker.ext.beans" target="classFrame">ArrayModel</a></li> <li><a href="freemarker/ext/beans/BeanModel.html" title="class in freemarker.ext.beans" target="classFrame">BeanModel</a></li> <li><a href="freemarker/ext/beans/BeansModelCache.html" title="class in freemarker.ext.beans" target="classFrame">BeansModelCache</a></li> <li><a href="freemarker/ext/beans/BeansWrapper.html" title="class in freemarker.ext.beans" target="classFrame">BeansWrapper</a></li> <li><a href="freemarker/ext/beans/BeansWrapper.MethodAppearanceDecision.html" title="class in freemarker.ext.beans" target="classFrame">BeansWrapper.MethodAppearanceDecision</a></li> <li><a href="freemarker/ext/beans/BeansWrapper.MethodAppearanceDecisionInput.html" title="class in freemarker.ext.beans" target="classFrame">BeansWrapper.MethodAppearanceDecisionInput</a></li> <li><a href="freemarker/ext/beans/BeansWrapperBuilder.html" title="class in freemarker.ext.beans" target="classFrame">BeansWrapperBuilder</a></li> <li><a href="freemarker/ext/beans/BeansWrapperConfiguration.html" title="class in freemarker.ext.beans" target="classFrame">BeansWrapperConfiguration</a></li> <li><a href="freemarker/ext/beans/BooleanModel.html" title="class in freemarker.ext.beans" target="classFrame">BooleanModel</a></li> <li><a href="freemarker/debug/Breakpoint.html" title="class in freemarker.debug" target="classFrame">Breakpoint</a></li> <li><a href="freemarker/core/BugException.html" title="class in freemarker.core" target="classFrame">BugException</a></li> <li><a href="freemarker/cache/CacheStorage.html" title="interface in freemarker.cache" target="classFrame"><span class="interfaceName">CacheStorage</span></a></li> <li><a href="freemarker/cache/CacheStorageWithGetSize.html" title="interface in freemarker.cache" target="classFrame"><span class="interfaceName">CacheStorageWithGetSize</span></a></li> <li><a href="freemarker/template/utility/CaptureOutput.html" title="class in freemarker.template.utility" target="classFrame">CaptureOutput</a></li> <li><a href="freemarker/cache/ClassTemplateLoader.html" title="class in freemarker.cache" target="classFrame">ClassTemplateLoader</a></li> <li><a href="freemarker/template/utility/ClassUtil.html" title="class in freemarker.template.utility" target="classFrame">ClassUtil</a></li> <li><a href="freemarker/ext/beans/CollectionModel.html" title="class in freemarker.ext.beans" target="classFrame">CollectionModel</a></li> <li><a href="freemarker/template/utility/Collections12.html" title="class in freemarker.template.utility" target="classFrame">Collections12</a></li> <li><a href="freemarker/template/utility/CollectionUtils.html" title="class in freemarker.template.utility" target="classFrame">CollectionUtils</a></li> <li><a href="freemarker/core/CommandLine.html" title="class in freemarker.core" target="classFrame">CommandLine</a></li> <li><a href="freemarker/cache/ConcurrentCacheStorage.html" title="interface in freemarker.cache" target="classFrame"><span class="interfaceName">ConcurrentCacheStorage</span></a></li> <li><a href="freemarker/core/Configurable.html" title="class in freemarker.core" target="classFrame">Configurable</a></li> <li><a href="freemarker/core/Configurable.SettingValueAssignmentException.html" title="class in freemarker.core" target="classFrame">Configurable.SettingValueAssignmentException</a></li> <li><a href="freemarker/core/Configurable.UnknownSettingException.html" title="class in freemarker.core" target="classFrame">Configurable.UnknownSettingException</a></li> <li><a href="freemarker/template/Configuration.html" title="class in freemarker.template" target="classFrame">Configuration</a></li> <li><a href="freemarker/template/utility/Constants.html" title="class in freemarker.template.utility" target="classFrame">Constants</a></li> <li><a href="freemarker/core/CustomAttribute.html" title="class in freemarker.core" target="classFrame">CustomAttribute</a></li> <li><a href="freemarker/ext/beans/DateModel.html" title="class in freemarker.ext.beans" target="classFrame">DateModel</a></li> <li><a href="freemarker/template/utility/DateUtil.html" title="class in freemarker.template.utility" target="classFrame">DateUtil</a></li> <li><a href="freemarker/template/utility/DateUtil.CalendarFieldsToDateConverter.html" title="interface in freemarker.template.utility" target="classFrame"><span class="interfaceName">DateUtil.CalendarFieldsToDateConverter</span></a></li> <li><a href="freemarker/template/utility/DateUtil.DateParseException.html" title="class in freemarker.template.utility" target="classFrame">DateUtil.DateParseException</a></li> <li><a href="freemarker/template/utility/DateUtil.DateToISO8601CalendarFactory.html" title="interface in freemarker.template.utility" target="classFrame"><span class="interfaceName">DateUtil.DateToISO8601CalendarFactory</span></a></li> <li><a href="freemarker/template/utility/DateUtil.TrivialCalendarFieldsToDateConverter.html" title="class in freemarker.template.utility" target="classFrame">DateUtil.TrivialCalendarFieldsToDateConverter</a></li> <li><a href="freemarker/template/utility/DateUtil.TrivialDateToISO8601CalendarFactory.html" title="class in freemarker.template.utility" target="classFrame">DateUtil.TrivialDateToISO8601CalendarFactory</a></li> <li><a href="freemarker/debug/DebuggedEnvironment.html" title="interface in freemarker.debug" target="classFrame"><span class="interfaceName">DebuggedEnvironment</span></a></li> <li><a href="freemarker/debug/Debugger.html" title="interface in freemarker.debug" target="classFrame"><span class="interfaceName">Debugger</span></a></li> <li><a href="freemarker/debug/DebuggerClient.html" title="class in freemarker.debug" target="classFrame">DebuggerClient</a></li> <li><a href="freemarker/debug/DebuggerListener.html" title="interface in freemarker.debug" target="classFrame"><span class="interfaceName">DebuggerListener</span></a></li> <li><a href="freemarker/debug/DebugModel.html" title="interface in freemarker.debug" target="classFrame"><span class="interfaceName">DebugModel</span></a></li> <li><a href="freemarker/template/utility/DeepUnwrap.html" title="class in freemarker.template.utility" target="classFrame">DeepUnwrap</a></li> <li><a href="freemarker/template/DefaultObjectWrapper.html" title="class in freemarker.template" target="classFrame">DefaultObjectWrapper</a></li> <li><a href="freemarker/template/DefaultObjectWrapperBuilder.html" title="class in freemarker.template" target="classFrame">DefaultObjectWrapperBuilder</a></li> <li><a href="freemarker/template/utility/DOMNodeModel.html" title="class in freemarker.template.utility" target="classFrame">DOMNodeModel</a></li> <li><a href="freemarker/ext/beans/EnumerationModel.html" title="class in freemarker.ext.beans" target="classFrame">EnumerationModel</a></li> <li><a href="freemarker/core/Environment.html" title="class in freemarker.core" target="classFrame">Environment</a></li> <li><a href="freemarker/debug/EnvironmentSuspendedEvent.html" title="class in freemarker.debug" target="classFrame">EnvironmentSuspendedEvent</a></li> <li><a href="freemarker/ext/jsp/EventForwarding.html" title="class in freemarker.ext.jsp" target="classFrame">EventForwarding</a></li> <li><a href="freemarker/template/utility/Execute.html" title="class in freemarker.template.utility" target="classFrame">Execute</a></li> <li><a href="freemarker/cache/FileTemplateLoader.html" title="class in freemarker.cache" target="classFrame">FileTemplateLoader</a></li> <li><a href="freemarker/ext/servlet/FreemarkerServlet.html" title="class in freemarker.ext.servlet" target="classFrame">FreemarkerServlet</a></li> <li><a href="freemarker/ext/jsp/FreemarkerTag.html" title="class in freemarker.ext.jsp" target="classFrame">FreemarkerTag</a></li> <li><a href="freemarker/core/FreeMarkerTree.html" title="class in freemarker.core" target="classFrame">FreeMarkerTree</a></li> <li><a href="freemarker/ext/ant/FreemarkerXmlTask.html" title="class in freemarker.ext.ant" target="classFrame">FreemarkerXmlTask</a></li> <li><a href="freemarker/ext/beans/HashAdapter.html" title="class in freemarker.ext.beans" target="classFrame">HashAdapter</a></li> <li><a href="freemarker/template/utility/HtmlEscape.html" title="class in freemarker.template.utility" target="classFrame">HtmlEscape</a></li> <li><a href="freemarker/ext/servlet/HttpRequestHashModel.html" title="class in freemarker.ext.servlet" target="classFrame">HttpRequestHashModel</a></li> <li><a href="freemarker/ext/servlet/HttpRequestParametersHashModel.html" title="class in freemarker.ext.servlet" target="classFrame">HttpRequestParametersHashModel</a></li> <li><a href="freemarker/ext/servlet/HttpSessionHashModel.html" title="class in freemarker.ext.servlet" target="classFrame">HttpSessionHashModel</a></li> <li><a href="freemarker/ext/util/IdentityHashMap.html" title="class in freemarker.ext.util" target="classFrame">IdentityHashMap</a></li> <li><a href="freemarker/ext/servlet/IncludePage.html" title="class in freemarker.ext.servlet" target="classFrame">IncludePage</a></li> <li><a href="freemarker/ext/beans/InvalidPropertyException.html" title="class in freemarker.ext.beans" target="classFrame">InvalidPropertyException</a></li> <li><a href="freemarker/core/InvalidReferenceException.html" title="class in freemarker.core" target="classFrame">InvalidReferenceException</a></li> <li><a href="freemarker/ext/beans/IteratorModel.html" title="class in freemarker.ext.beans" target="classFrame">IteratorModel</a></li> <li><a href="freemarker/ext/ant/JythonAntTask.html" title="class in freemarker.ext.ant" target="classFrame">JythonAntTask</a></li> <li><a href="freemarker/ext/jython/JythonHashModel.html" title="class in freemarker.ext.jython" target="classFrame">JythonHashModel</a></li> <li><a href="freemarker/ext/jython/JythonModel.html" title="class in freemarker.ext.jython" target="classFrame">JythonModel</a></li> <li><a href="freemarker/ext/jython/JythonNumberModel.html" title="class in freemarker.ext.jython" target="classFrame">JythonNumberModel</a></li> <li><a href="freemarker/template/utility/JythonRuntime.html" title="class in freemarker.template.utility" target="classFrame">JythonRuntime</a></li> <li><a href="freemarker/ext/jython/JythonSequenceModel.html" title="class in freemarker.ext.jython" target="classFrame">JythonSequenceModel</a></li> <li><a href="freemarker/ext/jython/JythonVersionAdapter.html" title="class in freemarker.ext.jython" target="classFrame">JythonVersionAdapter</a></li> <li><a href="freemarker/ext/jython/JythonWrapper.html" title="class in freemarker.ext.jython" target="classFrame">JythonWrapper</a></li> <li><a href="freemarker/template/LocalizedString.html" title="class in freemarker.template" target="classFrame">LocalizedString</a></li> <li><a href="freemarker/log/Logger.html" title="class in freemarker.log" target="classFrame">Logger</a></li> <li><a href="freemarker/ext/beans/MapModel.html" title="class in freemarker.ext.beans" target="classFrame">MapModel</a></li> <li><a href="freemarker/ext/beans/MethodAppearanceFineTuner.html" title="interface in freemarker.ext.beans" target="classFrame"><span class="interfaceName">MethodAppearanceFineTuner</span></a></li> <li><a href="freemarker/ext/util/ModelCache.html" title="class in freemarker.ext.util" target="classFrame">ModelCache</a></li> <li><a href="freemarker/ext/util/ModelFactory.html" title="interface in freemarker.ext.util" target="classFrame"><span class="interfaceName">ModelFactory</span></a></li> <li><a href="freemarker/cache/MruCacheStorage.html" title="class in freemarker.cache" target="classFrame">MruCacheStorage</a></li> <li><a href="freemarker/cache/MultiTemplateLoader.html" title="class in freemarker.cache" target="classFrame">MultiTemplateLoader</a></li> <li><a href="freemarker/ext/jdom/NodeListModel.html" title="class in freemarker.ext.jdom" target="classFrame">NodeListModel</a></li> <li><a href="freemarker/ext/xml/NodeListModel.html" title="class in freemarker.ext.xml" target="classFrame">NodeListModel</a></li> <li><a href="freemarker/ext/dom/NodeModel.html" title="class in freemarker.ext.dom" target="classFrame">NodeModel</a></li> <li><a href="freemarker/core/NonBooleanException.html" title="class in freemarker.core" target="classFrame">NonBooleanException</a></li> <li><a href="freemarker/core/NonDateException.html" title="class in freemarker.core" target="classFrame">NonDateException</a></li> <li><a href="freemarker/core/NonExtendedHashException.html" title="class in freemarker.core" target="classFrame">NonExtendedHashException</a></li> <li><a href="freemarker/core/NonHashException.html" title="class in freemarker.core" target="classFrame">NonHashException</a></li> <li><a href="freemarker/core/NonMethodException.html" title="class in freemarker.core" target="classFrame">NonMethodException</a></li> <li><a href="freemarker/core/NonNodeException.html" title="class in freemarker.core" target="classFrame">NonNodeException</a></li> <li><a href="freemarker/core/NonNumericalException.html" title="class in freemarker.core" target="classFrame">NonNumericalException</a></li> <li><a href="freemarker/core/NonSequenceException.html" title="class in freemarker.core" target="classFrame">NonSequenceException</a></li> <li><a href="freemarker/core/NonSequenceOrCollectionException.html" title="class in freemarker.core" target="classFrame">NonSequenceOrCollectionException</a></li> <li><a href="freemarker/core/NonStringException.html" title="class in freemarker.core" target="classFrame">NonStringException</a></li> <li><a href="freemarker/template/utility/NormalizeNewlines.html" title="class in freemarker.template.utility" target="classFrame">NormalizeNewlines</a></li> <li><a href="freemarker/template/utility/NullArgumentException.html" title="class in freemarker.template.utility" target="classFrame">NullArgumentException</a></li> <li><a href="freemarker/cache/NullCacheStorage.html" title="class in freemarker.cache" target="classFrame">NullCacheStorage</a></li> <li><a href="freemarker/template/utility/NullWriter.html" title="class in freemarker.template.utility" target="classFrame">NullWriter</a></li> <li><a href="freemarker/ext/beans/NumberModel.html" title="class in freemarker.ext.beans" target="classFrame">NumberModel</a></li> <li><a href="freemarker/template/utility/NumberUtil.html" title="class in freemarker.template.utility" target="classFrame">NumberUtil</a></li> <li><a href="freemarker/template/utility/ObjectConstructor.html" title="class in freemarker.template.utility" target="classFrame">ObjectConstructor</a></li> <li><a href="freemarker/template/ObjectWrapper.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">ObjectWrapper</span></a></li> <li><a href="freemarker/template/utility/OptimizerUtil.html" title="class in freemarker.template.utility" target="classFrame">OptimizerUtil</a></li> <li><a href="freemarker/core/OptInTemplateClassResolver.html" title="class in freemarker.core" target="classFrame">OptInTemplateClassResolver</a></li> <li><a href="freemarker/ext/beans/OverloadedMethodsModel.html" title="class in freemarker.ext.beans" target="classFrame">OverloadedMethodsModel</a></li> <li><a href="freemarker/core/ParseException.html" title="class in freemarker.core" target="classFrame">ParseException</a></li> <li><a href="freemarker/template/ResourceBundleLocalizedString.html" title="class in freemarker.template" target="classFrame">ResourceBundleLocalizedString</a></li> <li><a href="freemarker/ext/beans/ResourceBundleModel.html" title="class in freemarker.ext.beans" target="classFrame">ResourceBundleModel</a></li> <li><a href="freemarker/ext/rhino/RhinoFunctionModel.html" title="class in freemarker.ext.rhino" target="classFrame">RhinoFunctionModel</a></li> <li><a href="freemarker/ext/rhino/RhinoScriptableModel.html" title="class in freemarker.ext.rhino" target="classFrame">RhinoScriptableModel</a></li> <li><a href="freemarker/ext/rhino/RhinoWrapper.html" title="class in freemarker.ext.rhino" target="classFrame">RhinoWrapper</a></li> <li><a href="freemarker/template/utility/SecurityUtilities.html" title="class in freemarker.template.utility" target="classFrame">SecurityUtilities</a></li> <li><a href="freemarker/ext/servlet/ServletContextHashModel.html" title="class in freemarker.ext.servlet" target="classFrame">ServletContextHashModel</a></li> <li><a href="freemarker/template/SimpleCollection.html" title="class in freemarker.template" target="classFrame">SimpleCollection</a></li> <li><a href="freemarker/template/SimpleDate.html" title="class in freemarker.template" target="classFrame">SimpleDate</a></li> <li><a href="freemarker/template/SimpleHash.html" title="class in freemarker.template" target="classFrame">SimpleHash</a></li> <li><a href="freemarker/template/SimpleList.html" title="class in freemarker.template" target="classFrame">SimpleList</a></li> <li><a href="freemarker/ext/beans/SimpleMapModel.html" title="class in freemarker.ext.beans" target="classFrame">SimpleMapModel</a></li> <li><a href="freemarker/ext/beans/SimpleMethodModel.html" title="class in freemarker.ext.beans" target="classFrame">SimpleMethodModel</a></li> <li><a href="freemarker/template/SimpleNumber.html" title="class in freemarker.template" target="classFrame">SimpleNumber</a></li> <li><a href="freemarker/template/SimpleObjectWrapper.html" title="class in freemarker.template" target="classFrame">SimpleObjectWrapper</a></li> <li><a href="freemarker/template/SimpleScalar.html" title="class in freemarker.template" target="classFrame">SimpleScalar</a></li> <li><a href="freemarker/template/SimpleSequence.html" title="class in freemarker.template" target="classFrame">SimpleSequence</a></li> <li><a href="freemarker/ext/beans/SingletonCustomizer.html" title="interface in freemarker.ext.beans" target="classFrame"><span class="interfaceName">SingletonCustomizer</span></a></li> <li><a href="freemarker/cache/SoftCacheStorage.html" title="class in freemarker.cache" target="classFrame">SoftCacheStorage</a></li> <li><a href="freemarker/template/utility/StandardCompress.html" title="class in freemarker.template.utility" target="classFrame">StandardCompress</a></li> <li><a href="freemarker/cache/StatefulTemplateLoader.html" title="interface in freemarker.cache" target="classFrame"><span class="interfaceName">StatefulTemplateLoader</span></a></li> <li><a href="freemarker/core/StopException.html" title="class in freemarker.core" target="classFrame">StopException</a></li> <li><a href="freemarker/ext/beans/StringModel.html" title="class in freemarker.ext.beans" target="classFrame">StringModel</a></li> <li><a href="freemarker/cache/StringTemplateLoader.html" title="class in freemarker.cache" target="classFrame">StringTemplateLoader</a></li> <li><a href="freemarker/template/utility/StringUtil.html" title="class in freemarker.template.utility" target="classFrame">StringUtil</a></li> <li><a href="freemarker/cache/StrongCacheStorage.html" title="class in freemarker.cache" target="classFrame">StrongCacheStorage</a></li> <li><a href="freemarker/ext/jsp/TaglibFactory.html" title="class in freemarker.ext.jsp" target="classFrame">TaglibFactory</a></li> <li><a href="freemarker/template/Template.html" title="class in freemarker.template" target="classFrame">Template</a></li> <li><a href="freemarker/template/Template.WrongEncodingException.html" title="class in freemarker.template" target="classFrame">Template.WrongEncodingException</a></li> <li><a href="freemarker/template/TemplateBooleanModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateBooleanModel</span></a></li> <li><a href="freemarker/cache/TemplateCache.html" title="class in freemarker.cache" target="classFrame">TemplateCache</a></li> <li><a href="freemarker/core/TemplateClassResolver.html" title="interface in freemarker.core" target="classFrame"><span class="interfaceName">TemplateClassResolver</span></a></li> <li><a href="freemarker/template/TemplateCollectionModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateCollectionModel</span></a></li> <li><a href="freemarker/template/TemplateDateModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateDateModel</span></a></li> <li><a href="freemarker/template/TemplateDirectiveBody.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateDirectiveBody</span></a></li> <li><a href="freemarker/template/TemplateDirectiveModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateDirectiveModel</span></a></li> <li><a href="freemarker/template/TemplateException.html" title="class in freemarker.template" target="classFrame">TemplateException</a></li> <li><a href="freemarker/template/TemplateExceptionHandler.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateExceptionHandler</span></a></li> <li><a href="freemarker/template/TemplateHashModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateHashModel</span></a></li> <li><a href="freemarker/template/TemplateHashModelEx.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateHashModelEx</span></a></li> <li><a href="freemarker/cache/TemplateLoader.html" title="interface in freemarker.cache" target="classFrame"><span class="interfaceName">TemplateLoader</span></a></li> <li><a href="freemarker/template/TemplateMethodModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateMethodModel</span></a></li> <li><a href="freemarker/template/TemplateMethodModelEx.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateMethodModelEx</span></a></li> <li><a href="freemarker/template/TemplateModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateModel</span></a></li> <li><a href="freemarker/template/TemplateModelAdapter.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateModelAdapter</span></a></li> <li><a href="freemarker/template/TemplateModelException.html" title="class in freemarker.template" target="classFrame">TemplateModelException</a></li> <li><a href="freemarker/template/TemplateModelIterator.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateModelIterator</span></a></li> <li><a href="freemarker/template/TemplateModelListSequence.html" title="class in freemarker.template" target="classFrame">TemplateModelListSequence</a></li> <li><a href="freemarker/template/TemplateNodeModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateNodeModel</span></a></li> <li><a href="freemarker/template/TemplateNumberModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateNumberModel</span></a></li> <li><a href="freemarker/template/TemplateScalarModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateScalarModel</span></a></li> <li><a href="freemarker/template/TemplateSequenceModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateSequenceModel</span></a></li> <li><a href="freemarker/template/TemplateTransformModel.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TemplateTransformModel</span></a></li> <li><a href="freemarker/template/utility/ToCanonical.html" title="class in freemarker.template.utility" target="classFrame">ToCanonical</a></li> <li><a href="freemarker/ext/dom/Transform.html" title="class in freemarker.ext.dom" target="classFrame">Transform</a></li> <li><a href="freemarker/template/TransformControl.html" title="interface in freemarker.template" target="classFrame"><span class="interfaceName">TransformControl</span></a></li> <li><a href="freemarker/template/utility/UndeclaredThrowableException.html" title="class in freemarker.template.utility" target="classFrame">UndeclaredThrowableException</a></li> <li><a href="freemarker/core/UnexpectedTypeException.html" title="class in freemarker.core" target="classFrame">UnexpectedTypeException</a></li> <li><a href="freemarker/ext/ant/UnlinkedJythonOperationsImpl.html" title="class in freemarker.ext.ant" target="classFrame">UnlinkedJythonOperationsImpl</a></li> <li><a href="freemarker/template/utility/UnrecognizedTimeZoneException.html" title="class in freemarker.template.utility" target="classFrame">UnrecognizedTimeZoneException</a></li> <li><a href="freemarker/template/utility/UnsupportedNumberClassException.html" title="class in freemarker.template.utility" target="classFrame">UnsupportedNumberClassException</a></li> <li><a href="freemarker/cache/URLTemplateLoader.html" title="class in freemarker.cache" target="classFrame">URLTemplateLoader</a></li> <li><a href="freemarker/template/Version.html" title="class in freemarker.template" target="classFrame">Version</a></li> <li><a href="freemarker/cache/WebappTemplateLoader.html" title="class in freemarker.cache" target="classFrame">WebappTemplateLoader</a></li> <li><a href="freemarker/ext/util/WrapperTemplateModel.html" title="interface in freemarker.ext.util" target="classFrame"><span class="interfaceName">WrapperTemplateModel</span></a></li> <li><a href="freemarker/template/WrappingTemplateModel.html" title="class in freemarker.template" target="classFrame">WrappingTemplateModel</a></li> <li><a href="freemarker/template/utility/WriteProtectable.html" title="interface in freemarker.template.utility" target="classFrame"><span class="interfaceName">WriteProtectable</span></a></li> <li><a href="freemarker/template/utility/XmlEscape.html" title="class in freemarker.template.utility" target="classFrame">XmlEscape</a></li> <li><a href="freemarker/ext/dom/XPathSupport.html" title="interface in freemarker.ext.dom" target="classFrame"><span class="interfaceName">XPathSupport</span></a></li> </ul> </div> </body> </html>
vicre/dsl-appliance
appliance/com.datascilab.core.codeGenerator/doc/_html/api/allclasses-frame.html
HTML
apache-2.0
27,972