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>coinductive-examples: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / coinductive-examples - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coinductive-examples <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-08 18:05:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-08 18:05:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/coinductive-examples&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/CoinductiveExamples&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: co-inductive types&quot; &quot;keyword: co-induction&quot; &quot;category: Miscellaneous/Coq Use Examples&quot; ] authors: [ &quot;Eduardo Giménez&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coinductive-examples/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coinductive-examples.git&quot; synopsis: &quot;Some simple examples about co-inductive types and co-induction&quot; description: &quot;&quot;&quot; This directory containts some simple examples about the use of co-inductive types in Coq. Directory ARITH is about non-standard arithmetic. Directory STREAMS contains examples about schemes, including an application of the translation method presented in Eduardo Giménez&#39;s article ``Codifying guarded definitions with recursive schemes&#39;&#39; (LNCS no. 996).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coinductive-examples/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=51b344c1109b7981c06f72fe9fe73d4a&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-coinductive-examples.8.7.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2). The following dependencies couldn&#39;t be met: - coq-coinductive-examples -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coinductive-examples.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.8.2/coinductive-examples/8.7.0.html
HTML
mit
7,419
<ul> <li class='first'><a href="/">首页</a></li> <r:navigation urls="走进燕赵: /walk_into_yanzhao | 企业简介 : /walk_info_yanzhao/simple_introduce"> <r:normal><li><a href="<r:url />"><r:title /></a></li></r:normal> <r:here><li><strong><r:title /></strong></li></r:here> <r:selected><li><strong><a href="<r:url />"><r:title /></a></strong></li></r:selected> </r:navigation> </ul>
chengdh/yanzhao-website
design/pages/walk_into_yanzhao/simple_introduce/breadcrumb_bar.html
HTML
mit
409
<div (click)="toggle.next(task.id)" [ngStyle]="{ textDecoration: task?.complete ? 'line-through' : 'none'}"> {{task?.content}} </div>
randymenna/reactive-angular-seed
src/app/components/tasks/task-item/task-item.component.html
HTML
mit
139
<!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_19) on Fri Oct 29 16:39:53 MSD 2010 --> <TITLE> Uses of Class org.apache.poi.hssf.record.formula.functions.NumericFunction.TwoArg (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2010-10-29"> <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.poi.hssf.record.formula.functions.NumericFunction.TwoArg (POI API Documentation)"; } } </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/poi/hssf/record/formula/functions/NumericFunction.TwoArg.html" title="class in org.apache.poi.hssf.record.formula.functions"><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/poi/hssf/record/formula/functions/\class-useNumericFunction.TwoArg.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NumericFunction.TwoArg.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.poi.hssf.record.formula.functions.NumericFunction.TwoArg</B></H2> </CENTER> No usage of org.apache.poi.hssf.record.formula.functions.NumericFunction.TwoArg <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/poi/hssf/record/formula/functions/NumericFunction.TwoArg.html" title="class in org.apache.poi.hssf.record.formula.functions"><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/poi/hssf/record/formula/functions/\class-useNumericFunction.TwoArg.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NumericFunction.TwoArg.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2010 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
nimbleapps/export_to_spreadsheet
lib/apache-poi/docs/apidocs/org/apache/poi/hssf/record/formula/functions/class-use/NumericFunction.TwoArg.html
HTML
mit
6,665
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div class="SRResult" id="SR_setactive"> <div class="SREntry"> <a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../class_i_ty_actor.html#ad2a1db314df31d4c1114132154644e2d" target="_parent">SetActive</a> <span class="SRScope">ITyActor</span> </div> </div> <div class="SRResult" id="SR_setboundaries"> <div class="SREntry"> <a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../class_c_ty_scene.html#a109099231d27f9f28aa4b73b328397cb" target="_parent">SetBoundaries</a> <span class="SRScope">CTyScene</span> </div> </div> <div class="SRResult" id="SR_setcap"> <div class="SREntry"> <a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../class_iw_clock.html#a4078000fbee8dd5a213f9f13fa612624" target="_parent">SetCap</a> <span class="SRScope">IwClock</span> </div> </div> <div class="SRResult" id="SR_setcaption"> <div class="SREntry"> <a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../class_c_ty_scene.html#aa8e00f437e9dbcb87cb90f3a5fcb6138" target="_parent">SetCaption</a> <span class="SRScope">CTyScene</span> </div> </div> <div class="SRResult" id="SR_setcurrentscene"> <div class="SREntry"> <a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../class_c_ty_scene_manager.html#a9c627181dd23de9e2a8441c63a67d236" target="_parent">SetCurrentScene</a> <span class="SRScope">CTySceneManager</span> </div> </div> <div class="SRResult" id="SR_setcurrentstate"> <div class="SREntry"> <a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../class_i_ty_actor.html#ab7a324bf10f138f537fe2b869d3aeea5" target="_parent">SetCurrentState</a> <span class="SRScope">ITyActor</span> </div> </div> <div class="SRResult" id="SR_setdepth"> <div class="SREntry"> <a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="../class_i_ty_actor.html#a23072345bc259b4a18c702238e3f9249" target="_parent">SetDepth</a> <span class="SRScope">ITyActor</span> </div> </div> <div class="SRResult" id="SR_setmask"> <div class="SREntry"> <a id="Item7" onkeydown="return searchResults.Nav(event,7)" onkeypress="return searchResults.Nav(event,7)" onkeyup="return searchResults.Nav(event,7)" class="SRSymbol" href="../class_i_ty_actor.html#aa119f79b398074a9b9d6281e7b463fee" target="_parent">SetMask</a> <span class="SRScope">ITyActor</span> </div> </div> <div class="SRResult" id="SR_setname"> <div class="SREntry"> <a id="Item8" onkeydown="return searchResults.Nav(event,8)" onkeypress="return searchResults.Nav(event,8)" onkeyup="return searchResults.Nav(event,8)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_setname')">SetName</a> <div class="SRChildren"> <a id="Item8_c0" onkeydown="return searchResults.NavChild(event,8,0)" onkeypress="return searchResults.NavChild(event,8,0)" onkeyup="return searchResults.NavChild(event,8,0)" class="SRScope" href="../class_i_ty_actor.html#a3ecdf0c6c1502c4b5a4a7227811ad0e3" target="_parent">ITyActor::SetName()</a> <a id="Item8_c1" onkeydown="return searchResults.NavChild(event,8,1)" onkeypress="return searchResults.NavChild(event,8,1)" onkeyup="return searchResults.NavChild(event,8,1)" class="SRScope" href="../class_c_ty_scene.html#a2475029f0e2944660057388ef9321d33" target="_parent">CTyScene::SetName()</a> </div> </div> </div> <div class="SRResult" id="SR_setposition"> <div class="SREntry"> <a id="Item9" onkeydown="return searchResults.Nav(event,9)" onkeypress="return searchResults.Nav(event,9)" onkeyup="return searchResults.Nav(event,9)" class="SRSymbol" href="../class_i_ty_actor.html#a9b37537093a7b6c412d6f1379b4eabb9" target="_parent">SetPosition</a> <span class="SRScope">ITyActor</span> </div> </div> <div class="SRResult" id="SR_setrole"> <div class="SREntry"> <a id="Item10" onkeydown="return searchResults.Nav(event,10)" onkeypress="return searchResults.Nav(event,10)" onkeyup="return searchResults.Nav(event,10)" class="SRSymbol" href="../class_i_ty_actor.html#abbf80ab3261ea1ffa4a83e8958f486bd" target="_parent">SetRole</a> <span class="SRScope">ITyActor</span> </div> </div> <div class="SRResult" id="SR_setsolid"> <div class="SREntry"> <a id="Item11" onkeydown="return searchResults.Nav(event,11)" onkeypress="return searchResults.Nav(event,11)" onkeyup="return searchResults.Nav(event,11)" class="SRSymbol" href="../class_i_ty_actor.html#acc5fe8fe823f7a8f95a6bbe505ebe95a" target="_parent">SetSolid</a> <span class="SRScope">ITyActor</span> </div> </div> <div class="SRResult" id="SR_setvisible"> <div class="SREntry"> <a id="Item12" onkeydown="return searchResults.Nav(event,12)" onkeypress="return searchResults.Nav(event,12)" onkeyup="return searchResults.Nav(event,12)" class="SRSymbol" href="../class_i_ty_actor.html#af1f3341d3cb568b2420cfce2a570e507" target="_parent">SetVisible</a> <span class="SRScope">ITyActor</span> </div> </div> <div class="SRResult" id="SR_sprite"> <div class="SREntry"> <a id="Item13" onkeydown="return searchResults.Nav(event,13)" onkeypress="return searchResults.Nav(event,13)" onkeyup="return searchResults.Nav(event,13)" class="SRSymbol" href="../class_i_ty_actor_1_1_c_ty_state.html#ac323a9bfa3ec7cca1b95c3be92de5da1" target="_parent">sprite</a> <span class="SRScope">ITyActor::CTyState</span> </div> </div> <div class="SRResult" id="SR_state"> <div class="SREntry"> <a id="Item14" onkeydown="return searchResults.Nav(event,14)" onkeypress="return searchResults.Nav(event,14)" onkeyup="return searchResults.Nav(event,14)" class="SRSymbol" href="../class_i_ty_actor_1_1_c_ty_state.html#ad744ea8266eddb703ed954daa1c3194b" target="_parent">state</a> <span class="SRScope">ITyActor::CTyState</span> </div> </div> <div class="SRResult" id="SR_step"> <div class="SREntry"> <a id="Item15" onkeydown="return searchResults.Nav(event,15)" onkeypress="return searchResults.Nav(event,15)" onkeyup="return searchResults.Nav(event,15)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_step')">Step</a> <div class="SRChildren"> <a id="Item15_c0" onkeydown="return searchResults.NavChild(event,15,0)" onkeypress="return searchResults.NavChild(event,15,0)" onkeyup="return searchResults.NavChild(event,15,0)" class="SRScope" href="../class_iw_clock.html#a7b426dd93cb168751ec5ff56e9adac77" target="_parent">IwClock::Step()</a> <a id="Item15_c1" onkeydown="return searchResults.NavChild(event,15,1)" onkeypress="return searchResults.NavChild(event,15,1)" onkeyup="return searchResults.NavChild(event,15,1)" class="SRScope" href="../class_c_ty_sprite.html#ac32af738070627e8df2f0de208dbab6a" target="_parent">CTySprite::Step()</a> </div> </div> </div> <div class="SRResult" id="SR_stop"> <div class="SREntry"> <a id="Item16" onkeydown="return searchResults.Nav(event,16)" onkeypress="return searchResults.Nav(event,16)" onkeyup="return searchResults.Nav(event,16)" class="SRSymbol" href="../class_c_ty_sprite.html#aa4f43fb5f8b112598af616e9675f5936" target="_parent">Stop</a> <span class="SRScope">CTySprite</span> </div> </div> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
ostera/Toasty
docs/html/search/all_73.html
HTML
mit
8,590
<p> This section contains a handout for each lesson as well as any relevant lesson files. The handout includes a list of the core concepts, a list of assignments, a list of readings and resources and a transcript. </p> <dl> <dd><a href="https://www.dropbox.com/s/yk6vyvizqcju1i1/CFD_All_Course_Assets.zip?dl=0" target="_blank">Download a zip file of all student assets</a></dd> </dl> <dl> <dt>Lesson 1</dt> <dd><a href="https://www.dropbox.com/s/gsokfjtxpqqfvbg/CFD_Lesson_01_Handout.pdf?dl=0" target="_blank">Handout</a></dd> </dl> <dl> <dt>Lesson 2</dt> <dd><a href="https://www.dropbox.com/s/eezpub5kcevrmvs/CFD_Lesson_02_Handout.pdf?dl=0" target="_blank">Handout</a></dd> </dl> <dl> <dt>Lesson 3</dt> <dd><a href="https://www.dropbox.com/s/o6a8z7qatq63tga/CFD_Lesson_03_Handout.pdf?dl=0" target="_blank">Handout</a></dd> <dd><a href="https://www.dropbox.com/s/c988zg8o0cvxs8r/CFD_Lesson_03_Homework_Files.zip?dl=0" target="_blank">Files</a></dd> </dl> <dl> <dt>Lesson 4</dt> <dd><a href="https://www.dropbox.com/s/vc8othehkie5ryy/CFD_Lesson_04_Handout.pdf?dl=0" target="_blank">Handout</a></dd> <dd><a href="https://www.dropbox.com/s/g2jf9f33ge9zklb/CFD_Lesson_04_Homework_Files.zip?dl=0" target="_blank">Files</a></dd> </dl> <dl> <dt>Lesson 5</dt> <dd><a href="https://www.dropbox.com/s/wnhqltikpqh43jw/CFD_Lesson_05_Handout.pdf?dl=0" target="_blank">Handout</a></dd> <dd><a href="https://www.dropbox.com/s/gubud23jmq40xlb/CFD_Lesson_05_Homework_Files.zip?dl=0" target="_blank">Files</a></dd> </dl> <dl> <dt>Lesson 6</dt> <dd><a href="https://www.dropbox.com/s/s9yehxdyd7ykj6p/CFD_Lesson_06_Handout.pdf?dl=0" target="_blank">Handout</a></dd> <dd><a href="https://www.dropbox.com/s/xubzhfawxu9d0n9/CFD_Lesson_06_Homework_Files.zip?dl=0" target="_blank">Files</a></dd> </dl>
gymnasium/course-authoring
templates/course-homework-and-materials.html
HTML
mit
1,815
<HTML> <HEAD> <TITLE>18116014/</TITLE> </HEAD> <BODY BGCOLOR=white> <HR> 18116070/<p><PRE> &gt;&gt;&gt;&gt; file: fifo.v `timescale 1ns / 1ps module fifo( clk, w_data, rd, wr, r_data, reset, empty, full); input clk, rd, wr, reset; output reg empty, full; input [7:0] w_data; output reg [7:0] r_data; reg [7:0] FIFO [7:0]; integer readCounter = 0, writeCounter = 0; always @ (posedge clk) begin if(reset) begin empty=1; full=0; readCounter = -1; writeCounter = -1; end else begin if((rd ==1 && empty==0)) begin r_data = FIFO[readCounter]; full=0; if(readCounter==writeCounter) begin readCounter = -1; writeCounter = -1; empty=1; end else readCounter=(readCounter+1)%8; end <A NAME="0"></A><FONT color = #FF0000><A HREF="match233-0.html#0" TARGET="0"><IMG SRC="../../bitmaps/tm_0_6.gif" ALT="other" BORDER="0" ALIGN=left></A> if (wr==1 && full==0) begin if(readCounter&lt;0) begin readCounter=0; writeCounter=0; empty=0; end </FONT> writeCounter=(writeCounter+1)%8; FIFO[writeCounter] = w_data; if((writeCounter==7) && (readCounter==0)) full=1; if(writeCounter == (readCounter-1)) full=1; end end end endmodule &gt;&gt;&gt;&gt; file: fifo_tb.v `timescale 1ns / 1ps module fifo_tb; reg clk; reg [7:0] w_data; reg rd; reg wr; reg reset; wire [7:0] r_data; wire empty; wire full; fifo uut ( .clk(clk),.w_data(w_data),.rd(rd),.wr(wr),.r_data(r_data),.reset(reset),.empty(empty),.full(full)); initial begin clk = 1'b0; w_data = 8'h0; rd = 1'b0; wr = 1'b0; reset = 1'b1; #100; reset = 1'b0; wr = 1'b1; w_data = 8'h1; #20; w_data = 8'h2; #20; w_data = 8'h3; #20; w_data = 8'h4; #20; w_data = 8'h5; #20; w_data = 8'h6; #20; w_data = 8'h7; #20; w_data = 8'h0; #20; wr = 1'b0; rd = 1'b1; end always #10 clk = ~clk; endmodule</PRE> </PRE> </BODY> </HTML>
suyashmahar/suyashmahar.github.io
courses/ecn104/spring19/plaigiarism-assignment3/results/289570066/match233-1.html
HTML
mit
1,969
MIME-Version: 1.0 Server: CERN/3.0 Date: Monday, 16-Dec-96 23:46:45 GMT Content-Type: text/html Content-Length: 1215 Last-Modified: Tuesday, 05-Mar-96 17:23:42 GMT <html><head><title>cs516-14_locks</title></head> <body> <center><h1>cs516-14_locks</h1></center> <hr> <h2>Table of contents</h2> <ol> <li><A HREF="slide1.html">Slide 1</a> <li><A HREF="slide2.html">Slide 2</a> <li><A HREF="slide3.html">Slide 3</a> <li><A HREF="slide4.html">Slide 4</a> <li><A HREF="slide5.html">Slide 5</a> <li><A HREF="slide6.html">Slide 6</a> <li><A HREF="slide7.html">Slide 7</a> <li><A HREF="slide8.html">Slide 8</a> <li><A HREF="slide9.html">Slide 9</a> <li><A HREF="slide10.html">Slide 10</a> <li><A HREF="slide11.html">Slide 11</a> <li><A HREF="slide12.html">Slide 12</a> </ol><hr> <A HREF="slide1.html"><img src="thumb1.gif"></a> <A HREF="slide2.html"><img src="thumb2.gif"></a> <A HREF="slide3.html"><img src="thumb3.gif"></a> <A HREF="slide4.html"><img src="thumb4.gif"></a> <A HREF="slide5.html"><img src="thumb5.gif"></a> <A HREF="slide6.html"><img src="thumb6.gif"></a> <A HREF="slide7.html"><img src="thumb7.gif"></a> <A HREF="slide8.html"><img src="thumb8.gif"></a> <A HREF="slide9.html"><img src="thumb9.gif"></a> <A HREF="slide10.html"><img src="thumb10.gif"></a> <A HREF="slide11.html"><img src="thumb11.gif"></a> <A HREF="slide12.html"><img src="thumb12.gif"></a> </body></html>
ML-SWAT/Web2KnowledgeBase
webkb/other/cornell/http:^^www.cs.cornell.edu^Info^Courses^Spring-96^CS516^cs516-14_locks^cs516-14_locks.html
HTML
mit
1,387
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Tag: Emoji [ Arsfiqball ]</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"> <link rel="stylesheet" href="/build/app.css"> <meta property="og:site_name" content="Arsfiqball"/> <meta property="og:title" content=""/> </head> <body> <aside class="menu" id="sidebar"> <figure class="image"> <img src="/images/cover.jpg"> </figure> <figure class="image is-128x128 profile-pic"> <img src="/images/profile.jpg"> </figure> <div class="author-info content"> <h2>Iqbal Mohammad Abdul Ghoni</h2> <p>😎 Human 💻 JavaScript Fanboy ⚡ Electrical Engineering Student 🤖 Untirta Robotics 🛡️ HME FT UNTIRTA</p> </div> <div class="socials"> <a href="https://facebook.com/arsfiqball" class="button"> <span class="icon"> <i class="fa fa-facebook"></i> </span> </a> <a href="https://twitter.com/arsfiqball" class="button"> <span class="icon"> <i class="fa fa-twitter"></i> </span> </a> <a href="https://instagram.com/arsfiqball" class="button"> <span class="icon"> <i class="fa fa-instagram"></i> </span> </a> <a href="https://www.linkedin.com/in/arsfiqball/" class="button"> <span class="icon"> <i class="fa fa-linkedin"></i> </span> </a> <a href="https://github.com/arsfiqball" class="button"> <span class="icon"> <i class="fa fa-github"></i> </span> </a> <a href="mailto:[email protected]" class="button"> <span class="icon"> <i class="fa fa-envelope"></i> </span> </a> </div> </aside> <div id="cover"> <figure class="image"> <img src="/images/cover.jpg"> </figure> <figure class="image is-128x128 profile-pic"> <img src="/images/profile.jpg"> </figure> <div class="author-info content"> <h4>Iqbal Mohammad Abdul Ghoni</h4> <p class="is-size-7">😎 Human 💻 JavaScript Fanboy ⚡ Electrical Engineering Student 🤖 Untirta Robotics 🛡️ HME FT UNTIRTA</p> </div> </div> <div class="mobile-menu is-size-7"> <div class="dropdown"> <div class="dropdown-trigger"> <button class="button is-small" aria-haspopup="true" aria-controls="dropdown-menu"> <span>Menu</span> <span class="icon is-small"> <i class="fa fa-angle-down" aria-hidden="true"></i> </span> </button> </div> <div class="dropdown-menu" id="dropdown-menu" role="menu"> <div class="dropdown-content"> <a href="/" class="dropdown-item"> Home </a> <a href="/about" class="dropdown-item"> About </a> <a href="/archives" class="dropdown-item"> Archives </a> <a href="https://m.do.co/c/ec2c2f00211a" class="dropdown-item"> Get $10 DigitalOcean </a> <a href="https://www.sribulancer.com/id/users/arsfiqball" class="dropdown-item"> Hire me @Sribulancer </a> <a href="https://www.upwork.com/freelancers/~01fdd1ed86c93a1be5" class="dropdown-item"> Hire me @Upwork </a> <a href="https://www.freelancer.co.id/u/Arsfiqball" class="dropdown-item"> Hire me @Freelancer </a> <a href="mailto:[email protected]" class="dropdown-item"> Email Me </a> </div> </div> </div> <a href="https://facebook.com/arsfiqball" class="button is-small"> <span class="icon"> <i class="fa fa-facebook"></i> </span> </a> <a href="https://twitter.com/arsfiqball" class="button is-small"> <span class="icon"> <i class="fa fa-twitter"></i> </span> </a> <a href="https://instagram.com/arsfiqball" class="button is-small"> <span class="icon"> <i class="fa fa-instagram"></i> </span> </a> <a href="https://www.linkedin.com/in/arsfiqball/" class="button is-small"> <span class="icon"> <i class="fa fa-linkedin"></i> </span> </a> <a href="https://github.com/arsfiqball" class="button is-small"> <span class="icon"> <i class="fa fa-github"></i> </span> </a> <a href="mailto:[email protected]" class="button is-small"> <span class="icon"> <i class="fa fa-envelope"></i> </span> </a> </div> <div id="content"> <div id="recent-posts"> <div class="card post"> <div class="card-image"> <figure class="image"> <img src="/images/posts/twemoji-site-screenshot.png" alt="Cara Menggunakan Emoji Twitter di Website"> </figure> </div> <div class="card-content"> <p class="is-size-5-mobile is-size-4" style="margin-bottom: 8px"> <a href="/id/cara-menggunakan-emoji-twitter-di-website.html">Cara Menggunakan Emoji Twitter di Website</a> </p> <p style="margin-bottom: 12px;"> <span class="icon"> <i class="fa fa-calendar"></i> </span> <time datetime="2017-10-21T04:07:22.000Z"> 21 October, 2017 </time> </p> <p class="tags" style="margin-bottom: 12px;"> <a class="tag is-success" href="/categories/tutorial/"> <i class="fa fa-tags"></i> Tutorial </a> <a class="tag is-info" href="/tags/web/"> <i class="fa fa-tag"></i> Web </a> <a class="tag is-info" href="/tags/design/"> <i class="fa fa-tag"></i> Design </a> <a class="tag is-info" href="/tags/emoji/"> <i class="fa fa-tag"></i> Emoji </a> </p> <div class="content"> <p>Pada April tahun 2014, Twitter mengumumkan bahwa Emoji Twitter (<a href="https://github.com/twitter/twemoji" target="_blank" rel="external">Twemoji</a>) mulai saat itu tersedia sebagai pustaka open source bagi komunitas developer secara umum. Setelah mendapat banyak sekali permintaan untuk menggunakan twemoji di berbagai proyek. Akhirnya, twemoji tersedia di GitHub dan bisa digunakan oleh siapapun dengan Lisensi MIT.</p> </div> </div> </div> </div> <div class="post-pagination"> <nav class="pagination" role="navigation" aria-label="pagination"> <a class="pagination-previous" disabled>Previous</a> <a class="pagination-next" disabled>Next page</a> <ul class="pagination-list"> <li> </li> <li> <a class="pagination-link is-current" href="/tags/emoji/">1</a> </li> <li> </li> </ul> </nav> </div> </div> <div id="infobar"> <ul class="menu-list"> <li> <a href="/">Home</a> </li> <li> <a href="/about">About</a> </li> <li> <a href="/archives">Archives</a> </li> <li> <a href="https://m.do.co/c/ec2c2f00211a">Get $10 DigitalOcean</a> </li> <li> <a href="https://www.sribulancer.com/id/users/arsfiqball">Hire me @Sribulancer</a> </li> <li> <a href="https://www.upwork.com/freelancers/~01fdd1ed86c93a1be5">Hire me @Upwork</a> </li> <li> <a href="https://www.freelancer.co.id/u/Arsfiqball">Hire me @Freelancer</a> </li> <li> <a href="mailto:[email protected]">Email Me</a> </li> </ul> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="//cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.1.0/highlightjs-line-numbers.min.js"></script> <script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script> <script src="/build/app.js"></script> </body> </html>
Arsfiqball/arsfiqball.github.io
tags/emoji/index.html
HTML
mit
9,632
{{ #TODO_LIST }} <tr id="ovk-todo-item-{{ TODO_ID }}"> <td class="todo-completion"> <input type="checkbox" data-todo-id="{{ TODO_ID }}" {{ #TODO_COMPLETED }} checked {{ /TODO_COMPLETED }} /> </td> <td class="todo-description {{ #TODO_COMPLETED }} completed {{ /TODO_COMPLETED }}" data-todo-id="{{ TODO_ID }}"> {{{ TODO_DESCRIPTION }}} </td> </tr> {{ /TODO_LIST }}
ovk/brackets-simple-todo
html/todo_table_row.html
HTML
mit
396
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <title>OpenTl.Schema - API - TUpdateContactRegistered.UserId Property</title> <link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet"> <script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script> <script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script> <script src="/OpenTl.Schema/assets/js/app.min.js"></script> <script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script> <script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script> <!--[if lt IE 9]> <script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script> <script src="/OpenTl.Schema/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/OpenTl.Schema/" class="logo"> <span>OpenTl.Schema</span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/OpenTl.Schema/about.html">About This Project</a></li> <li class="active"><a href="/OpenTl.Schema/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p> <p><a href="#Attributes">Attributes</a></p> <p><a href="#Value">Value</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/OpenTl.Schema/assets/js/lunr.min.js"></script> <script src="/OpenTl.Schema/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li> <li class="header">Type</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactRegistered">T<wbr>Update<wbr>Contact<wbr>Registered</a></li> <li role="separator" class="divider"></li> <li class="header">Property Members</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactRegistered/968864F1.html">Date</a></li> <li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactRegistered/CB04A3CD.html">UserId</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h3><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactRegistered">T<wbr>Update<wbr>Contact<wbr>Registered</a>.</h3> <h1>UserId <small>Property</small></h1> </section> <section class="content"> <div class="panel panel-default"> <div class="panel-body"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd> <dt>Containing Type</dt> <dd><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactRegistered">T<wbr>Update<wbr>Contact<wbr>Registered</a></dd> </dl> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>[SerializationOrder(0)] public int UserId { get; set; }</code></pre> <h1 id="Attributes">Attributes</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>Serialization<wbr>Order<wbr>Attribute</td> <td></td> </tr> </tbody></table> </div> </div> <h1 id="Value">Value</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>int</td> <td></td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).load(function() { mermaid.initialize( { flowchart: { htmlLabels: false, useMaxWidth:false } }); mermaid.init(undefined, ".mermaid") $('svg').addClass('img-responsive'); $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
OpenTl/OpenTl.Schema
docs/api/OpenTl.Schema/TUpdateContactRegistered/CB04A3CD.html
HTML
mit
10,807
<!DOCTYPE html> <html> <head> <title>KodeKollektivet</title> <link rel="icon" href="/img/kk-favicon-black.ico" type="image/x-icon" /> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="/lib/github.css"> <link rel="stylesheet" href="/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/nav-style.css"> <link rel="stylesheet" href="/css/app.css"> <script type='text/javascript' src='/lib/knockout-latest.min.js'></script> <script type='text/javascript' src='/jquery/dist/jquery.min.js'></script> <script type='text/javascript' src='/underscore/underscore-min.js'></script> <script type='text/javascript' src='/sammy/lib/min/sammy-latest.min.js'></script> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a data-bind="visible: !isAdmin()" class="navbar-brand" href="/">KodeKollektivet</a> <a data-bind="visible: isAdmin" class="navbar-brand" href="/#/admin/all">Admin@KodeKollektivet</a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li data-bind="ifnot: isAdmin"><a href="/auth/google">Sign in</a></li> <li data-bind="if: isAdmin"><a href="/#/new">New</a></li> <li data-bind="if: isAdmin"><a href="/logout">Log out</a></li> </ul> </div> </div> </div> <div class="container-fluid"> <div class="col-sm-3 col-md-2 sidebar"> <div id="floater"></div> <div id="sidebarcontent"> <a href="/"><h3>KodeKollektivet</h3></a> <ul class="nav nav-pills nav-stacked" data-bind="foreach: categories"> <li><a href data-bind="tag: $data, click: $root.goToTag"></a></li> </ul> <ul class="nav nav-pills nav-stacked"> <li data-bind="ifnot: isAdmin"><a href="/auth/google">Sign in</a></li> <li data-bind="if: isAdmin"><a href="/#/new">New</a></li> <li data-bind="if: isAdmin"><a href="/logout">Log out</a></li> </ul> </div> <footer> <p> kodekollektivet.no <br> <a href="http://twitter.com/magnuskiro">@magnuskiro</a> <br> <a href="http://twitter.com/spohner">@spohner</a> <br> <a href="http://twitter.com/_teodoran">@_teodoran</a> </p> <a href="https://github.com/teodoran/kodekollektivet" ><img src="img/github_icon.png" class="pull-left"></img></a> </footer> </div> <div class="col-sm-9 col-sm-offset-3 col-md-9 col-md-offset-2 main"> <div data-bind="if: showPosts"> <div data-bind='foreach: choosenPosts'> <div data-bind='markdown: body'></div> <div class="pull-right" data-bind="if: $root.isAdmin"> |<a data-bind="click: $parent.editPost"> Edit </a>| <span data-bind="ifnot: published"> <a data-bind="click: $parent.publishPost"> Publish </a>| </span> <span data-bind="if: published"> <a data-bind="click: $parent.unpublishPost"> Unpublish </a>| </span> <a data-bind="click: $parent.deletePost"> Delete</a> </div> <div class="pull-right"> <div data-bind="text: getTime()"></div> </div> <div data-bind="foreach: tags"> <a href data-bind="tag: $data, click: $root.goToTag"></a> </div> <hr class="featurette-divider"> </div> </div> <div style="display:none" data-bind="visible: !showPosts()"> <div class="row"> <div class="col-xs-6" style="margin-top:25px;"> <textarea class="form-control" rows="40" data-bind="value: currentPost().body, valueUpdate: 'afterkeydown'" placeholder="Markdown"></textarea> <div class="col-md-10" style="padding:0px;"> <input class="form-control" data-bind="value: currentPost().editTagsList" style="margin-top:20px;" placeholder="Slashtags"> </div> <div class="col-md-2" style="padding:0px;"> <button class="btn btn-primary pull-right" style="margin-top:20px;" data-bind="click: savePost">Save</button> </div> </div> <div class="col-xs-6" data-bind="markdown: currentPost().body"> </div> </div> <hr class="featurette-divider"> </div> </div> </div> <script type='text/javascript' src="/marked/lib/marked.js"></script> <script type='text/javascript' src="/lib/highlight.pack.js"></script> <script type='text/javascript' src='/post.js'></script> <script type='text/javascript' src='/blog-view-model.js'></script> <script type='text/javascript' src='/lib/custom-binding-handlers.js'></script> <script type='text/javascript' src='/client-routes.js'></script> <script type='text/javascript' src='/app.js'></script> <script type='text/javascript' src="/bootstrap/dist/js/bootstrap.min.js"></script> <!-- Google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-49983577-1', 'kodekollektivet.no'); ga('send', 'pageview'); </script> </body> </html>
teodoran/kodekollektivet
public/html/index.html
HTML
mit
6,665
--- layout: post status: publish published: true title: "[看图说话]虚拟紫禁城并没有对双核心处理器进行优化" author: Leask author_login: leask author_email: [email protected] author_url: https://leaskh.com wordpress_id: 168 wordpress_url: http://leaskh.wordpress.com/2009/05/25/%e7%9c%8b%e5%9b%be%e8%af%b4%e8%af%9d%e8%99%9a%e6%8b%9f%e7%b4%ab%e7%a6%81%e5%9f%8e%e5%b9%b6%e6%b2%a1%e6%9c%89%e5%af%b9%e5%8f%8c%e6%a0%b8%e5%bf%83%e5%a4%84%e7%90%86%e5%99%a8%e8%bf%9b%e8%a1%8c%e4%bc%98 date: '2009-05-25 05:53:58 +0800' date_gmt: '2009-05-25 05:53:58 +0800' categories: tags: [] comments: [] --- <div id="msgcns!15BAC1A170471DB!10475" class="bvMsg"> <div>近期虚拟紫禁城闹得沸沸扬扬,我也在我的MacBook上下载体验了一把。<br /><br /> 可惜的是MacBook的性能并不十分强悍,没能获得流畅的体验。<br /><br /> 无意打开任务管理器一看,发现原来虚拟紫禁城并没有对双核心的处理器进行优化。<br /><br /> 执行游戏的时候,机子有"卡"的现象,查看CPU状态,发现半个CPU正闲着没事。<br /><br /> 唉,还是IBM介入开发的呢?失望...</div><br /> <a href="/public/2010/09/e8999ae68b9fe7b4abe7a681e59f8e.png?w=300" target="_blank" rel="WLPP;url=/public/2010/09/e8999ae68b9fe7b4abe7a681e59f8e.png?w=300"><img src="/public/2010/09/e8999ae68b9fe7b4abe7a681e59f8e.png?w=300" alt="" /></a><br /></div></p>
Leask/leask.github.io
_posts/2009-05-25-[看图说话]虚拟紫禁城并没有对双核心处理器进行优化.html
HTML
mit
1,412
<!doctype html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> <!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]--> <!-- Consider adding an manifest.appcache: h5bp.com/d/Offline --> <!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope="" itemtype="http://schema.org/Product"> <!--<![endif]--> <head> <meta charset="utf-8"> <!-- Use the .htaccess and remove these lines to avoid edge case issues. More info: h5bp.com/b/378 --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>new economy movement</title> <meta name="description" content="NEM Main Website"> <meta name="keywords" content="nem xem nemcoin ournem new economy movement"> <meta name="author" content="humans.txt"> <link rel="shortcut icon" href="img/Favicon.ico" type="image/x-icon"> <!-- Facebook Metadata /--> <meta property="fb:page_id" content=""> <meta property="og:image" content=""> <meta property="og:description" content=""> <meta property="og:title" content=""> <!-- Google+ Metadata /--> <meta itemprop="name" content=""> <meta itemprop="description" content=""> <meta itemprop="image" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <!-- We highly recommend you use SASS and write your custom styles in sass/_custom.scss. However, there is a blank style.css in the css directory should you prefer --> <link rel="stylesheet" href="css/gumby.css"> <script src="bower_components/gumby/js/libs/modernizr-2.6.2.min.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-60356672-1', 'auto'); ga('send', 'pageview'); </script> <style> .makeGreen{ color: #41bf76; font-weight: 400; } span{ color: #41bf76; } </style> </head> <body> <div class="top parallax parallaxTopFAQ" gumby-parallax=".53"> <section id="mainArchive"> <nav gumby-fixed="250"> <div class="row navbar" id="nav1"> <!-- Toggle for mobile navigation, targeting the <ul> --> <a class="toggle" gumby-trigger="#nav1 > ul" href="#"><i class="icon-menu"></i></a> <h1 class="three columns logo"> <a href="index.php"> <img src="img/nemLogoLarge.png" alt="NEM Logo" gumby-retina /> </a> </h1> <ul class="nine columns"> <li class=""><a href="index.php#mainClient"><span id="navclient"></span></a></li> <li class=""><a href="index.php#buyheader"><span id="navbuy"></span></a></li> <li> <a id="support" data-i18n="[html]nav.support;" href="#"></a> <div class="dropdown"> <ul> <li><a href="faq.html"><span id="navfaq"></span></a></li> <li class=""><a href="http://blog.nem.io/nem-tutorial-list/"><span id="tutorial"></span></a></li> <li class=""><a href="https://forum.nem.io/"><span id="helpdesk"></span></a></li> </ul> </div> </li> <li class="skiplink"><a href="#" gumby-goto="[data-target='newsFeed']" gumby-offset="-60" gumby-duration="1000" gumby-update><span id="navupdate"></span></a></li> <li class=""><a href="https://nem.ghost.io/"><span id="blog"></span></a></li> <li> <a id="navlang" data-i18n="[html]nav.lang;" href="#"></a> <div class="dropdown flags"> <ul> <li><a id="en" href="?setLng=en"><span><img src="img/flags/United-States-of-America(USA).png" alt="English"/></span></a></li> <li><a id="cn" href="?setLng=cn"><span><img src="img/flags/China.png" alt="中文"/></span></a></li> <li><a id="fi" href="?setLng=fi"><span> <img src="img/flags/Finland.png" alt="suomi"/></span></a></li> <li><a id="ja" href="?setLng=ja"><span> <img src="img/flags/Japan.png" alt="日本語"/></span></a></li> </ul> </div> </li> </ul> </div> </nav> <div class="row"> <section class="six columns centered"> <div class="headlineArchive"> <h1 class="pageArchiveH1">NEM CLIENT</h1> </div> </section> </div> </section> </div> <div id="install"> <div class="parallax parallax4" gumby-parallax=".7"> <br><br> <div class="row installer"> <h5>Temporary Client Resources</h5> <div class="five columns centered borderClient"> <p> Due to some difficulties with google, all links are disabled. You will have to copy and paste this link to get to our downloads: </p> <p><a href="http://download.nem.io/installer/">download.nem.io/installer/</a></p> <p> OR </p> <p> <a href="http://bob.nem.ninja/installer/">bob.nem.ninja</a> </p> <p> We are working to resolve the issue, and apologize for any inconvenience.</p> </div> </div> <br><br> </div> </div> <div class="parallax parallax3" gumby-parallax=".5" data-target="newsFeed"> <div class="row mainClientWrap"> <section class="box1"> <div> <div> <div id="newsFeed"></div> </div> </div> </section> </div> </div> <div id="footer"> <footer class="row footLinks" gumby-shuffle="only screen and (max-width: 767px)|1-0"> <div class=" four columns inview" gumby-classname="onscreen" gumby-offset="150" > <img src="img/nemLogoWhite.png" alt="NEM logo white"/> <p id="footerlogotext"></p> </div> <div class="push_two six columns"> <section class="three_up tiles"> <div class="tile"> <ul> <li id="footerresources"></li> <li><a id="footerresources1" href="https://github.com/NewEconomyMovement"></a></li> <li><a id="footerresources2" href="http://www.altnemo.com/"></a></li> <li><a id="footerresources3" href="https://docs.google.com/spreadsheet/ccc?key=0Ak91SD0veCeddDdmTkdaWV8zbHp2dWlodDVEVUItbXc&usp=sharing&richtext=true#gid=10"></a></li> <li><a id="footerresources4" href="http://download.nem.io/docs/"></a></li> <li><a id="footerresources5" href="https://github.com/NewEconomyMovement/NemCommunityClient/blob/master/docs/api.md"></a></li> <li><a id="footerresources6" href="http://www.8btc.com"></a></li> </ul> </div> <div class="tile"> <ul> <li id="footerarticles"></li> <li><a id="footerarticles1" href="http://motherboard.vice.com/read/this-cryptocurrency-doesnt-want-to-beat-bitcoin-it-wants-to-beat-the-economy"></a></li> <li><a id="footerarticles2" href="http://finance.yahoo.com/news/cryptocurrency-nem-gears-change-trade-100500963.html"></a></li> <li><a id="footerarticles3" href="http://cointelegraph.com/news/113839/nem-launches-targets-old-economy-with-proof-of-importance"></a></li> <li><a id="footerarticles4" href="http://allcoinsnews.com/2015/04/07/nem-qa/"></a></li> <li><a id="footerarticles5" href="http://8btc.com/thread-15618-1-1.html"></a></li> <li><a id="footerarticles6" href="#"></a></li> </ul> </div> <div class="tile"> <ul> <li id="footernewsletters"></li> <li><a id="footernewsletters1" href="http://blog.nem.io/the-newsletter/"></a></li> <li><a id="footernewsletters2" href="https://medium.com/@nemcoin/nem-newsletter-9-1299cf8660f1"></a></li> <li><a id="footernewsletters3" href="https://medium.com/@nemcoin/nem-newsletter-8-303765572f00"></a></li> <li><a id="footernewsletters4" href="https://medium.com/@xtester/nem-newsletter-7-2014-10-21-5c78d69bbb12"></a></li> <li><a id="footernewsletters5" href="https://medium.com/@xtester/nem-newsletter-6-2014-10-19-6cc2c2cc99be"></a></li> <li><a id="footernewsletters6" href="archives.html"></a></li> </ul> </div> </section> </div> </footer> <div class="lowerFooter"> <div class="lowerFooterBox"> <div class="row"gumby-shuffle="only screen and (max-width: 767px)|1-0"> <div class="six columns license"> @NEM Project 2015 Released under the MIT License </div> <div class="push_two four columns socialFooter"> <!-- <a href="http://www.reddit.com/r/nem/"><i class="icon-reddit"></i></a> --> <a href="https://www.facebook.com/ourNEM"><i class="icon-facebook"></i></a> <a href="https://twitter.com/NEMofficial"><i class="icon-twitter"></i></a> <a href="https://github.com/NewEconomyMovement"><i class="icon-github"></i></a> </div> </div> </div> </div> </div> <!-- Grab Google CDN's jQuery, fall back to local if offline --> <!-- 2.0 for modern browsers, 1.10 for .oldie --> <script> var oldieCheck = Boolean(document.getElementsByTagName('html')[0].className.match(/\soldie\s/g)); if(!oldieCheck) { document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"><\/script>'); } else { document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"><\/script>'); } </script> <script> if(!window.jQuery) { if(!oldieCheck) { document.write('<script src="bower_components/gumby/js/libs/jquery-2.0.2.min.js"><\/script>'); } else { document.write('<script src="bower_components/gumby/js/libs/jquery-1.10.1.min.js"><\/script>'); } } </script> <!-- Google's recommended deferred loading of JS gumby.min.js contains gumby.js, all UI modules and gumby.init.js Note: If you opt to use this method of defered loading, ensure that any javascript essential to the initial display of the page is included separately in a normal script tag. <script type="text/javascript"> function downloadJSAtOnload() { var element = document.createElement("script"); element.src = "js/libs/gumby.min.js"; document.body.appendChild(element); } if (window.addEventListener) window.addEventListener("load", downloadJSAtOnload, false); else if (window.attachEvent) window.attachEvent("onload", downloadJSAtOnload); else window.onload = downloadJSAtOnload; </script> --> <script src="js/gumby.min.js"></script> <script src="js/twitterFetcher.js"></script> <script src="js/_custom.js"></script> <script src="bower_components/gumby/js/plugins.js"></script> <script src="bower_components/gumby/js/main.js"></script> <!-- put version number in download links --> <script> // function wfs() { // var url = 'http://routes.cloudmade.com/8ee2a50541944fb9bcedded5165f09d9/api/0.3/51.22545,4.40730,%5B51.22,4.41,51.2,4.41%5D,51.23,4.42/car.js?lang=de&units=miles&callback=getRoute'; // var script = document.createElement('script'); // script.type="text/javascript"; // script.src=url; // document.getElementsByTagName('head')[0].appendChild(script); // } // // function getRoute(response) { // alert(response); // } </script> <!-- Change UA-XXXXX-X to be your site's ID --> <!--<script> window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']]; Modernizr.load({ load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js' }); </script>--> <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6. chromium.org/developers/how-tos/chrome-frame-getting-started --> <!--[if lt IE 7 ]> <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script> <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script> <![endif]--> </body> </html>
NewEconomyMovement/nem-homepage
install.html
HTML
mit
14,304
<!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="author" content="Open Knowledge"> <meta name="description" content="The Global Open Data Index assesses the state of open government data around the world. "> <meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website"/> <meta property="og:title" content="Open Data Index - Open Knowledge"/> <meta property="og:site_name" content="Open Data Index"/> <meta property="og:description" content="The Global Open Data Index assesses the state of open government data around the world."/> <meta property="og:image" content="/static/images/favicon.ico"/> <title>Korea, Republic of / Water Quality (2014) | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="na"> <div class="fixed-ok-panel"> <div id="ok-panel" class="closed"> <iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe> </div> <a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a> </div> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo"> <a href="/"> <img src="/static/images/logo2.png"> <span>Global<br/>Open Data Index</span> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" style="margin-right: 132px;"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/insights/" title="Insights"> Insights </a> </li> <li> <a href="/methodology/" title="The methodology behind the Open Data Index"> Methodology </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> </div> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li class="active">Korea, Republic of / Water Quality (2014)</li> </ol> <header class="page-header"> <h1>Korea, Republic of / Water Quality (2014)</h1> </header> <h3>Sorry</h3> <p> There is no data available for Korea, Republic of / Water Quality (2014) in the Index. </p> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
okfn/opendataindex-2015
place/south-korea/water/2014/index.html
HTML
mit
8,174
<!DOCTYPE html> <html lang="en"> <head> <title>Python Flask Bucket List App</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> </head> <body> <div class="container"> <div class="header"> <nav> <ul class="nav nav-pills pull-right"> <li role="presentation" class="active"><a href="#">Home</a></li> <li role="presentation"><a href="#">Sign In</a></li> <li role="presentation"><a href="/showSignUp">Sign Up</a></li> </ul> </nav> <h3 class="text-muted">Python Flask App</h3> </div> <div class="jumbotron"> <h1>Bucket List App</h1> <p class="lead"></p> <p><a class="btn btn-lg btn-success" href="showSignUp" role="button">Sign up today</a></p> </div> <div class="row marketing"> <div class="col-lg-6"> <h4>Bucket List</h4> <p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p> <h4>Bucket List</h4> <p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p> <h4>Bucket List</h4> <p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p> </div> <div class="col-lg-6"> <h4>Bucket List</h4> <p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p> <h4>Bucket List</h4> <p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p> <h4>Bucket List</h4> <p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p> </div> </div> <footer class="footer"> <p>&copy; Company 2015</p> </footer> </div> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> </body> </html>
LairdStreak/MyPyPlayGround
wowauctions/templates/default.html
HTML
mit
2,200
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"> <title>The Mathematics Genealogy Project - Christoph Gudermann</title> <style type="text/css"> body { margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 100%; background-color: #5E8059; } .twoColFixLtHdr #container { width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #000000; text-align: left; /* this overrides the text-align: center on the body element. */ margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; } .twoColFixLtHdr #header { padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ text-align: right; background-color: #CACC8F; height: 57px; } .twoColFixLtHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ } .twoColFixLtHdr #main-tile { background: #8BBC83; } .twoColFixLtHdr #column-tile { padding-right: 550px; background: white; width: 180px } .twoColFixLtHdr #sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 15px 10px 15px 10px; background: #8BBC83; font-size: small; text-align: center; } .twoColFixLtHdr #sidebar1 p a:link { color: navy; } .twoColFixLtHdr #mainContent { float: left; width: 600px; margin-right: -600px; position: relative; } .twoColFixLtHdr #paddingWrapper { padding: 5px 20px; } .twoColFixLtHdr #footer { padding: 10px 10px 0 10px; text-align: center; font-size: small; font-weight: normal; background-color: #CACC8F; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-table;} .twoColFixLtHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ } .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; } th { text-align: center; } </style> <!--[if IE 5]> <style type="text/css"> /* place css box model fixes for IE 5* in this conditional comment */ .twoColFixLtHdr #sidebar1 { width: 190px; } </style> <![endif]--><!--[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */ .twoColFixLtHdr #sidebar1 { padding-top: 30px; } .twoColFixLtHdr #mainContent { zoom: 1; } /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ </style> <![endif]--> <script src="SpryAssets/SpryMenuBar.js" type="text/javascript">//</script> <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css"> <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css"> <script type="text/javascript"> </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-16329138-2']); _gaq.push(['_setDomainName','none']); _gaq.push(['setAllowLinker',true]); _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></head> <body class="twoColFixLtHdr"> <div id="container"> <div id="header"> <a href="index.php"><img src="images/tree-small.gif" alt="Tree" width="46" height="57" style="border: 0" class="fltlft" title="tree"></a> <h1>Mathematics Genealogy Project</h1> <!-- end #header --></div> <div id="column-tile"> <div id="main-tile" class="clearfix"> <div id="sidebar1"> <ul id="MenuBar1" class="MenuBarVertical"> <li><a href="index.php">Home</a></li> <li><a href="search.php">Search</a></li> <li><a href="extrema.php">Extrema</a></li> <li><a href="about.php" class="MenuBarItemSubmenu">About MGP</a> <ul> <li><a href="mission.php">Mission</a></li> <li><a href="news.php" title="Announcements">News</a></li> <li><a href="staff.php">Staff</a></li> <li><a href="recognition.php">Recognition</a></li> <li><a href="acknowledgments.php">Acknowledgments</a></li> </ul> </li> <li><a href="links.php">Links</a></li> <li><a href="faq.php" title="Frequently Asked Questions">FAQs</a></li> <li><a href="posters.php">Posters</a></li> <li><a href="submit.php">Submit Data</a></li> <li><a href="mirrors.php" class="MenuBarItemSubmenu">Mirrors</a> <ul> <li><a href="http://www.genealogy.math.ndsu.nodak.edu/" onclick="pageTracker._link(this.href); return false;">NDSU (main)</a></li> <li><a href="http://www.genealogy.ams.org/" onclick="pageTracker._link(this.href); return false;">AMS</a></li> <li><a href="http://www.math.uni-bielefeld.de/genealogy" onclick="pageTracker._link(this.href); return false;">Bielefeld</a></li> <li><a href="http://genealogy.impa.br/" onclick="pageTracker._link(this.href); return false;">IMPA</a></li> </ul> </li> </ul> <p>A service of the <a href="http://www.ndsu.edu/">NDSU</a> <a href="http://www.math.ndsu.nodak.edu/">Department of Mathematics</a>, in association with the <a href="http://www.ams.org/">American Mathematical Society</a>.</p> <p>Please <a href="mailto:project&#064;genealogy&#046;math&#046;ndsu&#046;nodak&#046;edu">email us</a> with feedback.</p> <!-- end #sidebar1 --></div> <div id="mainContent"><div id="paddingWrapper"> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="mathjax/MathJax.js"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]} }); </script> <h2 style="text-align: center; margin-bottom: 0.5ex; margin-top: 1ex"> Christoph Gudermann </h2> <p style="text-align: center; margin-top: 0; margin-bottom: 0px; font-size: small"> <a href="http://www-gap.dcs.st-and.ac.uk/~history/Mathematicians/Gudermann.html">Biography</a></p> <div style="margin-left: auto; margin-right: auto; width: 300px"><hr style="width: 300px; height: 0; border-style: solid; border-width: 2px 0 0 0; color: gray; background-color: gray"></div> <div style="line-height: 30px; text-align: center; margin-bottom: 1ex"> <span style="margin-right: 0.5em">Ph.D. <span style="color: #006633; margin-left: 0.5em">Georg-August-Universit&auml;t G&ouml;ttingen</span> 1841</span> <img src="img/flags/Germany.gif" alt="Germany" width="50" height="30" style="border: 0; vertical-align: middle" title="Germany"> </div> <div style="text-align: center"><span style="color: #000066">Dissertation:</span> <span style="font-style:italic" id="thesisTitle"> &Uuml;ber die Entwicklung der Modularfunctionen</span></div> <p style="text-align: center; line-height: 2.75ex">Advisor: <a href="id.php?id=18231">Carl Friedrich Gauß</a><br></p> <p style="text-align: center">Student: <br> </p> <table style="margin-left: auto; margin-right: auto"> <tr><th>Name</th><th>School</th><th>Year</th><th>Descendants</th></tr><tr style="background-color: #E5E6CF;"><td><a href="id.php?id=7486">Karl Weierstraß</a></td><td>Universit&auml;t K&ouml;nigsberg</td><td style="padding-left: 2px; padding-right: 2px">1854</td><td style="text-align: center">18956</td></tr> </table> <p style="text-align: center">According to our current on-line database, Christoph Gudermann has 1 <a href="javascript:var x=window.open('students.php?name=&#67;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104; &#71;&#117;&#100;&#101;&#114;&#109;&#97;&#110;&#110;','popup','width=250,height=120,menubar=no,scrollbars=yes,resizable=no,location=no');">student</a> and 18957 <a href="javascript:var x=window.open('descendants.php','popup','menubar=no,location=no,width=450,scrollbars=yes,height=225');"> descendants</a>. <br> We welcome any additional information.</p> <p style="font-size: small; text-align: center">If you have additional information or corrections regarding this mathematician, please use the <a href="submit-data.php?id=29458&amp;edit=0">update form</a>. To submit students of this mathematician, please use the <a href="submit-data.php?id=NEW&amp;edit=0">new data form</a>.</p> </div><!-- end #paddingWrapper --> <!-- end #mainContent --></div> <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --> </div></div> <div id="footer"> <ul id="MenuBar2" class="MenuBarHorizontal"> <li><a href="search.php">Search</a> </li> <li><a href="extrema.php">Extrema</a> </li> <li><a href="about.php" class="MenuBarItemSubmenu">About MGP</a> <ul> <li><a href="mission.php">Mission</a></li> <li><a href="news.php" title="Announcements">News</a></li> <li><a href="staff.php">Staff</a></li> <li><a href="recognition.php">Recognition</a></li> <li><a href="acknowledgments.php"><span style="font-size: x-small">Acknowledgments</span></a></li> </ul> </li> <li><a href="links.php">Links</a></li> <li><a href="faq.php" title="Frequently Asked Questions">FAQs</a></li> <li><a href="posters.php">Posters</a></li> <li><a href="submit.php">Submit Data</a></li> </ul> <br> <p>The Mathematics Genealogy Project is in need of funds to help pay for student help and other associated costs. If you would like to contribute, please <a href="https://epayment.ndus.nodak.edu/C22800_ustores/web/product_detail.jsp?PRODUCTID=2989&amp;SINGLESTORE=true">donate online</a> using credit card or bank transfer or mail your tax-deductible contribution to:</p> <p> Mathematics Genealogy Project<br> Department of Mathematics<br> North Dakota State University<br> P. O. Box 6050<br> Fargo, North Dakota 58108-6050</p> </div> <!-- end #container --></div> <script type="text/javascript"> var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); </script> </body> <!-- InstanceEnd --></html>
davidalber/Geneagrapher
tests/geneagrapher/testdata/29458.html
HTML
mit
12,095
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./abf17719b86e8f2275bd6d28d63ef21ca4a6cf2d64f3a2eb3d9ccffce11d5976.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/7462711f271fc261f41bbca247f2e78f5ae06c1de15c63211cb2c829120592b4.html
HTML
mit
550
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_121) on Tue Jun 06 10:36:07 CDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class MonsterQuest.tools.MapGenerator</title> <meta name="date" content="2017-06-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 Class MonsterQuest.tools.MapGenerator"; } } 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="../../../MonsterQuest/tools/MapGenerator.html" title="class in MonsterQuest.tools">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-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?MonsterQuest/tools/class-use/MapGenerator.html" target="_top">Frames</a></li> <li><a href="MapGenerator.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 MonsterQuest.tools.MapGenerator" class="title">Uses of Class<br>MonsterQuest.tools.MapGenerator</h2> </div> <div class="classUseContainer">No usage of MonsterQuest.tools.MapGenerator</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="../../../MonsterQuest/tools/MapGenerator.html" title="class in MonsterQuest.tools">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-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?MonsterQuest/tools/class-use/MapGenerator.html" target="_top">Frames</a></li> <li><a href="MapGenerator.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>
EhWhoAmI/Monster-Quest
dist/javadoc/MonsterQuest/tools/class-use/MapGenerator.html
HTML
mit
4,308
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"/> <title> <meta name="authors" content="" />DUnitX has a Wizard!</title></head><body>From:<a href=https://www.finalbuilder.com/resources/blogs/postid/702/dunitx-has-a-wizard>https://www.finalbuilder.com/resources/blogs/postid/702/dunitx-has-a-wizard</a><br><br><div><p>Thanks to a contribution from Robert Love, DUnitX now sports a shiny new IDE Wizard for creating Test projects and Test Units.&#160;</p> <p>Before you install and use the wizard, there is one thing I recommend you do. In your Delphi IDE, add and Environment variable DUNITX and point it at your copy of the DUnitX source. The reason for doing this, is that when the wizard creates a project, it adds $(DUNITX) to the project search path. This avoids hard coding the DUnitX folder in yhe project search path, and also avoids installing it in your global library path (I have nothing other than the defaults installed there, I always use the project search path, makes it easier to share projects with other devs).&#160;</p> <p><img alt="" src="http://www.finalbuilder.com/Portals/0/ArticleImages/BlogImages/vincent/DUnitX-Wizard/dunitx-environ.png"></p> <p> </p> <p>Once you have that done (I'm assuming you have pulled down the latest source from GitHub), open the project group (.grouproj) for your IDE version and build the project group. Then right click on the wizard project and click on install :</p> <p><img alt="" src="http://www.finalbuilder.com/Portals/0/ArticleImages/BlogImages/vincent/DUnitX-Wizard/dunitx-install-wizard.png"></p> <p>If the package installs successfully then we are ready to use the wizard. Close the project group, and invoke the File\New\Other dialog, you will see the DUnitX Project listed&#160;</p> <p> </p> <p><img alt="" src="http://www.finalbuilder.com/Portals/0/ArticleImages/BlogImages/vincent/DUnitX-Wizard/dunitx-project.png"><img alt="" src="http://www.finalbuilder.com/Portals/0/ArticleImages/BlogImages/vincent/DUnitX-Wizard/dunitx-unit.png"></p> <p> </p> <p>You might like to Customize your File\New menu, I made DUnitX prominent on mine (in part to remind myself to create unit tests first!) :</p> <p><img alt="" src="http://www.finalbuilder.com/Portals/0/ArticleImages/BlogImages/vincent/DUnitX-Wizard/dunitx-filenew.png"></p> <p><br> </p> <p>Invoking the wizard will show a simple dialog :</p> <p><br> </p> <p><img alt="" src="http://www.finalbuilder.com/Portals/0/ArticleImages/BlogImages/vincent/DUnitX-Wizard/dunitx-project-wizard.png"></p> <p>The options are pretty self explainatory, so I won't go into them here. The wizard generates a console application, once we have a gui runner (being worked on) we'll update the wizard to add options for that.</p> <p>DUnitX is open source, get it from <a href="https://github.com/VSoftTechnologies/DUnitX" target="_blank">GitHub</a>&#160;- contributions are welcome. We also have a <a href="https://plus.google.com/communities/110602661860791972403" target="_blank">Google Plus Community</a>&#160;for DUnitX.</p> <p><br> </p>&#13; <br>&#13; <br>&#13; <br><br> &#13; </div></body></html>
ciandcd/ciandcd-web
content/category/ciandcd/DUnitX_has_a_Wizard!.html
HTML
mit
3,226
<script th:src="@{/js/specOption/edit.js}"></script> <div class="row" style="width: 500px;"> <div class="col-lg-12"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>规格选项信息</h5> </div> <div class="ibox-content" style="padding-top: 35px;"> <form id="saveForm" method="post" class="form-horizontal"> <input type="hidden" id="id" name="id" th:value="${specOption.id}"> <input type="hidden" id="createTime" name="createTime" th:value="${specOption.createTime}"> <input type="hidden" id="spec_id" name="specId" th:value="${specOption.specDTO.id}"> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <label class="col-lg-3 control-label">名称</label> <div class="col-lg-6"> <input class="form-control" type="text" id="name" name="name" maxlength="16" th:value="${specOption.name}" autocomplete="off"/> </div> </div> <div class="form-group"> <label class="col-lg-3 control-label">编码</label> <div class="col-lg-6"> <input class="form-control" type="text" id="code" name="code" maxlength="16" th:value="${specOption.code}"/> </div> </div> <div class="form-group"> <label class="col-lg-3 control-label">排序</label> <div class="col-lg-6"> <input class="form-control" type="text" id="sort" name="sort" maxlength="16" th:value="${specOption.sort}"/> </div> </div> <div class="hr-line-dashed"></div> <div class="form-group"> <div class="col-lg-offset-3 col-lg-9"> <button class="btn btn-sm btn-primary saveBtn" type="button">确定</button> <button class="btn btn-sm btn-white" onclick="closeDialogSpecOp()">返回</button> </div> </div> </div> </div> </form> </div> </div> </div> </div>
ryan-shi/mall-website
mall-admin/src/main/resources/templates/specOption/edit.html
HTML
mit
1,889
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Freudenberg Oil & Gas Canada Inc - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492287067867&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=18433&V_SEARCH.docsStart=18432&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/wp-content/plugins/showbiz/temp/update_extract/showbiz/wp-admin/admin-ajax.php?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=18431&amp;V_DOCUMENT.docRank=18432&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492287080507&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567139810&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=18433&amp;V_DOCUMENT.docRank=18434&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492287080507&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567103188&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Freudenberg Oil & Gas Canada Inc </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Freudenberg Oil & Gas Canada Inc</p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 708 19 Ave<br/> NISKU, Alberta<br/> T9E 7W1 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 708 19 Ave<br/> NISKU, Alberta<br/> T9E 7W1 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (780) 955-8780 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (780) 955-8921</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Freudenberg Oil &amp; Gas manufactures rubber and rubber to metal bonded consumable parts for the oil and gas industry, as well as custom molded urethane parts for a variety of industries. Freudenberg Oil &amp; Gas also manufactures and rebuilds downhole inflatable packers. <br> <br>Freudenberg Oil &amp; Gas&#39; capabilities are engineering, designing, testing, prototyping, molding and producing rubber and metal to rubber bonded parts to ISO 9002 standards. We are certified by API as a Q1 9th Edition manufacturer. <br> <br>Our organization includes experienced and skilled personnel in <br>engineering, QA, production, marketing/sales, customer service, <br>health &amp; safety, information systems, and general <br>administration. <br> <br>All of our personnel are dedicated to serving our growing list <br>of world-wide customers. <br><br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Carla Bugler </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Representative </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59781 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-2181 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Judith Mbeleke </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Accountant </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Finance/Accounting. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59787 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Christine Pereira </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Admin/Exec Assistant </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Administrative Services. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59772 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Chantel Woitas </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> General Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59794 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Paul Farias </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59786 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Steve Holmes </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Representative </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59766 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Steven Costa </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Representative </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59767 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1978 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 325210 - Resin and Synthetic Rubber Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $10,000,000 to $24,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $500,000 to $999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 100&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Packer Rubbers <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> BLOW OUT PREVENTERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CEMENTING PLUGS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CUSTOM MOLDED RUBBER PRODUCTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CUSTOM MOLDED URETHANE PRODUCTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> INFLATABLE PACKERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PACKER CUPS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PACKER ELEMENTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PIPELINE PIGGING PRODUCTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PIPEWIPERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Seal Stacks<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Back Up Rings<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 3835-Petroleum Production and Distribution Equipment <br> 7110-Office Furniture <br> 9320-Rubber Fabricated Materials <br> 9640-Iron and Steel Primary and Semifinished Products <br> 9999-Miscellaneous Items (includes only those items of Goods which cannot conceivably be classified in any existing Classes) <br> AG00-Energy <br> B219-Other Engineering Studies <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Alliances: </h4> <ul> <li>Sales/Marketing</li> </ul> <h4> Industry sector market interests: </h4> <ul> <li>Consumer Products</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Algeria</li> <li>Australia</li> <li>Brazil</li> <li>Iran, Islamic Republic of</li> <li>Japan</li> <li>United Kingdom</li> <li>United States</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Carla Bugler </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Representative </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59781 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-2181 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Judith Mbeleke </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Accountant </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Finance/Accounting. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59787 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Christine Pereira </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Admin/Exec Assistant </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Administrative Services. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59772 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Chantel Woitas </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> General Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59794 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Paul Farias </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59786 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Steve Holmes </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Representative </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59766 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Steven Costa </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Representative </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Customer Service. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 955-8780 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 59767 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 955-8921 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1978 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 325210 - Resin and Synthetic Rubber Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $10,000,000 to $24,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $500,000 to $999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 100&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Packer Rubbers <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> BLOW OUT PREVENTERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CEMENTING PLUGS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CUSTOM MOLDED RUBBER PRODUCTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CUSTOM MOLDED URETHANE PRODUCTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> INFLATABLE PACKERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PACKER CUPS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PACKER ELEMENTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PIPELINE PIGGING PRODUCTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PIPEWIPERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Seal Stacks<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Back Up Rings<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 3835-Petroleum Production and Distribution Equipment <br> 7110-Office Furniture <br> 9320-Rubber Fabricated Materials <br> 9640-Iron and Steel Primary and Semifinished Products <br> 9999-Miscellaneous Items (includes only those items of Goods which cannot conceivably be classified in any existing Classes) <br> AG00-Energy <br> B219-Other Engineering Studies <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Alliances: </h4> <ul> <li>Sales/Marketing</li> </ul> <h4> Industry sector market interests: </h4> <ul> <li>Consumer Products</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Algeria</li> <li>Australia</li> <li>Brazil</li> <li>Iran, Islamic Republic of</li> <li>Japan</li> <li>United Kingdom</li> <li>United States</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-10-19 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/123456040488.html
HTML
mit
109,388
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4pl4 / contrib:mod-red 8.4.dev</a></li> <li class="active"><a href="">2014-11-21 12:12:52</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:mod-red <small> 8.4.dev <span class="label label-success">29 s</span> </small> </h1> <p><em><script>document.write(moment("2014-11-21 12:12:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-21 12:12:52 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:mod-red/coq:contrib:mod-red.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:mod-red.8.4.dev coq.8.4pl4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4pl4). The following actions will be performed: - install coq:contrib:mod-red.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:mod-red.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:mod-red.8.4.dev. </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --deps-only coq:contrib:mod-red.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --verbose coq:contrib:mod-red.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>29 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:mod-red.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:mod-red] Fetching git://clarus.io/mod-red#v8.4 Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:mod-red.8.4.dev/.git/ [master (root-commit) 97250fe] opam-git-init warning: no common commits From git://clarus.io/mod-red * [new branch] v8.4 -&gt; opam-ref * [new branch] v8.4 -&gt; origin/v8.4 COPYING COPYING.LESSER Make Makefile README bench.log description modred.v multired.v multired2.v preparation.v unsigned.v HEAD is now at 162b904 Sauvegarde des bench.log =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:mod-red.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install coqdep -c -slash -R . ModRed &quot;multired.v&quot; &gt; &quot;multired.v.d&quot; || ( RV=$?; rm -f &quot;multired.v.d&quot;; exit ${RV} ) coqdep -c -slash -R . ModRed &quot;modred.v&quot; &gt; &quot;modred.v.d&quot; || ( RV=$?; rm -f &quot;modred.v.d&quot;; exit ${RV} ) coqdep -c -slash -R . ModRed &quot;preparation.v&quot; &gt; &quot;preparation.v.d&quot; || ( RV=$?; rm -f &quot;preparation.v.d&quot;; exit ${RV} ) coqdep -c -slash -R . ModRed &quot;multired2.v&quot; &gt; &quot;multired2.v.d&quot; || ( RV=$?; rm -f &quot;multired2.v.d&quot;; exit ${RV} ) coqdep -c -slash -R . ModRed &quot;unsigned.v&quot; &gt; &quot;unsigned.v.d&quot; || ( RV=$?; rm -f &quot;unsigned.v.d&quot;; exit ${RV} ) coqc -q -R . ModRed preparation coqc -q -R . ModRed unsigned coqc -q -R . ModRed modred coqc -q -R . ModRed multired2 coqc -q -R . ModRed multired for i in unsigned.vo multired2.vo preparation.vo modred.vo multired.vo; do \ install -d `dirname /home/bench/.opam/system/lib/coq/user-contrib/ModRed/$i`; \ install -m 0644 $i /home/bench/.opam/system/lib/coq/user-contrib/ModRed/$i; \ done Installing coq:contrib:mod-red.8.4.dev. </pre></dd> </dl> <h2>Installation size</h2> <p>Data not available in this bench.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq:contrib:mod-red.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq:contrib:mod-red.8.4.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:mod-red] Fetching git://clarus.io/mod-red#v8.4 =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:mod-red.8.4.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/ModRed </pre></dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:mod-red/8.4.dev/2014-11-21_12-12-52.html
HTML
mit
8,586
<!DOCTYPE html><html><head><title>http://jplattel.nl/tags/revealing/</title><link rel="canonical" href="http://jplattel.nl/tags/revealing/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://jplattel.nl/tags/revealing/" /></head></html>
jplattel/jplattel.github.io
docs/tags/revealing/page/1/index.html
HTML
mit
298
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Bootstrap 3 Responsive Layout Example</title> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css"> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.2.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> </head> <body> <div class="progress"> <div class="progress-bar" style="width: 60%;"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress"> <div class="progress-bar" style="width: 60%;"> 60% </div> </div> <div class="progress"> <div class="progress-bar" style="min-width: 20px;"> 0% </div> </div> <div class="progress"> <div class="progress-bar" style="min-width: 20px; width: 2%;"> 2% </div> </div> <div class="progress progress-striped"> <div class="progress-bar" style="width: 60%;"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress progress-striped active"> <div class="progress-bar" style="width: 60%;"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress"> <div class="progress-bar progress-bar-success" style="width: 35%"> <span class="sr-only">35% Complete (success)</span> </div> <div class="progress-bar progress-bar-warning" style="width: 20%"> <span class="sr-only">20% Complete (warning)</span> </div> <div class="progress-bar progress-bar-danger" style="width: 10%"> <span class="sr-only">10% Complete (danger)</span> </div> </div> <div class="progress"> <div class="progress-bar progress-bar-info" style="width: 20%"> <span class="sr-only">20% Complete</span> </div> </div> <div class="progress"> <div class="progress-bar progress-bar-success" style="width: 40%"> <span class="sr-only">40% Complete</span> </div> </div> <div class="progress"> <div class="progress-bar progress-bar-warning" style="width: 60%"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress"> <div class="progress-bar progress-bar-danger" style="width: 80%"> <span class="sr-only">80% Complete</span> </div> </div> <div class="progress progress-striped"> <div class="progress-bar progress-bar-info" style="width: 20%"> <span class="sr-only">20% Complete</span> </div> </div> <div class="progress progress-striped"> <div class="progress-bar progress-bar-success" style="width: 40%"> <span class="sr-only">40% Complete</span> </div> </div> <div class="progress progress-striped"> <div class="progress-bar progress-bar-warning" style="width: 60%"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress progress-striped"> <div class="progress-bar progress-bar-danger" style="width: 80%"> <span class="sr-only">80% Complete</span> </div> </div> </body> </html>
capsci/chrome
tutorials/BootstarpTutorial/17_ProgressBars.html
HTML
mit
3,147
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Vocational Computer Festival (Vocomfest) adalah lomba tahunan yang diselenggarakan oleh HIMAKOMSI UGM yang terdiri dari lomba web design untuk SLTA, lomba mmobile apps untuk mahasiswa, dan ditutup dengan sebuah seminar nasional."> <meta name="keywords" content="vocomfest, ugm, himakomsi, computer, festival, lomba"> <meta name="author" content="Vocomfest Technical Support Team"> <meta name="robots" content="index,follow"> <title>Vocomfest - Gallery</title> <!-- Shortcut icon --> <link rel="shortcut icon" type="x-icon" href="./assets/img/icon-2.png"> <!-- CSS HERE --> <link rel="stylesheet" href="./assets/css/bootstrap.css"> <link rel="stylesheet" href="./assets/css/normalize.css"> <link rel="stylesheet" href="./assets/css/animate.css"> <link rel="stylesheet" href="./assets/css/font-awesome.min.css"> <link rel="stylesheet" href="./assets/css/lightcase.css"> <link rel="stylesheet" href="./assets/css/loader.css"> <link rel="stylesheet" href="./assets/css/owl.carousel.css"> <link rel="stylesheet" href="./assets/css/owl.theme.css"> <link rel="stylesheet" href="./assets/css/vocomfest-style.css"> <!-- JAVASCRIPT HERE --> <script type="text/javascript" src="./assets/js/jquery.js"></script> <script type="text/javascript" src="./assets/js/loader.js"></script> </head> <body> <header id="header"> <!-- Navbar --> <section id="navbar"> <nav id="main-nav" class="navbar navbar-default pd-bt-15"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-top" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="./index.html" class="navbar-brand"> <img src="./assets/img/icon-2.png" alt="Vocomfest" class="img-brand"> <span class="text-brand">VOCOMFEST</span> </a> </div> <div class="collapse navbar-collapse" id="navbar-top"> <ul class="nav navbar-nav navbar-right"> <li><a href="index.html#header">HOME</a></li> <li><a href="index.html#about">ABOUT</a></li> <li><a href="index.html#events">EVENTS</a></li> <li><a href="index.html#timeline">TIMELINE</a></li> <li><a href="news.html">NEWS</a></li> <li class="active"><a href="gallery.html">GALLERY</a></li> <li><a href="index.html#sponsors">SPONSORS</a></li> <li><a href="index.html#contact">CONTACT</a></li> <li><a href="./register.html">REGISTER</a></li> <li><a href="./login.html">LOGIN</a></li> </ul> </div> </div> </nav> </section> </header> <section id="news-cover"> <div class="overlay bk-overlay"> <div class="news-container"> <div class="news-desc"> <p class="big" style="letter-spacing: 3px;">LATEST POST</p> <hr class="bl-line-sep"> <h2 class="news-title"><a href="">Lorem Ipsum Dolorsit Amet</a></h2> <p class="news-date big">1 FEBRUARI 2017</p> </div> </div> </div> <img src="./assets/img/news-cover.jpg" class="cover-img"> </section> <section id="news-body"> <div class="container-fluid pd-bt-20"> <div class="row pd-bt-20"> <!-- <div class="section-title pd-bt-20 text-center"> <span class="section-icon"> <i class="fa fa-hourglass-half"></i> </span> <h3 class="mont-bold nowrap">NEWS</h3> <p class="small subtitle">Lorem Ipsum Dolorsit Amet</p> </div> --> <div class="col-md-12 pd-t-30"> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> <div class="col-md-3 gallery-content"> <a href="./assets/img/gallery-img.jpg" data-rel="lightcase"> <div class="gal-overlay"> <div class="olay-content text-center"> + </div> </div> <img src="./assets/img/gallery-img.jpg" alt="Gallery" class="cover-img"> </a> </div> </div> <div class="col-md-12 pd-t-20"> <div class="text-center"> <ul class="new-pagination"> <li class="disabled"><a href="#">PREV</a></li> <li class="active"><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">...</a></li> <li><a href="#">9</a></li> <li><a href="#">NEXT</a></li> </ul> </div> </div> </div> </div> </div> </section> <!-- Footer --> <footer id="footer"> <!-- Links --> <section id="links" class="pd-bt-20"> <div class="container-fluid"> <div class="row pd-bt-20"> <div class="col-md-4"> <div class="col-md-10"> <img src="./assets/img/logo.png" alt="Vocomfest" title="Vocomfest" class="foot-logo mg-bt-20"> <p class="small"> Vocational Computer Festival (VOCOMFEST) merupakan salah satu acara terbesar yang diselenggarakan oleh Himpunan Maasiswa Komputer dan Sistem Informasi SV UGM. Mengangkat tema <span class="special">"Creating Smart Citizen for Social Welfare with Technology"</span> </p> </div> </div> <div class="col-md-4"> <h5 class="mont-bold"> <i class="fa fa-comments"></i> RECENT POST </h5> <table class="recents" cellspacing="3"> <tr> <td class="col-md-3"> <img src="./assets/img/sep-2.jpg" class="recent-img"> </td> <td class="col-md-9"> <a href="blog.html" class="recent-link">Lorem Ipsum Dolorsit Amet</a> <p class="small mont">1 Februari 2017</p> </td> </tr> <tr> <td class="col-md-3"> <img src="./assets/img/sep-2.jpg" class="recent-img"> </td> <td class="col-md-9"> <a href="blog.html" class="recent-link">Lorem Ipsum Dolorsit Amet</a> <p class="small mont">1 Februari 2017</p> </td> </tr> <tr> <td class="col-md-3"> <img src="./assets/img/sep-2.jpg" class="recent-img"> </td> <td class="col-md-9"> <a href="blog.html" class="recent-link">Lorem Ipsum Dolorsit Amet</a> <p class="small mont">1 Februari 2017</p> </td> </tr> </table> </div> <div class="col-md-4"> <h5 class="mont-bold"> <i class="fa fa-link"></i> LINKS </h5> <p> <ul class="inlinks"> <li><a href="#">HOME</a></li> <li><a href="#">FAQ</a></li> <li><a href="#">LOREM</a></li> <li><a href="#">IPSUM</a></li> <li><a href="#">DOLORSIT</a></li> <li><a href="#">AMET</a></li> </ul> </p> </div> </div> </div> </section> <!-- Copyright --> <section id="copyright" class="blue"> <div class="container-fluid"> <div class="row pd-bt-10"> <div class="col-md-3"> <ul class="social-links"> <li><a href="#" title="Vocomfest 2017"><i class="fa fa-facebook"></a></i></li> <li><a href="#" title="Vocomfest 2017"><i class="fa fa-twitter"></a></i></li> <li><a href="#" title="Vocomfest 2017"><i class="fa fa-instagram"></a></i></li> </ul> </div> <div class="col-md-3 pull-right text-right"> <p class="small nowrap"> Made with <i class="fa fa-heart red"></i> in Yogyakarta <br>by Vocomfest Technical Support </p> </div> </div> </div> </section> </footer> <!-- JAVASCRIPT HERE --> <script type="text/javascript" src="./assets/js/bootstrap.min.js"></script> <script type="text/javascript" src="./assets/js/modernizr.js"></script> <script type="text/javascript" src="./assets/js/jquery.nicescroll.min.js"></script> <script type="text/javascript" src="./assets/js/lightcase.js"></script> <script type="text/javascript" src="./assets/js/wow.min.js"></script> <script type="text/javascript" src="./assets/js/owl.carousel.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ // wow js new WOW().init() ; //lightcase lightbox $('a[data-rel^=lightcase]').lightcase(); // nicescroll js $("html").niceScroll({ cursorcolor : 'rgba(0,0,0,0.5)', cursorwidth : '5px', cursorborder : 'none', cursorborderradius : '0px' , zindex : '101' }) ; }) ; </script> </body> </html>
asharimh97/vocomfest-main
gallery.html
HTML
mit
11,753
<!DOCTYPE HTML> <html> <head> <link type="text/css" rel="stylesheet" href="animate.css"> <script> function animate(opts) { var start = new Date var id = setInterval(function () { var timePassed = new Date - start var progress = timePassed / opts.duration if (progress > 1) progress = 1 var deltaValue = opts.delta(progress) opts.step(deltaValue) if (progress == 1) { clearInterval(id) } }, opts.delay || 10) } function move1(elem) { var left = 0; function frame() { left++; // update parameters elem.style.left = left + 'px'; // show frame if (left == 100) // check finish condition clearInterval(id); } var id = setInterval(frame, 10); // draw every 10ms } function move2(element, delta, duration) { var to = 300 animate({ delay: 10, duration: duration || 1000, // 1 sec by default delta: delta, step: function (deltaValue) { element.style.left = to * deltaValue + "px" } }) } function linear(progress) { return progress; } function quad(progress) { return Math.pow(progress, 2); } function circ(progress) { return 1 - Math.sin(Math.acos(progress)); } function back(progress) { return Math.pow(progress, 2) * ((x + 1) * progress - x); } var x = 5; function bounce(progress) { for (var a = 0, b = 1, result; 1; a += b, b /= 2) { if (progress >= (7 - 4 * a) / 11) { return -Math.pow((11 - 6 * a - 11 * progress) / 4, 2) + Math.pow(b, 2); } } } function elastic(progress) { return Math.pow(2, 10 * (progress - 1)) * Math.cos(20 * Math.PI * x / 3 * progress); } </script> </head> <body> <div class="paragraph">A framework usually handles the animation by wrapping pure Javascrip implementation.Its always good practise to know the roots to understand these every updating and growing framework. Following code snippets is one such step </div> <div class="heading">Animation Basics</div> <div class="paragraph">The JavaScript animation is implemented as gradual changing of DOM element <b>styles</b> or canvas objects. The whole process is split into pieces/frames, and each piece/frame is called by timer. Because the timer interval is very small, the animation looks continuous.</div> <div class="example">Example</div> <div class="paragraph">For example, the element is visually moved by changing element.style.left from 0 to 100px. The change is done by 1px every 10ms.</div> <br/> <div class="block_holder" onclick="move1(this.children[0])"> <div class="block"></div> </div> <br/> <div class="heading">Animation Basic Parameters</div> <div class="paragraph"> <ul> <li>delay: Time in ms Between frames to execute the same code</li> <li>duration: How long animation needs to happen in ms</li> <li>progress: Total current time, divided by duration to make it execute the animation code.</li> <li>delta(progress): Function which returns the current progress value. <div>For Eexample: We are animating the 'X' Property of an element. say <b>progress</b> mapped to <b>'X'</b> lineraly [progress: {0,.2, .4, .6. .8, 1}, X: {0px, 20px, 40px, 60px, 80px, 100px }] . </div> <div>We may sometimes want to animate start slowly and pick up speed later [progress: {0,.2, .4, .6. .8, 1}, X: {0px, 6px, 12px, 25px, 50px, 100px }].</div> </li> <li>step(delta): Function that actually progress the aniamtion. It takes current animation progress value and applies it the element</li> </ul> </div> <div class="example">Example</div> <div class="paragraph">Let’s put the parameters discussed above into a short, flexible <b>animation</b> function. The function animate below does time management and leaves the work to delta and step:</div> <br/> <code> &nbsp;function animate(opts) {<br /> &nbsp;&nbsp;var start = new Date<br /> &nbsp;&nbsp;var id = setInterval(function () {<br /> &nbsp;&nbsp;&nbsp;var timePassed = new Date - start<br /> &nbsp;&nbsp;&nbsp;var progress = timePassed / opts.duration<br /> &nbsp;&nbsp;&nbsp;if (progress > 1) progress = 1<br /> &nbsp;&nbsp;&nbsp;var deltaValue = opts.delta(progress)<br /> &nbsp;&nbsp;&nbsp;opts.step(deltaValue)<br /> &nbsp;&nbsp;&nbsp;if (progress == 1) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;clearInterval(id)<br /> &nbsp;&nbsp;&nbsp;}<br /> &nbsp;&nbsp;}, opts.delay || 10)<br /> &nbsp;} </code> <br/> <code> &nbsp;function move2(element, delta, duration) {<br /> &nbsp;&nbsp;var to = 300<br /> &nbsp;&nbsp;animate({<br /> &nbsp;&nbsp;&nbsp;delay: 10,<br /> &nbsp;&nbsp;&nbsp;duration: duration || 1000, // 1 sec by default<br /> &nbsp;&nbsp;&nbsp;delta: delta,<br /> &nbsp;&nbsp;&nbsp;step: function (deltaValue) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;element.style.left = to * deltaValue + "px"<br /> &nbsp;&nbsp;&nbsp;}<br /> &nbsp;&nbsp;})<br /> &nbsp;}<br /> </code> <div class="block_holder" onclick="move2(this.children[0], function(p) {return p})"> <div class="block"></div> </div> <br/> <div class="heading">Math and Aniamtion</div> <div class="paragraph">The animation is a <b>change of property over time</b>. Property is changed at runtime suing a math function. In JavaScript animation, the Math is implemented as <b>delta</b> function. Different deltas make animation speed, acceleration and other parameters behave in a variety of ways. In this section we’ll browse most popular formulas and see how they work. The examples animate movement, providing different delta</div> <div class="block_holder" onclick="move2(this.children[0], linear)"> <div class="block"></div> </div> <div class="block_holder" onclick="move2(this.children[0], quad)"> <div class="block"></div> </div> <div class="block_holder" onclick="move2(this.children[0], circ)"> <div class="block"></div> </div> <div class="block_holder" onclick="move2(this.children[0], back)"> <div class="block"></div> </div> <div class="block_holder" onclick="move2(this.children[0], bounce)"> <div class="block"></div> </div> <div class="block_holder" onclick="move2(this.children[0], elastic)"> <div class="block"></div> </div> </body> </html>
sanjay1909/Tutorials
animation/animationJS.html
HTML
mit
7,099
<div id="container" class="container intro-effect-sliced col-md-12"> <!-- Top Navigation --> <header class="header"> <div class="row"> <div class="col-md-6"> <img ng-src="{{header.informations.photo}}" alt="" class="img-thumbnail col-md-3 col-lg-3"> </div> <div class="col-md-6 "> <div class="row"> <h2>{{header.informations.name}} {{header.informations.surname}}</h2>{{header.informations.birthday}} </div> <div class="row"> Email: {{header.informations.email}} </div> <div class="row"> Phone: {{header.informations.phone}} </div> </div> </div> <div class="title row"> <h1 class="row" style="margin-top: -30px;">{{header.informations.job_seeking}}</h1> <p class="subline">Camille Benhamou</p> <p>{{header.informations.description}}</p> <button class="trigger" data-info="Click to see my profile"><span>Trigger</span></button> </div> <div class="bg-img col-md-12" style="background-color: #31b0d5"> <div class='container'> <div class='row'> <div class="col-md-5" style="margin-top: 40px;"> <form class="form-horizontal" role="form"> <div class='row'> <div class="col-lg-12"> <div class=""> <span class="" style="margin-top: 30px;">Join Me</span> </div> </div> </div> <div class='row'> <div class="col-lg-6 col-md-6"> <input type="text" class="form-control" id="civilite"> <br> <input type="text" class="form-control" id="name"> <br> <input type="text" class="form-control" id="prenom"> </div> </div> </form> </div> <div class="col-md-12 "> <iframe id="map" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2912.206678128976!2d5.9334109999999995!3d43.121184299999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12c91b0c4ea51ef7%3A0x81f578e1b7327d8c!2s6+Place+des+Orf%C3%A8vres%2C+83000+Toulon!5e0!3m2!1sen!2sfr!4v1422609498559" width="60%" height="300px" frameborder="0" style=" margin-top: -172px; margin-left: 30%;"></iframe> <br/> </iframe> </div> </div> </div> </div> </header> </div><!-- /container -->
Cbenh/webresume
app/header-controller.html
HTML
mit
2,911
<!DOCTYPE html> <html> <head> <title></title> </head> <body> </body> </html>
PWSO/pwso
slide-2.html
HTML
mit
78
<!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.3.1"/> <title>OpenNI 1.5.7: xn::Resolution 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="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="OpenNILogo.bmp"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">OpenNI 1.5.7 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacexn.html">xn</a></li><li class="navelem"><a class="el" href="classxn_1_1_resolution.html">Resolution</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classxn_1_1_resolution-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">xn::Resolution Class Reference<div class="ingroups"><a class="el" href="group__cppref__misc.html">Misc</a></div></div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="_xn_cpp_wrapper_8h_source.html">XnCppWrapper.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:ac97b467433f18ee6e9ce00c1ed40125b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxn_1_1_resolution.html#ac97b467433f18ee6e9ce00c1ed40125b">Resolution</a> (<a class="el" href="_xn_types_8h.html#a18d0273b4dfc70b2798fae9d311fda9d">XnResolution</a> res)</td></tr> <tr class="separator:ac97b467433f18ee6e9ce00c1ed40125b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af033bf9d6738d11855eacd63a9d224c0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxn_1_1_resolution.html#af033bf9d6738d11855eacd63a9d224c0">Resolution</a> (XnUInt32 xRes, XnUInt32 yRes)</td></tr> <tr class="separator:af033bf9d6738d11855eacd63a9d224c0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aced37c77f6c5635785bec818605db3f3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxn_1_1_resolution.html#aced37c77f6c5635785bec818605db3f3">Resolution</a> (const XnChar *strName)</td></tr> <tr class="separator:aced37c77f6c5635785bec818605db3f3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6a96decf4d74a7f1ca4e0af1a87833a8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_xn_types_8h.html#a18d0273b4dfc70b2798fae9d311fda9d">XnResolution</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxn_1_1_resolution.html#a6a96decf4d74a7f1ca4e0af1a87833a8">GetResolution</a> () const </td></tr> <tr class="separator:a6a96decf4d74a7f1ca4e0af1a87833a8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a50264048d6d570b5936afe745c129e18"><td class="memItemLeft" align="right" valign="top">XnUInt32&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxn_1_1_resolution.html#a50264048d6d570b5936afe745c129e18">GetXResolution</a> () const </td></tr> <tr class="separator:a50264048d6d570b5936afe745c129e18"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7a80ee26d042448f270f7382367b47f6"><td class="memItemLeft" align="right" valign="top">XnUInt32&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxn_1_1_resolution.html#a7a80ee26d042448f270f7382367b47f6">GetYResolution</a> () const </td></tr> <tr class="separator:a7a80ee26d042448f270f7382367b47f6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a532c0f7ba16ce07fe6ca6236fd8f058e"><td class="memItemLeft" align="right" valign="top">const XnChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxn_1_1_resolution.html#a532c0f7ba16ce07fe6ca6236fd8f058e">GetName</a> () const </td></tr> <tr class="separator:a532c0f7ba16ce07fe6ca6236fd8f058e"><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>A utility class for resolution info </p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="ac97b467433f18ee6e9ce00c1ed40125b"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">xn::Resolution::Resolution </td> <td>(</td> <td class="paramtype"><a class="el" href="_xn_types_8h.html#a18d0273b4dfc70b2798fae9d311fda9d">XnResolution</a>&#160;</td> <td class="paramname"><em>res</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Creates a <a class="el" href="classxn_1_1_resolution.html">Resolution</a> object.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">res</td><td><a class="el" href="classxn_1_1_resolution.html">Resolution</a> </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="af033bf9d6738d11855eacd63a9d224c0"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">xn::Resolution::Resolution </td> <td>(</td> <td class="paramtype">XnUInt32&#160;</td> <td class="paramname"><em>xRes</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">XnUInt32&#160;</td> <td class="paramname"><em>yRes</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Creates a <a class="el" href="classxn_1_1_resolution.html">Resolution</a> object out of X and Y resolutions.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">xRes</td><td>X resolution </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">yRes</td><td>Y resolution </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="aced37c77f6c5635785bec818605db3f3"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">xn::Resolution::Resolution </td> <td>(</td> <td class="paramtype">const XnChar *&#160;</td> <td class="paramname"><em>strName</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Creates a <a class="el" href="classxn_1_1_resolution.html">Resolution</a> object out of its name</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">strName</td><td>name of the resolution </td></tr> </table> </dd> </dl> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a532c0f7ba16ce07fe6ca6236fd8f058e"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const XnChar* xn::Resolution::GetName </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the name of the resolution </p> </div> </div> <a class="anchor" id="a6a96decf4d74a7f1ca4e0af1a87833a8"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="_xn_types_8h.html#a18d0273b4dfc70b2798fae9d311fda9d">XnResolution</a> xn::Resolution::GetResolution </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the resolution </p> </div> </div> <a class="anchor" id="a50264048d6d570b5936afe745c129e18"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">XnUInt32 xn::Resolution::GetXResolution </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the X resolution </p> </div> </div> <a class="anchor" id="a7a80ee26d042448f270f7382367b47f6"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">XnUInt32 xn::Resolution::GetYResolution </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the Y resolution </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="_xn_cpp_wrapper_8h_source.html">XnCppWrapper.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Nov 12 2013 13:40:22 for OpenNI 1.5.7 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
jeremywrnr/life-of-the-party
OpenNI-Bin-Dev-MacOSX-v1.5.7.10/Documentation/html/classxn_1_1_resolution.html
HTML
mit
12,332
{% include header.html %} <div class="page-content"> {{ content }} </div><!-- .entry-content --> {% include footer.html %}
skinnylatte/skinnylatte.github.io
_layouts/default.html
HTML
mit
125
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>FLIR Tags</title> <link rel=stylesheet type='text/css' href='style.css' title='Style'> </head> <body> <h2 class=top>FLIR Tags</h2> <p>Information extracted from the maker notes of JPEG images from thermal imaging cameras by FLIR Systems Inc.</p> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Tag&nbsp;ID</th><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td title='0x0001 = 1'>0x0001</td> <td>ImageTemperatureMax</td> <td class=c>rational64u</td> <td><span class=s><span class=n>(these temperatures may be in Celcius, Kelvin or Fahrenheit, but there is no way to tell which)</span></span></td></tr> <tr class=b> <td title='0x0002 = 2'>0x0002</td> <td>ImageTemperatureMin</td> <td class=c>rational64u</td> <td>&nbsp;</td></tr> <tr> <td title='0x0003 = 3'>0x0003</td> <td>Emissivity</td> <td class=c>rational64u</td> <td>&nbsp;</td></tr> <tr class=b> <td title='0x0004 = 4'>0x0004</td> <td>UnknownTemperature?</td> <td class=c>rational64u</td> <td>&nbsp;</td></tr> <tr> <td title='0x0005 = 5'>0x0005</td> <td>CameraTemperatureRangeMax?</td> <td class=c>rational64u</td> <td>&nbsp;</td></tr> <tr class=b> <td title='0x0006 = 6'>0x0006</td> <td>CameraTemperatureRangeMin?</td> <td class=c>rational64u</td> <td>&nbsp;</td></tr> </table></td></tr></table></blockquote> <h2><a name='FFF'>FLIR FFF Tags</a></h2> <p>Information extracted from FLIR FFF images and the FLIR APP1 segment of JPEG images.</p> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Tag&nbsp;ID</th><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td title='0x0001 = 1'>0x0001</td> <td>RawData</td> <td class=c>-</td> <td>--&gt; <a href='FLIR.html#RawData'>FLIR RawData Tags</a></td></tr> <tr class=b> <td title='0x0020 = 32'>0x0020</td> <td>CameraInfo</td> <td class=c>-</td> <td>--&gt; <a href='FLIR.html#CameraInfo'>FLIR CameraInfo Tags</a></td></tr> <tr> <td title='0x0022 = 34'>0x0022</td> <td>PaletteInfo</td> <td class=c>-</td> <td>--&gt; <a href='FLIR.html#PaletteInfo'>FLIR PaletteInfo Tags</a></td></tr> <tr class=b> <td title='0x0023 = 35'>0x0023</td> <td>TextInfo</td> <td class=c>-</td> <td>--&gt; <a href='FLIR.html#TextInfo'>FLIR TextInfo Tags</a></td></tr> <tr> <td title='0x0024 = 36'>0x0024</td> <td>EmbeddedAudioFile</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td title='0x002b = 43'>0x002b</td> <td>GPSInfo</td> <td class=c>-</td> <td>--&gt; <a href='FLIR.html#GPSInfo'>FLIR GPSInfo Tags</a></td></tr> <tr> <td title='0x002e = 46'>0x002e</td> <td>ParamInfo</td> <td class=c>-</td> <td>--&gt; <a href='FLIR.html#ParamInfo'>FLIR ParamInfo Tags</a></td></tr> </table></td></tr></table></blockquote> <h2><a name='RawData'>FLIR RawData Tags</a></h2> <p>The thermal image data may be stored either as raw data, or in PNG format. If stored as raw data, ExifTool adds a TIFF header to allow the data to be viewed as a TIFF image. If stored in PNG format, the PNG image is extracted as-is. Note that most FLIR cameras using the PNG format seem to write the 16-bit raw image data in the wrong byte order.</p> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Index2</th><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td class=r title='1 = 0x1'>1</td> <td>RawThermalImageWidth</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='2 = 0x2'>2</td> <td>RawThermalImageHeight</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='16 = 0x10'>16</td> <td>RawThermalImageType</td> <td class=c>N</td> <td><span class=s><span class=n>(TIFF or PNG)</span></span></td></tr> <tr class=b> <td class=r title='16 = 0x10'>16.1</td> <td>RawThermalImage</td> <td class=c>N</td> <td>&nbsp;</td></tr> </table></td></tr></table></blockquote> <h2><a name='CameraInfo'>FLIR CameraInfo Tags</a></h2> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Index1</th><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td class=r title='32 = 0x20'>32</td> <td>Emissivity</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='36 = 0x24'>36</td> <td>ObjectDistance</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='40 = 0x28'>40</td> <td>ReflectedApparentTemperature</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='44 = 0x2c'>44</td> <td>AtmosphericTemperature</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='48 = 0x30'>48</td> <td>IRWindowTemperature</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='52 = 0x34'>52</td> <td>IRWindowTransmission</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='60 = 0x3c'>60</td> <td>RelativeHumidity</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='144 = 0x90'>144</td> <td>CameraTemperatureRangeMax</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='148 = 0x94'>148</td> <td>CameraTemperatureRangeMin</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='152 = 0x98'>152</td> <td>UnknownTemperature1?</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='156 = 0x9c'>156</td> <td>UnknownTemperature2?</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='160 = 0xa0'>160</td> <td>UnknownTemperature3?</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='164 = 0xa4'>164</td> <td>UnknownTemperature4?</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='168 = 0xa8'>168</td> <td>UnknownTemperature5?</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='172 = 0xac'>172</td> <td>UnknownTemperature6?</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='212 = 0xd4'>212</td> <td>CameraModel</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='244 = 0xf4'>244</td> <td>CameraPartNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='260 = 0x104'>260</td> <td>CameraSerialNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='276 = 0x114'>276</td> <td>CameraSoftware</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='368 = 0x170'>368</td> <td>LensModel</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='400 = 0x190'>400</td> <td>LensPartNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='416 = 0x1a0'>416</td> <td>LensSerialNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='492 = 0x1ec'>492</td> <td>FilterModel</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='508 = 0x1fc'>508</td> <td>FilterPartNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='540 = 0x21c'>540</td> <td>FilterSerialNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='900 = 0x384'>900</td> <td>DateTimeOriginal</td> <td class=c>N</td> <td>&nbsp;</td></tr> </table></td></tr></table></blockquote> <h2><a name='PaletteInfo'>FLIR PaletteInfo Tags</a></h2> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Index1</th><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td class=r title='0 = 0x0'>0</td> <td>PaletteColors</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='6 = 0x6'>6</td> <td>AboveColor</td> <td class=c>N</td> <td><span class=s><span class=n>(Y Cr Cb color components)</span></span></td></tr> <tr> <td class=r title='9 = 0x9'>9</td> <td>BelowColor</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='12 = 0xc'>12</td> <td>OverflowColor</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='15 = 0xf'>15</td> <td>UnderflowColor</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='18 = 0x12'>18</td> <td>Isotherm1Color</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='21 = 0x15'>21</td> <td>Isotherm2Color</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='26 = 0x1a'>26</td> <td>PaletteMethod</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='27 = 0x1b'>27</td> <td>PaletteStretch</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='48 = 0x30'>48</td> <td>PaletteFileName</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='80 = 0x50'>80</td> <td>PaletteName</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='112 = 0x70'>112</td> <td>Palette</td> <td class=c>N</td> <td><span class=s><span class=n>(Y Cr Cb byte values for each palette color)</span></span></td></tr> </table></td></tr></table></blockquote> <h2><a name='TextInfo'>FLIR TextInfo Tags</a></h2> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td>Label0</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td>Label1</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td>Label2</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td>Label3</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td>Value0</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td>Value1</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td>Value2</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td>Value3</td> <td class=c>N</td> <td>&nbsp;</td></tr> </table></td></tr></table></blockquote> <h2><a name='GPSInfo'>FLIR GPSInfo Tags</a></h2> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Index1</th><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td class=r title='88 = 0x58'>88</td> <td>GPSMapDatum</td> <td class=c>N</td> <td>&nbsp;</td></tr> </table></td></tr></table></blockquote> <h2><a name='ParamInfo'>FLIR ParamInfo Tags</a></h2> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td>DateTimeGenerated</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td>Param0</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td>Param1</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td>Param2</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td>Param3</td> <td class=c>N</td> <td>&nbsp;</td></tr> </table></td></tr></table></blockquote> <h2><a name='FPF'>FLIR FPF Tags</a></h2> <p>Tags extracted from FLIR Public image Format (FPF) files.</p> <blockquote> <table class=frame><tr><td> <table class=inner cellspacing=1> <tr class=h><th>Index1</th><th>Tag Name</th> <th>Writable</th><th>Values / <span class=n>Notes</span></th></tr> <tr> <td class=r title='32 = 0x20'>32</td> <td>FPFVersion</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='36 = 0x24'>36</td> <td>ImageDataOffset</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='40 = 0x28'>40</td> <td>ImageType</td> <td class=c>N</td> <td><span class=s>0 = Temperature <br>1 = Temperature Difference <br>2 = Object Signal <br>3 = Object Signal Difference</span></td></tr> <tr class=b> <td class=r title='42 = 0x2a'>42</td> <td>ImagePixelFormat</td> <td class=c>N</td> <td><span class=s>0 = 2-byte short integer <br>1 = 4-byte long integer <br>2 = 4-byte float <br>3 = 8-byte double</span></td></tr> <tr> <td class=r title='44 = 0x2c'>44</td> <td>ImageWidth</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='46 = 0x2e'>46</td> <td>ImageHeight</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='48 = 0x30'>48</td> <td>ExternalTriggerCount</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='52 = 0x34'>52</td> <td>SequenceFrameNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='120 = 0x78'>120</td> <td>CameraModel</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='152 = 0x98'>152</td> <td>CameraPartNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='184 = 0xb8'>184</td> <td>CameraSerialNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='216 = 0xd8'>216</td> <td>CameraTemperatureRangeMin</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='220 = 0xdc'>220</td> <td>CameraTemperatureRangeMax</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='224 = 0xe0'>224</td> <td>LensModel</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='256 = 0x100'>256</td> <td>LensPartNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='288 = 0x120'>288</td> <td>LensSerialNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='320 = 0x140'>320</td> <td>FilterModel</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='336 = 0x150'>336</td> <td>FilterPartNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='384 = 0x180'>384</td> <td>FilterSerialNumber</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='480 = 0x1e0'>480</td> <td>Emissivity</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='484 = 0x1e4'>484</td> <td>ObjectDistance</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='488 = 0x1e8'>488</td> <td>ReflectedApparentTemperature</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='492 = 0x1ec'>492</td> <td>AtmosphericTemperature</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='496 = 0x1f0'>496</td> <td>RelativeHumidity</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='500 = 0x1f4'>500</td> <td>ComputedAtmosphericTrans</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='504 = 0x1f8'>504</td> <td>EstimatedAtmosphericTrans</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='508 = 0x1fc'>508</td> <td>ReferenceTemperature</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='512 = 0x200'>512</td> <td>IRWindowTemperature</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='516 = 0x204'>516</td> <td>IRWindowTransmission</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='584 = 0x248'>584</td> <td>DateTimeOriginal</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='676 = 0x2a4'>676</td> <td>CameraScaleMin</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='680 = 0x2a8'>680</td> <td>CameraScaleMax</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='684 = 0x2ac'>684</td> <td>CalculatedScaleMin</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='688 = 0x2b0'>688</td> <td>CalculatedScaleMax</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr> <td class=r title='692 = 0x2b4'>692</td> <td>ActualScaleMin</td> <td class=c>N</td> <td>&nbsp;</td></tr> <tr class=b> <td class=r title='696 = 0x2b8'>696</td> <td>ActualScaleMax</td> <td class=c>N</td> <td>&nbsp;</td></tr> </table></td></tr></table></blockquote> <hr> (This document generated automatically by Image::ExifTool::BuildTagLookup) <br><i>Last revised Apr 15, 2013</i> <p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p> </body> </html>
wilg/mini_exiftool_vendored
vendor/Image-ExifTool-9.27/html/TagNames/FLIR.html
HTML
mit
15,781
<div class="header"> <header class="container"> <h1 class="me"> <a href="/#/"><span class="first">alberto</span><b> quesada</b></a> </h1> <p id='social'> <a href='https://es.linkedin.com/in/albertoqa'><span class='fa fa-linkedin'></span></a> <a href='https://github.com/albertoqa'><span class='fa fa-github'></span></a> <a href='http://stackoverflow.com/users/2307128/albertoqa'><span class='fa fa-stack-overflow'></span></a> <a href='mailto:[email protected]'><span class='fa fa-envelope'></span></a> <a class="blog" href='/blog'>blog</a> </p> </header> </div>
albertoqa/albertoqa.github.io
common/directive/headerGeneric/headerGeneric.template.html
HTML
mit
621
<!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.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Terrain Engine 2D: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Terrain Engine 2D &#160;<span id="projectnumber">1.21</span> </div> <div id="projectbrief">A 2D Block Engine</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('class_terrain_engine2_d_1_1_child_camera_controller.html','');}); /* @license-end */ </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">TerrainEngine2D.ChildCameraController Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_terrain_engine2_d_1_1_child_camera_controller.html">TerrainEngine2D.ChildCameraController</a>, including all inherited members.</p> <table class="directory"> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Thu Apr 30 2020 23:39:32 for Terrain Engine 2D by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li> </ul> </div> </body> </html>
activegamedev/activegamedev
API/html/class_terrain_engine2_d_1_1_child_camera_controller-members.html
HTML
mit
4,359
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_17) on Thu Jan 14 02:02:44 PST 2010 --> <TITLE> CatalogKey (NASA World Wind) </TITLE> <META NAME="date" CONTENT="2010-01-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="CatalogKey (NASA World Wind)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CatalogKey.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> NASA World Wind</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogExceptionList.html" title="class in gov.nasa.worldwind.applications.gio.catalogui"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogModel.html" title="interface in gov.nasa.worldwind.applications.gio.catalogui"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CatalogKey.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> gov.nasa.worldwind.applications.gio.catalogui</FONT> <BR> Interface CatalogKey</H2> <HR> <DL> <DT><PRE>public interface <B>CatalogKey</B></DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_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>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#ABSTRACT">ABSTRACT</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#ACTION_COMMAND_BROWSE">ACTION_COMMAND_BROWSE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#ACTION_COMMAND_QUERY">ACTION_COMMAND_QUERY</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#BBOX_ENABLED">BBOX_ENABLED</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTACT_ADDRESS">CONTACT_ADDRESS</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTACT_ADDRESS_TYPE">CONTACT_ADDRESS_TYPE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTACT_EMAIL_ADDRESSS">CONTACT_EMAIL_ADDRESSS</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTACT_NAME">CONTACT_NAME</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTACT_TELEPHONE_NUMBER">CONTACT_TELEPHONE_NUMBER</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTENT_ENCODING">CONTENT_ENCODING</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTENT_END_DATE">CONTENT_END_DATE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTENT_START_DATE">CONTENT_START_DATE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#CONTENT_TYPE">CONTENT_TYPE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#DESCRIPTION">DESCRIPTION</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#ERROR">ERROR</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#EXCEPTIONS">EXCEPTIONS</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#GENERIC_OR_UNKNOWN">GENERIC_OR_UNKNOWN</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#HARVEST_DATE">HARVEST_DATE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#HARVEST_TYPE">HARVEST_TYPE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#ID">ID</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#KEYWORD_TEXT">KEYWORD_TEXT</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#KEYWORDS">KEYWORDS</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#LAYER">LAYER</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#LAYER_STATE">LAYER_STATE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#LAYER_STATE_ERROR">LAYER_STATE_ERROR</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#LAYER_STATE_INSTALLED">LAYER_STATE_INSTALLED</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#LAYER_STATE_READY">LAYER_STATE_READY</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#LINK_WITH_WWJ_VIEW">LINK_WITH_WWJ_VIEW</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MAX_DATE">MAX_DATE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MAX_DATE_ENABLED">MAX_DATE_ENABLED</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MAX_LATITUDE">MAX_LATITUDE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MAX_LONGITUDE">MAX_LONGITUDE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MIN_DATE">MIN_DATE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MIN_DATE_ENABLED">MIN_DATE_ENABLED</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MIN_LATITUDE">MIN_LATITUDE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MIN_LONGITUDE">MIN_LONGITUDE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#MODIFICATION_DATE">MODIFICATION_DATE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#NAME">NAME</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#ONLINE_RESOURCE">ONLINE_RESOURCE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#ORIGINATOR">ORIGINATOR</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#QUERY_MODEL">QUERY_MODEL</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#RESULT_MODEL">RESULT_MODEL</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#SERVICE_TYPE">SERVICE_TYPE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#SIMPLE_QUERY">SIMPLE_QUERY</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_CELL_EDITOR">TABLE_COLUMN_CELL_EDITOR</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_CELL_RENDERER">TABLE_COLUMN_CELL_RENDERER</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_CLASS">TABLE_COLUMN_CLASS</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_COUNT">TABLE_COLUMN_COUNT</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_EDITABLE">TABLE_COLUMN_EDITABLE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_HEADER_RENDERER">TABLE_COLUMN_HEADER_RENDERER</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_HEADER_VALUE">TABLE_COLUMN_HEADER_VALUE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_MAX_WIDTH">TABLE_COLUMN_MAX_WIDTH</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_MIN_WIDTH">TABLE_COLUMN_MIN_WIDTH</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_NAME">TABLE_COLUMN_NAME</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_PREFERRED_WIDTH">TABLE_COLUMN_PREFERRED_WIDTH</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_PROPERTY_KEY">TABLE_COLUMN_PROPERTY_KEY</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TABLE_COLUMN_RESIZABLE">TABLE_COLUMN_RESIZABLE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#TITLE">TITLE</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#URI">URI</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#VERSION">VERSION</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#WAITING">WAITING</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#WCS">WCS</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#WCS_ENABLED">WCS_ENABLED</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#WFS">WFS</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#WFS_ENABLED">WFS_ENABLED</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#WMS">WMS</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>static&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="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html#WMS_ENABLED">WMS_ENABLED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ABSTRACT"><!-- --></A><H3> ABSTRACT</H3> <PRE> static final <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>ABSTRACT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.ABSTRACT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ACTION_COMMAND_BROWSE"><!-- --></A><H3> ACTION_COMMAND_BROWSE</H3> <PRE> static final <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>ACTION_COMMAND_BROWSE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.ACTION_COMMAND_BROWSE">Constant Field Values</A></DL> </DL> <HR> <A NAME="ACTION_COMMAND_QUERY"><!-- --></A><H3> ACTION_COMMAND_QUERY</H3> <PRE> static final <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>ACTION_COMMAND_QUERY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.ACTION_COMMAND_QUERY">Constant Field Values</A></DL> </DL> <HR> <A NAME="BBOX_ENABLED"><!-- --></A><H3> BBOX_ENABLED</H3> <PRE> static final <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>BBOX_ENABLED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.BBOX_ENABLED">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTACT_ADDRESS"><!-- --></A><H3> CONTACT_ADDRESS</H3> <PRE> static final <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>CONTACT_ADDRESS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTACT_ADDRESS">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTACT_ADDRESS_TYPE"><!-- --></A><H3> CONTACT_ADDRESS_TYPE</H3> <PRE> static final <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>CONTACT_ADDRESS_TYPE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTACT_ADDRESS_TYPE">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTACT_EMAIL_ADDRESSS"><!-- --></A><H3> CONTACT_EMAIL_ADDRESSS</H3> <PRE> static final <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>CONTACT_EMAIL_ADDRESSS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTACT_EMAIL_ADDRESSS">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTACT_NAME"><!-- --></A><H3> CONTACT_NAME</H3> <PRE> static final <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>CONTACT_NAME</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTACT_NAME">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTACT_TELEPHONE_NUMBER"><!-- --></A><H3> CONTACT_TELEPHONE_NUMBER</H3> <PRE> static final <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>CONTACT_TELEPHONE_NUMBER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTACT_TELEPHONE_NUMBER">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTENT_ENCODING"><!-- --></A><H3> CONTENT_ENCODING</H3> <PRE> static final <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>CONTENT_ENCODING</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTENT_ENCODING">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTENT_END_DATE"><!-- --></A><H3> CONTENT_END_DATE</H3> <PRE> static final <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>CONTENT_END_DATE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTENT_END_DATE">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTENT_START_DATE"><!-- --></A><H3> CONTENT_START_DATE</H3> <PRE> static final <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>CONTENT_START_DATE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTENT_START_DATE">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTENT_TYPE"><!-- --></A><H3> CONTENT_TYPE</H3> <PRE> static final <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>CONTENT_TYPE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.CONTENT_TYPE">Constant Field Values</A></DL> </DL> <HR> <A NAME="DESCRIPTION"><!-- --></A><H3> DESCRIPTION</H3> <PRE> static final <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>DESCRIPTION</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.DESCRIPTION">Constant Field Values</A></DL> </DL> <HR> <A NAME="ERROR"><!-- --></A><H3> ERROR</H3> <PRE> static final <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>ERROR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.ERROR">Constant Field Values</A></DL> </DL> <HR> <A NAME="EXCEPTIONS"><!-- --></A><H3> EXCEPTIONS</H3> <PRE> static final <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>EXCEPTIONS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.EXCEPTIONS">Constant Field Values</A></DL> </DL> <HR> <A NAME="GENERIC_OR_UNKNOWN"><!-- --></A><H3> GENERIC_OR_UNKNOWN</H3> <PRE> static final <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>GENERIC_OR_UNKNOWN</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.GENERIC_OR_UNKNOWN">Constant Field Values</A></DL> </DL> <HR> <A NAME="HARVEST_DATE"><!-- --></A><H3> HARVEST_DATE</H3> <PRE> static final <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>HARVEST_DATE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.HARVEST_DATE">Constant Field Values</A></DL> </DL> <HR> <A NAME="HARVEST_TYPE"><!-- --></A><H3> HARVEST_TYPE</H3> <PRE> static final <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>HARVEST_TYPE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.HARVEST_TYPE">Constant Field Values</A></DL> </DL> <HR> <A NAME="ID"><!-- --></A><H3> ID</H3> <PRE> static final <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>ID</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.ID">Constant Field Values</A></DL> </DL> <HR> <A NAME="KEYWORD_TEXT"><!-- --></A><H3> KEYWORD_TEXT</H3> <PRE> static final <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>KEYWORD_TEXT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.KEYWORD_TEXT">Constant Field Values</A></DL> </DL> <HR> <A NAME="KEYWORDS"><!-- --></A><H3> KEYWORDS</H3> <PRE> static final <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>KEYWORDS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.KEYWORDS">Constant Field Values</A></DL> </DL> <HR> <A NAME="LAYER"><!-- --></A><H3> LAYER</H3> <PRE> static final <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>LAYER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.LAYER">Constant Field Values</A></DL> </DL> <HR> <A NAME="LAYER_STATE"><!-- --></A><H3> LAYER_STATE</H3> <PRE> static final <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>LAYER_STATE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.LAYER_STATE">Constant Field Values</A></DL> </DL> <HR> <A NAME="LAYER_STATE_ERROR"><!-- --></A><H3> LAYER_STATE_ERROR</H3> <PRE> static final <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>LAYER_STATE_ERROR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.LAYER_STATE_ERROR">Constant Field Values</A></DL> </DL> <HR> <A NAME="LAYER_STATE_INSTALLED"><!-- --></A><H3> LAYER_STATE_INSTALLED</H3> <PRE> static final <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>LAYER_STATE_INSTALLED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.LAYER_STATE_INSTALLED">Constant Field Values</A></DL> </DL> <HR> <A NAME="LAYER_STATE_READY"><!-- --></A><H3> LAYER_STATE_READY</H3> <PRE> static final <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>LAYER_STATE_READY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.LAYER_STATE_READY">Constant Field Values</A></DL> </DL> <HR> <A NAME="LINK_WITH_WWJ_VIEW"><!-- --></A><H3> LINK_WITH_WWJ_VIEW</H3> <PRE> static final <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>LINK_WITH_WWJ_VIEW</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.LINK_WITH_WWJ_VIEW">Constant Field Values</A></DL> </DL> <HR> <A NAME="MAX_DATE"><!-- --></A><H3> MAX_DATE</H3> <PRE> static final <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>MAX_DATE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MAX_DATE">Constant Field Values</A></DL> </DL> <HR> <A NAME="MAX_DATE_ENABLED"><!-- --></A><H3> MAX_DATE_ENABLED</H3> <PRE> static final <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>MAX_DATE_ENABLED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MAX_DATE_ENABLED">Constant Field Values</A></DL> </DL> <HR> <A NAME="MAX_LATITUDE"><!-- --></A><H3> MAX_LATITUDE</H3> <PRE> static final <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>MAX_LATITUDE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MAX_LATITUDE">Constant Field Values</A></DL> </DL> <HR> <A NAME="MAX_LONGITUDE"><!-- --></A><H3> MAX_LONGITUDE</H3> <PRE> static final <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>MAX_LONGITUDE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MAX_LONGITUDE">Constant Field Values</A></DL> </DL> <HR> <A NAME="MIN_DATE"><!-- --></A><H3> MIN_DATE</H3> <PRE> static final <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>MIN_DATE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MIN_DATE">Constant Field Values</A></DL> </DL> <HR> <A NAME="MIN_DATE_ENABLED"><!-- --></A><H3> MIN_DATE_ENABLED</H3> <PRE> static final <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>MIN_DATE_ENABLED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MIN_DATE_ENABLED">Constant Field Values</A></DL> </DL> <HR> <A NAME="MIN_LATITUDE"><!-- --></A><H3> MIN_LATITUDE</H3> <PRE> static final <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>MIN_LATITUDE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MIN_LATITUDE">Constant Field Values</A></DL> </DL> <HR> <A NAME="MIN_LONGITUDE"><!-- --></A><H3> MIN_LONGITUDE</H3> <PRE> static final <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>MIN_LONGITUDE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MIN_LONGITUDE">Constant Field Values</A></DL> </DL> <HR> <A NAME="MODIFICATION_DATE"><!-- --></A><H3> MODIFICATION_DATE</H3> <PRE> static final <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>MODIFICATION_DATE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.MODIFICATION_DATE">Constant Field Values</A></DL> </DL> <HR> <A NAME="NAME"><!-- --></A><H3> NAME</H3> <PRE> static final <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>NAME</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.NAME">Constant Field Values</A></DL> </DL> <HR> <A NAME="ONLINE_RESOURCE"><!-- --></A><H3> ONLINE_RESOURCE</H3> <PRE> static final <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>ONLINE_RESOURCE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.ONLINE_RESOURCE">Constant Field Values</A></DL> </DL> <HR> <A NAME="ORIGINATOR"><!-- --></A><H3> ORIGINATOR</H3> <PRE> static final <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>ORIGINATOR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.ORIGINATOR">Constant Field Values</A></DL> </DL> <HR> <A NAME="QUERY_MODEL"><!-- --></A><H3> QUERY_MODEL</H3> <PRE> static final <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>QUERY_MODEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.QUERY_MODEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="RESULT_MODEL"><!-- --></A><H3> RESULT_MODEL</H3> <PRE> static final <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>RESULT_MODEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.RESULT_MODEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="SERVICE_TYPE"><!-- --></A><H3> SERVICE_TYPE</H3> <PRE> static final <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>SERVICE_TYPE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.SERVICE_TYPE">Constant Field Values</A></DL> </DL> <HR> <A NAME="SIMPLE_QUERY"><!-- --></A><H3> SIMPLE_QUERY</H3> <PRE> static final <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>SIMPLE_QUERY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.SIMPLE_QUERY">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_CELL_EDITOR"><!-- --></A><H3> TABLE_COLUMN_CELL_EDITOR</H3> <PRE> static final <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>TABLE_COLUMN_CELL_EDITOR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_CELL_EDITOR">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_CELL_RENDERER"><!-- --></A><H3> TABLE_COLUMN_CELL_RENDERER</H3> <PRE> static final <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>TABLE_COLUMN_CELL_RENDERER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_CELL_RENDERER">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_CLASS"><!-- --></A><H3> TABLE_COLUMN_CLASS</H3> <PRE> static final <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>TABLE_COLUMN_CLASS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_CLASS">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_COUNT"><!-- --></A><H3> TABLE_COLUMN_COUNT</H3> <PRE> static final <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>TABLE_COLUMN_COUNT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_COUNT">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_EDITABLE"><!-- --></A><H3> TABLE_COLUMN_EDITABLE</H3> <PRE> static final <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>TABLE_COLUMN_EDITABLE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_EDITABLE">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_HEADER_RENDERER"><!-- --></A><H3> TABLE_COLUMN_HEADER_RENDERER</H3> <PRE> static final <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>TABLE_COLUMN_HEADER_RENDERER</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_HEADER_RENDERER">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_HEADER_VALUE"><!-- --></A><H3> TABLE_COLUMN_HEADER_VALUE</H3> <PRE> static final <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>TABLE_COLUMN_HEADER_VALUE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_HEADER_VALUE">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_MAX_WIDTH"><!-- --></A><H3> TABLE_COLUMN_MAX_WIDTH</H3> <PRE> static final <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>TABLE_COLUMN_MAX_WIDTH</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_MAX_WIDTH">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_MIN_WIDTH"><!-- --></A><H3> TABLE_COLUMN_MIN_WIDTH</H3> <PRE> static final <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>TABLE_COLUMN_MIN_WIDTH</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_MIN_WIDTH">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_NAME"><!-- --></A><H3> TABLE_COLUMN_NAME</H3> <PRE> static final <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>TABLE_COLUMN_NAME</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_NAME">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_PREFERRED_WIDTH"><!-- --></A><H3> TABLE_COLUMN_PREFERRED_WIDTH</H3> <PRE> static final <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>TABLE_COLUMN_PREFERRED_WIDTH</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_PREFERRED_WIDTH">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_PROPERTY_KEY"><!-- --></A><H3> TABLE_COLUMN_PROPERTY_KEY</H3> <PRE> static final <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>TABLE_COLUMN_PROPERTY_KEY</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_PROPERTY_KEY">Constant Field Values</A></DL> </DL> <HR> <A NAME="TABLE_COLUMN_RESIZABLE"><!-- --></A><H3> TABLE_COLUMN_RESIZABLE</H3> <PRE> static final <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>TABLE_COLUMN_RESIZABLE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TABLE_COLUMN_RESIZABLE">Constant Field Values</A></DL> </DL> <HR> <A NAME="TITLE"><!-- --></A><H3> TITLE</H3> <PRE> static final <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>TITLE</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.TITLE">Constant Field Values</A></DL> </DL> <HR> <A NAME="URI"><!-- --></A><H3> URI</H3> <PRE> static final <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>URI</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.URI">Constant Field Values</A></DL> </DL> <HR> <A NAME="VERSION"><!-- --></A><H3> VERSION</H3> <PRE> static final <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>VERSION</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.VERSION">Constant Field Values</A></DL> </DL> <HR> <A NAME="WAITING"><!-- --></A><H3> WAITING</H3> <PRE> static final <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>WAITING</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.WAITING">Constant Field Values</A></DL> </DL> <HR> <A NAME="WCS"><!-- --></A><H3> WCS</H3> <PRE> static final <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>WCS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.WCS">Constant Field Values</A></DL> </DL> <HR> <A NAME="WCS_ENABLED"><!-- --></A><H3> WCS_ENABLED</H3> <PRE> static final <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>WCS_ENABLED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.WCS_ENABLED">Constant Field Values</A></DL> </DL> <HR> <A NAME="WFS"><!-- --></A><H3> WFS</H3> <PRE> static final <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>WFS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.WFS">Constant Field Values</A></DL> </DL> <HR> <A NAME="WFS_ENABLED"><!-- --></A><H3> WFS_ENABLED</H3> <PRE> static final <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>WFS_ENABLED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.WFS_ENABLED">Constant Field Values</A></DL> </DL> <HR> <A NAME="WMS"><!-- --></A><H3> WMS</H3> <PRE> static final <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>WMS</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.WMS">Constant Field Values</A></DL> </DL> <HR> <A NAME="WMS_ENABLED"><!-- --></A><H3> WMS_ENABLED</H3> <PRE> static final <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>WMS_ENABLED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#gov.nasa.worldwind.applications.gio.catalogui.CatalogKey.WMS_ENABLED">Constant Field Values</A></DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CatalogKey.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> NASA World Wind</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogExceptionList.html" title="class in gov.nasa.worldwind.applications.gio.catalogui"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../gov/nasa/worldwind/applications/gio/catalogui/CatalogModel.html" title="interface in gov.nasa.worldwind.applications.gio.catalogui"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CatalogKey.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
caadxyz/Macro-Thinking-Micro-action
doc/gov/nasa/worldwind/applications/gio/catalogui/CatalogKey.html
HTML
mit
71,836
<!doctype html> <html lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>yo-angular-2</title> </head> <body> <main>Loading...</main> <script src="lib/es6-shim.min.js"></script> <script src="lib/angular2-polyfills.js"></script> <script src="lib/traceur-runtime.js"></script> <script src="lib/system-csp-production.src.js"></script> <script src="lib/Reflect.js"></script> <script> System.config({defaultJSExtensions: true}); </script> <script src="lib/angular2.js"></script> <script src="lib/Rx.js"></script> <script> System.import('index').catch(console.log.bind(console)); </script> </body> </html>
paullasarev/engo
yo-angular2/src/index.html
HTML
mit
807
<script defer language="javascript"> __js_obj__ = new Shepherd.Tour({ useModalOverlay: __tour_overlay__, defaultStepOptions: { classes: 'bx-def-z-index-modal', showCancelLink: true, scrollTo: {behavior: "smooth", block: "center"} } }) <bx_if:not_preview> Shepherd.on('cancel', function () { $.cookie('bx-help-tours-seen-__tour_id__', 1, {expires: 9999}); $.post('__finish_callback_url__', {tour: __tour_id__}); }) </bx_if:not_preview> var bx_help_tour_steps = __steps__; var bx_help_tour_steps_filtered = []; for (i in bx_help_tour_steps) { if (typeof bx_help_tour_steps[i].attachTo !== 'undefined' && bx_help_tour_steps[i].attachTo.element.length) { //do not show help items for missing elements. if (!$(bx_help_tour_steps[i].attachTo.element).length) continue; // if this is a help for a field that is sitting inside a collapsed section then // we are `uncollapsing` it on this page load if (!$(bx_help_tour_steps[i].attachTo.element).is(':visible')) { var sect = $(bx_help_tour_steps[i].attachTo.element).closest('.bx-form-section-hidden'); if (sect.length && sect.hasClass('bx-form-section-hidden')) { $(sect).children('legend').trigger('click'); sect.removeClass('bx-form-collapsed'); sect.removeClass('bx-form-section-hidden'); } } //do not process hidden elements if (!$(bx_help_tour_steps[i].attachTo.element).is(':visible')) continue; } bx_help_tour_steps_filtered.push(bx_help_tour_steps[i]); } bx_help_tour_steps = bx_help_tour_steps_filtered; if (bx_help_tour_steps_filtered) { var bx_help_tour_steps_active = 0; for (i in bx_help_tour_steps) { var aBtns = []; if (i != (bx_help_tour_steps.length - 1)) { aBtns.push({ text: '<bx_text_js:_sys_exit />', action: __js_obj__.cancel, classes: 'shepherd-button-secondary' }); aBtns.push({ text: '<bx_text_js:_sys_next />', action: __js_obj__.next, classes: 'shepherd-button-primary' }); } else { aBtns.push({ text: '<bx_text_js:_sys_done />', action: __js_obj__.cancel, classes: 'shepherd-button-primary' }); } bx_help_tour_steps[i].buttons = aBtns; __js_obj__.addStep(bx_help_tour_steps[i]); bx_help_tour_steps_active++; } if (bx_help_tour_steps_active) __js_obj__.start(); } </script>
boonex/trident
modules/boonex/help_tours/template/tour.html
HTML
mit
2,899
{% extends "browse/details/base.html" %} {% load markup_tags %} {% block resource_metadata %} <div class="margin-bottom-10"></div> {% include "browse/details/includes/meta.html" with label="Publisher" value=object.publisher %} {% include "browse/details/includes/meta.html" with label="Periodical Name" value=object.periodical_name %} {% include "browse/details/includes/meta.html" with label="Type" value=object.material_type.name %} {% endblock %}
AASHE/hub
hub/templates/browse/details/publication.html
HTML
mit
468
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">樂極則悲</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄌㄜ<sup class="subfont">ˋ</sup> ㄐ|<sup class="subfont">ˊ</sup> ㄗㄜ<sup class="subfont">ˊ</sup> ㄅㄟ</td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">lè jí zé bēi</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">歡樂至極,往往轉為悲傷。言凡事到了極點,均會有反向發展。淮南子.道應:「夫物盛則衰,樂極則悲。」史記.卷一二六.滑稽傳.淳于髡傳:「故日酒極則亂,樂極則悲;萬事盡然,言不可極,極之而衰。」亦作「樂極生悲」。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/20000-20999/20570-22.html
HTML
mit
1,378
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `Obligations` type in crate `rustc_typeck`."> <meta name="keywords" content="rust, rustlang, rust-lang, Obligations"> <title>rustc_typeck::middle::traits::Obligations - Rust</title> <link rel="stylesheet" type="text/css" href="../../../main.css"> <link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <a href='../../../rustc_typeck/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='../../index.html'>rustc_typeck</a>::<wbr><a href='../index.html'>middle</a>::<wbr><a href='index.html'>traits</a></p><script>window.sidebarCurrent = {name: 'Obligations', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press 'S' to search, '?' for more options..." type="search"> </div> </form> </nav> <section id='main' class="content type"> <h1 class='fqn'><span class='in-band'><a href='../../index.html'>rustc_typeck</a>::<wbr><a href='../index.html'>middle</a>::<wbr><a href='index.html'>traits</a>::<wbr><a class='type' href=''>Obligations</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'> <a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a> </span><a id='src-178684' href='../../../rustc/middle/traits/type.Obligations.html?gotosrc=178684'>[src]</a></span></h1> <pre class='rust typedef'>type Obligations&lt;'tcx, O&gt; = <a class='struct' href='../../../rustc_typeck/middle/subst/struct.VecPerParamSpace.html' title='rustc_typeck::middle::subst::VecPerParamSpace'>VecPerParamSpace</a>&lt;<a class='struct' href='../../../rustc_typeck/middle/traits/struct.Obligation.html' title='rustc_typeck::middle::traits::Obligation'>Obligation</a>&lt;'tcx, O&gt;&gt;;</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div class="shortcuts"> <h1>Keyboard shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>typedef</code> (or <code>tdef</code>). </p> </div> </div> <script> window.rootPath = "../../../"; window.currentCrate = "rustc_typeck"; window.playgroundUrl = ""; </script> <script src="../../../jquery.js"></script> <script src="../../../main.js"></script> <script async src="../../../search-index.js"></script> </body> </html>
ArcherSys/ArcherSys
Rust/share/doc/rust/html/rustc_typeck/middle/traits/type.Obligations.html
HTML
mit
4,176
<section class="section--center mdl-grid mdl-grid--no-spacing"> <div class="mdl-cell mdl-cell--8-col"> <h4>Layout</h4> <section> <h5>Uses:</h5> <pre><code class="typescript"> &#x3C;mdlLayout drawerTitle=&#x22;ng2-mdl&#x22; [drawerMenu]=&#x22;links&#x22; [fixedDrawer]=&#x22;true&#x22;&#x3E; &#x3C;mdlHeader title=&#x22;ng2-mdl&#x22;&#x3E;&#x3C;/mdlHeader&#x3E; &#x3C;main class=&#x22;mdl-layout__content&#x22; style=&#x22;padding:20px;&#x22;&#x3E; &#x3C;div class=&#x22;mdl-shadow--2dp&#x22; style=&#x22;padding:10px&#x22;&#x3E; &#x3C;router-outlet&#x3E;&#x3C;/router-outlet&#x3E; &#x3C;/div&#x3E; &#x3C;/main&#x3E; &#x3C;/mdlLayout&#x3E; </code></pre> <p>This is the code snippet for this dashboard you are viewing right now.</p> </section> <section> <h5>Supported Attributes</h5> <h6>MdlLayout</h6> <ul> <!-- <li><strong>fixedHeader</strong>: fixed header. (default: false)</li> --> <li><strong>fixedDrawer</strong>: fixed drawer. (default: false)</li> <li><strong>drawerTitle</strong>: title for the drawer.</li> <li><strong>drawerMenu</strong>: MenuItem array for the drawer menu.</li> </ul> <h6>MdlHeader</h6> <ul> <li><strong>title</strong>: title for the header.</li> <li><strong>menu</strong>: MenuItem array for the header menu.</li> <li><strong>transparent</strong>: transparent header. (default: false)</li> <li><strong>noHeader</strong>: no header. (default: false)</li> <li><strong>waterfall</strong>: waterfall header. (default: false)</li> </ul> <h6>MdlDrawer</h6> <ul> <li><strong>title</strong>: title for the drawer.</li> <li><strong>menu</strong>: MenuItem array for the drawer menu.</li> </ul> <h6>MenuItem Interface</h6> <pre><code class="typescript"> interface MenuItem {{'{'}} title: string; // Title that will appear in the menu for a menu item. link: string; // Link for the menu item. Don't need to provide if using routerLink routerLink: Array&lt;any&gt;; // routerLink Array for angular 2 router. {{'}'}} </code></pre> </section> </div> </section>
sabbirrahman/ng2-mdl
src/app/documentation/mdl-layout-page/mdl-layout-page.template.html
HTML
mit
2,226
<!doctype html> <html class="no-js" lang="es"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/materialize.min.css"> <link rel="stylesheet" href="css/flexboxgrid.min.css"> <link rel="stylesheet" href="css/pc1.css"> <script src="js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <nav class="nav-extended"> <div class="nav-wrapper"> <img class="logo1" src="img/petro-logo.png" alt="" style="width:100px;height:100px;"> <a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a> <ul id="nav-mobile" class="right "> <img src="img/spe-logo.png" alt="" style="height:100px;width:170px"> </ul> <ul class="side-nav" id="mobile-demo"> <!--<li class="tab"><a class="active" href="#test1">Inicio</a></li> <li class="tab"><a href="#test2">Competidores</a></li> <li class="tab"><a href="#test2">Eliminatorias</a></li> <li class="tab"><a href="#test4">Final</a></li> <li class="tab"><a href="#test4">Score</a></li> --> </ul> </div> <div class="nav-content"> <!-- <ul class="tabs tabs-transparent hide-on-med-and-down"> <li class="tab"><a class="active" href="#test1">Inicio</a></li> <li class="tab"><a href="#test2">Competidores</a></li> <li class="tab"><a href="#test2">Eliminatorias</a></li> <li class="tab"><a href="#test4">Final</a></li> <li class="tab"><a href="#test4">Score</a></li> </ul> --> </div> </nav> <div class="container ContedorPrincipal"> <div class="row"> <div class="col s3 row grey center-xs BarraIzquierda "> <div class="col s12 informacion center-xs "> <h2>Menu Principal</h2> </div> <div class="col s12 sesion"> <a href="#"> Proyectar Competencia</a> </div> </div> <div class="col s9 center-xs"> <div class="texto"> <h1 class="Titulo">Bienvenido a PETROBOWL <br>Venezuela</h1> </div> <div class="logo"> <img src="img/UDO.svg.png" alt=""> </div> </div> </div> </div> <footer class="page-footer footer grey lighten-4 NoPadding"> <div class="footer-copyright NoPadding "> <div class="container NegroClaro-Text"> © 2017 Copyright - Version 1.0.15 <a class="NegroClaro-Text text-lighten-4 right" href="#!">UDO-EICA SYSTEMS</a> </div> </div> </footer> <!-- <footer class="page-footer footer grey lighten-4 NoPadding"> <div class="footer-copyright NoPadding "> <div class="container NegroClaro-Text"> © 2017 Copyright - Version 1.0.15 <a class="NegroClaro-Text text-lighten-4 right" href="#!">UDO-EICA SYSTEMS</a> </div> </div> </footer> --> <script src="https://code.jquery.com/jquery-1.12.0.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <script src='js/materialize.min.js'></script> <script src="js/flexbox.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='https://www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-XXXXX-X','auto');ga('send','pageview'); </script> <script> $(".button-collapse").sideNav(); </script> </body> </html>
MgArreaza13/PetroBowlApp
pc1.html
HTML
mit
4,565
<!DOCTYPE html> <html> <head> <script>if (window.location.protocol != "https:") window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);</script> <title>EasierOpenData.org</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="/css/main.css" rel="stylesheet" media="screen"> <!-- Template by Rob McCormack 2015 - MIT License --> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script> <![endif]--> </head> <body> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <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> <a class="navbar-brand active" href="#"><i class="fa fa-database"></i> EasierOpenData.org</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class="dropdown"><a href="#about"><i class="fa fa-info"></i> About the initiative</a> <ul class="dropdown-menu"> <li><a href="#">Strategic plan</a></li> </ul> </li> <li class="dropdown"><a href="#contact"><i class="fa fa-cloud-upload"></i> For publishers</a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> </ul> </li> <li class="dropdown"><a href="#contact"><i class="fa fa-users"></i> For users</a> <ul class="dropdown-menu"> <li><a href="/for_users/find_data_near_me/">Find data near me</a></li> </ul> </li> <li class="dropdown"><a href="#contact"><i class="fa fa-heart-o"></i> Get involved</a> <ul class="dropdown-menu"> <li><a href="https://github.com/easieropendata">Submit pull requests on Github</a></li> </ul> </li> </ul> </div> <!--/.nav-collapse --> </div> <!--/.contatiner --> </nav> <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <div class="container"> <h1>Welcome to the nonprofit initiative to make it significantly easier to publish and use open data</h1> <p class="float-right"><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p> <p><strong>The vision</strong> of EasierOpenData.org is that all the world's public information will be freely available online in a standardized machine readable format via one very fast and powerful API that millions of apps will use.<br/><strong>The game plan</strong> for EasierOpenData.org is to systematically identify and address the roadblocks to publishing all the world's public information and using it to its fullest positive potential.<br/><strong>The core activities</strong> of EasierOpenData.org are educating publishers and users of open data, developing open standards for publishing and using open data, developing free open source software that makes it easier to publish and use open data, raising money to fund the adoption of open data, and increasing the number of people involved in publishing and using open data.</p> </div> </div> <div class="container"> <!-- Example row of columns --> <h2>Latest blog posts</h2> <div class="row"> <div class="col-md-4"> <h2><i class="fa fa-cloud-upload"></i> For publishers</h2> <ul> <li>What should be public and how do we make it public?</li> <li>Think use cases before posting data online</li> <li>Data on Socrata, videos on Youtube, and everything else on Amazon</li> <li>Don't just post bad police videos</li> <li>The core problem with Washington's Public Records Act</li> </ul> </div> <div class="col-md-4"> <h2><i class="fa fa-users"></i> For users</h2></h2> </div> <div class="col-md-4"> <h2><i class="fa fa-heart-o"></i> Get involved</h2> </div> </div> <!-- /row --> <hr> <footer> </footer> </div> <!-- /container --> <!-- Bootstrap core JavaScript --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="https://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html>
easieropendata/easieropendata.github.io
index.html
HTML
mit
5,558
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>module Duxml::Meta - RDoc Documentation</title> <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search.js"></script> <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script> <body id="top" class="module"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="../index.html">Home</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="file-metadata"> <nav id="file-list-section" class="section"> <h3 class="section-header">Defined In</h3> <ul> <li>lib/duxml/meta.rb </ul> </nav> </div> <div id="class-metadata"> <!-- Method Quickref --> <nav id="method-list-section" class="section"> <h3 class="section-header">Methods</h3> <ul class="link-list"> <li ><a href="#method-c-meta_path">::meta_path</a> <li ><a href="#method-c-xml">::xml</a> <li ><a href="#method-i-grammar-3D">#grammar=</a> </ul> </nav> </div> <div id="project-metadata"> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="../Duxml.html">Duxml</a> <li><a href="../Duxml/Add.html">Duxml::Add</a> <li><a href="../Duxml/AddClass.html">Duxml::AddClass</a> <li><a href="../Duxml/AttrNamePattern.html">Duxml::AttrNamePattern</a> <li><a href="../Duxml/AttrNamePatternClass.html">Duxml::AttrNamePatternClass</a> <li><a href="../Duxml/AttrValPattern.html">Duxml::AttrValPattern</a> <li><a href="../Duxml/AttrValPatternClass.html">Duxml::AttrValPatternClass</a> <li><a href="../Duxml/AttrsRule.html">Duxml::AttrsRule</a> <li><a href="../Duxml/AttrsRuleClass.html">Duxml::AttrsRuleClass</a> <li><a href="../Duxml/Change.html">Duxml::Change</a> <li><a href="../Duxml/ChangeAttr.html">Duxml::ChangeAttr</a> <li><a href="../Duxml/ChangeAttrClass.html">Duxml::ChangeAttrClass</a> <li><a href="../Duxml/ChangeClass.html">Duxml::ChangeClass</a> <li><a href="../Duxml/ChangeText.html">Duxml::ChangeText</a> <li><a href="../Duxml/ChangeTextClass.html">Duxml::ChangeTextClass</a> <li><a href="../Duxml/ChildPattern.html">Duxml::ChildPattern</a> <li><a href="../Duxml/ChildPatternClass.html">Duxml::ChildPatternClass</a> <li><a href="../Duxml/ChildrenRule.html">Duxml::ChildrenRule</a> <li><a href="../Duxml/ChildrenRuleClass.html">Duxml::ChildrenRuleClass</a> <li><a href="../Duxml/Doc.html">Duxml::Doc</a> <li><a href="../Duxml/Element.html">Duxml::Element</a> <li><a href="../Duxml/ElementGuts.html">Duxml::ElementGuts</a> <li><a href="../Duxml/Error.html">Duxml::Error</a> <li><a href="../Duxml/ErrorClass.html">Duxml::ErrorClass</a> <li><a href="../Duxml/Grammar.html">Duxml::Grammar</a> <li><a href="../Duxml/GrammarClass.html">Duxml::GrammarClass</a> <li><a href="../Duxml/History.html">Duxml::History</a> <li><a href="../Duxml/HistoryClass.html">Duxml::HistoryClass</a> <li><a href="../Duxml/LazyOx.html">Duxml::LazyOx</a> <li><a href="../Duxml/Meta.html">Duxml::Meta</a> <li><a href="../Duxml/MetaClass.html">Duxml::MetaClass</a> <li><a href="../Duxml/NewAttr.html">Duxml::NewAttr</a> <li><a href="../Duxml/NewAttrClass.html">Duxml::NewAttrClass</a> <li><a href="../Duxml/NewText.html">Duxml::NewText</a> <li><a href="../Duxml/NewTextClass.html">Duxml::NewTextClass</a> <li><a href="../Duxml/NodeSet.html">Duxml::NodeSet</a> <li><a href="../Duxml/NullChildPatternClass.html">Duxml::NullChildPatternClass</a> <li><a href="../Duxml/Pattern.html">Duxml::Pattern</a> <li><a href="../Duxml/PatternClass.html">Duxml::PatternClass</a> <li><a href="../Duxml/PatternMaker.html">Duxml::PatternMaker</a> <li><a href="../Duxml/QualifyError.html">Duxml::QualifyError</a> <li><a href="../Duxml/QualifyErrorClass.html">Duxml::QualifyErrorClass</a> <li><a href="../Duxml/RelaxNG.html">Duxml::RelaxNG</a> <li><a href="../Duxml/Remove.html">Duxml::Remove</a> <li><a href="../Duxml/RemoveClass.html">Duxml::RemoveClass</a> <li><a href="../Duxml/RngAttrsRule.html">Duxml::RngAttrsRule</a> <li><a href="../Duxml/RngChildrenRule.html">Duxml::RngChildrenRule</a> <li><a href="../Duxml/RngValueRule.html">Duxml::RngValueRule</a> <li><a href="../Duxml/Rule.html">Duxml::Rule</a> <li><a href="../Duxml/RuleClass.html">Duxml::RuleClass</a> <li><a href="../Duxml/Saxer.html">Duxml::Saxer</a> <li><a href="../Duxml/Saxer/DocuLiner.html">Duxml::Saxer::DocuLiner</a> <li><a href="../Duxml/Spreadsheet.html">Duxml::Spreadsheet</a> <li><a href="../Duxml/TextPattern.html">Duxml::TextPattern</a> <li><a href="../Duxml/TextPatternClass.html">Duxml::TextPatternClass</a> <li><a href="../Duxml/TextRule.html">Duxml::TextRule</a> <li><a href="../Duxml/TextRuleClass.html">Duxml::TextRuleClass</a> <li><a href="../Duxml/Undo.html">Duxml::Undo</a> <li><a href="../Duxml/UndoClass.html">Duxml::UndoClass</a> <li><a href="../Duxml/ValidateError.html">Duxml::ValidateError</a> <li><a href="../Duxml/ValidateErrorClass.html">Duxml::ValidateErrorClass</a> <li><a href="../Duxml/ValueRule.html">Duxml::ValueRule</a> <li><a href="../Duxml/ValueRuleClass.html">Duxml::ValueRuleClass</a> <li><a href="../Fixnum.html">Fixnum</a> <li><a href="../Module.html">Module</a> <li><a href="../Object.html">Object</a> <li><a href="../Regexp.html">Regexp</a> <li><a href="../Reportable.html">Reportable</a> <li><a href="../String.html">String</a> </ul> </nav> </div> </nav> <div id="documentation"> <h1 class="module">module Duxml::Meta</h1> <div id="description" class="description"> </div><!-- description --> <section id="5Buntitled-5D" class="documentation-section"> <!-- Constants --> <section id="constants-list" class="section"> <h3 class="section-header">Constants</h3> <dl> <dt id="FILE_EXT">FILE_EXT <dd class="description"> </dl> </section> <!-- Methods --> <section id="public-class-5Buntitled-5D-method-details" class="method-section section"> <h3 class="section-header">Public Class Methods</h3> <div id="method-c-meta_path" class="method-detail "> <div class="method-heading"> <span class="method-name">meta_path</span><span class="method-args">(path)</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>@param path [String] path of XML-content file @return [String] full path of metadata file based on content file&#39;s name e.g.</p> <pre class="ruby"><span class="ruby-string">&#39;design.xml&#39;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&#39;.design.xml.duxml&#39;</span> </pre> <div class="method-source-code" id="meta_path-source"> <pre><span class="ruby-comment"># File lib/duxml/meta.rb, line 39</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">meta_path</span>(<span class="ruby-identifier">path</span>) <span class="ruby-identifier">dir</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">dirname</span>(<span class="ruby-identifier">path</span>) <span class="ruby-node">&quot;#{dir}/.#{File.basename(path)}#{FILE_EXT}&quot;</span> <span class="ruby-keyword">end</span></pre> </div><!-- meta_path-source --> </div> </div><!-- meta_path-method --> <div id="method-c-xml" class="method-detail "> <div class="method-heading"> <span class="method-name">xml</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>@return [Doc] metadata document</p> <div class="method-source-code" id="xml-source"> <pre><span class="ruby-comment"># File lib/duxml/meta.rb, line 30</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">xml</span> <span class="ruby-identifier">d</span> = <span class="ruby-constant">Doc</span>.<span class="ruby-identifier">new</span> <span class="ruby-operator">&lt;&lt;</span> (<span class="ruby-constant">Element</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">name</span>.<span class="ruby-identifier">nmtokenize</span>) <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Grammar</span>.<span class="ruby-identifier">xml</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">History</span>.<span class="ruby-identifier">xml</span>) <span class="ruby-identifier">d</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">grammar</span>[<span class="ruby-value">:ref</span>] = <span class="ruby-ivar">@grammar_path</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@grammar_path</span> <span class="ruby-identifier">d</span> <span class="ruby-keyword">end</span></pre> </div><!-- xml-source --> </div> </div><!-- xml-method --> </section><!-- public-class-method-details --> <section id="public-instance-5Buntitled-5D-method-details" class="method-section section"> <h3 class="section-header">Public Instance Methods</h3> <div id="method-i-grammar-3D" class="method-detail "> <div class="method-heading"> <span class="method-name">grammar=</span><span class="method-args">(g)</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="grammar-3D-source"> <pre><span class="ruby-comment"># File lib/duxml/meta.rb, line 44</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">grammar=</span>(<span class="ruby-identifier">g</span>) <span class="ruby-ivar">@grammar</span> = <span class="ruby-identifier">g</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">GrammarClass</span>) <span class="ruby-operator">?</span> <span class="ruby-identifier">g</span> <span class="ruby-operator">:</span> <span class="ruby-constant">Grammar</span>.<span class="ruby-identifier">import</span>(<span class="ruby-identifier">g</span>) <span class="ruby-identifier">history</span>.<span class="ruby-identifier">delete_observers</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">history</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:delete_observers</span>) <span class="ruby-identifier">history</span>.<span class="ruby-identifier">add_observer</span>(<span class="ruby-identifier">grammar</span>, <span class="ruby-value">:qualify</span>) <span class="ruby-identifier">grammar</span>.<span class="ruby-identifier">add_observer</span> <span class="ruby-identifier">history</span> <span class="ruby-keyword">end</span></pre> </div><!-- grammar-3D-source --> </div> </div><!-- grammar-3D-method --> </section><!-- public-instance-method-details --> </section><!-- 5Buntitled-5D --> </div><!-- documentation --> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
ludocracy/Duxml
doc/Duxml/Meta.html
HTML
mit
13,490
<LINK REL="stylesheet" HREF="../static/styles.css"> <HTML> <HEAD> <TITLE>Studio::EventInstance::setProperty</TITLE> </HEAD> <BODY TOPMARGIN="0" class="api_reference"> <p class="header">Firelight Technologies FMOD Studio API</p> <H1>Studio::EventInstance::setProperty</H1> <P> <p>Sets the value of a built-in event instance property.</p> </P> <h3>C++ Syntax</h3> <PRE class=syntax><CODE>FMOD_RESULT Studio::EventInstance::setProperty( FMOD_STUDIO_EVENT_PROPERTY <I>index</I>, float <I>value</I> ); </CODE></PRE> <h3>C Syntax</h3> <PRE class=syntax><CODE>FMOD_RESULT FMOD_Studio_EventInstance_SetProperty( FMOD_STUDIO_EVENTINSTANCE *<I>eventinstance</I>, FMOD_STUDIO_EVENT_PROPERTY <I>index</I>, float <I>value</I> ); </CODE></PRE> <h3>C# Syntax</h3> <PRE class=syntax><CODE>RESULT Studio.EventInstance.setProperty( EVENT_PROPERTY <i>index</i>, float <i>value</i> ); </CODE></PRE> <h2>Parameters</h2> <dl> <dt>index</dt> <dd>The index of the property to set.</dd> <dt>value</dt> <dd>The property value to set.</dd> </dl> <h2>Return Values</h2><P> If the function succeeds then the return value is <A HREF="FMOD_RESULT.html">FMOD_OK</A>.<BR> If the function fails then the return value will be one of the values defined in the <A HREF="FMOD_RESULT.html">FMOD_RESULT</A> enumeration.<BR> </P> <h2>See Also</h2> <UL type=disc> <LI><A HREF="FMOD_STUDIO_EVENT_PROPERTY.html">FMOD_STUDIO_EVENT_PROPERTY</A></LI> <LI><A HREF="FMOD_Studio_EventInstance_GetProperty.html">Studio::EventInstance::getProperty</A></LI> </UL> <BR><BR><BR> <P align=center><font size=-2>Version 1.08.02 Built on Apr 14, 2016</font></P> <BR> </HTML>
Silveryard/Car_System
Old/3rdParty/fmodstudioapi10802linux/doc/FMOD Studio Programmers API for Linux/content/generated/FMOD_Studio_EventInstance_SetProperty.html
HTML
mit
1,630
<!DOCTYPE html> <html lang="uk" itemscope itemtype="http://schema.org/Article" > <head> <meta charset="utf-8"> <title> Лотерейні нюанси &ndash; Борислав Ларін </title> <meta property="og:title" content="Лотерейні нюанси" /> <meta itemprop="name" content="Лотерейні нюанси" /> <meta itemprop="url" content="http://life.brabadu.com/posts/loterejni-nuancy"/> <meta itemprop="description" content="Виявляється, купа американців грає в лотерею. Це величезний бізнес, що важливо, із державною монополією. Під це навіть окремо змінювали законодавство. Адже лотерея - це азартна гра, а азартні ігри в штатах дозволені тільки в Неваді."> <meta property="og:description" content="Виявляється, купа американців грає в лотерею. Це величезний бізнес, що важливо, із державною монополією. Під це навіть окремо змінювали законодавство. Адже лотерея - це азартна гра, а азартні ігри в штатах дозволені тільки в Неваді."> <meta name="description" content="Виявляється, купа американців грає в лотерею. Це величезний бізнес, що важливо, із державною монополією. Під це навіть окремо змінювали законодавство. Адже лотерея - це азартна гра, а азартні ігри в штатах дозволені тільки в Неваді."> <meta itemprop="image" content="http://life.brabadu.com/images/covers/base.jpg"/> <meta property="og:type" content="article" /> <meta name="keywords" content="борислав, ларін, українське, життя, книжки, кіно, блог, враження, програми, огляд, думки, подорожі"> <link rel="alternate" type="application/rss+xml" href="/atom.xml" /> <link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" /> <link media="only screen and (max-device-width: 480px)" href="/css/iphone.css" type="text/css" rel="stylesheet" /> <link media="only screen and (device-width: 768px)" href="/css/iphone.css" type="text/css" rel="stylesheet" /> <meta name=viewport content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta property="twitter:account_id" content="1494952689" /> </head> <body> <header class="site-header"> <div class="wrap"> <a href="#nav" class="menu"><span class="icons">☰</span></a> <nav role="navigation"> <ul> <li><a href="/" title="Головна"><i class="fa fa-home"></i></a></li> <li><a href="https://github.com/brabadu" target="_blank" title="GitHub"><i class="fa fa-github"></i></a></li> <li><a href="https://twitter.com/brabadu" target="_blank" title="Мій Twitter"> <i class="fa fa-twitter"></i></a> </li> <li><a href="/atom.xml" title="RSS"><i class="fa fa-rss"></i></a></li> <li><a href="/about.html" title="Про цей блог">Про</a></li> </ul> </nav> <div> </header> <section class="article"> <div class="featured-image" style='background-image: url("/images/covers/base.jpg"); height: 102px;'></div> <section class="content"> <h1> <a href="/posts/loterejni-nuancy">Лотерейні нюанси</a> </h1> <article itemprop="articleBody"> <p><em><em>Це другий (і останній, перший <a href="/posts/cloud-democracy">тут</a>) допис, який я писав давно з метою почати вести блог. Це адаптація епізоду подкасту Фрікономіки про один нетиповий вид лотереї.</em></em></p> <p>Виявляється, купа американців <a href="http://www.freakonomics.com/2012/04/26/lottery-loopholes-and-deadly-doctors-a-new-freakonomics-radio-podcast/">грає в лотерею</a>. Це величезний бізнес, що важливо, із державною монополією. Під це навіть окремо змінювали законодавство. Адже лотерея - це азартна гра, а азартні ігри в штатах дозволені тільки в Неваді.</p> <p>Опитування показали, що лотерея вважається чи не єдиним способом заробити значну суму для сімей из низьким рівнем доходів. Тож народ ріжеться в лотерею, і мріє про величезні статки, які вони сподіваються виграти. Натомість кількість грошей, які американці відкладають - мізерний. Під час кризи пересічний американець підтягнув пасок, але досить швидко розслабився знову і більшість американців живе без збережень «на чорний день».</p> <p>Тож знайшлися люди, які поставили собі за мету знайти такий фінансовий інструмент, який поєднував би азарт лотереї та надавав можливість відкладати гроші. І такий інструмент знайшли! Назвали його Prize-Linked Savings. Українською я б це назвав «Призи за ощадження».</p> <p>Суть проста як двері: учасники купують «квиток», ці гроші вкладаються максимально безпечно, наприклад банківський депозит. Хитрість в тому, що відсотки з депозиту розподіляються не всім порівну, а визначається за принципом лотереї. Тобто ти можеш і не виграти кругленьку суму, але принаймні ті самі гроші ти зможеш потім забрати назад.</p> <p>В Африці зіткнулися з проблемою, що люди майже не користувалися банками і зберігали іноді навіть значні кошти «під матрацом». Банки не могли залучити ці кошти, бо про банки ніхто не думав, а це загалом не дуже приємно для економіки країни. Аж допоки один з банків не вирішив як експеримент запровадити саме таку схему. Експеримент виявився успішним, банк залучив значиму кількість грошей, люди були задоволені. Проблема виникла в конкурентів, які, побачивши успіх, подали до суду і змусили зупинити програму.</p> <p>Лазівку в законі знайшли і в одному зі штатів Америки (вилетіло в якому саме). Одна з кредитних спілок запустила подібну програму. Але і там зараз йдуть судові справи, в яких намагаються розібратися чи це лотерея (монопольні права на яку, нагадую, у держави), чи це призова акція в рамках залучення клієнтів.</p> <p>Тут би зробити якийсь висновок&hellip; Звичайно, можна сказати, що PLS - ті самі яйця в профіль, і можна самому покласти гроші хоч на той же самий депозит і отримувати свій маленький відсоточок гарантовано (це, звичайно, ще й від банку залежить). Але якщо пам’ятати про те, що існує величезна індустрія державної лотереї, в якій обертаються величезні гроші, то такий варіант починає виглядати, принаймні, менш лохотронським.</p> </article> <section class="byline"> <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Борислав Ларін</span>, </span> <span itemprop="datePublished" content="25/09/2013" >25/09/2013</span> </section> <!-- TODO: bio here --> <section class="meta"> <h3>Коментарі та посилання</h3> <a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="brabadu">Твітніть</a> <a href="http://twitter.com/brabadu" class="twitter-follow-button" data-show-count="false">Фоловте @brabadu</a> <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> </section> <!-- START: Livefyre Embed --> <div id="livefyre-comments"></div> <script type="text/javascript" src="http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script> <script type="text/javascript"> (function () { var articleId = fyre.conv.load.makeArticleId(null); fyre.conv.load({}, [{ el: 'livefyre-comments', network: "livefyre.com", siteId: "333700", articleId: articleId, signed: false, collectionMeta: { articleId: articleId, url: fyre.conv.load.makeCollectionUrl(), } }], function() {}); }()); </script> <!-- END: Livefyre Embed --> </section> </section> <!-- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext" type="text/css" media="screen, projection" /> --> <style> @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzOvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2'), url(http://fonts.gstatic.com/s/roboto/v15/DDBbt_SKtg0EqyMEnMOuTevvDin1pK8aKteLpeZ5c0A.woff) format('woff'); } @font-face{font-family:'FontAwesome';src:url('/css/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('/css/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('/css/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('/css/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('/css/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('/css/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal} </style> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-2122286-10', 'auto'); ga('send', 'pageview'); </script> <!-- Yandex.Metrika counter --> <script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter22085671 = new Ya.Metrika({id:22085671, webvisor:true, clickmap:true, trackLinks:true, accurateTrackBounce:true}); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="//mc.yandex.ru/watch/22085671" class="outofsight" alt="stats" /></div></noscript> <!-- /Yandex.Metrika counter --> </body> </html>
brabadu/life
posts/loterejni-nuancy/index.html
HTML
mit
12,952
--- layout: post title: These Laser-cut Macbooks Are Stunningly Beautiful...But There's a Catch thumbnail: /img/dj-custom-macbook.jpg --- <center><img src = "/img/dj-custom-macbook.jpg" href = "https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via=msitver&related={{ site.twitter_username }}"></img></center> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-0173928743945696" data-ad-slot="5805193485" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <h3>It's hard to deny the beauty of a unibody aluminum Macbook.</h3> <p>It's sleek, premium, but not really personal. There are millions just like it, and in the coffee shop, you are just another guy (or gal) with a glowing Apple on his laptop.</p> <p>This week I discovered a company that customized Macbook Pro's in a new, <strong>stunningly beautiful, but extremely expensive way.</strong></p> <p>The company I'm talking about, <a href="http://www.uncovermac.com/?ref=Geeky">Uncover</a>, laser-cuts Macbooks to your specifications, creating glowing original logos and artwork on the cover of your laptop. Uncover can even add color to the translucent, glowing artwork of your choice.</p> <i><b>~ Read our best. Sign up<a onClick="analytics.track('Signup-text-link', {plan: 'Enterprise'});" href = "https://sitver.typeform.com/to/qYoZrT"> here</a> and I'll email you our best essays, articles, and reviews.</b></i> <iframe width="560" height="315" src="https://www.youtube.com/embed/KLlDG6BfsCo" frameborder="0" allowfullscreen></iframe> <h2><strong>How does it work?</strong></h2> <p>Well, Uncover founder Victor Vandoorn <a href="http://www.producthunt.com/tech/uncover-2">took to Product Hunt</a>&nbsp;to describe his creation. "The inspiration came when I noticed that, when you turn down the brightness on a Mac screen, the backlit Apple logo also becomes dimmer.</p> <p> Previously, I always thought that it was lit by a special LED, but actually, it's the screen's backlight. That meant there was a massive lightsource behind the aluminium, waiting to be 'uncovered'".</p> <p><strong>Thirty prototypes later,</strong> Vandoorn and his team had developed a method for cutting glowing custom artwork into a Macbook's body.</p> <p><strong>It's a three step process: </strong>the laptop owner collaborates with Vandoorn's designers to come up with a design. The Uncover team then creates a transulcent plexiglass-and-aluminum inlay. Lastly, they remove the screen from the Macbook, laser-cut design elements into the Macbook, insert the inlay, and reassemble the computer.</p> <p><strong>Among his customers,</strong> Vandoorn claims to have customized Macbooks for "the CEO's of Evernote, Snapchat, Flipboard, Lyft, [and] The Next Web" as well as various DJs.</p> <h3>Start Filling Your Cash-tubs...</h3> <center><img src = "/img/custom-macbook-2.jpg" href = "https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via=msitver&related={{ site.twitter_username }}"></img></center> <i><b>~ Read our best. Sign up<a onClick="analytics.track('Signup-text-link', {plan: 'Enterprise'});" href = "https://sitver.typeform.com/to/qYoZrT"> here</a> and I'll email you our best essays, articles, and reviews.</b></i> <p><strong>As beautiful as Uncover's work is, I doubt you or I will be sending in our laptops anytime soon, </strong>unless you sleep in a bathtub of cash. The cutting process will cost you at least 399 euros, approximately $450. Users have to send their laptops into Uncover's studio in Amsterdam, the Netherlands. The process itself takes four days, but you'll be without your laptop for at least a week. </p> <p><strong>The process also voids your warranty with Apple. </strong>Uncover offers a free 6-month warranty on your screen, but other than that, you're on your own for the life of your laptop.</p> <p><strong>Still, for those who can afford it,</strong> Uncover's process, paired with its software (which makes your logo "pulse") is the ultimate way to customize a Macbook.</p> <p>I'll stick to <a onClick="analytics.track('decal-aff-click', {plan: 'Enterprise'});" href="http://www.amazon.com/gp/product/B00NTUDR6M/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00NTUDR6M&amp;linkCode=as2&amp;tag=appstochr-20&amp;linkId=JUDAEA46YHUBFODH">decals for now</a>&nbsp;(although I might pick up <a href="http://uncoverlab.com/">one of Uncover's other custom products</a>).</p>
sitver/sitver.github.io
_posts/2015-07-03-lasercut-macbooks.html
HTML
mit
4,534
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./cca71c632129e04b7c13b2cdffdf89a074341b497571b98ef6f66cfc61eda21b.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/211af72699274c87729b30d9f5096c116f536599001401cb429083dfa6bd4e43.html
HTML
mit
550
<!DOCTYPE html> <html> <head> <title>Paper.js - Example</title> <script type="text/javascript" src="/sketchbook/vendor/paper.js/0.12.3/paper-core.js"></script> <script type="text/javascript"> paper.install(window); window.onload = function() { paper.setup('myCanvas'); // Create a simple drawing tool: var tool = new Tool(); var path; // Define a mousedown and mousedrag handler tool.onMouseDown = function(event) { path = new Path(); path.strokeColor = 'black'; path.add(event.point); } tool.onMouseDrag = function(event) { path.add(event.point); } tool.onKeyDown = function(event) { // When a key is pressed, set the content of the text item: console.log('The ' + event.key + ' key was pressed!'); } } </script> <style type="text/css"> html, body { height: 100%; } /* Scale canvas with resize attribute to full size */ canvas[resize] { width: 100%; height: 100%; } </style> </head> <body> <canvas id="myCanvas" resize></canvas> </body> </html>
brianhonohan/sketchbook
paperjs/hello-world/index.html
HTML
mit
1,137
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <HTML> <HEAD> <TITLE>Form1H.xls</TITLE> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META name="generator" content="pdftohtml 0.40"> <META name="author" content="theilman"> <META name="date" content="2015-05-08T09:05:41+00:00"> </HEAD> <FRAMESET cols="100,*"> <FRAME name="links" src="W29849.pdf_ind.html"> <FRAME name="contents" src="W29849.pdfs.html"> </FRAMESET> </HTML>
datamade/elpc_bakken
html/pdf/W29849.pdf.html
HTML
mit
505
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28531_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page14.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 164px; margin-top: 136px;"> <p class="styleSans725.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> a Confidentiality Notice: The Information contained on this plot I: <br/>LK—Trotter—146'97—3625Hv6 _ * 355' FNL &1761' FEL ‘ ' <br/>LK’Trotter—146’97—3 625Hv2 <br/>355' FNL &1728‘ FEL <br/>LKvTrotterv146’97—3625H—3 <br/>355' FNL &1695' FEL <br/>Lot 2 Section 1 <br/>T.145N., R.97W., 5th P.M. <br/>, Nor <br/>:m‘f‘ \ - <br/>‘\ <br/>LK—Trotter—14 —97v3625H’6 \\ ’ LK—Trotter—146—97~3625H’2 ‘ LK—Trotter—146—97—36251-1—3 <br/>3:,” ‘ ‘ <br/><br/><br/>‘3 Hess Corporation '» ’ LK-Trotter—146r97—3625H'4 o,» ' LK-Trotter—146,97-36251-1'5 /' <br/>Donna Nupen : 427 ft or 25.88 rods <br/>Proposed Access Road (in Section 1) <br/>' SN ‘7 )— <br/>Map "B" Existing Roads <br/>Quad Access Route Proposed Roads — — — — _ <br/> <br/>Dec 11. 2013 - 2:27 PM - J:\oi|lield\HESs\3712884\CADD\3712884LOC01.dwg © KL] 2013 </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W28531_text/page15.html
HTML
mit
1,673
<!DOCTYPE> <html> <head> <title>Makers of Lucca&apos;s menswear</title> <meta name="robots" content="noindex, nofollow"> <link rel="stylesheet" href="css/Lucca.css"> <link href="https://fonts.googleapis.com/css?family=Vollkorn" rel='stylesheet' type='text/css'> <script src="js/jquery.min.js"></script> <script src="js/header.js"></script> </head> <body> <div id="topContain"> <header> <div id="logo"> <a href="home.html"><img src="image/Lucca.jpg" height="100%"/></a> </div> <nav> <ul> <li id="home"> <a href="home.html"><span>Home</span></a> </li> <li id="about"> <a href="about.html"><span>About</span></a> </li> <li id="clothing"> <a href="clothing.html"><span>Clothing</span></a> </li> <li id="services"> <a href="services.html"><span>Services</span></a> </li> <li id="events"> <a href="events.html"><span>Events</span></a> </li> <li id="contact"> <a href="contact.html"><span>Contact</span></a> </li> </ul> </nav> </header> <div id="banner"> <h3 id="clothingHead">Fine Men&apos;s Clothing</h3> </div> <p id="paraHead">At Lucca we understand your requirement for the best fine men&apos;s clothing. That is exactly what we provide. We carry the finest wool, silk and cotton from the best workrooms in Italy, England and America.<br><br>Makers such as:</p> </div> <!-- TOPCONTAIN --> <div id="midContain" class="clothing"> <div id="leftContain"> <ul id="makerList"> <li class="bullet"><a href="https://www.agavedenim.com/CustomPages/agavedenim/NEW-ARRIVALS-at-Agave-CID316.aspx" onclick="return loadIframe('makerWindow',this.href);"><p>Agave</p></a></li> <li class="bullet"><a href="https://www.alberto-pants.com/en/looks.php" onclick="return loadIframe('makerWindow',this.href);"><p>Alberto</p></a></li> <li class="bullet"><a href="https://www.ballin.com/index.html" onclick="return loadIframe('makerWindow',this.href);"><p>Ballin</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Brandolini</p></a></li> <li class="bullet"><a href="https://www.bugatchiuomo.com/collection/ss-2016#" onclick="return loadIframe('makerWindow',this.href);"><p>Bugatchi Uomo</p></a></li> <li class="bullet"><a href="https://www.c-o-d-i-c-e.com/collection/" onclick="return loadIframe('makerWindow',this.href);"><p>Codice</p></a></li> <li class="bullet"><a href="https://cooperjones.com/Outfits.aspx" onclick="return loadIframe('makerWindow',this.href);"><p>Copper Jones</p></a></li> <li class="bullet"><a href="https://www.coppley.com/coppley_collection.php" onclick="return loadIframe('makerWindow',this.href);"><p>Coppley</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Grand Sasso</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Haupt</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Ike Behar</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Ingram</p></a></li> <li class="bullet"><a href="https://www.jackvictor.com/collections/fall-winter-2015/" onclick="return loadIframe('makerWindow',this.href);"><p>Jack Victor</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Marcello</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Mezlan Shoes</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Remy</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Robert Graham</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Robert Talbot</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Samuelson</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>San Remo</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Sanyo</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Sartore Trousers</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Seaward and Stearn</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>St. Croix</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindowContain',this.href);"><p>Stenstr&ouml;ms</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Thomas Dean</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Torino Belts</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>W.Kleinberg Belts</p></a></li> <li class="bullet"><a href="null.html" onclick="return loadIframe('makerWindow',this.href);"><p>Zanella</p></a></li> </ul> <script> //Switchout Iframe on link click function loadIframe(iframeName, url) { var $iframe = $('#' + iframeName); if ( $iframe.length ) { $iframe.attr('src',url); return false; } return true; } //Prevent body scrolling while hovering over makers list $('#makerList').hover(function() { $("body").css("overflow","hidden"); }, function() { $("body").css("overflow","auto"); }); </script> </div> <!-- LEFTCONTAIN --> <div id="rightContain"> <div id="makerContain"> <iframe id="makerWindow" frameborder=0 src="intro.html" width="100%" height="100%" seamless><p>Sorry, there is no page to display</p></iframe> </div> <div id="blocker"></div> <script> //Prevent body scrolling while hovering over maker window $('#makerContain').hover(function() { $("body").css("overflow","hidden"); }, function() { $("body").css("overflow","auto"); }); $('#blocker').hover(function() { $("body").css("overflow","hidden"); }, function() { $("body").css("overflow","auto"); }); //document.getElementById("#makerWindow").onclick=function(){} </script> </div> <!--RIGHTCONTAIN --> </div> <!--MIDCONTAIN --> <div id="loContain"> <div id="footerBar"></div> <div id="businessInfo"> <h6>LUCCA CLOTHING</h6> <p>1904 Monroe St.<br> Madison, WI 53711</p> <hr> <p>Phone:608.280.0653<br> Email: Email Us!<br> </div> <div id="miniNav"> <h6>CATEGORIES</h6> <h4><a href="events.html">Lucca News</a></h4> <hr> <h4><a href="events.html">Special Events</a></h4> </div> <img id="twitter" src="image/twitter.png" width="30%" /> </div> <!-- LOCONTAIN --> </body> </html>
NicholasPersa/NicholasPersa.github.io
lucca/clothing.html
HTML
mit
7,391
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; a7122d50-3d3b-4bbe-b953-0a579d866c4b </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Microsoft.Expression.Drawing">Microsoft.Expression.Drawing</a></strong></td> <td class="text-center">36.97 %</td> <td class="text-center">35.41 %</td> <td class="text-center">100.00 %</td> <td class="text-center">35.41 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Microsoft.Expression.Drawing"><h3>Microsoft.Expression.Drawing</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.ComponentModel.ITypeDescriptorContext</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeConverter</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeConverterAttribute</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Resources.NeutralResourcesLanguageAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Resources.UltimateResourceFallbackLocation)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Resources.UltimateResourceFallbackLocation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityAction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityPermissionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Security.Permissions.SecurityAction)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.UnverifiableCodeAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CurrentThread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ManagedThreadId</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsClass</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsValueType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsValueType</td> </tr> <tr> <td style="padding-left:2em">GetProperties(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.CoerceValueCallback</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.ContentControl</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Content</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnContentChanged(System.Object,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.ContentPresenter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ContentProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ContentTemplateProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.Control</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">TemplateProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ArrangeOverride(System.Windows.Size)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Template</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MeasureOverride(System.Windows.Size)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.ControlTemplate</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.Grid</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.ItemCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.ItemsControl</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ItemTemplateProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Items</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.Orientation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.Primitives.Selector</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SelectedItemProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_SelectedIndex</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_SelectedIndex(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Controls.TextBlock</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Text(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_TextAlignment(System.Windows.TextAlignment)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_TextTrimming(System.Windows.TextTrimming)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_TextWrapping(System.Windows.TextWrapping)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Data.Binding</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Path(System.Windows.PropertyPath)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_RelativeSource(System.Windows.Data.RelativeSource)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Data.BindingBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Data.CollectionView</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Data.RelativeSource</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_TemplatedParent</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.DependencyObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ClearValue(System.Windows.DependencyProperty)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValue(System.Windows.DependencyProperty)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReadLocalValue(System.Windows.DependencyProperty)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetValue(System.Windows.DependencyProperty,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.DependencyProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">UnsetValue</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OverrideMetadata(System.Type,System.Windows.PropertyMetadata)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Register(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RegisterAttached(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.DependencyPropertyChangedEventArgs</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_NewValue</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_OldValue</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Property</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.DependencyPropertyHelper</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValueSource(System.Windows.DependencyObject,System.Windows.DependencyProperty)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Duration</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.TimeSpan)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.FrameworkElement</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">StyleProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ActualHeight</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ActualWidth</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnApplyTemplate</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_DefaultStyleKey(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Margin(System.Windows.Thickness)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.FrameworkElementFactory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AppendChild(System.Windows.FrameworkElementFactory)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Name(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetBinding(System.Windows.DependencyProperty,System.Windows.Data.BindingBase)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetValue(System.Windows.DependencyProperty,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.FrameworkPropertyMetadata</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.Windows.FrameworkPropertyMetadataOptions)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.Windows.FrameworkPropertyMetadataOptions,System.Windows.PropertyChangedCallback)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Windows.PropertyChangedCallback)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_AffectsRender</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.FrameworkPropertyMetadataOptions</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.FrameworkTemplate</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">FindName(System.String,System.Windows.FrameworkElement)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_VisualTree(System.Windows.FrameworkElementFactory)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Freezable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CloneCurrentValue</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsFrozen</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.IInputElement</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Input.MouseButtonEventArgs</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Input.MouseEventArgs</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetPosition(System.Windows.IInputElement)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Input.TouchDevice</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Input.TouchEventArgs</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_TouchDevice</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetTouchPoint(System.Windows.IInputElement)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Input.TouchPoint</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Position</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Markup.XmlnsDefinitionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Markup.XmlnsPrefixAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Animation.AnimationTimeline</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Animation.DoubleAnimation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Double,System.Windows.Duration)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Animation.FillBehavior</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Animation.Timeline</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Completed(System.EventHandler)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_FillBehavior(System.Windows.Media.Animation.FillBehavior)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.ArcSegment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsLargeArcProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">PointProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RotationAngleProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SizeProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SweepDirectionProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsLargeArc</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Point</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RotationAngle</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Size</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_SweepDirection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_IsLargeArc(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Point(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_RotationAngle(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Size(System.Windows.Size)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_SweepDirection(System.Windows.Media.SweepDirection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.BezierSegment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Point1</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Point2</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Point3</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Point1(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Point2(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Point3(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Brush</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.DoubleCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.EllipseGeometry</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CenterProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RadiusXProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">RadiusYProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Center</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RadiusX</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RadiusY</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.FillRule</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.GeneralTransform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Transform(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">TryTransform(System.Windows.Point,System.Windows.Point@)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Geometry</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CloneCurrentValue</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Bounds</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Empty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Transform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.GeometryCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.GeometryGroup</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Children</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FillRule</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.LineGeometry</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">EndPointProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">StartPointProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_EndPoint</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_StartPoint</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.LineSegment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">PointProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Point</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Point(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Matrix</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_M11</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_M12</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_M21</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_M22</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_OffsetX</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_OffsetY</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Equality(System.Windows.Media.Matrix,System.Windows.Media.Matrix)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_OffsetX(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_OffsetY(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Transform(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.MatrixTransform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Matrix</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Matrix(System.Windows.Media.Matrix)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PathFigure</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsClosedProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsFilledProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">StartPointProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsClosed</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsFilled</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Segments</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_StartPoint</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_IsClosed(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_IsFilled(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Segments(System.Windows.Media.PathSegmentCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_StartPoint(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PathFigureCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Windows.Media.PathFigure)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PathGeometry</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">FillRuleProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateFromGeometry(System.Windows.Media.Geometry)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Figures</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FillRule</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Figures(System.Windows.Media.PathFigureCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_FillRule(System.Windows.Media.FillRule)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PathSegment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsSmoothJoin</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsStroked</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_IsStroked(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PathSegmentCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Windows.Media.PathSegment)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Item(System.Int32,System.Windows.Media.PathSegment)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PathSegmentCollection.Enumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MoveNext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PenLineCap</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PenLineJoin</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PointCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Item(System.Int32,System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PointCollection.Enumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MoveNext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PolyBezierSegment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Points</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Points(System.Windows.Media.PointCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PolyLineSegment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Points</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Points(System.Windows.Media.PointCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.PolyQuadraticBezierSegment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Points</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Points(System.Windows.Media.PointCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.QuadraticBezierSegment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Point1Property</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Point2Property</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Point1</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Point2</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Point1(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Point2(System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.RectangleGeometry</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RadiusX</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RadiusY</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Rect</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.RotateTransform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Angle</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CenterX</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CenterY</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Angle(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CenterX(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CenterY(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.ScaleTransform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CenterX</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CenterY</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ScaleX</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ScaleY</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CenterX(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CenterY(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ScaleX(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ScaleY(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.SkewTransform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_AngleX</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_AngleY</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CenterX</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CenterY</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_AngleX(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_AngleY(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CenterX(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CenterY(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.StreamGeometry</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Stretch</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.SweepDirection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Transform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Value</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.TransformCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Windows.Media.Transform)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.TransformCollection.Enumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MoveNext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.TransformGroup</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Children</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Children(System.Windows.Media.TransformCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.TranslateTransform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_X</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Y</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_X(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Y(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.Visual</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">TransformToVisual(System.Windows.Media.Visual)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Media.VisualTreeHelper</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetChild(System.Windows.DependencyObject,System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetChildrenCount(System.Windows.DependencyObject)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Point</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Double,System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_X</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Y</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Addition(System.Windows.Point,System.Windows.Vector)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Equality(System.Windows.Point,System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Inequality(System.Windows.Point,System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Subtraction(System.Windows.Point,System.Windows.Point)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Subtraction(System.Windows.Point,System.Windows.Vector)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_X(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Y(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.PropertyChangedCallback</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Invoke(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.PropertyMetadata</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.Windows.PropertyChangedCallback)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.Windows.PropertyChangedCallback,System.Windows.CoerceValueCallback)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Windows.PropertyChangedCallback)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.PropertyPath</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Rect</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Double,System.Double,System.Double,System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Bottom</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Height</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Left</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Right</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Top</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Width</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_X</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Y</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Equality(System.Windows.Rect,System.Windows.Rect)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Inequality(System.Windows.Rect,System.Windows.Rect)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Height(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Width(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.ResourceDictionaryLocation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Setter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Windows.DependencyProperty,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.SetterBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.SetterBaseCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Shapes.Path</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Data</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Data(System.Windows.Media.Geometry)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Shapes.Shape</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">StretchProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">StrokeThicknessProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ArrangeOverride(System.Windows.Size)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Fill</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RenderedGeometry</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Stretch</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Stroke</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_StrokeThickness</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Fill(System.Windows.Media.Brush)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Stretch(System.Windows.Media.Stretch)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Stroke(System.Windows.Media.Brush)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_StrokeThickness(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Size</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Double,System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Height</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Width</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Equality(System.Windows.Size,System.Windows.Size)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Style</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Setters</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Seal</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.TextAlignment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.TextTrimming</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.TextWrapping</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.ThemeInfoAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Windows.ResourceDictionaryLocation,System.Windows.ResourceDictionaryLocation)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Thickness</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Double,System.Double,System.Double,System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Bottom</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Left</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Right</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Top</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Threading.Dispatcher</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginInvoke(System.Delegate,System.Windows.Threading.DispatcherPriority,System.Object[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Threading.DispatcherObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Dispatcher</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Threading.DispatcherOperation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Threading.DispatcherPriority</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.UIElement</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ClipToBoundsProperty</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginAnimation(System.Windows.DependencyProperty,System.Windows.Media.Animation.AnimationTimeline)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CaptureMouse</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CaptureTouch(System.Windows.Input.TouchDevice)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">InvalidateArrange</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnLostMouseCapture(System.Windows.Input.MouseEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnLostTouchCapture(System.Windows.Input.TouchEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnMouseDown(System.Windows.Input.MouseButtonEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnMouseMove(System.Windows.Input.MouseEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnMouseUp(System.Windows.Input.MouseButtonEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnTouchDown(System.Windows.Input.TouchEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnTouchMove(System.Windows.Input.TouchEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OnTouchUp(System.Windows.Input.TouchEventArgs)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReleaseMouseCapture</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReleaseTouchCapture(System.Windows.Input.TouchDevice)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Opacity(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_RenderTransform(System.Windows.Media.Transform)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.ValueSource</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsAnimated</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Vector</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Double,System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Length</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_X</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Y</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Normalize</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Division(System.Windows.Vector,System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_Multiply(System.Windows.Vector,System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">op_UnaryNegation(System.Windows.Vector)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_X(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Y(System.Double)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/el/elysium.theme.2.0.4/Microsoft.Expression.Drawing-net40-client.html
HTML
mit
254,487
<!doctype html> <title>Welcome to Remoterm ~Alp_X</title> <html ng-app="termserverApp"> <head> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.13.1.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <script src="termserverapp.js"></script> <script src="https://cdn.socket.io/socket.io-1.3.4.js"></script> </head> <body> <div ng-controller="termController"> <div ng-switch on="slideSelection"> <div class="animate-if" ng-switch-when="loginslide"> <table> <tr> <td> <label for="usr">User:</label> </td> <td> <input type="text" class="form-control" id="usr"> </td> </tr> <tr> <td> <label for="pwd">Password:</label> </td> <td> <input type="password" class="form-control" id="pwd"> </td> </tr> <tr> <td> <button type="button" id="" class="btn" ng-click="login()">Login</button> </td> <td> <button type="button" id="" class="btn" ng-click="logout()">Logout</button> </td> <td> <div ng-if="isloggedIn">You are loggin in : {{loginName}}</div> <div ng-if="!isloggedIn">Not Logged In</div> </td> </tr> </table> </div> <table> <tr ng-if="clientList.length>0"> <td colspan=3> <h2>Connected Client List:</h2> </td> </tr> <tr ng-if="clientList.length>0"> <td colspan=3> Click to Open a Terminal </td> </tr> <tr ng-repeat="client in clientList"> <td> <a ng-click="changeMidsock($index)" href="" >{{client}}</a> </td> <td> <div>user:{{ loggedInUserList[$index] }}</div> </td> <td> <div style="color:#FF0000" ng-if="loggedInUserList[$index]=='No One'">Offline</div> <div style="color:#00FF00" ng-if="loggedInUserList[$index]!='No One'">Online</div> </td> </tr> </table> <!-- term.js Copyright (c) 2012-2013, Christopher Jeffrey (MIT License) --> <style> html { background: #FFFFFF; } h1 { margin-bottom: 20px; font: 20px/1.5 sans-serif; } .terminal { float: left; border: #000 solid 5px; font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; font-size: 11px; color: #f0f0f0; background: #000; } .terminal-cursor { color: #000; background: #f0f0f0; } </style> <div ng-if="selectedClient!=-1"> <h1>Selected Terminal: {{clientList[selectedClient]}}</h1> Applications: <table width="100px" border=1> <tr> <td> type </td> <td> name </td> <td> status </td> <td> pids </td> <td> - </td> <td> - </td> </tr> <tr ng-repeat="stat in prgstats"> <td> {{stat.type}} </td> <td> {{stat.prgname}} </td> <td> <div ng-show="stat.led==0" id="redled" style='border: 5px solid red; border-radius: 7px; width: 7px; height: 7px;'></div> <div ng-show="stat.led==1" id="greenled" style='border: 5px solid #12F729; border-radius: 7px; width: 7px; height: 7px;'></div> {{stat.status}} </td> <td> {{stat.pid}} </td> <td> <button type="button" class="btn btn-primary" ng-click="killprg($index)">Kill</button> </td> <td> <button type="button" class="btn btn-primary" ng-click="restartprg($index)">Restart</button> </td> </tr> </table> <!-- <table> <tr> <td> {{changedate}} </td> </tr> <tr> <td colspan=5> <textarea id="nohuplogarea" spellcheck="false" cols='100' rows='20' style="border:1px solid #ccc;font:13px/13px Georgia, modern, Serif;overflow:auto;background-color:black;color:white;"> {{nohuplog}} </textarea> </td> </tr> <tr> <td> <button type="button" class="btn btn-primary" ng-click="openTerminal()">Open Terminal</button> </td> </tr> </table> --> </div> Developed by <a href="http://alpx.io">~Alp_X 2016</a> <script src="term.js"></script> </div> </body> </html>
AlpX/remoterm
server/public/index.html
HTML
mit
5,172
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.3: main.cpp Example File (tools/undoframework/main.cpp)</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></a></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td> <td align="right" valign="top" width="230"><a href="http://www.trolltech.com"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></a></td></tr></table><h1 align="center">main.cpp Example File<br /><sup><sup>tools/undoframework/main.cpp</sup></sup></h1> <pre><span class="comment"> /**************************************************************************** ** ** Copyright (C) 2007-2008 Trolltech ASA. All rights reserved. ** ** This file is part of the documentation of the Qt Toolkit. ** ** This file may be used under the terms of the GNU General Public ** License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the files LICENSE.GPL2 and LICENSE.GPL3 ** included in the packaging of this file. Alternatively you may (at ** your option) use any later version of the GNU General Public ** License if such license has been publicly approved by Trolltech ASA ** (or its successors, if any) and the KDE Free Qt Foundation. ** ** Please review the following information to ensure GNU General ** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. If ** you are unsure which license is appropriate for your use, please ** review the following information: ** http://trolltech.com/products/qt/licenses/licensing/licensingoverview ** or contact the sales department at [email protected]. ** ** In addition, as a special exception, Trolltech, as the sole ** copyright holder for Qt Designer, grants users of the Qt/Eclipse ** Integration plug-in the right for the Qt/Eclipse Integration to ** link to functionality provided by Qt Designer and its related ** libraries. ** ** This file is provided "AS IS" with NO WARRANTY OF ANY KIND, ** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR ** A PARTICULAR PURPOSE. Trolltech reserves all rights not expressly ** granted herein. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ****************************************************************************/</span> #include &lt;QtGui&gt; #include &quot;mainwindow.h&quot; int main(int argv, char *args[]) { Q_INIT_RESOURCE(undoframework); QApplication app(argv, args); MainWindow mainWindow; mainWindow.show(); return app.exec(); }</pre> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="30%">Copyright &copy; 2008 <a href="trolltech.html">Trolltech</a></td> <td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="30%" align="right"><div align="right">Qt 4.3.5</div></td> </tr></table></div></address></body> </html>
misizeji/StudyNote_201308
webserver/html/tools-undoframework-main-cpp.html
HTML
mit
3,993
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語&nbsp;</b></th><td class="ztd2">展卷有益</td></tr> <tr><th class="ztd1"><b>典源&nbsp;</b></th><td class="ztd2"> 此處所列為「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000285%22.%26v%3D-1" class="clink" target=_blank>開卷有益</a>」之典源,提供參考。</font> #<font class="dianuan_mark">《宋書.卷九三.隱逸列傳.陶潛》</font><font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font><br><font size=4 color="#808080">天地賦命,有往必終,自古賢聖,誰能獨免?子夏言曰:「死生有命,富貴在天。」四友之人,親受音旨,發斯談者,豈非窮達不可妄求,壽夭永無外請故邪!吾年過五十,而窮苦荼毒,以家貧弊,東西遊走。性剛才拙,與物多忤,自量為己,必貽俗患,僶俛辭世,使汝幼而飢寒耳。常感孺仲賢妻之言,敗絮自擁,何慚兒子。此既一事矣。但恨鄰靡二仲,室無萊婦,抱茲苦心,良獨罔罔。</font>少年來好書,偶愛閑靜,開卷有得,便欣然忘食。見樹木交蔭,時鳥變聲,亦復歡爾有喜。<font size=4 color="#808080">嘗言五六月北窗下臥,遇涼風暫至,自謂是羲皇上人。意淺識陋,日月遂往,緬求在昔,眇然如何。</font></font> <br><font class="dianuan_mark2">〔注解〕</font><br></font> <div class="Rulediv"><font class="english_word">(1)</font> 典故或見於宋.王闢之<font class="dianuan_mark"><font class="dianuan_mark">《澠水燕談錄.卷六.文儒》</font></font>。</font><font size=4 ></div><br><font class="dianuan_mark2">〔參考資料〕</font><br></font> 宋.王闢之<font class="dianuan_mark"><font class="dianuan_mark">《澠水燕談錄.卷六.文儒》</font></font><br>太宗銳意文史,太平興國中,詔李昉、扈蒙、徐鉉、張洎等,門類群書為一千卷,賜名<font class="dianuan_mark">《太平御覽》</font>。又詔昉等撰集野史為太平廣記五百卷,類選前代文章為一千卷,曰<font class="dianuan_mark">《文苑英華》</font>。太宗日閱<font class="dianuan_mark">《御覽》</font>三卷,因事有闕,暇日追補之,嘗曰:「開卷有益,朕不以為勞也。」</td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/3000-3999/3840-31.html
HTML
mit
2,830
<div class="container"> <div id="loginbox" style="margin-top:50px;" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2"> <div class="panel panel-info"> <div class="panel-heading"> <div class="panel-title">Sign In</div> <!-- div style="float:right; font-size: 80%; position: relative; top:-10px"><a href="#">Forgot password?</a></div --> </div> <div style="padding-top:30px" class="panel-body"> <div style="display:none" id="login-alert" class="alert alert-danger col-sm-12"></div> <form id="loginform" ng-submit="login()" class="form-horizontal" role="form"> <div style="margin-bottom: 25px" class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span> <input id="login-username" type="text" class="form-control" name="username" value="" placeholder="username" ng-model="user.username" required=""/> </div> <div style="margin-bottom: 25px" class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span> <input id="login-password" type="password" class="form-control" name="password" placeholder="password" ng-model="user.password" required=""/> </div> <div style="margin-top:10px" class="form-group"> <div class="col-sm-12 controls"> <button type="submit" class="btn btn-success">Login</button> <span class="text-danger"> {{ error }}</span> </div> </div> </form> </div> </div> </div> </div>
BrilliancySoftware/reinier
public/view-login.html
HTML
mit
1,628
<div class="row grid-block" data-equalizer="grid1" data-equalize-on="large" data-equalize-on-stack="true"> <div class="column column-block large-6"> <a href="http://www.freddiemac.com/corporate/movinghousingforward/"> <div class="callout background-primary callout-overlay" style="background-image: url('/images/about/moving-housing-forward.jpg'); background-position: center center;" data-equalizer-watch="grid1"> <div class="center-vertically"> <div class="row"> <div class="column small-10 medium-6 large-7"> <p class="grid-block-title-large gutter-top">Moving Housing Forward</p> <p class="grid-block-text">We're building a better FreddieMac and a better housing finance system for America's families. <span class="show-for-medium">See how our progress is moving housing forward.</span></p> </div> </div> </div> </div> </a> </div> <div class="column column-block large-6"> <div data-equalizer-watch="grid1"> <div class="row"> <div class="column column-block small-12"> <a href="https://www.youtube.com/watch?v=3Ww7mgS2mtk" class="video-modal widescreen-video block" data-src="//www.youtube-nocookie.com/embed/3Ww7mgS2mtk?rel=0&amp;wmode=transparent"> <div class="callout background-yellow"> <p class="grid-block-title-large">What We Do</p> <p class="grid-block-text">Our role in the secondary mortgage market</p> <p class="grid-block-text">Video title: <span area-label="video length in minutes">1:32</span></p> </div> </a> </div> </div> <div class="row" data-equalizer="grid2" data-equalize-on="small" data-equalize-on-stack="true"> <div class="column small-6"> <div class="callout background-primary" data-equalizer-watch="grid2"> <p class="grid-block-title-large">30-year Fixed-Rate Mortgage</p> <p class="grid-block-text">Making monthly payments more affordable, consistent, and flexible to repay early without penalty.</p> </div> </div> <div class="column small-6"> <a href="/corporate/about-landing.html"> <div class="callout background-orange" data-equalizer-watch="grid2"> <p class="grid-block-title-large">Our Offices</p> <p class="grid-block-text">Corporate headquarters in McLean, Virginia, and regional offices in Atlanta, Chicago, Dallas, Los Angeles, and New York.</p> </div> </a> </div> </div> </div> </div> </div> <div class="row grid-block" data-equalizer data-equalize-on="small"> <div class="column column-block large-6"> <div class="callout background-gray" data-equalizer-watch> <div class="row"> <div class="column small-9 large-6"> <p class="grid-block-title-large">Our Businesses</p> <p class="grid-block-text"><strong class="uppercase">Multifamily</strong> has funded $39 billion for 523,000 apartments in 2016.</p> </div> </div> </div> </div> <div class="column column-block large-6"> <a href="/corporate/perspectives-landing.html"> <div class="callout background-teal" data-equalizer-watch> <div class="row"> <div class="column small-9 large-6"> <p class="grid-block-title-large">Industry Leading Viewpoints</p> <p class="grid-block-text">Perspectives that lead the housing industry forward.</p> </div> </div> </div> </a> </div> </div> <div class="row grid-block" data-equalizer data-equalize-on="small"> <div class="column large-6"> <div class="row"> <div class="column column-block small-6"> <a href="/corporate/executive-leadership.html"> <div class="callout background-blue" data-equalizer-watch> <p class="grid-block-title-large">Our Leadership</p> <p class="grid-block-text">Meet our leadership team.</p> </div> </a> </div> <div class="column column-block small-6"> <div class="callout background-primary" data-equalizer-watch> <p class="grid-block-title-large">Employees</p> <p class="grid-block-text">5,400 Employees</p> </div> </div> </div> </div> <div class="column large-6"> <div class="row"> <div class="column column-block small-6"> <div class="callout background-yellow" data-equalizer-watch> <p class="grid-block-title-large">Protecting Tax Payers</p> <p class="grid-block-text">Private investors take on a significant portion of our credit risk – shifting it off of taxpayers.</p> </div> </div> <div class="column column-block small-6"> <div class="callout background-primary callout-overlay" style="background-image: url('/images/about/grid-image1.jpg')" data-equalizer-watch> <p class="show-for-sr">this block contains a background image</p> </div> </div> </div> </div> </div> <div class="row grid-block" data-equalizer data-equalize-on="small"> <div class="column column-block large-3"> <div class="callout background-purple callout-overlay" style="background-image: url('/images/about/grid-image2.jpg')" data-equalizer-watch> <p class="show-for-sr">this block contains a background image</p> </div> </div> <div class="column column-block large-6"> <div class="callout background-primary" data-equalizer-watch> <div class="center-vertically"> <div class="row"> <div class="column small-9 large-6"> <p class="grid-block-title-large">Communities</p> <p class="grid-block-text">We make a positive difference in communities nationwide.</p> </div> </div> </div> </div> </div> <div class="column column-block large-3"> <div class="callout background-orange" data-equalizer-watch> <p class="grid-block-title-large">Financial Results</p> <p class="grid-block-text">OTCQB:FMCC</p> </div> </div> </div> <div class="row grid-block" data-equalizer data-equalize-on="small"> <div class="column column-block large-3"> <div class="callout background-gray" data-equalizer-watch> <p class="grid-block-title-large">Oversight</p> <p class="grid-block-text">The Federal Housing Finance Agency acts as our regulator.</p> </div> </div> <div class="column column-block large-3"> <a href="https://ww3.freddiemac.com/loanlookup/"> <div class="callout background-blue" data-equalizer-watch> <p class="grid-block-title-large">loan look-up tool</p> <p class="grid-block-text">Do we own your mortgage?</p> </div> </a> </div> <div class="column column-block large-6"> <div class="callout background-charcoal callout-overlay" style="background-image: url('/images/about/grid-2-wide.jpg')" data-equalizer-watch> <p class="show-for-sr">this block contains a background image</p> </div> </div> </div>
marlonShawDEV/workForceHousing
src/partials/corp/old-about-grid.html
HTML
mit
7,803
<!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_121) on Tue Jan 17 00:48:04 GMT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.elkoserver.foundation.json.MessageHandlerException (neohabitat 0.1.0-SNAPSHOT API)</title> <meta name="date" content="2017-01-17"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.elkoserver.foundation.json.MessageHandlerException (neohabitat 0.1.0-SNAPSHOT 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><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/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">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/elkoserver/foundation/json/class-use/MessageHandlerException.html" target="_top">Frames</a></li> <li><a href="MessageHandlerException.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.elkoserver.foundation.json.MessageHandlerException" class="title">Uses of Class<br>org.elkoserver.foundation.json.MessageHandlerException</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</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.elkoserver.foundation.actor">org.elkoserver.foundation.actor</a></td> <td class="colLast"> <div class="block">Elko server classes representing entities with remote connections to a server.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.elkoserver.foundation.json">org.elkoserver.foundation.json</a></td> <td class="colLast"> <div class="block">JSON message handling infrastructure inside Elko servers.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.elkoserver.server.context">org.elkoserver.server.context</a></td> <td class="colLast"> <div class="block">The Elko Context Server.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.elkoserver.server.context.caps">org.elkoserver.server.context.caps</a></td> <td class="colLast"> <div class="block">A package of mods related to using capability security patterns in Elko Context Server applications.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.elkoserver.server.context.mods">org.elkoserver.server.context.mods</a></td> <td class="colLast"> <div class="block">A package of generally useful mods and related objects.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.elkoserver.server.context.test">org.elkoserver.server.context.test</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.elkoserver.server.gatekeeper">org.elkoserver.server.gatekeeper</a></td> <td class="colLast"> <div class="block">The Elko Gatekeeper.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.elkoserver.server.workshop">org.elkoserver.server.workshop</a></td> <td class="colLast"> <div class="block">The Elko Workshop Server.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.elkoserver.server.workshop.bank">org.elkoserver.server.workshop.bank</a></td> <td class="colLast"> <div class="block">Workshop worker and related classes for virtual currency management and banking.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.elkoserver.server.workshop.test">org.elkoserver.server.workshop.test</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.elkoserver.foundation.actor"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/foundation/actor/package-summary.html">org.elkoserver.foundation.actor</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/foundation/actor/package-summary.html">org.elkoserver.foundation.actor</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">RefTable.</span><code><strong><a href="../../../../../org/elkoserver/foundation/actor/RefTable.html#dispatchMessage(org.elkoserver.foundation.json.Deliverer,%20org.elkoserver.foundation.json.DispatchTarget,%20org.elkoserver.json.JSONObject)">dispatchMessage</a></strong>(<a href="../../../../../org/elkoserver/foundation/json/Deliverer.html" title="interface in org.elkoserver.foundation.json">Deliverer</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/DispatchTarget.html" title="interface in org.elkoserver.foundation.json">DispatchTarget</a>&nbsp;target, <a href="../../../../../org/elkoserver/json/JSONObject.html" title="class in org.elkoserver.json">JSONObject</a>&nbsp;message)</code> <div class="block">Dispatch a JSON message directly to the appropriate method of a given object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">RefTable.</span><code><strong><a href="../../../../../org/elkoserver/foundation/actor/RefTable.html#dispatchMessage(org.elkoserver.foundation.json.Deliverer,%20org.elkoserver.json.JSONObject)">dispatchMessage</a></strong>(<a href="../../../../../org/elkoserver/foundation/json/Deliverer.html" title="interface in org.elkoserver.foundation.json">Deliverer</a>&nbsp;from, <a href="../../../../../org/elkoserver/json/JSONObject.html" title="class in org.elkoserver.json">JSONObject</a>&nbsp;message)</code> <div class="block">Dispatch a JSON message to the appropriate method on the object that the message says it is addressed to.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.foundation.json"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/foundation/json/package-summary.html">org.elkoserver.foundation.json</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/foundation/json/package-summary.html">org.elkoserver.foundation.json</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">MessageDispatcher.</span><code><strong><a href="../../../../../org/elkoserver/foundation/json/MessageDispatcher.html#dispatchMessage(org.elkoserver.foundation.json.Deliverer,%20org.elkoserver.foundation.json.DispatchTarget,%20org.elkoserver.json.JSONObject)">dispatchMessage</a></strong>(<a href="../../../../../org/elkoserver/foundation/json/Deliverer.html" title="interface in org.elkoserver.foundation.json">Deliverer</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/DispatchTarget.html" title="interface in org.elkoserver.foundation.json">DispatchTarget</a>&nbsp;target, <a href="../../../../../org/elkoserver/json/JSONObject.html" title="class in org.elkoserver.json">JSONObject</a>&nbsp;message)</code> <div class="block">Dispatch a received JSON message by invoking the appropriate JSON method on the appropriate object with the parameters from the message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">DefaultDispatchTarget.</span><code><strong><a href="../../../../../org/elkoserver/foundation/json/DefaultDispatchTarget.html#handleMessage(org.elkoserver.foundation.json.Deliverer,%20org.elkoserver.json.JSONObject)">handleMessage</a></strong>(<a href="../../../../../org/elkoserver/foundation/json/Deliverer.html" title="interface in org.elkoserver.foundation.json">Deliverer</a>&nbsp;from, <a href="../../../../../org/elkoserver/json/JSONObject.html" title="class in org.elkoserver.json">JSONObject</a>&nbsp;message)</code> <div class="block">Handle a message for which the <a href="../../../../../org/elkoserver/foundation/json/MessageDispatcher.html" title="class in org.elkoserver.foundation.json"><code>MessageDispatcher</code></a> could not find an appropriate specific method to invoke.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.server.context"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/server/context/package-summary.html">org.elkoserver.server.context</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/server/context/package-summary.html">org.elkoserver.server.context</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Item.</span><code><strong><a href="../../../../../org/elkoserver/server/context/Item.html#delete(org.elkoserver.server.context.User)">delete</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from)</code> <div class="block">Message handler for the 'delete' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">InternalActor.</span><code><strong><a href="../../../../../org/elkoserver/server/context/InternalActor.html#ensureAuthorized()">ensureAuthorized</a></strong>()</code> <div class="block">Guard function to guarantee that an operation is being attempted by an actor who is authorized to do it.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">Mod.</span><code><strong><a href="../../../../../org/elkoserver/server/context/Mod.html#ensureHolding(org.elkoserver.server.context.User)">ensureHolding</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;who)</code> <div class="block">Guard function to guarantee that an operation being attempted by a user is being applied to an object that that user is holding.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">Mod.</span><code><strong><a href="../../../../../org/elkoserver/server/context/Mod.html#ensureInContext(org.elkoserver.server.context.User)">ensureInContext</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;who)</code> <div class="block">Guard function to guarantee that an operation being attempted by a user on an object that is contained by the user's context.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">Mod.</span><code><strong><a href="../../../../../org/elkoserver/server/context/Mod.html#ensureReachable(org.elkoserver.server.context.User)">ensureReachable</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;who)</code> <div class="block">Guard function to guarantee that an operation being attempted by a user is being applied to an object that that user is allowed to reach (either because it is in the context or because the user is holding it).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">Mod.</span><code><strong><a href="../../../../../org/elkoserver/server/context/Mod.html#ensureSameContext(org.elkoserver.server.context.User)">ensureSameContext</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;who)</code> <div class="block">Guard function to guarantee that an operation being attempted by a user on an object is taking place in the same context as the object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">Mod.</span><code><strong><a href="../../../../../org/elkoserver/server/context/Mod.html#ensureSameUser(org.elkoserver.server.context.User)">ensureSameUser</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;who)</code> <div class="block">Guard function to guarantee that an operation being attempted by a user is being applied to that same user.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Context.</span><code><strong><a href="../../../../../org/elkoserver/server/context/Context.html#exit(org.elkoserver.foundation.json.Deliverer)">exit</a></strong>(<a href="../../../../../org/elkoserver/foundation/json/Deliverer.html" title="interface in org.elkoserver.foundation.json">Deliverer</a>&nbsp;from)</code> <div class="block">Handle the 'exit' verb.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BasicObject.</span><code><strong><a href="../../../../../org/elkoserver/server/context/BasicObject.html#handleMessage(org.elkoserver.foundation.json.Deliverer,%20org.elkoserver.json.JSONObject)">handleMessage</a></strong>(<a href="../../../../../org/elkoserver/foundation/json/Deliverer.html" title="interface in org.elkoserver.foundation.json">Deliverer</a>&nbsp;from, <a href="../../../../../org/elkoserver/json/JSONObject.html" title="class in org.elkoserver.json">JSONObject</a>&nbsp;msg)</code> <div class="block">Handle an otherwise unhandled message.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.server.context.caps"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/server/context/caps/package-summary.html">org.elkoserver.server.context.caps</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/server/context/caps/package-summary.html">org.elkoserver.server.context.caps</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Definer.</span><code><strong><a href="../../../../../org/elkoserver/server/context/caps/Definer.html#define(org.elkoserver.server.context.User,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.server.context.BasicObject)">define</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;into, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;ref, <a href="../../../../../org/elkoserver/server/context/BasicObject.html" title="class in org.elkoserver.server.context">BasicObject</a>&nbsp;obj)</code> <div class="block">Message handler for a 'define' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cap.</span><code><strong><a href="../../../../../org/elkoserver/server/context/caps/Cap.html#delete(org.elkoserver.server.context.User)">delete</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from)</code> <div class="block">Handle a 'delete' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cap.</span><code><strong><a href="../../../../../org/elkoserver/server/context/caps/Cap.html#ensureValid(org.elkoserver.server.context.User)">ensureValid</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from)</code> <div class="block">Guard function to guarantee that an operation being attempted by a user is being applied to a capability that is actually available to that user.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cap.</span><code><strong><a href="../../../../../org/elkoserver/server/context/caps/Cap.html#setlabel(org.elkoserver.server.context.User,%20java.lang.String)">setlabel</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</code> <div class="block">Handle a 'setlabel' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cap.</span><code><strong><a href="../../../../../org/elkoserver/server/context/caps/Cap.html#spawn(org.elkoserver.server.context.User,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptBoolean,%20org.elkoserver.foundation.json.OptBoolean,%20org.elkoserver.foundation.json.OptInteger,%20org.elkoserver.foundation.json.OptInteger)">spawn</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;dest, <a href="../../../../../org/elkoserver/foundation/json/OptBoolean.html" title="class in org.elkoserver.foundation.json">OptBoolean</a>&nbsp;transferrable, <a href="../../../../../org/elkoserver/foundation/json/OptBoolean.html" title="class in org.elkoserver.foundation.json">OptBoolean</a>&nbsp;deleteable, <a href="../../../../../org/elkoserver/foundation/json/OptInteger.html" title="class in org.elkoserver.foundation.json">OptInteger</a>&nbsp;duration, <a href="../../../../../org/elkoserver/foundation/json/OptInteger.html" title="class in org.elkoserver.foundation.json">OptInteger</a>&nbsp;expiration)</code> <div class="block">Handle a 'spawn' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cap.</span><code><strong><a href="../../../../../org/elkoserver/server/context/caps/Cap.html#transfer(org.elkoserver.server.context.User,%20java.lang.String)">transfer</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;destRef)</code> <div class="block">Handle a 'transfer' message.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.server.context.mods"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/server/context/mods/package-summary.html">org.elkoserver.server.context.mods</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/server/context/mods/package-summary.html">org.elkoserver.server.context.mods</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Census.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/Census.html#census(org.elkoserver.server.context.User)">census</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from)</code> <div class="block">Message handler for the 'census' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Dictionary.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/Dictionary.html#delvar(org.elkoserver.server.context.User,%20java.lang.String[])">delvar</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;names)</code> <div class="block">Message handler for the 'delvar' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Note.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/Note.html#edit(org.elkoserver.server.context.User,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.server.context.mods.StyleDesc)">edit</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;text, <a href="../../../../../org/elkoserver/server/context/mods/StyleDesc.html" title="class in org.elkoserver.server.context.mods">StyleDesc</a>&nbsp;style)</code> <div class="block">Message handler for the 'edit' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">NoteMaker.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/NoteMaker.html#makenote(org.elkoserver.server.context.User,%20org.elkoserver.foundation.json.OptString,%20int,%20int,%20int,%20int,%20java.lang.String,%20org.elkoserver.server.context.mods.StyleDesc)">makenote</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;into, int&nbsp;left, int&nbsp;top, int&nbsp;width, int&nbsp;height, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text, <a href="../../../../../org/elkoserver/server/context/mods/StyleDesc.html" title="class in org.elkoserver.server.context.mods">StyleDesc</a>&nbsp;style)</code> <div class="block">Message handler for the 'makenote' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cartesian.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/Cartesian.html#move(org.elkoserver.server.context.User,%20org.elkoserver.foundation.json.OptString,%20int,%20int)">move</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;into, int&nbsp;left, int&nbsp;top)</code> <div class="block">Message handler for the 'move' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">PrivateChat.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/PrivateChat.html#push(org.elkoserver.server.context.User,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString)">push</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;frame, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;features)</code> <div class="block">Message handler for the 'push' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Chat.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/Chat.html#push(org.elkoserver.server.context.User,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString)">push</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;frame, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;features)</code> <div class="block">Message handler for the 'push' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">PrivateChat.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/PrivateChat.html#say(org.elkoserver.server.context.User,%20java.lang.String)">say</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</code> <div class="block">Message handler for the 'say' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Chat.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/Chat.html#say(org.elkoserver.server.context.User,%20java.lang.String)">say</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</code> <div class="block">Message handler for the 'say' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Dictionary.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/Dictionary.html#setvar(org.elkoserver.server.context.User,%20java.lang.String[],%20java.lang.String[])">setvar</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;names, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;values)</code> <div class="block">Message handle for the 'setvar' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TalkPrefs.</span><code><strong><a href="../../../../../org/elkoserver/server/context/mods/TalkPrefs.html#style(org.elkoserver.server.context.User,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString)">style</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;color, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;backgroundColor, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;icon, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;textStyle)</code> <div class="block">Message handler for the 'style' message.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.server.context.test"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/server/context/test/package-summary.html">org.elkoserver.server.context.test</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/server/context/test/package-summary.html">org.elkoserver.server.context.test</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TestInternalObject.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/TestInternalObject.html#boom(org.elkoserver.server.context.InternalActor,%20java.lang.String)">boom</a></strong>(<a href="../../../../../org/elkoserver/server/context/InternalActor.html" title="class in org.elkoserver.server.context">InternalActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;arg)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">EchoClient.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/EchoClient.html#echo(org.elkoserver.foundation.server.ServiceActor,%20java.lang.String)">echo</a></strong>(<a href="../../../../../org/elkoserver/foundation/server/ServiceActor.html" title="class in org.elkoserver.foundation.server">ServiceActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</code> <div class="block">Handler for the 'echo' message, which is a reply to earlier an echo requests sent to the external service.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">EchoMod.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/EchoMod.html#echo(org.elkoserver.server.context.User,%20java.lang.String)">echo</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</code> <div class="block">Message handler for the 'echo' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">GateController.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/GateController.html#gate(org.elkoserver.server.context.User,%20boolean,%20org.elkoserver.foundation.json.OptString)">gate</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, boolean&nbsp;open, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;optReason)</code> <div class="block">Message handler for the 'gate' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Counter.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/Counter.html#inc(org.elkoserver.server.context.User)">inc</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from)</code> <div class="block">Message handler for the 'inc' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ZMQSendTester.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/ZMQSendTester.html#log(org.elkoserver.server.context.User,%20java.lang.String)">log</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str)</code> <div class="block">Handle the 'log' verb.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Die.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/Die.html#roll(org.elkoserver.server.context.User)">roll</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from)</code> <div class="block">Message handler for the 'roll' message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">EchoMod.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/EchoMod.html#status(org.elkoserver.server.context.User)">status</a></strong>(<a href="../../../../../org/elkoserver/server/context/User.html" title="class in org.elkoserver.server.context">User</a>&nbsp;from)</code> <div class="block">Message handler for the 'status' message.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TestInternalObject.</span><code><strong><a href="../../../../../org/elkoserver/server/context/test/TestInternalObject.html#superboom(org.elkoserver.server.context.InternalActor,%20java.lang.String)">superboom</a></strong>(<a href="../../../../../org/elkoserver/server/context/InternalActor.html" title="class in org.elkoserver.server.context">InternalActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;arg)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.server.gatekeeper"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/server/gatekeeper/package-summary.html">org.elkoserver.server.gatekeeper</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/server/gatekeeper/package-summary.html">org.elkoserver.server.gatekeeper</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Gatekeeper.</span><code><strong><a href="../../../../../org/elkoserver/server/gatekeeper/Gatekeeper.html#ensureAuthorizedAdmin(org.elkoserver.foundation.actor.BasicProtocolActor)">ensureAuthorizedAdmin</a></strong>(<a href="../../../../../org/elkoserver/foundation/actor/BasicProtocolActor.html" title="interface in org.elkoserver.foundation.actor">BasicProtocolActor</a>&nbsp;from)</code> <div class="block">Guard function to guarantee that an operation is being attempted by an actor who is authorized to do admin operations.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.server.workshop"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/server/workshop/package-summary.html">org.elkoserver.server.workshop</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/server/workshop/package-summary.html">org.elkoserver.server.workshop</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">WorkshopActor.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html#ensureAuthorizedAdmin()">ensureAuthorizedAdmin</a></strong>()</code> <div class="block">Guard function to guarantee that an operation is being attempted by an actor who is authorized to do admin operations.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">WorkshopActor.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html#ensureAuthorizedClient()">ensureAuthorizedClient</a></strong>()</code> <div class="block">Guard function to guarantee that an operation is being attempted by an actor who is authorized to do workshop client operations.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.server.workshop.bank"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/server/workshop/bank/package-summary.html">org.elkoserver.server.workshop.bank</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/server/workshop/bank/package-summary.html">org.elkoserver.server.workshop.bank</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#cancelkey(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String)">cancelkey</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cancel)</code> <div class="block">Message handler for the 'cancelkey' request: invalidate an existing key.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#deleteaccount(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String)">deleteaccount</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;account)</code> <div class="block">Message handler for the 'deleteaccount' request: destroy an account.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#dupkey(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString)">dupkey</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;optExpires)</code> <div class="block">Message handler for the 'dupkey' request: make a separately cancellable copy of an existing key.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#encumber(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String,%20int,%20java.lang.String)">encumber</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;src, int&nbsp;amount, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expiresStr)</code> <div class="block">Message handler for the 'encumber' request: reserve money in an account for a future transaction.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#freezeaccount(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String)">freezeaccount</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;account)</code> <div class="block">Message handler for the 'freezeaccount' request: block an account from participating in transactions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#issuerootkey(org.elkoserver.server.workshop.WorkshopActor,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString)">issuerootkey</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo)</code> <div class="block">Message handler for the 'issuerootkey' request: obtain the bank's root key for the first time.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#makeaccounts(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String[],%20java.lang.String)">makeaccounts</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;currs, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;owner)</code> <div class="block">Message handler for the 'makeaccounts' request: create new accounts.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#makecurrency(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String)">makecurrency</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;curr)</code> <div class="block">Message handler for the 'makecurrency' request: create a new currency.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#makekey(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String,%20java.lang.String[],%20org.elkoserver.foundation.json.OptString)">makekey</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;auth, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;currs, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;optExpires)</code> <div class="block">Message handler for the 'makekey' request: create a new key.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#mint(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String,%20int)">mint</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dst, int&nbsp;amount)</code> <div class="block">Message handler for the 'mint' request: create money and deposit it in an account.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#queryaccounts(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String[],%20org.elkoserver.foundation.json.OptBoolean)">queryaccounts</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;accounts, <a href="../../../../../org/elkoserver/foundation/json/OptBoolean.html" title="class in org.elkoserver.foundation.json">OptBoolean</a>&nbsp;encs)</code> <div class="block">Message handler for the 'queryaccounts' request: obtain information about one or more accounts.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#querycurrencies(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString)">querycurrencies</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo)</code> <div class="block">Message handler for the 'querycurrencies' request: obtain information about existing currencies.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#queryenc(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String)">queryenc</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encRef)</code> <div class="block">Message handler for the 'queryenc' request: obtain information about an encumbrance.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#releaseenc(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String)">releaseenc</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encRef)</code> <div class="block">Message handler for the 'releaseenc' request: release an encumbrance on an account, making the funds once again available to the account owner.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#unfreezeaccount(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String)">unfreezeaccount</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;account)</code> <div class="block">Message handler for the 'unfreezeaccount' request: remove the blockage on a previously frozen account.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#unmint(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String,%20int)">unmint</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;src, int&nbsp;amount)</code> <div class="block">Message handler for the 'unmint' request: remove money from an account and then destroy it.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#unmintenc(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String)">unmintenc</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encRef)</code> <div class="block">Message handler for the 'unmint' request: redeem an encumbrance by destroying the encumbered funds</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#xfer(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String,%20java.lang.String,%20int)">xfer</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;src, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dst, int&nbsp;amount)</code> <div class="block">Message handler for the 'xfer' request: transfer money from one account to another.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BankWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/bank/BankWorker.html#xferenc(org.elkoserver.server.workshop.WorkshopActor,%20java.lang.String,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString,%20java.lang.String,%20java.lang.String)">xferenc</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;xid, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;memo, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dst, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encRef)</code> <div class="block">Message handler for the 'xferenc' request: redeem an encumbrance by transferring the encumbered funds to some other account</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.elkoserver.server.workshop.test"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a> in <a href="../../../../../org/elkoserver/server/workshop/test/package-summary.html">org.elkoserver.server.workshop.test</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/elkoserver/server/workshop/test/package-summary.html">org.elkoserver.server.workshop.test</a> that throw <a href="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">MessageHandlerException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">EchoWorker.</span><code><strong><a href="../../../../../org/elkoserver/server/workshop/test/EchoWorker.html#echo(org.elkoserver.server.workshop.WorkshopActor,%20org.elkoserver.foundation.json.OptString,%20org.elkoserver.foundation.json.OptString)">echo</a></strong>(<a href="../../../../../org/elkoserver/server/workshop/WorkshopActor.html" title="class in org.elkoserver.server.workshop">WorkshopActor</a>&nbsp;from, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;rep, <a href="../../../../../org/elkoserver/foundation/json/OptString.html" title="class in org.elkoserver.foundation.json">OptString</a>&nbsp;text)</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="../../../../../org/elkoserver/foundation/json/MessageHandlerException.html" title="class in org.elkoserver.foundation.json">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/elkoserver/foundation/json/class-use/MessageHandlerException.html" target="_top">Frames</a></li> <li><a href="MessageHandlerException.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; 2017. All rights reserved.</small></p> </body> </html>
frandallfarmer/neohabitat-doc
docs/apidocs/org/elkoserver/foundation/json/class-use/MessageHandlerException.html
HTML
mit
78,901
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <meta name="collection" content="api"> <!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:23:53 PDT 2004 --> <TITLE> TargetedNotification (Java 2 Platform SE 5.0) </TITLE> <META NAME="keywords" CONTENT="javax.management.remote.TargetedNotification class"> <META NAME="keywords" CONTENT="getNotification()"> <META NAME="keywords" CONTENT="getListenerID()"> <META NAME="keywords" CONTENT="toString()"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="TargetedNotification (Java 2 Platform SE 5.0)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TargetedNotification.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javax/management/remote/SubjectDelegationPermission.html" title="class in javax.management.remote"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javax/management/remote/TargetedNotification.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TargetedNotification.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"> javax.management.remote</FONT> <BR> Class TargetedNotification</H2> <PRE> <A HREF="../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A> <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>javax.management.remote.TargetedNotification</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../java/io/Serializable.html" title="interface in java.io">Serializable</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>TargetedNotification</B><DT>extends <A HREF="../../../java/lang/Object.html" title="class in java.lang">Object</A><DT>implements <A HREF="../../../java/io/Serializable.html" title="interface in java.io">Serializable</A></DL> </PRE> <P> <p>A (Notification, Listener ID) pair.</p> <p>This class is used to associate an emitted notification with the listener ID to which it is targeted.</p> <P> <P> <DL> <DT><B>Since:</B></DT> <DD>1.5</DD> <DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#javax.management.remote.TargetedNotification">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="../../../javax/management/remote/TargetedNotification.html#TargetedNotification(javax.management.Notification, java.lang.Integer)">TargetedNotification</A></B>(<A HREF="../../../javax/management/Notification.html" title="class in javax.management">Notification</A>&nbsp;notification, <A HREF="../../../java/lang/Integer.html" title="class in java.lang">Integer</A>&nbsp;listenerID)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>TargetedNotification</code> 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;<A HREF="../../../java/lang/Integer.html" title="class in java.lang">Integer</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/remote/TargetedNotification.html#getListenerID()">getListenerID</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The ID of the listener to which the notification is targeted.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../javax/management/Notification.html" title="class in javax.management">Notification</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/remote/TargetedNotification.html#getNotification()">getNotification</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The emitted notification.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/remote/TargetedNotification.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a textual representation of this Targeted Notification.</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="../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">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="TargetedNotification(javax.management.Notification, java.lang.Integer)"><!-- --></A><H3> TargetedNotification</H3> <PRE> public <B>TargetedNotification</B>(<A HREF="../../../javax/management/Notification.html" title="class in javax.management">Notification</A>&nbsp;notification, <A HREF="../../../java/lang/Integer.html" title="class in java.lang">Integer</A>&nbsp;listenerID)</PRE> <DL> <DD><p>Constructs a <code>TargetedNotification</code> object. The object contains a pair (Notification, Listener ID). The Listener ID identifies the client listener to which that notification is targeted. The client listener ID is one previously returned by the connector server in response to an <code>addNotificationListener</code> request.</p> <P> <DL> <DT><B>Parameters:</B><DD><CODE>notification</CODE> - Notification emitted from the MBean server.<DD><CODE>listenerID</CODE> - The ID of the listener to which this notification is targeted. <DT><B>Throws:</B> <DD><CODE><A HREF="../../../java/lang/IllegalArgumentException.html" title="class in java.lang">IllegalArgumentException</A></CODE> - if the <var>listenerID</var> or <var>notification</var> is null.</DL> </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="getNotification()"><!-- --></A><H3> getNotification</H3> <PRE> public <A HREF="../../../javax/management/Notification.html" title="class in javax.management">Notification</A> <B>getNotification</B>()</PRE> <DL> <DD><p>The emitted notification.</p> <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The notification.</DL> </DD> </DL> <HR> <A NAME="getListenerID()"><!-- --></A><H3> getListenerID</H3> <PRE> public <A HREF="../../../java/lang/Integer.html" title="class in java.lang">Integer</A> <B>getListenerID</B>()</PRE> <DL> <DD><p>The ID of the listener to which the notification is targeted.</p> <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The listener ID.</DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> <B>toString</B>()</PRE> <DL> <DD>Returns a textual representation of this Targeted Notification. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/lang/Object.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../java/lang/Object.html" title="class in java.lang">Object</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>a String representation of this Targeted Notification.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TargetedNotification.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javax/management/remote/SubjectDelegationPermission.html" title="class in javax.management.remote"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javax/management/remote/TargetedNotification.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TargetedNotification.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> <font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="../../../../relnotes/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Copyright &#169; 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to <a href="../../../../relnotes/license.html">license terms</a>. Also see the <a href="http://java.sun.com/docs/redist.html">documentation redistribution policy</a>.</font> <!-- Start SiteCatalyst code --> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code_download.js"></script> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code.js"></script> <!-- ********** DO NOT ALTER ANYTHING BELOW THIS LINE ! *********** --> <!-- Below code will send the info to Omniture server --> <script language="javascript">var s_code=s.t();if(s_code)document.write(s_code)</script> <!-- End SiteCatalyst code --> </body> </HTML>
Smolations/more-dash-docsets
docsets/Java 5.docset/Contents/Resources/Documents/javax/management/remote/TargetedNotification.html
HTML
mit
16,313
<html> <head> <title>Sabrina Houssami's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Sabrina Houssami's panel show appearances</h1> <p>Sabrina Houssami (born 1986-07-03<sup><a href="https://en.wikipedia.org/wiki/Sabrina_Houssami">[ref]</a></sup>) has appeared in <span class="total">1</span> episodes between 2009-2009. <a href="https://en.wikipedia.org/wiki/Sabrina_Houssami">Sabrina Houssami on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2009</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2009-02-26</strong> / <a href="../shows/qanda.html">Q&A</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/kcempj8i.html
HTML
mit
1,083
--- layout: default --- <section class="container" itemscope itemtype="http://schema.org/Blog"> <h1 class="big" itemprop="name">{{ page.title }}</h1> <p class="date"> <span itemprop="datePublished" content="{{ page.date }}">{{ page.date | date: "%Y, %b %-d" }}</span> by <span itemprop="author">{{ site.author }}</span> </p> <article itemprop="articleBody"> {{ content }} </article> <br/> <a href="http://twitter.com/home?status={{ page.title }} by @{{ site.twitter }} {{ site.url }}{{ page.url }}" target="_blank" class="tweet">Tweet this</a> <a href="http://twitter.com/home?status={{ page.title }} by @{{ site.twitter }} {{ site.url }}{{ page.url }}" target="_blank" title="Tweet this" class="tweet_this"><i class="fa fa-twitter"></i></a> <a href="#top" class="top">Top</a> <div class="cc-license"> {% include cc-license.html %} </div> </section> <div class="comment"> {% include comments.html %} </div>
ice1000/ice1000.github.io
_layouts/post.html
HTML
mit
933
<HTML><HEAD> <TITLE>Review for Riding the Rails (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120017">Riding the Rails (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Louis+Proyect">Louis Proyect</A></H3><HR WIDTH="40%" SIZE="4"> <P>When Michael Uys and Lexy Lovell decided to make a documentary about teenagers who rode the rails during the Great Depression, they placed an ad in "Modern Maturity", the magazine of the American Association of Retired People (AARP). To their astonishment, they received 3,000 moving and detailed replies. The film focuses on a group of nine men and one woman who reminisce about their experience as hobos. Their interviews are interspersed with archival footage from the 1930s and they add up to a revealing portrait of how young people coped with the ravages of unemployment.</P> <P>"Riding the Rails" is not just about the hardships of riding in boxcars, panhandling or living in shanty-towns. It is also about the romance of the railroads. For many young people, including some from affluent families, freight trains were an escape from the routines and banality of small-town life. One interviewee says that "We thought it was the magic carpet . . . romance, the click of the rails." This fascination with trains persisted into the 1940s and 50s. Jack Kerouac often hopped on freight trains when he wasn't tooling across Route 66 in his Hudson. He was fascinated with hobo life and saw this as an expression of freedom and individuality. So do the interviewees in "Riding the Rail" who are about as endearing a group of 70 and 80 year olds that I have encountered in a film since Julia Reichert's 1983 documentary "Seeing Red." It is no coincidence that nearly all of the former hobos eventually became involved with radical or trade union politics.</P> <P>For most of the interviewees, it was poverty that drove them to ride the rails. They often got on a train headed in the direction where they thought work was plentiful. They had the same sort of illusions as the Okies in Steinbeck's "Grapes of Wrath." They soon discovered that there were no jobs. When they got off a boxcar, they would be met at the outskirts of a town by a sheriff who'd tell them, "We don't have work for grown men with families. How do you expect us to find a job for you?" Instead, they would often survive in hobo camps on the outskirts of where they would eat every two or three days. They would make forays into town and panhandle for nickels and dimes. The sight of teen-aged beggars scandalized public opinion and was a primary factor in the creation of the Civilian Conservation Corps (CCC), which put tens of thousands of impoverished adolescents to work. It is a sign of the times that the Clinton administration lacks the political will to push for these sorts of programs.</P> <P>The documentary includes scenes from William Wellman's "Wild Boys of the Open Road," a 1933 feature that is being shown with "Riding the Rails" in New York City's Cinema Village. "Wild Boys of the Open Road" is a remarkable film. It depicts the hobo life of two teenage boys and one girl in shockingly unsentimental terms. One of the boys loses a leg in a rail yard accident and the girl is raped by a railroad bull (cop). This is not John Ford's "Grapes of Wrath", with its burnished, sentimental tableaus of life on the open road. It is a film that has more in common with Bunuel's "El Grito" or Hector Babenco's "Pixote", films that depict the suffering of poor kids on the streets of Mexico and Brazil in the most unflinching manner. Perhaps the only explanation for the frankness of "Wild Boys of the Open Road" is that it was made before any of the New Deal major social programs had been implemented, including the CCC. Wellman must have been appalled by the misery of America's children and made a movie without illusions. It is too bad that so few films come out of Hollywood that have the same courage to depict the suffering of our own children today.</P> <PRE>Louis Proyect</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/9015.html
HTML
mit
5,009
<div> <div class="back"> <a class="btn btn-link" v-link="{ path: '/about' }">返回首页</a> </div> <h2>Tab 选项卡</h2> <h3>1. 使用</h3> <p>略</p> <h3>2. 选项配置</h3> <section> <h4>2.1 bs-style</h4> <p>样式,<code>String</code>,非必须,可选值为:</p> <ul> <li><code>tabs</code>:默认值,标签页</li> <li><code>pills</code>:胶囊式标签页</li> </ul> <p>Tab 导航中每一项菜单为 tabItem 组件。tabItem 组件可选参数为:</p> <ul> <li><code>active</code>:<code>Boolean</code> 类型,非必须,是否为激活的菜单项</li> <li><code>disabled</code>:<code>Boolean</code> 类型,非必须,是否为禁用的菜单项</li> <li><code>dropdown</code>:<code>Boolean</code> 类型,非必须,是否为下拉菜单</li> <li><code>href</code>:<code>String</code> 类型,非必须,跳转链接的href</li> <li><code>target</code>:<code>String</code> 类型,非必须,跳转链接的target</li> </ul> <div class="bs-example"> <bs3-tab> <bs3-tab-item title="tab1">123</bs3-tab-item> <bs3-tab-item title="tab2">456</bs3-tab-item> <bs3-tab-item title="tab3" disabled>789</bs3-tab-item> </bs3-tab> </div> <div class="highlight"> <pre><code class="html"> &lt;bs3-nav&gt; &lt;bs3-nav-item active&gt;active link1&lt;/bs3-nav-item&gt; &lt;bs3-nav-item&gt;normal link&lt;/bs3-nav-item&gt; &lt;bs3-nav-item disabled&gt;disabled link&lt;/bs3-nav-item&gt; &lt;bs3-nav-item href="http://qq.com" target="_blank"&gt;link to qq.com&lt;/bs3-nav-item&gt; &lt;/bs3-nav&gt; &lt;bs3-nav bs-style="pills"&gt; &lt;bs3-nav-item active&gt;link1&lt;/bs3-nav-item&gt; &lt;bs3-nav-item&gt;link2&lt;/bs3-nav-item&gt; &lt;bs3-nav-item&gt;link3&lt;/bs3-nav-item&gt; &lt;/bs3-nav&gt; </code></pre> </div> </section> </div>
helinjiang/fis-vue-component
src/pages/bootstrap3/tab/main.html
HTML
mit
2,153
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>gsw_valence_factor</title><style type="text/css"> body { background-color: white; margin:10px; } h1 { color: #990000; font-size: x-large; } h2 { color: #990000; font-size: medium; } /* Make the text shrink to fit narrow windows, but not stretch too far in wide windows. */ p,h1,h2,div.content div { max-width: 600px; /* Hack for IE6 */ width: auto !important; width: 600px; } pre.codeinput { background: #EEEEEE; padding: 10px; } @media print { pre.codeinput {word-wrap:break-word; width:100%;} } span.keyword {color: #0000FF} span.comment {color: #228B22} span.string {color: #A020F0} span.untermstring {color: #B20000} span.syscmd {color: #B28C00} pre.codeoutput { color: #666666; padding: 10px; } pre.error { color: red; } p.footer { text-align: right; font-size: xx-small; font-weight: lighter; font-style: italic; color: gray; } </style></head> <body><div class="content"><h1>gsw_valence_factor</h1> <!--introduction--><pre><font size="5"><b>valence factor of Reference Salinity sea salt</b></font></pre><!--/introduction--> <font size="4"><h2>Contents</h2> <div><ul><li><a href="#1">USAGE:</a></li> <li><a href="#2">DESCRIPTION:</a></li> <li><a href="#3">OUTPUT:</a></li> <li><a href="#4">EXAMPLE:</a></li> <li><a href="#5">AUTHOR:</a></li> <li><a href="#6">VERSION NUMBER:</a></li> <li><a href="#7">REFERENCE:</a></li></ul></div> <h2>USAGE:<a name="1"></a></h2> <pre>valence_factor = gsw_valence_factor</pre> <h2>DESCRIPTION:<a name="2"></a></h2> <pre>This function returns the valence factor of sea salt of Reference Composition, 1.2452898. This valence factor is exact, and follows from the definition of the Reference-Composition Salinity Scale 2008 of Millero et al. (2008). The valence factor is the mole-weighted square of the charges, Z, of the ions comprising Reference Composition sea salt.</pre> <h2>OUTPUT:<a name="3"></a></h2> <pre>valence_factor = valence factor of sea salt of Reference Composition [ unitless ]</pre> <h2>EXAMPLE:<a name="4"></a></h2> <pre>valence_factor = gsw_valence_factor</pre> <pre>valence_factor =</pre> <pre> 1.2452898</pre> <h2>AUTHOR:<a name="5"></a></h2> <pre>Trevor McDougall and Paul Barker [ <a href="mailto:[email protected]">[email protected]</a> ]</pre> <h2>VERSION NUMBER:<a name="6"></a></h2> <pre>3.04 (10th December, 2013)</pre> <h2>REFERENCE:<a name="7"></a></h2> <pre>IOC, SCOR and IAPSO, 2010: The international thermodynamic equation of seawater - 2010: Calculation and use of thermodynamic properties. Intergovernmental Oceanographic Commission, Manuals and Guides No. 56, UNESCO (English), 196 pp. Available from http://www.TEOS-10.org See Table D.4 of this TEOS-10 Manual.</pre> <pre>Millero, F. J., R. Feistel, D. G. Wright, and T. J. McDougall, 2008: The composition of Standard Seawater and the definition of the Reference-Composition Salinity Scale, Deep-Sea Res. I, 55, 50-72. See Eqn. (5.9) of this paper. </pre> <pre>The software is available from <a href="http://www.TEOS-10.org" title="TEOS-10">http://www.TEOS-10.org</a></pre></font> </div></body></html>
dcherian/tools
oceanography/gsw/html/gsw_valence_factor.html
HTML
mit
3,451
<template name="AdminLayout"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> {{#if AdminConfig}} {{#if isInRole 'admin'}} <div class="admin-layout"> <div class="skin-{{adminGetSkin}}"> {{> AdminHeader}} <div class="wrapper row-offcanvas row-offcanvas-left"> {{> AdminSidebar }} <aside class="right-side"> <section class="content-header"> <h1> {{$.Session.get 'admin_title'}} <small>{{$.Session.get 'admin_subtitle'}}</small> </h1> <div class="header-right"> <ol class="breadcrumb"> <li><a href="/admin/">Dashboard</a></li> {{#if $.Session.get 'admin_collection'}} <li><a href="/admin/{{admin_collection}}/">{{adminCollectionLabel admin_collection_name}}</a></li> {{/if}} {{#if $.Session.equals 'admin_collection_page' 'new'}} <li><a href="/admin/{{admin_collection}}/new">Neu</a></li> {{/if}} {{#if $.Session.equals 'admin_collection_page' 'edit'}} <li><a href="/admin/{{admin_collection}}/edit">Bearbeiten</a></li> {{/if}} </ol> {{#if $.Session.get 'admin_collection_name'}} <a href="{{pathFor 'adminDashboardNew' collection=admin_collection_name}}" class="new-document"><i class="fa fa-plus"></i></a> {{/if}} </div> </section> <section class="content"> {{> yield }} </section> </aside> </div> </div> </div> {{> AdminDeleteModal }} {{else}} {{> NotAdmin}} {{/if}} {{else}} {{> NoConfig}} {{/if}} </template> <template name="AdminDeleteModal"> <div class="modal fade" id="admin-delete-modal"> <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">löschen bestätigen</h4> </div> <div class="modal-body"> <p>Sind Sie sicher, Sie wollen diese löschen?</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Zu Schließen</button> <button type="button" id="confirm-delete" class="btn btn-danger">Löschen</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> </template> <template name="NotAdmin"> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4"> <p class="alert alert-info" style="margin-top:100px;"> You need to be an admin to view this page </p> </div> </div> </div> </template> <template name="NoConfig"> <p class="alert alert-info"> You need to define an AdminConfig object to use the admin dashboard. <br/> A basic config to manage the 'Posts' and 'Comments' collection would look like this: <br/> <code> AdminConfig = { <br/> adminEmails: [' [email protected]'], <br/> collections: <br/> { <br/> Posts: {}, <br/> Comments: {} <br/> } <br/> } </code> </p> </template>
winnlab/Photos
packages/ansyg:meteor-admin/lib/client/html/admin_layouts.html
HTML
mit
3,022
<!DOCTYPE html> <html lang='fr_FR'><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <title>Datactivist recrute! | Datactivist</title> <script data-id="matomo-tracking" data-matomo-tracking-url='https://matomo.datactivist.coop' data-matomo-tracking-id='1' src="/js/matomo-tracking.min.46acc2e1e3847ae7ddaaf1adb19b2d5755a94ebfc905716dea057f60061bcfac.js" defer></script> <link rel="stylesheet" href="https://datactivist.coop/style.min.5c606e2c18c167ac697676a2e11a3f3e84233b990421d6126655f0af5c6e88b5.css"> <link rel="stylesheet" type="text/css" href="/css/slick.css"/> <link rel="stylesheet" type="text/css" href="/css/slick-theme.css"/> </head> <body class="section"><header class="header"> <div class="wrap"> <div class="content"> <div class="grid-12"> <div class="col-3"> <h1> <a href="/fr"> <img src="/images/datactivist_logo.svg" alt="Datactivist recrute!"> </a> </h1> </div> <div class="col-9 ptm"> <nav class="txtright burger-target"> <button class="nav-button" type="button" role="button" aria-label="open/close navigation"><i></i></button> <div class="main"> <a href="/fr/a-propos/" title="À propos">À propos</a> <a href="/fr/references/" title="Références">Références</a> <a href="/fr/ressources/" title="Quelques ressources">Ressources</a> <a href="/fr/recrutement/" title="Datactivist recrute!">Emplois</a> <a href="/fr/partenaires/" title="Partenaires">Partenaires</a> <a href="https://medium.com/datactivist" title="">Blog</a> </div> <div class="social"> <a href="https://github.com/datactivist" class="github pls"></a> <a href="https://twitter.com/datactivi_st" class="twitter pls"></a> <a href="/en" class="lang mls">En</a> </div> </nav> </div> </div> </div> </div> </header> <section class="recrutement"><div class="wrap postes_header"> <div class="content"> <header> <h1 class="title_left-border">Datactivist recrute!</h1> <nav class="categories"> <ul> <li><a href="https://datactivist.coop/fr/recrutement/">Toutes les offres</a></li> <li><a style="color: " href="https://datactivist.coop/fr/postes/candidature-spontanee/">Candidature spontanée</a></li> </ul> </nav> </header> </div> </div> <div class="wrap"> <div class="content"> <div class="grid-3-small-2 has-gutter-l"> <article class="pts pbs pls prs poste Candidature spontanée " style=" "> <p class="cats"> </p> <a href="https://datactivist.coop/fr/recrutement/candidature-spontanee/"> <div class="illustration flex-container"> <img class="item-center" src="/uploads/48239462607_1b8839ce5c_w.jpg" alt="Candidature spontanée"> </div> <h1>Candidature spontanée</h1> </a> </article> </div> </div> </div> </section> <footer class="footer"> <div class="wrap"> <div class="content"> <div class="grid-2"> <div class="grid-2 has-gutter-xl"> <div> <p class="pbl">Email : <a href='mailto:[email protected]'>[email protected]</a></p> <p class="pbm">7 bis, Avenue Saint-Jérôme</p> <p class="pbl">13100 Aix-en-Provence</p> </div> <div> <div class="social"> <a href="https://github.com/datactivist" class="github pls"></a> <a href="https://twitter.com/datactivi_st" class="twitter pls"></a> </div> </div> <div> <img class="ptl pbl" src="/images/datactivist_logo-white.svg" alt="Datactivist"> <p class="mlg"><a href='/fr/mentionslegales/'><i>Mentions légales</i></a></p> </div> </div> <img src="/images/stickers.png" alt=""> </div> </div> </div> <script src="/js/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="></script> <script src="/js/jquery.tabs.js" integrity="sha256-hXydjvzorslGl+xg+K/0S0CeFdHK/mHLzqIXXBHouEM="></script> <script src="/js/slick.min.js"></script> <script src="/js/macy.js"></script> <script src="/js/action.js"></script> </footer></body> </html>
datactivist/datactivist.github.io
fr/recrutement/index.html
HTML
mit
4,795
<div id="content" ng-controller="BrokerCtrl"> <div class="row"> <div class="col-xs-7"> <div class="box"> <div class="box-header"> <h2><i class="fa fa-chain"></i>Broker</h2> </div> <div class="box-content"> <form role="form"> <div class="form-group"> <label class="control-label">Mode of Shipment</label> <select class="form-control" ng-model="broker.shipment_mode"> <option value="" selected="selected">Select Mode</option> <option value="FCL">FCL</option> <option value="LCL">LCL</option> <option value="AIR">AIR</option> </select> </div> <div class="form-group"> <label class="control-label">Incoterms</label> <select class="form-control" ng-model="broker.incoterms"> <option value="" selected="selected">Select Incoterms</option> <option value="EXW">EXW</option> <option value="FOB">FOB</option> <option value="CIF">CIF</option> <option value="CFR">CFR</option> <option value="DAP">DAP</option> <option value="DAP">DAT</option> <option value="DDP">DDP</option> <option value="DPO">DPO</option> </select> </div> <div class="form-group"> <label class="control-label">Country of Origin</label> <select ng-model="supplier.country_origin" class="form-control"> <option value="" selected="selected">Select Country</option> <option value="United States">United States</option> <option value="United Kingdom">United Kingdom</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="American Samoa">American Samoa</option> <option value="Andorra">Andorra</option> <option value="Angola">Angola</option> <option value="Anguilla">Anguilla</option> <option value="Antarctica">Antarctica</option> <option value="Antigua and Barbuda">Antigua and Barbuda</option> <option value="Argentina">Argentina</option> <option value="Armenia">Armenia</option> <option value="Aruba">Aruba</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahamas">Bahamas</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Belize">Belize</option> <option value="Benin">Benin</option> <option value="Bermuda">Bermuda</option> <option value="Bhutan">Bhutan</option> <option value="Bolivia">Bolivia</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Botswana">Botswana</option> <option value="Bouvet Island">Bouvet Island</option> <option value="Brazil">Brazil</option> <option value="British Indian Ocean Territory">British Indian Ocean Territory</option> <option value="Brunei Darussalam">Brunei Darussalam</option> <option value="Bulgaria">Bulgaria</option> <option value="Burkina Faso">Burkina Faso</option> <option value="Burundi">Burundi</option> <option value="Cambodia">Cambodia</option> <option value="Cameroon">Cameroon</option> <option value="Canada">Canada</option> <option value="Cape Verde">Cape Verde</option> <option value="Cayman Islands">Cayman Islands</option> <option value="Central African Republic">Central African Republic</option> <option value="Chad">Chad</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Christmas Island">Christmas Island</option> <option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option> <option value="Colombia">Colombia</option> <option value="Comoros">Comoros</option> <option value="Congo">Congo</option> <option value="Congo, The Democratic Republic of The">Congo, The Democratic Republic of The</option> <option value="Cook Islands">Cook Islands</option> <option value="Costa Rica">Costa Rica</option> <option value="Cote D'ivoire">Cote D'ivoire</option> <option value="Croatia">Croatia</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Denmark">Denmark</option> <option value="Djibouti">Djibouti</option> <option value="Dominica">Dominica</option> <option value="Dominican Republic">Dominican Republic</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="El Salvador">El Salvador</option> <option value="Equatorial Guinea">Equatorial Guinea</option> <option value="Eritrea">Eritrea</option> <option value="Estonia">Estonia</option> <option value="Ethiopia">Ethiopia</option> <option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas)</option> <option value="Faroe Islands">Faroe Islands</option> <option value="Fiji">Fiji</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="French Guiana">French Guiana</option> <option value="French Polynesia">French Polynesia</option> <option value="French Southern Territories">French Southern Territories</option> <option value="Gabon">Gabon</option> <option value="Gambia">Gambia</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Ghana">Ghana</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Greenland">Greenland</option> <option value="Grenada">Grenada</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Guam">Guam</option> <option value="Guatemala">Guatemala</option> <option value="Guinea">Guinea</option> <option value="Guinea-bissau">Guinea-bissau</option> <option value="Guyana">Guyana</option> <option value="Haiti">Haiti</option> <option value="Heard Island and Mcdonald Islands">Heard Island and Mcdonald Islands</option> <option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option> <option value="Honduras">Honduras</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran, Islamic Republic of">Iran, Islamic Republic of</option> <option value="Iraq">Iraq</option> <option value="Ireland">Ireland</option> <option value="Israel">Israel</option> <option value="Italy">Italy</option> <option value="Jamaica">Jamaica</option> <option value="Japan">Japan</option> <option value="Jordan">Jordan</option> <option value="Kazakhstan">Kazakhstan</option> <option value="Kenya">Kenya</option> <option value="Kiribati">Kiribati</option> <option value="Korea, Democratic People's Republic of">Korea, Democratic People's Republic of</option> <option value="Korea, Republic of">Korea, Republic of</option> <option value="Kuwait">Kuwait</option> <option value="Kyrgyzstan">Kyrgyzstan</option> <option value="Lao People's Democratic Republic">Lao People's Democratic Republic</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Lesotho">Lesotho</option> <option value="Liberia">Liberia</option> <option value="Libyan Arab Jamahiriya">Libyan Arab Jamahiriya</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macao">Macao</option> <option value="Macedonia, The Former Yugoslav Republic of">Macedonia, The Former Yugoslav Republic of</option> <option value="Madagascar">Madagascar</option> <option value="Malawi">Malawi</option> <option value="Malaysia">Malaysia</option> <option value="Maldives">Maldives</option> <option value="Mali">Mali</option> <option value="Malta">Malta</option> <option value="Marshall Islands">Marshall Islands</option> <option value="Martinique">Martinique</option> <option value="Mauritania">Mauritania</option> <option value="Mauritius">Mauritius</option> <option value="Mayotte">Mayotte</option> <option value="Mexico">Mexico</option> <option value="Micronesia, Federated States of">Micronesia, Federated States of</option> <option value="Moldova, Republic of">Moldova, Republic of</option> <option value="Monaco">Monaco</option> <option value="Mongolia">Mongolia</option> <option value="Montserrat">Montserrat</option> <option value="Morocco">Morocco</option> <option value="Mozambique">Mozambique</option> <option value="Myanmar">Myanmar</option> <option value="Namibia">Namibia</option> <option value="Nauru">Nauru</option> <option value="Nepal">Nepal</option> <option value="Netherlands">Netherlands</option> <option value="Netherlands Antilles">Netherlands Antilles</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Nicaragua">Nicaragua</option> <option value="Niger">Niger</option> <option value="Nigeria">Nigeria</option> <option value="Niue">Niue</option> <option value="Norfolk Island">Norfolk Island</option> <option value="Northern Mariana Islands">Northern Mariana Islands</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Palau">Palau</option> <option value="Palestinian Territory, Occupied">Palestinian Territory, Occupied</option> <option value="Panama">Panama</option> <option value="Papua New Guinea">Papua New Guinea</option> <option value="Paraguay">Paraguay</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Pitcairn">Pitcairn</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Puerto Rico">Puerto Rico</option> <option value="Qatar">Qatar</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russian Federation">Russian Federation</option> <option value="Rwanda">Rwanda</option> <option value="Saint Helena">Saint Helena</option> <option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option> <option value="Saint Lucia">Saint Lucia</option> <option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option> <option value="Saint Vincent and The Grenadines">Saint Vincent and The Grenadines</option> <option value="Samoa">Samoa</option> <option value="San Marino">San Marino</option> <option value="Sao Tome and Principe">Sao Tome and Principe</option> <option value="Saudi Arabia">Saudi Arabia</option> <option value="Senegal">Senegal</option> <option value="Serbia and Montenegro">Serbia and Montenegro</option> <option value="Seychelles">Seychelles</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovakia">Slovakia</option> <option value="Slovenia">Slovenia</option> <option value="Solomon Islands">Solomon Islands</option> <option value="Somalia">Somalia</option> <option value="South Africa">South Africa</option> <option value="South Georgia and The South Sandwich Islands">South Georgia and The South Sandwich Islands</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="Sudan">Sudan</option> <option value="Suriname">Suriname</option> <option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option> <option value="Swaziland">Swaziland</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Syrian Arab Republic">Syrian Arab Republic</option> <option value="Taiwan, Province of China">Taiwan, Province of China</option> <option value="Tajikistan">Tajikistan</option> <option value="Tanzania, United Republic of">Tanzania, United Republic of</option> <option value="Thailand">Thailand</option> <option value="Timor-leste">Timor-leste</option> <option value="Togo">Togo</option> <option value="Tokelau">Tokelau</option> <option value="Tonga">Tonga</option> <option value="Trinidad and Tobago">Trinidad and Tobago</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Turkmenistan">Turkmenistan</option> <option value="Turks and Caicos Islands">Turks and Caicos Islands</option> <option value="Tuvalu">Tuvalu</option> <option value="Uganda">Uganda</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="United States Minor Outlying Islands">United States Minor Outlying Islands</option> <option value="Uruguay">Uruguay</option> <option value="Uzbekistan">Uzbekistan</option> <option value="Vanuatu">Vanuatu</option> <option value="Venezuela">Venezuela</option> <option value="Viet Nam">Viet Nam</option> <option value="Virgin Islands, British">Virgin Islands, British</option> <option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option> <option value="Wallis and Futuna">Wallis and Futuna</option> <option value="Western Sahara">Western Sahara</option> <option value="Yemen">Yemen</option> <option value="Zambia">Zambia</option> <option value="Zimbabwe">Zimbabwe</option> </select> </div> <div class="form-group"> <label class="control-label">Sourcing Site / Port of Loading</label> <div class="controls"> <input type="text" class="form-control"> </div> </div> <div class="form-group"> <label class="control-label">Country of Destination</label> <select class="form-control"> <option value="Philippines">Philippines</option> </select> </div> <div class="form-group" ng-show="broker.shipment_mode == 'FCL'"> <label class="control-label">Container Details</label> <div> <textarea ng-model="broker.container_details" rows="6" style="width: 100%; overflow: hidden; word-wrap: break-word; resize: horizontal; height: 126px;"></textarea> </div> </div> <div class="row"> <div class="col-xs-4"> <div class="form-group"> <label class="control-label">Net Weight (KG)</label> <div class="controls"> <input type="text" class="form-control"> </div> </div> </div> <div class="col-xs-4"> <div class="form-group"> <label class="control-label">Gross Weight (KG)</label> <div class="controls"> <input type="text" class="form-control"> </div> </div> </div><div class="col-xs-4"> <div class="form-group"> <label class="control-label">CBM</label> <div class="controls"> <input type="text" class="form-control"> </div> </div> </div> </div> <div class="form-actions highlight"> <button type="button" class="btn btn-primary">Submit</button> <button type="reset" class="btn">Clear</button> </div> </form> </div> </div> </div> <div class="col-xs-5"> <div class="box"> <div class="box-header"> <h2> <i class="fa fa-file-o"></i>Required Documents</h2> </div> <div class="box-content"> <div class="row"> <div class="col-xs-12"> <ul class="upload-docs"> <li ng-hide="!item.documents || item.documents.length"> <span class="status"> <span class="desc">Please select item</span> </span> </li> <li ng-repeat="doc in item.documents | filter:{document_category:'ii_planner'}"> <span class="status"> <span class="desc">{{doc.document_name}}c</span> <span class="label label-danger">Not uploaded</span> </span> </li> </ul> </div> </div> <div class="form-actions highlight"> <form> <input type="file" ng-disabled="!item.documents" ng-model="files" file-change> <br /> <button type="button" class="btn btn-block" ng-disabled="!item.documents">Upload</button> </form> </div> </div> </div> </div> </div> </div>
kimgel/Impex
app/modules/initiateimport/broker/add.html
HTML
mit
26,349
<!DOCTYPE html> <html> <head> <!-- Character encoding --> <meta charset="UTF-8"> <!-- Latest version of rendering engine --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Mobile Viewport --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Most important SEO tag --> <title>Bubble || Webdesign II || GDM</title> <!-- Other SEO friendly tags --> <meta name="Opdracht Webdesign 2" content="Opdracht webdesign 2 maak een website voor een creative agency"> <meta name="keywords" content="HTML5, JavaScript, jQuery, CSS3"> <meta name="author" content="Arteveldehogeschool - Bachelor in de grafische en digitale media | MMP"> <meta name="copyright" content="Copyright 2010-17 Arteveldehogeschool. All Rights Reserved."> <!-- OpenGraph --> <meta property="og:type" content="website"> <meta property="og:title" content=">HTML5 | Webdesign II | GDM"> <meta property="og:description" content="Lees hier alles over nieuwe media, html5 en andere ontwikkelingen in webdevelopment en mobile development. De docenten NMD willen graag hun kennis delen met jou!"> <meta property="og:url" content="http://www.gdm.gent/"> <meta property="og:site_name" content="GDM.GENT"> <meta property="og:image" content="assets/images/ahs.png"> <meta property="og:image:width" content="129"> <meta property="og:image:height" content="129"> <!-- humans.txt --> <link rel="author" type="text/plain" href="/humans.txt"> <!-- DNS prefech for CDN --> <link rel="dns-prefetch" href="//cdnjs.cloudflare.com"> <link rel="dns-prefetch" href="//code.jquery.com"> <link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com"> <!-- Icons --> <!-- http://realfavicongenerator.net/ --> <link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png"> <link rel="icon" type="image/png" href="assets/icons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="assets/icons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="assets/icons/manifest.json"> <link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg" color="#ee9900"> <link rel="shortcut icon" href="assets/icons/favicon.ico"> <meta name="apple-mobile-web-app-title" content="GDM"> <meta name="application-name" content="GDM"> <meta name="msapplication-config" content="assets/icons/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <!-- Modernizr: feature detection --> <title>Bubble</title> <meta charset="utf-8"> <link rel="stylesheet" media="all" href="css/main.css"> </head> <body class="contact"> <div class="sf-grid__wrapper"> <div class="sf-grid__container"> <!--navigation without grid--> <div class="navigation"> <div class="left"> <a href="index.html"><img class="logo" src="assets/images/bubble.svg"></a> </div> <div class="right"> <div class="open"> <span class="cls"> </span> <span> <nav> <ul class="sub-menu"> <li> <a class="link" href="index.html#about_us">About us/ team</a> </li> <li> <a href="diensten.html">Services/ approach</a> </li> <li> <a class="link" href="portfolio.html">Portfolio</a></li> <li> <a class="link" href="jobs.html">Jobs</a></li> <li><a class="link" href="contact.html">Contact</a></li> </ul> </nav> </span> <span class="cls"></span> </div> </div> </div> <div class="sf-grid__row row_1"> <div class=" sf-grid__column-xxsm-0 sf-grid__column-xsm-12 sf-grid__offset-sm-0 sf-grid__column-sm-12 sf-grid__offset-md-0 sf-grid__column-md-12 sf-grid__push-md-12 sf-grid__offset-lg-2 sf-grid__column-lg-3 sf-grid__maps"> <div id="map"></div> </div> <div class="sf-grid__adress sf-grid__column-xxsm-1 sf-grid__column-xsm-11 sf-grid__offset-sm-1 sf-grid__column-sm-11 sf-grid__offset-md-1 sf-grid__column-md-5 sf-grid__pull-md-12 sf-grid__offset-lg-0 sf-grid__column-lg-3"> <div class="adress_block"> <h2 class="orange bold"> Address </h2> <p> Brugsesteenweg 400<br> 8800 Roeselare<br> Belgium <br> +32 474 123 800 <br> [email protected] </p> <div class="socialmedia"> <a class="icon" href="https://www.facebook.com/bubblecreativea/" target="blank"><i class="zmdi zmdi-facebook"></i></a> <a class="icon" href="https://twitter.com/ArneWambeke1?lang=en" target="blank"><i class="zmdi zmdi-twitter"></i></a> <a class="icon" href="https://www.instagram.com/arnewmbk/" target="blank"><i class="zmdi zmdi-instagram"></i></a> </div> </div> </div> <div class="sf-grid__input sf-grid__column-xxsm-1 sf-grid__column-xsm-12 sf-grid__offset-sm-1 sf-grid__column-sm-8 sf-grid__offset-md-1 sf-grid__column-md-5 sf-grid__pull-md-12 sf-grid__offset-lg-0 sf-grid__column-lg-4"> <div id="input" class="inputfield"> <input class="shortline textField" name="Firstname" type="text" placeholder="Firstname*"> <input class="shortline textField" name="Lastname" type="text" placeholder ="Lastname*"> <input class="shortline textField" name="Email" type="text" placeholder ="Email*"> <input class="shortline textField" name="Phoen" type="text" placeholder="Phone"> <input class="shortline textField" name="Company" type="text" placeholder="Company"><br> <!--ingeven van tekst--> <textarea class="longline textField" cols="40" name="Message" rows="5" placeholder="Message"></textarea> <button id="reset" class="circle">Sent </button><br> </div> </div> </div> </div><!--end rows--> </div><!--end container--> <!--end wrapper--> <script> function initMap() { var uluru = {lat: 50.970286, lng: 3.119844}; var map = new google.maps.Map(document.getElementById('map'), { zoom: 15, center: uluru }); var marker = new google.maps.Marker({ position: uluru, map: map }); } </script> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAbexx3ppULT7a2USfkY1wvAujBrE24Aj0&callback=initMap"> </script> <script async src="js/reset-min.js"></script> <script async src="js/maps-min.js"></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/hamburger-min.js"></script> <script async src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.3/headroom.min.js"></script> <script async src="js/headroom-min.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-99629432-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
arnewamb/1617.webd2
contact.html
HTML
mit
7,378
Invalid username or password!
robertohueso/django_contacts
contacts/templates/contacts/login_error.html
HTML
mit
30
<!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_65) on Wed Dec 03 20:05:11 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>net.sourceforge.pmd.lang.java.rule.android (PMD Java 5.2.2 Test API)</title> <meta name="date" content="2014-12-03"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/android/package-summary.html" target="classFrame">net.sourceforge.pmd.lang.java.rule.android</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="AndroidRulesTest.html" title="class in net.sourceforge.pmd.lang.java.rule.android" target="classFrame">AndroidRulesTest</a></li> </ul> </div> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/pmd-java/testapidocs/net/sourceforge/pmd/lang/java/rule/android/package-frame.html
HTML
mit
967
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PMD 5.2.2 Reference Package net.sourceforge.pmd.lang</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" /> </head> <body> <h3> <a href="package-summary.html" target="classFrame">net.sourceforge.pmd.lang</a> </h3> <h3>Classes</h3> <ul> <li> <a href="AbstractLanguageVersionHandler.html" target="classFrame">AbstractLanguageVersionHandler</a> </li> <li> <a href="AbstractParser.html" target="classFrame">AbstractParser</a> </li> <li> <a href="BaseLanguageModule.html" target="classFrame">BaseLanguageModule</a> </li> <li> <a href="DataFlowHandler.html" target="classFrame">DataFlowHandler</a> </li> <li> <a href="Language.html" target="classFrame">Language</a> </li> <li> <a href="LanguageFilenameFilter.html" target="classFrame">LanguageFilenameFilter</a> </li> <li> <a href="LanguageRegistry.html" target="classFrame">LanguageRegistry</a> </li> <li> <a href="LanguageVersion.html" target="classFrame">LanguageVersion</a> </li> <li> <a href="LanguageVersionDiscoverer.html" target="classFrame">LanguageVersionDiscoverer</a> </li> <li> <a href="LanguageVersionHandler.html" target="classFrame">LanguageVersionHandler</a> </li> <li> <a href="Parser.html" target="classFrame">Parser</a> </li> <li> <a href="ParserOptions.html" target="classFrame">ParserOptions</a> </li> <li> <a href="ParserOptionsTest.html" target="classFrame">ParserOptionsTest</a> </li> <li> <a href="TokenManager.html" target="classFrame">TokenManager</a> </li> <li> <a href="VisitorStarter.html" target="classFrame">VisitorStarter</a> </li> <li> <a href="XPathHandler.html" target="classFrame">XPathHandler</a> </li> </ul> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/xref/net/sourceforge/pmd/lang/package-frame.html
HTML
mit
2,753
{% extends "base.html" %} {% block title %}Players{% endblock %} {% block content %} {#<div class="starter-template">#} <h1>Players</h1> <table class="table table-striped"> <thead> <th>Rank</th> <th>Aggregate Scored</th> <th>First Name</th> <th>Last Name</th> </thead> <tbody> {% for player in player_list %} <tr> <td>{{ forloop.counter }}</td> <td>{{ player.aggregate_scored }}</td> <td>{{ player.first_name }}</td> <td>{{ player.last_name }}</td> </tr> {% endfor %} </tbody> </table> {#</div>#} {% endblock %}
danodonovan/score_keeper
templates/keeper/player_list.html
HTML
mit
616
<div>big</div>
da99/dum_dum_html
specs/create_conditionals/expect/conditionals.big-screen.html
HTML
mit
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Sun Aug 26 15:15:33 EDT 2012 --> <TITLE> Uses of Class org.newdawn.slick.tests.ClipTest (Slick Util - LWJGL Utilities extracted from Slick) </TITLE> <META NAME="date" CONTENT="2012-08-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.newdawn.slick.tests.ClipTest (Slick Util - LWJGL Utilities extracted from Slick)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/newdawn/slick/tests/ClipTest.html" title="class in org.newdawn.slick.tests"><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/newdawn/slick/tests//class-useClipTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ClipTest.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.newdawn.slick.tests.ClipTest</B></H2> </CENTER> No usage of org.newdawn.slick.tests.ClipTest <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/newdawn/slick/tests/ClipTest.html" title="class in org.newdawn.slick.tests"><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/newdawn/slick/tests//class-useClipTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ClipTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2006 New Dawn Software. All Rights Reserved.</i> </BODY> </HTML>
dxiao/PPBunnies
slick/trunk/Slick/javadoc-util/org/newdawn/slick/tests/class-use/ClipTest.html
HTML
mit
6,160
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css" type="text/css"> <!-- Custom Fonts --> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet"> <!-- Plugin CSS --> <link rel="stylesheet" href="/css/animate.min.css" type="text/css"> <link rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/assets/simple-line-icons/css/simple-line-icons.css"> <link rel="stylesheet" href="/assets/device-mockups/device-mockups.min.css"> <!-- Custom CSS <link rel="stylesheet" href="css/main.css" type="text/css"> --> <link href="/css/main.css" rel="stylesheet"> <!-- 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>
atolj/blog
_includes/head.html
HTML
mit
1,648
<link rel="import" href="http.html"> <link rel="import" href="api-core.html"> <script> (function () { var http = window.ForgeWebComponents.Http; var api = window.ForgeWebComponents.Api; var commands = window.ForgeWebComponents.Commands = window.ForgeWebComponents.Commands || {}; commands.CreateTagCommand = function (tagEntityId, tagTranslationId, title, slug) { this.tagId = tagEntityId || uuid.v4(); this.translationId = tagTranslationId || uuid.v4(); this.title = title; this.slug = slug; }; commands.CreateTagCommand.prototype.getCommandName = function () { return "CreateTagCommand" }; commands.AddEntityRelationCommand = function (relatedItem, aggregateId, aggregateType) { this.aggregateId = aggregateId; this.aggregateType = aggregateType; this.relatedItem = relatedItem; }; commands.AddEntityRelationCommand.prototype.getCommandName = function () { return "AddEntityRelationCommand" }; commands.AddEntityRelationCommand.RelatedItem = function (entityType, entityId) { this.entityType = entityType; this.entityId = entityId; }; commands.CreateCustomEntityTagCommand = function (entityCode, entityTranslationId, title, tagId, translationId) { this.entityCode = entityCode; this.entityTranslationId = entityTranslationId; this.title = title; this.tagId = tagId; this.translationId = translationId; }; commands.CreateCustomEntityTagCommand.prototype.getCommandName = function () { return "CreateCustomEntityTagCommand"; }; commands.SyncTagCommand = function (aggregateId, sourceType, aggregateType) { this.aggregateId = aggregateId; this.sourceType = sourceType; this.aggregateType = aggregateType; }; commands.SyncTagCommand.prototype.getCommandName = function () { return "SyncTagCommand"; }; commands.PublishCommand = function (aggregateId, aggregateType, translationId) { this.aggregateId = aggregateId; this.aggregateType = aggregateType; this.translationId = translationId; }; commands.PublishCommand.prototype.getCommandName = function () { return "PublishCommand"; }; commands.BatchCommand = function (commands) { this.commands = (commands || []).map(c => { var commandName = c.getCommandName(); return { name: commandName, bodyObject: c }; }); }; commands.BatchCommand.prototype.getCommandName = function () { return "BatchCommand"; }; api.sendCommand = function (command, commandName) { commandName = commandName || command.getCommandName(); var cmd = { name: commandName, bodyObject: command } return http.post(api.addRootUrl('/api/command'), cmd); }; api.sendCommandAck = function (command, commandName) { commandName = commandName || command.getCommandName(); var cmd = { name: commandName, bodyObject: command } return http.post(api.addRootUrl('/api/command/ack'), cmd); }; })(); </script>
deltatre-webplu/forge-webcomponents
forge-api/commands.html
HTML
mit
3,153
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Dovico Software - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492281449025&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=14382&V_SEARCH.docsStart=14381&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=14380&amp;V_DOCUMENT.docRank=14381&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492281460014&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456054343&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=14382&amp;V_DOCUMENT.docRank=14383&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492281460014&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456266117&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Dovico Software Inc </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>Dovico Software Inc</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Dovico Software</p> <h2 class="h5 mrgn-bttm-0">Alternate Name:</h2> <p class="mrgn-bttm-0">Dovico</p> <p class="mrgn-bttm-0">Dovico Software</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.dovico.com" target="_blank" title="Website URL">http://www.dovico.com</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 210-236 St George St<br/> <br/> DIEPPE, New Brunswick<br/> E1C 1W1 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 210-236 St George St<br/> <br/> MONCTON, New Brunswick<br/> E1C 1W1 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (506) 855-4477 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (800) 618-8463</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (506) 384-0727</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> DOVICO Enterprises, Inc. is a company engaged in the business of <br>developing, manufacturing and marketing high technology products <br>dealing with time management. Since its incorporation in 1993, <br>this privately held company has since spent all its energy <br>developing time management systems to be marketed under the <br>trade name of Track-IT.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Martin Johnson </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Data Provider <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 855-4477 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1989 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541510 - Computer Systems Design and Related Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Time Management software <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Track-IT is a user friendly solution that monitors timesheets, <br> invoices and expenses for employees, teams, departments based on <br> time, costs, projects and tasks. Through better project &amp; time <br> management, Track-IT helps many small to larger corporations <br> decrease costs and improve project efficiency. <br> <br> Track-IT easily prepares over 100 different customizable time <br> and cost reports &amp; graphs by resource, team, project, activity <br> and more. All reports or graphs can be exported or sent by e- <br> mail in many different formats. Track-IT can quickly create <br> invoices, expense reports or track billing and receivables. <br> <br> Employees use any combination of the Track-IT Timesheet Entry <br> Tools™ to record and submit their time and expenses. Track-IT is <br> the only system on the market that gives employees direct <br> feedback on their targets vs productivity and helps to increase <br> an employees time management abilities, and thus increase their <br> productivity for your corporation. <br> <br> Reduce, monitor, and improve resource time and costs <br> Improve the time management skills and productivity of your teams <br> Accurately and efficiently manage timesheets, and projects <br> Track billable and non-billable time and costs <br> Create invoices and track receivables<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Track-IT light <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Track-IT light is a professional timesheet software that keeps <br> track of the time spent on projects, activities, and expenses. <br> It eliminates the need for paper time sheets and provides <br> instant reports and invoices to improve your productivity and <br> free up more of your valuable time. <br> <br> Track-IT light allows multiple types of time entry. Including an <br> easy to use Timer (stopwatch), Calendar, Weekly, and Timesheet <br> views. <br> <br> <br> A variety of reports can be created instantly for productivity, <br> invoicing, and also expenses. You may also export your timesheet <br> information in a variety of ways to bring this valuable <br> information into your other software for further customization. <br> <br> Track billable and non-billable time in an efficient and orderly <br> manner <br> Improve your personal time management skills and productivity <br> Creates invoices and tracks expenses.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Track-IT Suite <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> ****************************** <br> Track-IT Suite 2002 overview * <br> ****************************** <br> <br> The industry standard in enterprise-wide solutions for time and <br> project management from Dovico. This power-packed version <br> combines exciting new features with the established <br> functionality corporations have come to rely on. <br> <br> Track-IT Suite 2002 is a full-featured software package <br> designed specifically for time and cost reporting. It&#39;s ideally <br> suited for corporations and professionals who desire to improve <br> productivity and monitor project time and costs. This scalable <br> client-server solution monitors timesheets, invoices and <br> expenses for employees, teams and departments. Through better <br> time and project management, Track-IT Suite 2002 helps <br> corporations reduce costs and monitor resources. <br> <br> Managers using Track-IT Suite 2002 easily create over 100 <br> customizable time and cost reports &amp; graphs by individual, team, <br> project, activity and more. Every report or graph can be <br> exported or sent by e-mail in up to 70 different formats. Track- <br> IT Suite 2002 can easily create invoices, and expense reports or <br> track billing and receivables.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 7030-ADP Software <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Alliances: </h4> <ul> <li>Sales/Marketing</li> <li>Technology</li> </ul> <h4> Strategic alliances: </h4> 1. VARs or distributors interested in selling our software <br> products to Canada, the US or Europe. <br> <br> 2. A partner willing to translate our Track-IT products in <br> another language and to distribute the applications to customers <br> in their region. <br> <br> 3. Portable computer manufacturers or resellers to bundle or <br> distribute our Track-IT light software with each computer sold. <br> <br> 4. Time management consultants (or book authors) who offer <br> courses, seminars or books on time management to bundle or <br> distribute our time management software, Track-IT light. <br> <br> 5. Windows CE Palmtop unit manufacturers to bundle or distribute <br> Pocket Tack-IT light. <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> <li>Construction</li> <li>Consumer Products</li> <li>Culture</li> <li>Environment</li> <li>Fishery</li> <li>Forestry</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> <li>Medical/Biotechnology/Chemical</li> <li>Mining/Petroleum/Gas</li> <li>Service Industry</li> <li>Tourism</li> <li>Transportation</li> <li>Wholesale/Retail</li> <li>Aerospace</li> <li>Defence</li> <li>Automotive</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Afghanistan</li> <li>Albania</li> <li>Algeria</li> <li>American Samoa</li> <li>Andorra</li> <li>Angola</li> <li>Anguilla</li> <li>Antarctica</li> <li>Antigua and Barbuda</li> <li>Argentina</li> <li>Armenia</li> <li>Australia</li> <li>Austria</li> <li>Azerbaijan</li> <li>Bahamas</li> <li>Bahrain</li> <li>Bangladesh</li> <li>Barbados</li> <li>Belarus</li> <li>Belgium</li> <li>Belize</li> <li>Benin</li> <li>Bermuda</li> <li>Bhutan</li> <li>Bolivia, Plurinational State of</li> <li>Botswana</li> <li>Brazil</li> <li>British Indian Ocean Territory</li> <li>Brunei Darussalam</li> <li>Bulgaria</li> <li>Burkina Faso</li> <li>Burundi</li> <li>Cambodia</li> <li>Cameroon</li> <li>Cape Verde</li> <li>Cayman Islands</li> <li>Central African Republic</li> <li>Chad</li> <li>Chile</li> <li>China</li> <li>Christmas Island</li> <li>Cocos (Keeling) Islands</li> <li>Colombia</li> <li>Comoros</li> <li>Congo</li> <li>Congo, The Democratic Republic of the</li> <li>Cook Islands</li> <li>Costa Rica</li> <li>Côte d&#39;Ivoire</li> <li>Croatia</li> <li>Cuba</li> <li>Cyprus</li> <li>Czech Republic</li> <li>Denmark</li> <li>Djibouti</li> <li>Dominica</li> <li>Dominican Republic</li> <li>Ecuador</li> <li>Egypt</li> <li>El Salvador</li> <li>Equatorial Guinea</li> <li>Eritrea</li> <li>Estonia</li> <li>Ethiopia</li> <li>Falkland Islands (Malvinas)</li> <li>Faroe Islands</li> <li>Fiji</li> <li>Finland</li> <li>France</li> <li>French Guiana</li> <li>French Polynesia</li> <li>French Southern Territories</li> <li>Gabon</li> <li>Gambia</li> <li>Georgia</li> <li>Germany</li> <li>Ghana</li> <li>Gibraltar</li> <li>Greece</li> <li>Greenland</li> <li>Grenada</li> <li>Guadeloupe</li> <li>Guam</li> <li>Guatemala</li> <li>Guinea</li> <li>Guinea-Bissau</li> <li>Guyana</li> <li>Haiti</li> <li>Heard Island and McDonald Islands</li> <li>Holy See (Vatican City State)</li> <li>Honduras</li> <li>Hong Kong</li> <li>Hungary</li> <li>Iceland</li> <li>India</li> <li>Indonesia</li> <li>Iran, Islamic Republic of</li> <li>Iraq</li> <li>Ireland</li> <li>Israel</li> <li>Italy</li> <li>Jamaica</li> <li>Japan</li> <li>Jordan</li> <li>Kazakhstan</li> <li>Kenya</li> <li>Kiribati</li> <li>Korea, Democratic People&#39;s Republic of</li> <li>Korea, Republic of</li> <li>Kuwait</li> <li>Kyrgyzstan</li> <li>Lao People&#39;s Democratic Republic</li> <li>Latvia</li> <li>Lebanon</li> <li>Lesotho</li> <li>Liberia</li> <li>Libyan Arab Jamahiriya</li> <li>Lithuania</li> <li>Luxembourg</li> <li>Macao</li> <li>Macedonia, The Former Yugoslav Republic of</li> <li>Madagascar</li> <li>Malawi</li> <li>Malaysia</li> <li>Maldives</li> <li>Mali</li> <li>Malta</li> <li>Martinique</li> <li>Mauritania</li> <li>Mauritius</li> <li>Mexico</li> <li>Micronesia, Federated States of</li> <li>Moldova, Republic of</li> <li>Monaco</li> <li>Mongolia</li> <li>Montenegro</li> <li>Montserrat</li> <li>Morocco</li> <li>Mozambique</li> <li>Namibia</li> <li>Nauru</li> <li>Nepal</li> <li>Netherlands</li> <li>Netherlands Antilles</li> <li>New Caledonia</li> <li>New Zealand</li> <li>Nicaragua</li> <li>Niger</li> <li>Nigeria</li> <li>Niue</li> <li>Norfolk Island</li> <li>Northern Mariana Islands</li> <li>Norway</li> <li>Oman</li> <li>Pakistan</li> <li>Palau</li> <li>Panama</li> <li>Papua New Guinea</li> <li>Paraguay</li> <li>Peru</li> <li>Philippines</li> <li>Pitcairn</li> <li>Poland</li> <li>Portugal</li> <li>Puerto Rico</li> <li>Qatar</li> <li>Réunion</li> <li>Romania</li> <li>Russian Federation</li> <li>Rwanda</li> <li>Saint Helena, Ascension and Tristan da Cunha</li> <li>Saint Kitts and Nevis</li> <li>Saint Lucia</li> <li>Saint Pierre and Miquelon</li> <li>Saint Vincent and the Grenadines</li> <li>Samoa</li> <li>San Marino</li> <li>Sao Tome and Principe</li> <li>Saudi Arabia</li> <li>Senegal</li> <li>Serbia</li> <li>Seychelles</li> <li>Sierra Leone</li> <li>Singapore</li> <li>Slovakia</li> <li>Slovenia</li> <li>Solomon Islands</li> <li>Somalia</li> <li>South Africa</li> <li>Spain</li> <li>Sri Lanka</li> <li>Sudan</li> <li>Suriname</li> <li>Swaziland</li> <li>Sweden</li> <li>Switzerland</li> <li>Syrian Arab Republic</li> <li>Taiwan</li> <li>Tajikistan</li> <li>Tanzania, United Republic of</li> <li>Thailand</li> <li>Togo</li> <li>Tokelau</li> <li>Tonga</li> <li>Trinidad and Tobago</li> <li>Tunisia</li> <li>Turkey</li> <li>Turkmenistan</li> <li>Turks and Caicos Islands</li> <li>Tuvalu</li> <li>Uganda</li> <li>Ukraine</li> <li>United Arab Emirates</li> <li>United Kingdom</li> <li>United States</li> <li>United States Minor Outlying Islands</li> <li>Uruguay</li> <li>Uzbekistan</li> <li>Vanuatu</li> <li>Venezuela, Bolivarian Republic of</li> <li>Viet Nam</li> <li>Virgin Islands (British)</li> <li>Wallis and Futuna</li> <li>Western Sahara</li> <li>Yemen</li> <li>Zambia</li> <li>Zimbabwe</li> <li>Alabama</li> <li>Alaska</li> <li>Arizona</li> <li>Arkansas</li> <li>California</li> <li>Colorado</li> <li>Connecticut</li> <li>Delaware</li> <li>District of Columbia</li> <li>Florida</li> <li>Georgia</li> <li>Hawaii</li> <li>Idaho</li> <li>Illinois</li> <li>Indiana</li> <li>Iowa</li> <li>Kansas</li> <li>Kentucky</li> <li>Louisiana</li> <li>Maine</li> <li>Maryland</li> <li>Massachusetts</li> <li>Michigan</li> <li>Minnesota</li> <li>Mississippi</li> <li>Missouri</li> <li>Montana</li> <li>Nebraska</li> <li>Nevada</li> <li>New Hampshire</li> <li>New Jersey</li> <li>New Mexico</li> <li>New York</li> <li>North Carolina</li> <li>North Dakota</li> <li>Ohio</li> <li>Oklahoma</li> <li>Oregon</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>South Carolina</li> <li>South Dakota</li> <li>Tennessee</li> <li>Texas</li> <li>Utah</li> <li>Vermont</li> <li>Virginia</li> <li>Washington</li> <li>West Virginia</li> <li>Wisconsin</li> <li>Wyoming</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <h3 class="page-header"> Sector information </h3> <section class="container-fluid"> <h4> Classification codes </h4> <div class="row"> <div class="col-md-3"><strong>Dun and Bradstreet Number: </strong></div> <div class="col-md-9">258845023 + </div> </div> <h4> Key / Major clients: </h4> Novel, Unisys, Nortel, Compaq and 1000&#39;s upon <br> 1000&#39;s of other clients worldwide. </section> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Martin Johnson </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Data Provider <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 855-4477 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1989 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541510 - Computer Systems Design and Related Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Time Management software <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Track-IT is a user friendly solution that monitors timesheets, <br> invoices and expenses for employees, teams, departments based on <br> time, costs, projects and tasks. Through better project &amp; time <br> management, Track-IT helps many small to larger corporations <br> decrease costs and improve project efficiency. <br> <br> Track-IT easily prepares over 100 different customizable time <br> and cost reports &amp; graphs by resource, team, project, activity <br> and more. All reports or graphs can be exported or sent by e- <br> mail in many different formats. Track-IT can quickly create <br> invoices, expense reports or track billing and receivables. <br> <br> Employees use any combination of the Track-IT Timesheet Entry <br> Tools™ to record and submit their time and expenses. Track-IT is <br> the only system on the market that gives employees direct <br> feedback on their targets vs productivity and helps to increase <br> an employees time management abilities, and thus increase their <br> productivity for your corporation. <br> <br> Reduce, monitor, and improve resource time and costs <br> Improve the time management skills and productivity of your teams <br> Accurately and efficiently manage timesheets, and projects <br> Track billable and non-billable time and costs <br> Create invoices and track receivables<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Track-IT light <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Track-IT light is a professional timesheet software that keeps <br> track of the time spent on projects, activities, and expenses. <br> It eliminates the need for paper time sheets and provides <br> instant reports and invoices to improve your productivity and <br> free up more of your valuable time. <br> <br> Track-IT light allows multiple types of time entry. Including an <br> easy to use Timer (stopwatch), Calendar, Weekly, and Timesheet <br> views. <br> <br> <br> A variety of reports can be created instantly for productivity, <br> invoicing, and also expenses. You may also export your timesheet <br> information in a variety of ways to bring this valuable <br> information into your other software for further customization. <br> <br> Track billable and non-billable time in an efficient and orderly <br> manner <br> Improve your personal time management skills and productivity <br> Creates invoices and tracks expenses.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Track-IT Suite <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> ****************************** <br> Track-IT Suite 2002 overview * <br> ****************************** <br> <br> The industry standard in enterprise-wide solutions for time and <br> project management from Dovico. This power-packed version <br> combines exciting new features with the established <br> functionality corporations have come to rely on. <br> <br> Track-IT Suite 2002 is a full-featured software package <br> designed specifically for time and cost reporting. It&#39;s ideally <br> suited for corporations and professionals who desire to improve <br> productivity and monitor project time and costs. This scalable <br> client-server solution monitors timesheets, invoices and <br> expenses for employees, teams and departments. Through better <br> time and project management, Track-IT Suite 2002 helps <br> corporations reduce costs and monitor resources. <br> <br> Managers using Track-IT Suite 2002 easily create over 100 <br> customizable time and cost reports &amp; graphs by individual, team, <br> project, activity and more. Every report or graph can be <br> exported or sent by e-mail in up to 70 different formats. Track- <br> IT Suite 2002 can easily create invoices, and expense reports or <br> track billing and receivables.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 7030-ADP Software <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Alliances: </h4> <ul> <li>Sales/Marketing</li> <li>Technology</li> </ul> <h4> Strategic alliances: </h4> 1. VARs or distributors interested in selling our software <br> products to Canada, the US or Europe. <br> <br> 2. A partner willing to translate our Track-IT products in <br> another language and to distribute the applications to customers <br> in their region. <br> <br> 3. Portable computer manufacturers or resellers to bundle or <br> distribute our Track-IT light software with each computer sold. <br> <br> 4. Time management consultants (or book authors) who offer <br> courses, seminars or books on time management to bundle or <br> distribute our time management software, Track-IT light. <br> <br> 5. Windows CE Palmtop unit manufacturers to bundle or distribute <br> Pocket Tack-IT light. <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> <li>Construction</li> <li>Consumer Products</li> <li>Culture</li> <li>Environment</li> <li>Fishery</li> <li>Forestry</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> <li>Medical/Biotechnology/Chemical</li> <li>Mining/Petroleum/Gas</li> <li>Service Industry</li> <li>Tourism</li> <li>Transportation</li> <li>Wholesale/Retail</li> <li>Aerospace</li> <li>Defence</li> <li>Automotive</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Afghanistan</li> <li>Albania</li> <li>Algeria</li> <li>American Samoa</li> <li>Andorra</li> <li>Angola</li> <li>Anguilla</li> <li>Antarctica</li> <li>Antigua and Barbuda</li> <li>Argentina</li> <li>Armenia</li> <li>Australia</li> <li>Austria</li> <li>Azerbaijan</li> <li>Bahamas</li> <li>Bahrain</li> <li>Bangladesh</li> <li>Barbados</li> <li>Belarus</li> <li>Belgium</li> <li>Belize</li> <li>Benin</li> <li>Bermuda</li> <li>Bhutan</li> <li>Bolivia, Plurinational State of</li> <li>Botswana</li> <li>Brazil</li> <li>British Indian Ocean Territory</li> <li>Brunei Darussalam</li> <li>Bulgaria</li> <li>Burkina Faso</li> <li>Burundi</li> <li>Cambodia</li> <li>Cameroon</li> <li>Cape Verde</li> <li>Cayman Islands</li> <li>Central African Republic</li> <li>Chad</li> <li>Chile</li> <li>China</li> <li>Christmas Island</li> <li>Cocos (Keeling) Islands</li> <li>Colombia</li> <li>Comoros</li> <li>Congo</li> <li>Congo, The Democratic Republic of the</li> <li>Cook Islands</li> <li>Costa Rica</li> <li>Côte d&#39;Ivoire</li> <li>Croatia</li> <li>Cuba</li> <li>Cyprus</li> <li>Czech Republic</li> <li>Denmark</li> <li>Djibouti</li> <li>Dominica</li> <li>Dominican Republic</li> <li>Ecuador</li> <li>Egypt</li> <li>El Salvador</li> <li>Equatorial Guinea</li> <li>Eritrea</li> <li>Estonia</li> <li>Ethiopia</li> <li>Falkland Islands (Malvinas)</li> <li>Faroe Islands</li> <li>Fiji</li> <li>Finland</li> <li>France</li> <li>French Guiana</li> <li>French Polynesia</li> <li>French Southern Territories</li> <li>Gabon</li> <li>Gambia</li> <li>Georgia</li> <li>Germany</li> <li>Ghana</li> <li>Gibraltar</li> <li>Greece</li> <li>Greenland</li> <li>Grenada</li> <li>Guadeloupe</li> <li>Guam</li> <li>Guatemala</li> <li>Guinea</li> <li>Guinea-Bissau</li> <li>Guyana</li> <li>Haiti</li> <li>Heard Island and McDonald Islands</li> <li>Holy See (Vatican City State)</li> <li>Honduras</li> <li>Hong Kong</li> <li>Hungary</li> <li>Iceland</li> <li>India</li> <li>Indonesia</li> <li>Iran, Islamic Republic of</li> <li>Iraq</li> <li>Ireland</li> <li>Israel</li> <li>Italy</li> <li>Jamaica</li> <li>Japan</li> <li>Jordan</li> <li>Kazakhstan</li> <li>Kenya</li> <li>Kiribati</li> <li>Korea, Democratic People&#39;s Republic of</li> <li>Korea, Republic of</li> <li>Kuwait</li> <li>Kyrgyzstan</li> <li>Lao People&#39;s Democratic Republic</li> <li>Latvia</li> <li>Lebanon</li> <li>Lesotho</li> <li>Liberia</li> <li>Libyan Arab Jamahiriya</li> <li>Lithuania</li> <li>Luxembourg</li> <li>Macao</li> <li>Macedonia, The Former Yugoslav Republic of</li> <li>Madagascar</li> <li>Malawi</li> <li>Malaysia</li> <li>Maldives</li> <li>Mali</li> <li>Malta</li> <li>Martinique</li> <li>Mauritania</li> <li>Mauritius</li> <li>Mexico</li> <li>Micronesia, Federated States of</li> <li>Moldova, Republic of</li> <li>Monaco</li> <li>Mongolia</li> <li>Montenegro</li> <li>Montserrat</li> <li>Morocco</li> <li>Mozambique</li> <li>Namibia</li> <li>Nauru</li> <li>Nepal</li> <li>Netherlands</li> <li>Netherlands Antilles</li> <li>New Caledonia</li> <li>New Zealand</li> <li>Nicaragua</li> <li>Niger</li> <li>Nigeria</li> <li>Niue</li> <li>Norfolk Island</li> <li>Northern Mariana Islands</li> <li>Norway</li> <li>Oman</li> <li>Pakistan</li> <li>Palau</li> <li>Panama</li> <li>Papua New Guinea</li> <li>Paraguay</li> <li>Peru</li> <li>Philippines</li> <li>Pitcairn</li> <li>Poland</li> <li>Portugal</li> <li>Puerto Rico</li> <li>Qatar</li> <li>Réunion</li> <li>Romania</li> <li>Russian Federation</li> <li>Rwanda</li> <li>Saint Helena, Ascension and Tristan da Cunha</li> <li>Saint Kitts and Nevis</li> <li>Saint Lucia</li> <li>Saint Pierre and Miquelon</li> <li>Saint Vincent and the Grenadines</li> <li>Samoa</li> <li>San Marino</li> <li>Sao Tome and Principe</li> <li>Saudi Arabia</li> <li>Senegal</li> <li>Serbia</li> <li>Seychelles</li> <li>Sierra Leone</li> <li>Singapore</li> <li>Slovakia</li> <li>Slovenia</li> <li>Solomon Islands</li> <li>Somalia</li> <li>South Africa</li> <li>Spain</li> <li>Sri Lanka</li> <li>Sudan</li> <li>Suriname</li> <li>Swaziland</li> <li>Sweden</li> <li>Switzerland</li> <li>Syrian Arab Republic</li> <li>Taiwan</li> <li>Tajikistan</li> <li>Tanzania, United Republic of</li> <li>Thailand</li> <li>Togo</li> <li>Tokelau</li> <li>Tonga</li> <li>Trinidad and Tobago</li> <li>Tunisia</li> <li>Turkey</li> <li>Turkmenistan</li> <li>Turks and Caicos Islands</li> <li>Tuvalu</li> <li>Uganda</li> <li>Ukraine</li> <li>United Arab Emirates</li> <li>United Kingdom</li> <li>United States</li> <li>United States Minor Outlying Islands</li> <li>Uruguay</li> <li>Uzbekistan</li> <li>Vanuatu</li> <li>Venezuela, Bolivarian Republic of</li> <li>Viet Nam</li> <li>Virgin Islands (British)</li> <li>Wallis and Futuna</li> <li>Western Sahara</li> <li>Yemen</li> <li>Zambia</li> <li>Zimbabwe</li> <li>Alabama</li> <li>Alaska</li> <li>Arizona</li> <li>Arkansas</li> <li>California</li> <li>Colorado</li> <li>Connecticut</li> <li>Delaware</li> <li>District of Columbia</li> <li>Florida</li> <li>Georgia</li> <li>Hawaii</li> <li>Idaho</li> <li>Illinois</li> <li>Indiana</li> <li>Iowa</li> <li>Kansas</li> <li>Kentucky</li> <li>Louisiana</li> <li>Maine</li> <li>Maryland</li> <li>Massachusetts</li> <li>Michigan</li> <li>Minnesota</li> <li>Mississippi</li> <li>Missouri</li> <li>Montana</li> <li>Nebraska</li> <li>Nevada</li> <li>New Hampshire</li> <li>New Jersey</li> <li>New Mexico</li> <li>New York</li> <li>North Carolina</li> <li>North Dakota</li> <li>Ohio</li> <li>Oklahoma</li> <li>Oregon</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>South Carolina</li> <li>South Dakota</li> <li>Tennessee</li> <li>Texas</li> <li>Utah</li> <li>Vermont</li> <li>Virginia</li> <li>Washington</li> <li>West Virginia</li> <li>Wisconsin</li> <li>Wyoming</li> </ul> </section> </details> <details id="details-panel7"> <summary> Sector </summary> <h2 class="wb-invisible"> Sector information </h2> <section class="container-fluid"> <h4> Classification codes </h4> <div class="row"> <div class="col-md-3"><strong>Dun and Bradstreet Number: </strong></div> <div class="col-md-9">258845023 + </div> </div> <h4> Key / Major clients: </h4> Novel, Unisys, Nortel, Compaq and 1000&#39;s upon <br> 1000&#39;s of other clients worldwide. </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2017-03-10 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/123456237896.html
HTML
mit
101,665
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="ar1" > <![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>URL Helper &mdash; CodeIgniter 3.0.1 documentation</title> <link rel="shortcut icon" href="../_static/ci-icon.ico"/> <link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" /> <link rel="top" title="CodeIgniter 3.0.1 documentation" href="../index.html"/> <link rel="up" title="Helpers" href="index.html"/> <link rel="next" title="XML Helper" href="xml_helper.html"/> <link rel="prev" title="Typography Helper" href="typography_helper.html"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/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-nav-search"> <a href="../index.html" class="fa fa-home"> CodeIgniter</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"> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple"> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul> <li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul> <li class="toctree-l2"><a class="reference internal" href="../overview/getting_started.html">Getting Started</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/features.html">Supported Features</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/goals.html">Architectural Goals</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul> <li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/index.html">General Topics</a><ul> <li class="toctree-l2"><a class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/controllers.html">Controllers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/views.html">Views</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/models.html">Models</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/helpers.html">Helpers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/hooks.html">Hooks - Extending the Framework Core</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/common_functions.html">Common Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/routing.html">URI Routing</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/errors.html">Error Handling</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/caching.html">Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/cli.html">Running via the CLI</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/security.html">Security</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../libraries/index.html">Libraries</a><ul> <li class="toctree-l2"><a class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/caching.html">Caching Driver</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/config.html">Config Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/ftp.html">FTP Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/input.html">Input Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/language.html">Language Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/loader.html">Loader Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/migration.html">Migrations Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/output.html">Output Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/security.html">Security Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/sessions.html">Session Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/table.html">HTML Table Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/typography.html">Typography Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/uri.html">URI Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../database/index.html">Database Reference</a><ul> <li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/queries.html">Running Queries</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/results.html">Generating Query Results</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/transactions.html">Transactions</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/metadata.html">Getting MetaData</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/caching.html">Query Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li> </ul> </li> </ul> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="index.html">Helpers</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="array_helper.html">Array Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="captcha_helper.html">CAPTCHA Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="cookie_helper.html">Cookie Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="date_helper.html">Date Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="directory_helper.html">Directory Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="download_helper.html">Download Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="email_helper.html">Email Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="file_helper.html">File Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="form_helper.html">Form Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="html_helper.html">HTML Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="inflector_helper.html">Inflector Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="language_helper.html">Language Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="number_helper.html">Number Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="path_helper.html">Path Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="security_helper.html">Security Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="smiley_helper.html">Smiley Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="string_helper.html">String Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="text_helper.html">Text Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="typography_helper.html">Typography Helper</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="">URL Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="xml_helper.html">XML Helper</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul> <li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li> <li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li> </ul> </li> </ul> </div> &nbsp; </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">CodeIgniter</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../index.html">Docs</a> &raquo;</li> <li><a href="index.html">Helpers</a> &raquo;</li> <li>URL Helper</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document"> <div class="section" id="url-helper"> <h1>URL Helper<a class="headerlink" href="#url-helper" title="Permalink to this headline">¶</a></h1> <p>The URL Helper file contains functions that assist in working with URLs.</p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#loading-this-helper" id="id1">Loading this Helper</a></li> <li><a class="reference internal" href="#available-functions" id="id2">Available Functions</a></li> </ul> </div> <div class="custom-index container"></div><div class="section" id="loading-this-helper"> <h2><a class="toc-backref" href="#id1">Loading this Helper</a><a class="headerlink" href="#loading-this-helper" title="Permalink to this headline">¶</a></h2> <p>This helper is loaded using the following code:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">helper</span><span class="p">(</span><span class="s1">&#39;url&#39;</span><span class="p">);</span> </pre></div> </div> <p>The following functions are available:</p> </div> <div class="section" id="available-functions"> <h2><a class="toc-backref" href="#id2">Available Functions</a><a class="headerlink" href="#available-functions" title="Permalink to this headline">¶</a></h2> <dl class="function"> <dt id="site_url"> <tt class="descname">site_url</tt><big>(</big><span class="optional">[</span><em>$uri = ''</em><span class="optional">[</span>, <em>$protocol = NULL</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#site_url" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$uri</strong> (<em>string</em>) &#8211; URI string</li> <li><strong>$protocol</strong> (<em>string</em>) &#8211; Protocol, e.g. &#8216;http&#8217; or &#8216;https&#8217;</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Site URL</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Returns your site URL, as specified in your config file. The index.php file (or whatever you have set as your site <strong>index_page</strong> in your config file) will be added to the URL, as will any URI segments you pass to the function, plus the <strong>url_suffix</strong> as set in your config file.</p> <p>You are encouraged to use this function any time you need to generate a local URL so that your pages become more portable in the event your URL changes.</p> <p>Segments can be optionally passed to the function as a string or an array. Here is a string example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">site_url</span><span class="p">(</span><span class="s1">&#39;news/local/123&#39;</span><span class="p">);</span> </pre></div> </div> <p>The above example would return something like: <em>http://example.com/index.php/news/local/123</em></p> <p>Here is an example of segments passed as an array:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$segments</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span><span class="s1">&#39;news&#39;</span><span class="p">,</span> <span class="s1">&#39;local&#39;</span><span class="p">,</span> <span class="s1">&#39;123&#39;</span><span class="p">);</span> <span class="k">echo</span> <span class="nx">site_url</span><span class="p">(</span><span class="nv">$segments</span><span class="p">);</span> </pre></div> </div> <p>This function is an alias for <tt class="docutils literal"><span class="pre">CI_Config::site_url()</span></tt>. For more info, please see the <a class="reference internal" href="../libraries/config.html"><em>Config Library</em></a> documentation.</p> </dd></dl> <dl class="function"> <dt id="base_url"> <tt class="descname">base_url</tt><big>(</big><em>$uri = ''</em>, <em>$protocol = NULL</em><big>)</big><a class="headerlink" href="#base_url" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$uri</strong> (<em>string</em>) &#8211; URI string</li> <li><strong>$protocol</strong> (<em>string</em>) &#8211; Protocol, e.g. &#8216;http&#8217; or &#8216;https&#8217;</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Base URL</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Returns your site base URL, as specified in your config file. Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">base_url</span><span class="p">();</span> </pre></div> </div> <p>This function returns the same thing as <a class="reference internal" href="#site_url" title="site_url"><tt class="xref php php-func docutils literal"><span class="pre">site_url()</span></tt></a>, without the <em>index_page</em> or <em>url_suffix</em> being appended.</p> <p>Also like <a class="reference internal" href="#site_url" title="site_url"><tt class="xref php php-func docutils literal"><span class="pre">site_url()</span></tt></a>, you can supply segments as a string or an array. Here is a string example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">base_url</span><span class="p">(</span><span class="s2">&quot;blog/post/123&quot;</span><span class="p">);</span> </pre></div> </div> <p>The above example would return something like: <em>http://example.com/blog/post/123</em></p> <p>This is useful because unlike <a class="reference internal" href="#site_url" title="site_url"><tt class="xref php php-func docutils literal"><span class="pre">site_url()</span></tt></a>, you can supply a string to a file, such as an image or stylesheet. For example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">base_url</span><span class="p">(</span><span class="s2">&quot;images/icons/edit.png&quot;</span><span class="p">);</span> </pre></div> </div> <p>This would give you something like: <em>http://example.com/images/icons/edit.png</em></p> <p>This function is an alias for <tt class="docutils literal"><span class="pre">CI_Config::base_url()</span></tt>. For more info, please see the <a class="reference internal" href="../libraries/config.html"><em>Config Library</em></a> documentation.</p> </dd></dl> <dl class="function"> <dt id="current_url"> <tt class="descname">current_url</tt><big>(</big><big>)</big><a class="headerlink" href="#current_url" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">The current URL</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">string</td> </tr> </tbody> </table> <p>Returns the full URL (including segments) of the page being currently viewed.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Calling this function is the same as doing this: | | site_url(uri_string());</p> </div> </dd></dl> <dl class="function"> <dt id="uri_string"> <tt class="descname">uri_string</tt><big>(</big><big>)</big><a class="headerlink" href="#uri_string" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">An URI string</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">string</td> </tr> </tbody> </table> <p>Returns the URI segments of any page that contains this function. For example, if your URL was this:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nx">http</span><span class="o">://</span><span class="nx">some</span><span class="o">-</span><span class="nx">site</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">blog</span><span class="o">/</span><span class="nx">comments</span><span class="o">/</span><span class="mi">123</span> </pre></div> </div> <p>The function would return:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nx">blog</span><span class="o">/</span><span class="nx">comments</span><span class="o">/</span><span class="mi">123</span> </pre></div> </div> <p>This function is an alias for <tt class="docutils literal"><span class="pre">CI_Config::uri_string()</span></tt>. For more info, please see the <a class="reference internal" href="../libraries/config.html"><em>Config Library</em></a> documentation.</p> </dd></dl> <dl class="function"> <dt id="index_page"> <tt class="descname">index_page</tt><big>(</big><big>)</big><a class="headerlink" href="#index_page" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">&#8216;index_page&#8217; value</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">mixed</td> </tr> </tbody> </table> <p>Returns your site <strong>index_page</strong>, as specified in your config file. Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">index_page</span><span class="p">();</span> </pre></div> </div> </dd></dl> <dl class="function"> <dt id="anchor"> <tt class="descname">anchor</tt><big>(</big><em>$uri = ''</em>, <em>$title = ''</em>, <em>$attributes = ''</em><big>)</big><a class="headerlink" href="#anchor" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$uri</strong> (<em>string</em>) &#8211; URI string</li> <li><strong>$title</strong> (<em>string</em>) &#8211; Anchor title</li> <li><strong>$attributes</strong> (<em>mixed</em>) &#8211; HTML attributes</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">HTML hyperlink (anchor tag)</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Creates a standard HTML anchor link based on your local site URL.</p> <p>The first parameter can contain any segments you wish appended to the URL. As with the <a class="reference internal" href="#site_url" title="site_url"><tt class="xref php php-func docutils literal"><span class="pre">site_url()</span></tt></a> function above, segments can be a string or an array.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">If you are building links that are internal to your application do not include the base URL (http&amp;#58;//...). This will be added automatically from the information specified in your config file. Include only the URI segments you wish appended to the URL.</p> </div> <p>The second segment is the text you would like the link to say. If you leave it blank, the URL will be used.</p> <p>The third parameter can contain a list of attributes you would like added to the link. The attributes can be a simple string or an associative array.</p> <p>Here are some examples:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">anchor</span><span class="p">(</span><span class="s1">&#39;news/local/123&#39;</span><span class="p">,</span> <span class="s1">&#39;My News&#39;</span><span class="p">,</span> <span class="s1">&#39;title=&quot;News title&quot;&#39;</span><span class="p">);</span> <span class="c1">// Prints: &lt;a href=&quot;http://example.com/index.php/news/local/123&quot; title=&quot;News title&quot;&gt;My News&lt;/a&gt;</span> <span class="k">echo</span> <span class="nx">anchor</span><span class="p">(</span><span class="s1">&#39;news/local/123&#39;</span><span class="p">,</span> <span class="s1">&#39;My News&#39;</span><span class="p">,</span> <span class="k">array</span><span class="p">(</span><span class="s1">&#39;title&#39;</span> <span class="o">=&gt;</span> <span class="s1">&#39;The best news!&#39;</span><span class="p">));</span> <span class="c1">// Prints: &lt;a href=&quot;http://example.com/index.php/news/local/123&quot; title=&quot;The best news!&quot;&gt;My News&lt;/a&gt;</span> <span class="k">echo</span> <span class="nx">anchor</span><span class="p">(</span><span class="s1">&#39;&#39;</span><span class="p">,</span> <span class="s1">&#39;Click here&#39;</span><span class="p">);</span> <span class="c1">// Prints: &lt;a href=&quot;http://example.com&quot;&gt;Click Here&lt;/a&gt;</span> </pre></div> </div> </dd></dl> <dl class="function"> <dt id="anchor_popup"> <tt class="descname">anchor_popup</tt><big>(</big><em>$uri = ''</em>, <em>$title = ''</em>, <em>$attributes = FALSE</em><big>)</big><a class="headerlink" href="#anchor_popup" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$uri</strong> (<em>string</em>) &#8211; URI string</li> <li><strong>$title</strong> (<em>string</em>) &#8211; Anchor title</li> <li><strong>$attributes</strong> (<em>mixed</em>) &#8211; HTML attributes</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Pop-up hyperlink</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Nearly identical to the <a class="reference internal" href="#anchor" title="anchor"><tt class="xref php php-func docutils literal"><span class="pre">anchor()</span></tt></a> function except that it opens the URL in a new window. You can specify JavaScript window attributes in the third parameter to control how the window is opened. If the third parameter is not set it will simply open a new window with your own browser settings.</p> <p>Here is an example with attributes:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$atts</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span> <span class="s1">&#39;width&#39;</span> <span class="o">=&gt;</span> <span class="mi">800</span><span class="p">,</span> <span class="s1">&#39;height&#39;</span> <span class="o">=&gt;</span> <span class="mi">600</span><span class="p">,</span> <span class="s1">&#39;scrollbars&#39;</span> <span class="o">=&gt;</span> <span class="s1">&#39;yes&#39;</span><span class="p">,</span> <span class="s1">&#39;status&#39;</span><span class="nx">    </span> <span class="nx"> </span><span class="o">=&gt;</span> <span class="s1">&#39;yes&#39;</span><span class="p">,</span> <span class="s1">&#39;resizable&#39;</span><span class="nx"> </span> <span class="nx"> </span><span class="o">=&gt;</span> <span class="s1">&#39;yes&#39;</span><span class="p">,</span> <span class="s1">&#39;screenx&#39;</span> <span class="o">=&gt;</span> <span class="mi">0</span><span class="p">,</span> <span class="s1">&#39;screeny&#39;</span> <span class="o">=&gt;</span> <span class="mi">0</span><span class="p">,</span> <span class="s1">&#39;window_name&#39;</span> <span class="o">=&gt;</span> <span class="s1">&#39;_blank&#39;</span> <span class="p">);</span> <span class="k">echo</span> <span class="nx">anchor_popup</span><span class="p">(</span><span class="s1">&#39;news/local/123&#39;</span><span class="p">,</span> <span class="s1">&#39;Click Me!&#39;</span><span class="p">,</span> <span class="nv">$atts</span><span class="p">);</span> </pre></div> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The above attributes are the function defaults so you only need to set the ones that are different from what you need. If you want the function to use all of its defaults simply pass an empty array in the third parameter: | | echo anchor_popup(&#8216;news/local/123&#8217;, &#8216;Click Me!&#8217;, array());</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The <strong>window_name</strong> is not really an attribute, but an argument to the JavaScript <cite>window.open() &lt;http://www.w3schools.com/jsref/met_win_open.asp&gt;</cite> method, which accepts either a window name or a window target.</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Any other attribute than the listed above will be parsed as an HTML attribute to the anchor tag.</p> </div> </dd></dl> <dl class="function"> <dt id="mailto"> <tt class="descname">mailto</tt><big>(</big><em>$email</em>, <em>$title = ''</em>, <em>$attributes = ''</em><big>)</big><a class="headerlink" href="#mailto" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$email</strong> (<em>string</em>) &#8211; E-mail address</li> <li><strong>$title</strong> (<em>string</em>) &#8211; Anchor title</li> <li><strong>$attributes</strong> (<em>mixed</em>) &#8211; HTML attributes</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">A &#8220;mail to&#8221; hyperlink</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Creates a standard HTML e-mail link. Usage example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">mailto</span><span class="p">(</span><span class="s1">&#39;[email protected]&#39;</span><span class="p">,</span> <span class="s1">&#39;Click Here to Contact Me&#39;</span><span class="p">);</span> </pre></div> </div> <p>As with the <a class="reference internal" href="#anchor" title="anchor"><tt class="xref php php-func docutils literal"><span class="pre">anchor()</span></tt></a> tab above, you can set attributes using the third parameter:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$attributes</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span><span class="s1">&#39;title&#39;</span> <span class="o">=&gt;</span> <span class="s1">&#39;Mail me&#39;</span><span class="p">);</span> <span class="k">echo</span> <span class="nx">mailto</span><span class="p">(</span><span class="s1">&#39;[email protected]&#39;</span><span class="p">,</span> <span class="s1">&#39;Contact Me&#39;</span><span class="p">,</span> <span class="nv">$attributes</span><span class="p">);</span> </pre></div> </div> </dd></dl> <dl class="function"> <dt id="safe_mailto"> <tt class="descname">safe_mailto</tt><big>(</big><em>$email</em>, <em>$title = ''</em>, <em>$attributes = ''</em><big>)</big><a class="headerlink" href="#safe_mailto" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$email</strong> (<em>string</em>) &#8211; E-mail address</li> <li><strong>$title</strong> (<em>string</em>) &#8211; Anchor title</li> <li><strong>$attributes</strong> (<em>mixed</em>) &#8211; HTML attributes</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">A spam-safe &#8220;mail to&#8221; hyperlink</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Identical to the <a class="reference internal" href="#mailto" title="mailto"><tt class="xref php php-func docutils literal"><span class="pre">mailto()</span></tt></a> function except it writes an obfuscated version of the <em>mailto</em> tag using ordinal numbers written with JavaScript to help prevent the e-mail address from being harvested by spam bots.</p> </dd></dl> <dl class="function"> <dt id="auto_link"> <tt class="descname">auto_link</tt><big>(</big><em>$str</em>, <em>$type = 'both'</em>, <em>$popup = FALSE</em><big>)</big><a class="headerlink" href="#auto_link" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$str</strong> (<em>string</em>) &#8211; Input string</li> <li><strong>$type</strong> (<em>string</em>) &#8211; Link type (&#8216;email&#8217;, &#8216;url&#8217; or &#8216;both&#8217;)</li> <li><strong>$popup</strong> (<em>bool</em>) &#8211; Whether to create popup links</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Linkified string</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Automatically turns URLs and e-mail addresses contained in a string into links. Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$string</span> <span class="o">=</span> <span class="nx">auto_link</span><span class="p">(</span><span class="nv">$string</span><span class="p">);</span> </pre></div> </div> <p>The second parameter determines whether URLs and e-mails are converted or just one or the other. Default behavior is both if the parameter is not specified. E-mail links are encoded as <a class="reference internal" href="#safe_mailto" title="safe_mailto"><tt class="xref php php-func docutils literal"><span class="pre">safe_mailto()</span></tt></a> as shown above.</p> <p>Converts only URLs:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$string</span> <span class="o">=</span> <span class="nx">auto_link</span><span class="p">(</span><span class="nv">$string</span><span class="p">,</span> <span class="s1">&#39;url&#39;</span><span class="p">);</span> </pre></div> </div> <p>Converts only e-mail addresses:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$string</span> <span class="o">=</span> <span class="nx">auto_link</span><span class="p">(</span><span class="nv">$string</span><span class="p">,</span> <span class="s1">&#39;email&#39;</span><span class="p">);</span> </pre></div> </div> <p>The third parameter determines whether links are shown in a new window. The value can be TRUE or FALSE (boolean):</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$string</span> <span class="o">=</span> <span class="nx">auto_link</span><span class="p">(</span><span class="nv">$string</span><span class="p">,</span> <span class="s1">&#39;both&#39;</span><span class="p">,</span> <span class="k">TRUE</span><span class="p">);</span> </pre></div> </div> </dd></dl> <dl class="function"> <dt id="url_title"> <tt class="descname">url_title</tt><big>(</big><em>$str</em>, <em>$separator = '-'</em>, <em>$lowercase = FALSE</em><big>)</big><a class="headerlink" href="#url_title" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$str</strong> (<em>string</em>) &#8211; Input string</li> <li><strong>$separator</strong> (<em>string</em>) &#8211; Word separator</li> <li><strong>$lowercase</strong> (<em>string</em>) &#8211; Whether to transform the output string to lower-case</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">URL-formatted string</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Takes a string as input and creates a human-friendly URL string. This is useful if, for example, you have a blog in which you&#8217;d like to use the title of your entries in the URL. Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$title</span> <span class="o">=</span> <span class="s2">&quot;What&#39;s wrong with CSS?&quot;</span><span class="p">;</span> <span class="nv">$url_title</span> <span class="o">=</span> <span class="nx">url_title</span><span class="p">(</span><span class="nv">$title</span><span class="p">);</span> <span class="c1">// Produces: Whats-wrong-with-CSS</span> </pre></div> </div> <p>The second parameter determines the word delimiter. By default dashes are used. Preferred options are: <strong>-</strong> (dash) or <strong>_</strong> (underscore)</p> <p>Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$title</span> <span class="o">=</span> <span class="s2">&quot;What&#39;s wrong with CSS?&quot;</span><span class="p">;</span> <span class="nv">$url_title</span> <span class="o">=</span> <span class="nx">url_title</span><span class="p">(</span><span class="nv">$title</span><span class="p">,</span> <span class="s1">&#39;underscore&#39;</span><span class="p">);</span> <span class="c1">// Produces: Whats_wrong_with_CSS</span> </pre></div> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Old usage of &#8216;dash&#8217; and &#8216;underscore&#8217; as the second parameter is DEPRECATED.</p> </div> <p>The third parameter determines whether or not lowercase characters are forced. By default they are not. Options are boolean TRUE/FALSE.</p> <p>Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$title</span> <span class="o">=</span> <span class="s2">&quot;What&#39;s wrong with CSS?&quot;</span><span class="p">;</span> <span class="nv">$url_title</span> <span class="o">=</span> <span class="nx">url_title</span><span class="p">(</span><span class="nv">$title</span><span class="p">,</span> <span class="s1">&#39;underscore&#39;</span><span class="p">,</span> <span class="k">TRUE</span><span class="p">);</span> <span class="c1">// Produces: whats_wrong_with_css</span> </pre></div> </div> </dd></dl> <dl class="function"> <dt id="prep_url"> <tt class="descname">prep_url</tt><big>(</big><em>$str = ''</em><big>)</big><a class="headerlink" href="#prep_url" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$str</strong> (<em>string</em>) &#8211; URL string</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Protocol-prefixed URL string</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>This function will add http&amp;#58;// in the event that a protocol prefix is missing from a URL.</p> <p>Pass the URL string to the function like this:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$url</span> <span class="o">=</span> <span class="nx">prep_url</span><span class="p">(</span><span class="s1">&#39;example.com&#39;</span><span class="p">);</span> </pre></div> </div> </dd></dl> <dl class="function"> <dt id="redirect"> <tt class="descname">redirect</tt><big>(</big><em>$uri = ''</em>, <em>$method = 'auto'</em>, <em>$code = NULL</em><big>)</big><a class="headerlink" href="#redirect" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>$uri</strong> (<em>string</em>) &#8211; URI string</li> <li><strong>$method</strong> (<em>string</em>) &#8211; Redirect method (&#8216;auto&#8217;, &#8216;location&#8217; or &#8216;refresh&#8217;)</li> <li><strong>$code</strong> (<em>string</em>) &#8211; HTTP Response code (usually 302 or 303)</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">void</p> </td> </tr> </tbody> </table> <p>Does a &#8220;header redirect&#8221; to the URI specified. If you specify the full site URL that link will be built, but for local links simply providing the URI segments to the controller you want to direct to will create the link. The function will build the URL based on your config file values.</p> <p>The optional second parameter allows you to force a particular redirection method. The available methods are <strong>auto</strong>, <strong>location</strong> and <strong>refresh</strong>, with location being faster but less reliable on IIS servers. The default is <strong>auto</strong>, which will attempt to intelligently choose the method based on the server environment.</p> <p>The optional third parameter allows you to send a specific HTTP Response Code - this could be used for example to create 301 redirects for search engine purposes. The default Response Code is 302. The third parameter is <em>only</em> available with <strong>location</strong> redirects, and not <em>refresh</em>. Examples:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">if</span> <span class="p">(</span><span class="nv">$logged_in</span> <span class="o">==</span> <span class="k">FALSE</span><span class="p">)</span> <span class="p">{</span> <span class="nx">redirect</span><span class="p">(</span><span class="s1">&#39;/login/form/&#39;</span><span class="p">);</span> <span class="p">}</span> <span class="c1">// with 301 redirect</span> <span class="nx">redirect</span><span class="p">(</span><span class="s1">&#39;/article/13&#39;</span><span class="p">,</span> <span class="s1">&#39;location&#39;</span><span class="p">,</span> <span class="mi">301</span><span class="p">);</span> </pre></div> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">In order for this function to work it must be used before anything is outputted to the browser since it utilizes server headers.</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">For very fine grained control over headers, you should use the <cite>Output Library &lt;/libraries/output&gt;</cite> <tt class="docutils literal"><span class="pre">set_header()</span></tt> method.</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">To IIS users: if you hide the <cite>Server</cite> HTTP header, the <em>auto</em> method won&#8217;t detect IIS, in that case it is advised you explicitly use the <strong>refresh</strong> method.</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">When the <strong>location</strong> method is used, an HTTP status code of 303 will <em>automatically</em> be selected when the page is currently accessed via POST and HTTP/1.1 is used.</p> </div> <div class="admonition important"> <p class="first admonition-title">Important</p> <p class="last">This function will terminate script execution.</p> </div> </dd></dl> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="xml_helper.html" class="btn btn-neutral float-right" title="XML Helper">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="typography_helper.html" class="btn btn-neutral" title="Typography Helper"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2014 - 2015, British Columbia Institute of Technology. Last updated on Aug 07, 2015. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../', VERSION:'3.0.1', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: false }; </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>
MarinaWagih/ci-future_jobs
user_guide/helpers/url_helper.html
HTML
mit
51,278
<!DOCTYPE html> <html lang="it"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="Applicazione di allenamento per la matematica"> <meta name="author" content="Matteo Bortolotto"> <title>Yamath</title> <!-- Bootstrap 4 --> <link rel="stylesheet" href="/static/css/bootstrap.min.css"> <link rel="stylesheet" href="/static/css/local.css"> <script type="text/javascript" src="/static/js/jquery-3.2.1.min.js"></script> <script type="text/javascript" src="/static/js/tether.min.js"></script> <script type="text/javascript" src="/static/js/bootstrap.min.js"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({extensions: ["tex2jax.js"], jax: ["input/TeX", "output/HTML-CSS"], tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true }, "HTML-CSS": { availableFonts: ["TeX"] } });</script> <script type="text/javascript" src="/static/js/MathJax.js"></script> <script type="text/javascript" src="/static/js/jquery.cookie.js"></script> <script type="text/javascript" src="/static/js/active.js"></script> </head> <body> <nav class="navbar navbar-toggleable-md fixed-top navbar-inverse bg-inverse" id="navbar"> <a class="navbar-brand" href="/" onclick="event.preventDefault(); window.location.reload(true);">Yamath</a> </nav> <div id='board'> {% if message %} <div class="alert alert-info" role="alert"> <strong>Yuck!</strong> {{ message }} </div> {% endif %} <div class="jumbotron"> <p class="display-2 hidden-sm-down">Benvenut@ eternauta</p> <p class="display-4 hidden-md-up hidden-xs-down">Benvenut@ eternauta</p> <p class="lead hidden-sm-up">Benvenut@ eternauta</p> <p class="hidden-sm-up">Questa è una versione provvisoria della pagina.</p> <p class="lead hidden-xs-down">Questa è una versione provvisoria della pagina.</p> <p class="hidden-sm-up">È facile che capitino errori o comportamenti anomali. Se succedesse, per favore segnalano al tuo insegnante di modo che, via via, si possa emendare.</p> <p class="lead hidden-xs-down">È facile che capitino errori o comportamenti anomali. Se succedesse, per favore segnalano al tuo insegnante di modo che, via via, si possa emendare.</p> <hr class="my-4"> <div class='row'> <div class="col"><a class="btn btn-primary btn-lg btn-block" href="/" role="button" onclick="event.preventDefault(); active.hide('board', 'badnews', 'goodnews'); active.load('board', 'html/login'); active.show('board');">Accedi</a></div> <div class="col"><a class="btn btn-primary btn-lg btn-block disabled" href="/" role="button" onclick="event.preventDefault(); notactive.hide('board', 'badnews', 'goodnews'); notactive.load('board', 'html/signup'); notactive.show('board');">Registrati</a></div> </div> </div> </div> <!-- <script type="text/javascript" src="/static/js/active.js"></script> --> <!-- <script type="text/javascript" src="/static/js/back.js"></script> --> </body> </html>
yamath/xprym
look/templates/frontpage.html
HTML
mit
3,344
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./e696483c420a471ac8a9fd0f45722bfd035d79cf0933c9e978e11d1cfecadb4d.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/0bb438f29fdf29cc6578d1463aa65059f5794980582813729bc8bd7ab13a96cc.html
HTML
mit
550
<html> <? print $_lib['sess']->doctype ?> <head> <title>Example of HTMLArea 3.0</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- load the main HTMLArea files --> <script type="text/javascript" src="htmlarea.js"></script> <script type="text/javascript" src="lang/en.js"></script> <script type="text/javascript" src="dialog.js"></script> <!-- <script type="text/javascript" src="popupdiv.js"></script> --> <script type="text/javascript" src="popupwin.js"></script> <!-- load the SpellChecker plugin files --> <script type="text/javascript" src="plugins/SpellChecker/spell-checker.js"></script> <script type="text/javascript" src="plugins/SpellChecker/lang/en.js"></script> <style type="text/css"> @import url(htmlarea.css); html, body { font-family: Verdana,sans-serif; background-color: #fea; color: #000; } a:link, a:visited { color: #00f; } a:hover { color: #048; } a:active { color: #f00; } textarea { background-color: #fff; border: 1px solid 00f; } </style> <script type="text/javascript"> var editor = null; function initEditor() { // create an editor for the "ta" textbox editor = new HTMLArea("ta"); // register the SpellChecker plugin editor.registerPlugin("SpellChecker"); editor.generate(); return false; } function insertHTML() { var html = prompt("Enter some HTML code here"); if (html) { editor.insertHTML(html); } } function highlight() { editor.surroundHTML('<span style="background-color: yellow">', '</span>'); } </script> </head> <!-- use <body onload="HTMLArea.replaceAll()" if you don't care about customizing the editor. It's the easiest way! :) --> <body onload="initEditor()"> <h1>HTMLArea 3.0</h1> <p>A replacement for <code>TEXTAREA</code> elements. &copy; <a href="http://interactivetools.com">InteractiveTools.com</a>, 2003.</p> <p>Plugins: <tt>SpellChecker</tt> (sponsored by <a href="http://americanbible.org">American Bible Society</a>). </p> <form action="test.cgi" method="post" id="edit" name="edit"> <textarea id="ta" name="ta" style="width:100%" rows="24" cols="80"> <h1>The <tt>SpellChecker</tt> plugin</h1> <p>This file deminstrates the <tt>SpellChecker</tt> plugin of HTMLArea. To inwoke the spell checkert you need to press the <em>spell-check</em> buton in the toolbar.</p> <p>The spell-checker uses a serverside script written in Perl. The Perl script calls <a href="http://aspell.net">aspell</a> for any word in the text and reports wordz that aren't found in the dyctionari.</p> <p>The document that yu are reading now <b>intentionaly</b> containes some errorz, so that you have something to corect ;-)</p> <p>Credits for the <tt>SpellChecker</tt> plugin go to:</p> <ul> <li><a href="http://aspell.net">Aspell</a> -- spell checker</li> <li>The <a href="http://perl.org">Perl</a> programming language</li> <li><tt><a href="http://cpan.org/modules/by-module/Text/Text-Aspell-0.02.readme">Text::Aspell</a></tt> -- Perl interface to Aspell</li> <li><a href="http://americanbible.org">American Bible Society</a> -- for sponsoring the <tt>SpellChecker</tt> plugin for <tt>HTMLArea</tt></li> <li><a href="http://students.infoiasi.ro/~mishoo/">Your humble servant</a> for implementing it ;-)</li> </ul> </textarea> <p /> <input type="submit" name="ok" value=" submit " /> <input type="button" name="ins" value=" insert html " onclick="return insertHTML();" /> <input type="button" name="hil" value=" highlight text " onclick="return highlight();" /> <a href="javascript:mySubmit()">submit</a> <script type="text/javascript"> function mySubmit() { // document.edit.save.value = "yes"; document.edit.onsubmit(); // workaround browser bugs. document.edit.submit(); }; </script> </form> </body> </html>
dodoas/lodo
html/lib/htmlarea3/example-spell-checker.html
HTML
mit
3,947
version https://git-lfs.github.com/spec/v1 oid sha256:660fee30cab45df5997a8f6dd8c9537957cecb81af5eb5d5b60b96135374a75b size 875793
hakyimlab/Training
intro_labs/ldsc_tutorial.html
HTML
mit
131
<!doctype html> <meta charset="utf-8"> <title>Dagre D3 Renderer Demo</title> <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> <script src="http://cpettitt.github.io/project/graphlib/latest/graphlib.min.js"></script> <script src="../build/dagre-d3.js"></script> <style> body { margin: 0; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; background: #333; } @-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0.2; } } @keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0.2; } } .warn { -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } .live.map { width: 100%; height: 100%; } svg { width: 100%; height: 100%; overflow: hidden; } .live.map text { font-weight: 300; font-size: 14px; } .live.map .node rect { stroke-width: 1px; stroke: #bbb; fill: #666; } .live.map .status { height: 100%; width: 15px; display: block; float: left; border-top-left-radius: 5px; border-bottom-left-radius: 5px; margin-right: 4px; } .live.map .running .status { background-color: #7f7; } .live.map .running.warn .status { background-color: #ffed68; } .live.map .stopped .status { background-color: #f77; } .live.map .warn .queue { color: #f77; } .warn { -webkit-animation-name: flash; animation-name: flash; } .live.map .consumers { margin-right: 2px; } .live.map .consumers, .live.map .name { margin-top: 4px; } .live.map .consumers:after { content: "x"; } .live.map .queue { display: block; float: left; width: 130px; height: 20px; font-size: 12px; margin-top: 2px; } .live.map .node g div { width: 200px; height: 40px; color: #fff; } .live.map .node g div span.consumers { display: inline-block; width: 20px; } .live.map .edgeLabel rect { fill: none; } .live.map .edgeLabel div { width: 50px; color: #fff; } .live.map .edgePath path { stroke: #999; stroke-width: 1.5px; fill: none; } /* Override path marker color */ #arrowhead { fill: #999 !important; } </style> <body onLoad="draw();"> <div class="live map"> <svg> <g class="diagram" transform="translate(20,20)"/> </svg> </div> <script> var workers = { 'identifier': { 'consumers': 2, 'count': 20 }, 'lost-and-found': { 'consumers': 1, 'count': 1, 'inputQueue': 'identifier', 'inputThroughput': 50 }, 'monitor': { 'consumers': 1, 'count': 0, 'inputQueue': 'identifier', 'inputThroughput': 50 }, 'meta-enricher': { 'consumers': 4, 'count': 9900, 'inputQueue': 'identifier', 'inputThroughput': 50 }, 'geo-enricher': { 'consumers': 2, 'count': 1, 'inputQueue': 'meta-enricher', 'inputThroughput': 50 }, 'elasticsearch-writer': { 'consumers': 0, 'count': 9900, 'inputQueue': 'geo-enricher', 'inputThroughput': 50 } }; var zoom = d3.behavior.zoom(); function draw(isUpdate) { var nodes = []; var edges = []; for (var id in workers) { var worker = workers[id]; var className = ''; className += worker.consumers ? 'running' : 'stopped'; if (worker.count > 10000) { className += ' warn'; } var html = '<div>'; html += '<span class="status"></span>'; html += '<span class="consumers">'+worker.consumers+'</span>'; html += '<span class="name">'+id+'</span>'; html += '<span class="queue"><span class="counter">'+worker.count+'</span></span>'; html += '</div>'; nodes.push({ id: id, value: { label: html, className: className } }); if (worker.inputQueue) { var label = worker.inputThroughput + '/s'; edges.push({ u: worker.inputQueue, v: id, value: { label: '<span>'+label+'</span>' } }); } } var renderer = new dagreD3.Renderer(); var svg = d3.select("svg"); // Extend drawNodes function to set custom ID and class on nodes var oldDrawNodes = renderer.drawNodes(); renderer.drawNodes(function(graph, root) { var svgNodes = oldDrawNodes(graph, root); svgNodes.attr("id", function(u) { return "node-" + u; }); svgNodes.attr("class", function(u) { return "node " + graph.node(u).className; }); return svgNodes; }); // Custom transition function function transition(selection) { return selection.transition().duration(500); } isUpdate && renderer.transition(transition); renderer.zoom(function (graph, svg) { return zoom.on('zoom', function() { svg.attr('transform', 'translate(' + d3.event.translate + ')scale(' + d3.event.scale + ')'); }); }); // Left-to-right layout var layout = dagreD3.layout() .nodeSep(70) .rankSep(120) .rankDir("LR"); var renderedLayout = renderer .layout(layout) .run(dagreD3.json.decode(nodes, edges), d3.select("svg g")); // Zoom and scale to fit var zoomScale = zoom.scale(); var graphWidth = renderedLayout.graph().width + 80; var graphHeight = renderedLayout.graph().height + 40; var width = parseInt(svg.style('width').replace(/px/, '')); var height = parseInt(svg.style('height').replace(/px/, '')); zoomScale = Math.min(width / graphWidth, height / graphHeight); var translate = [(width/2) - ((graphWidth*zoomScale)/2), (height/2) - ((graphHeight*zoomScale)/2)]; zoom.translate(translate); zoom.scale(zoomScale); zoom.event(isUpdate ? svg.transition().duration(500) : d3.select('svg')); } // Do some mock queue status updates setInterval(function() { var stoppedWorker1Count = workers['elasticsearch-writer'].count; var stoppedWorker2Count = workers['meta-enricher'].count; for (var id in workers) { workers[id].count = Math.ceil(Math.random() * 3); if (workers[id].inputThroughput) workers[id].inputThroughput = Math.ceil(Math.random() * 250); } workers['elasticsearch-writer'].count = stoppedWorker1Count + Math.ceil(Math.random() * 100); workers['meta-enricher'].count = stoppedWorker2Count + Math.ceil(Math.random() * 100); draw(true); }, 1000); // Do a mock change of worker configuration setInterval(function() { workers['elasticsearch-monitor'] = { 'consumers': 0, 'count': 0, 'inputQueue': 'elasticsearch-writer', 'inputThroughput': 50 } }, 5000); </script>
harsha-mudi/dagre-d3
demo/etl-status.html
HTML
mit
6,902
<!DOCTYPE html> <meta charset=utf-8> <meta name=viewport content="width=device-width, initial-scale=1"> <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic" rel=stylesheet> <title>EQCSS Compiler</title> <textarea id=input placeholder="EQCSS Input" data-persist=input>@element 'html' and (min-width: 200px) { body { background: red } } @element 'html' and (min-width: 400px) { body { background: orange } } @element 'html' and (min-width: 600px) { body { background: yellow } } @element 'html' and (min-width: 800px) { body { background: green } } @element 'html' and (min-width: 1000px) { body { background: blue } }</textarea> <textarea id=output placeholder="JavaScript Output"></textarea> <script src=eqcss-compiler.js></script> <script> var input = document.getElementById('input') var output = document.getElementById('output') input.addEventListener('keyup',compiler.load) window.addEventListener('load',compiler.load) // Persisting Data var field = document.querySelectorAll('[data-persist]') for (i=0;i<field.length;i++){ var stored = localStorage.getItem(field[i].getAttribute('data-persist')) if (stored) field[i].value = stored field[i].addEventListener('input',function(){ localStorage.setItem(this.getAttribute('data-persist'),this.value) }) } </script> <style> * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-kerning: auto; } html { font-size: 10pt; line-height: 1.4; font-weight: 400; font-family: sans-serif; -webkit-text-size-adjust: 100%; } body { margin: 0; } h1 { margin: 0; } textarea { position: fixed; top: 0; left: 0; width: 50%; height: 100%; font-family: 'source sans', monospace; font-size: 14pt; font-weight: 400; } textarea + textarea { left: 50%; } </style>
tomhodgins/eqcss-compiler
index.html
HTML
mit
2,117
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_ReadFileLine'></A>IOS DDDriverFileCommands::<BIG>ReadFileLine</BIG> </H3> <TABLE><TR> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='SAFS TID Commands'>TID</SPAN></TD> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='SAFS Driver Commands'>SDC</SPAN></TD> </TR></TABLE> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Read a line from the file defined by file number and assign a string containing the line read to a DDV variable. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> <BR/> <DIV NAME="list" ID="other"> <p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p> <code class="safs"> <OL start="3" ><LI> <B>FileNumber</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> The file number of the file to be read from. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <LI> <B>VariableName</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Name of the DDV variable in which to store the line read from the file </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI></OL ></code> <br/> <p><B>Examples:</B></p> <code class="safs"><UL> <LI> <B><usage xmlns=""> C, ReadFileLine, ^filenum , "^line" </usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Line is read from the file identified by the value in filenum and the string containing the line read assigned to the DDV variable line </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> </UL> </code> <br/> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/> </DIV> </DIV>
kid551/safsdev.test.github.io
keyref/IOSDDDriverFileCommandsReadFileLine.html
HTML
mit
1,935
<template name="frontendOverview"> <div class="page-header col-xs-12"> <h1>Tickers</h1> </div> <div class="row"> {{> errors}} </div> <div class="row"> <ul> {{#each tickers}} {{> tickerFrontend}} {{else}} Keine Ticker gefunden. {{/each}} </ul> </div> <div class="page-header col-xs-12"> <h1>Chats</h1> </div> <div class="row"> <ul> {{#each chats}} {{> chatFrontend}} {{else}} <li>Keine Chats gefunden.</li> {{/each}} </ul> </div> </template>
rehand/liveticker
client/views/frontend/frontendOverview.html
HTML
mit
663
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./90b2b7b8ceb42d89c058839e3e5c6c25ab6888fb5dcaf5a642cb4ef029bfeab7.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/31e2441f021ece718d08b83413e80b750d017014312b2e5c376f349f9f667c20.html
HTML
mit
550
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Thu Nov 11 09:12:14 EST 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.mortbay.util.ajax.JSONPojoConvertor (Jetty Server Project 6.1.26 API) </TITLE> <META NAME="date" CONTENT="2010-11-11"> <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="Uses of Class org.mortbay.util.ajax.JSONPojoConvertor (Jetty Server Project 6.1.26 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/mortbay/util/ajax/JSONPojoConvertor.html" title="class in org.mortbay.util.ajax"><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/mortbay/util/ajax//class-useJSONPojoConvertor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JSONPojoConvertor.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.mortbay.util.ajax.JSONPojoConvertor</B></H2> </CENTER> No usage of org.mortbay.util.ajax.JSONPojoConvertor <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/mortbay/util/ajax/JSONPojoConvertor.html" title="class in org.mortbay.util.ajax"><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/mortbay/util/ajax//class-useJSONPojoConvertor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JSONPojoConvertor.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; 1995-2010 <a href="http://www.mortbay.com">Mort Bay Consulting</a>. All Rights Reserved. </BODY> </HTML>
napcs/qedserver
jetty/javadoc/org/mortbay/util/ajax/class-use/JSONPojoConvertor.html
HTML
mit
6,152
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Class: Log &mdash; Documentation by YARD 0.9.25 </title> <link rel="stylesheet" href="css/style.css" type="text/css" /> <link rel="stylesheet" href="css/common.css" type="text/css" /> <script type="text/javascript"> pathId = "Log"; relpath = ''; </script> <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="js/app.js"></script> </head> <body> <div class="nav_wrap"> <iframe id="nav" src="class_list.html?1"></iframe> <div id="resizer"></div> </div> <div id="main" tabindex="-1"> <div id="header"> <div id="menu"> <a href="_index.html">Index (L)</a> &raquo; <span class="title">Log</span> </div> <div id="search"> <a class="full_list_link" id="class_list_link" href="class_list.html"> <svg width="24" height="24"> <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> </svg> </a> </div> <div class="clear"></div> </div> <div id="content"><h1>Class: Log </h1> <div class="box_info"> <dl> <dt>Inherits:</dt> <dd> <span class="inheritName">Object</span> <ul class="fullTree"> <li>Object</li> <li class="next">Log</li> </ul> <a href="#" class="inheritanceTree">show all</a> </dd> </dl> <dl> <dt>Defined in:</dt> <dd>lib/runtime/log.rb</dd> </dl> </div> <h2> Class Method Summary <small><a href="#" class="summary_toggle">collapse</a></small> </h2> <ul class="summary"> <li class="public "> <span class="summary_signature"> <a href="#dump-class_method" title="dump (class method)">.<strong>dump</strong>(collection, joiner = &quot;\n\t&quot;) &#x21d2; Object </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#finish-class_method" title="finish (class method)">.<strong>finish</strong> &#x21d2; Object </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#log-class_method" title="log (class method)">.<strong>log</strong>(&amp;blk) &#x21d2; Object </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#remove-class_method" title="remove (class method)">.<strong>remove</strong> &#x21d2; Object </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#say-class_method" title="say (class method)">.<strong>say</strong>(message, prefix = &#39;&#39;) &#x21d2; Object </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#say_time-class_method" title="say_time (class method)">.<strong>say_time</strong>(message) &#x21d2; Object </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#start-class_method" title="start (class method)">.<strong>start</strong> &#x21d2; Object </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#time_of_day-class_method" title="time_of_day (class method)">.<strong>time_of_day</strong> &#x21d2; Object </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> </ul> <div id="class_method_details" class="method_details_list"> <h2>Class Method Details</h2> <div class="method_details first"> <h3 class="signature first" id="dump-class_method"> .<strong>dump</strong>(collection, joiner = &quot;\n\t&quot;) &#x21d2; <tt>Object</tt> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 34 35 36</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/runtime/log.rb', line 34</span> <span class='kw'>def</span> <span class='id identifier rubyid_dump'>dump</span><span class='lparen'>(</span><span class='id identifier rubyid_collection'>collection</span><span class='comma'>,</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>\n\t</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='id identifier rubyid_log'>log</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span> <span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_collection'>collection</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='id identifier rubyid_joiner'>joiner</span><span class='rparen'>)</span> <span class='rbrace'>}</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="finish-class_method"> .<strong>finish</strong> &#x21d2; <tt>Object</tt> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 21 22 23</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/runtime/log.rb', line 21</span> <span class='kw'>def</span> <span class='id identifier rubyid_finish'>finish</span> <span class='id identifier rubyid_log'>log</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span> <span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span><span class='lparen'>(</span><span class='id identifier rubyid_time_of_day'>time_of_day</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'> Log stopped</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='rbrace'>}</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="log-class_method"> .<strong>log</strong>(&amp;blk) &#x21d2; <tt>Object</tt> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 11 12 13</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/runtime/log.rb', line 11</span> <span class='kw'>def</span> <span class='id identifier rubyid_log'>log</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_blk'>blk</span><span class='rparen'>)</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="top-level-namespace.html#LOGF-constant" title="LOGF (constant)">LOGF</a></span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>a</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_blk'>blk</span><span class='rparen'>)</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="remove-class_method"> .<strong>remove</strong> &#x21d2; <tt>Object</tt> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 38 39 40</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/runtime/log.rb', line 38</span> <span class='kw'>def</span> <span class='id identifier rubyid_remove'>remove</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_unlink'>unlink</span> <span class='const'><span class='object_link'><a href="top-level-namespace.html#LOGF-constant" title="LOGF (constant)">LOGF</a></span></span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="say-class_method"> .<strong>say</strong>(message, prefix = &#39;&#39;) &#x21d2; <tt>Object</tt> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 25 26 27 28</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/runtime/log.rb', line 25</span> <span class='kw'>def</span> <span class='id identifier rubyid_say'>say</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_prefix'>prefix</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='id identifier rubyid_prefix'>prefix</span> <span class='op'>+=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'> </span><span class='tstring_end'>&#39;</span></span> <span class='kw'>unless</span> <span class='id identifier rubyid_prefix'>prefix</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='id identifier rubyid_log'>log</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span> <span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_prefix'>prefix</span><span class='embexpr_end'>}</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_message'>message</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span> <span class='rbrace'>}</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="say_time-class_method"> .<strong>say_time</strong>(message) &#x21d2; <tt>Object</tt> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 30 31 32</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/runtime/log.rb', line 30</span> <span class='kw'>def</span> <span class='id identifier rubyid_say_time'>say_time</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='rparen'>)</span> <span class='id identifier rubyid_say'>say</span> <span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_time_of_day'>time_of_day</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="start-class_method"> .<strong>start</strong> &#x21d2; <tt>Object</tt> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 15 16 17 18 19</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/runtime/log.rb', line 15</span> <span class='kw'>def</span> <span class='id identifier rubyid_start'>start</span> <span class='id identifier rubyid_log'>log</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span> <span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_time_of_day'>time_of_day</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'> Log started</span><span class='tstring_end'>&#39;</span></span> <span class='kw'>end</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="time_of_day-class_method"> .<strong>time_of_day</strong> &#x21d2; <tt>Object</tt> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 7 8 9</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/runtime/log.rb', line 7</span> <span class='kw'>def</span> <span class='id identifier rubyid_time_of_day'>time_of_day</span> <span class='const'>Time</span><span class='period'>.</span><span class='id identifier rubyid_now'>now</span><span class='period'>.</span><span class='id identifier rubyid_strftime'>strftime</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>%m/%d/%y %H:%M</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> </div> </div> <div id="footer"> Generated on Tue Sep 1 22:07:09 2020 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.9.25 (ruby-2.7.1). </div> </div> </body> </html>
edhowland/viper
doc/Log.html
HTML
mit
14,513
<div class="app-card"> <a class="partner-card-link" href="http://www.toshiba.de/" > <div class="partner-card partner-card-19"> </div> </a> </div>
a25kk/dmc
src/dmc.sitetheme/dmc/sitetheme/resources/app/_includes/cards/partner-card-19.html
HTML
mit
157
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>DoubleRange | picturepark-sdk-v1-pickers API</title> <meta name="description" content="Documentation for picturepark-sdk-v1-pickers API"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">picturepark-sdk-v1-pickers API</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="doublerange.html">DoubleRange</a> </li> </ul> <h1>Interface DoubleRange</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">DoubleRange</span> <ul class="tsd-hierarchy"> <li> <a href="constraindoublerange.html" class="tsd-signature-type">ConstrainDoubleRange</a> </li> </ul> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-external"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="doublerange.html#max" class="tsd-kind-icon">max</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="doublerange.html#min" class="tsd-kind-icon">min</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a name="max" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> max</h3> <div class="tsd-signature tsd-kind-icon">max<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:412</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a name="min" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> min</h3> <div class="tsd-signature tsd-kind-icon">min<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:413</li> </ul> </aside> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-is-external"> <a href="doublerange.html" class="tsd-kind-icon">Double<wbr>Range</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a href="doublerange.html#max" class="tsd-kind-icon">max</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a href="doublerange.html#min" class="tsd-kind-icon">min</a> </li> </ul> </li> </ul> <ul class="after-current"> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> </body> </html>
Picturepark/Picturepark.SDK.TypeScript
docs/picturepark-sdk-v1-pickers/api/interfaces/doublerange.html
HTML
mit
6,222
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Interface: MinifyOptions</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">Interface: MinifyOptions</h1> <section> <header> <h2> <span class="ancestors"><a href="module-rollup-plugin-babel-minify.html">rollup-plugin-babel-minify</a>.</span>MinifyOptions</h2> </header> <article> <div class="container-overview"> <div class="description"><p>Additional options accepted by MinifyPlugin. All options accepted by <code>babel-preset-minify</code> are also handled by the plugin.</p></div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="MinifyOptions.jsdoc.html">MinifyOptions.jsdoc</a>, <a href="MinifyOptions.jsdoc.html#line1">line 1</a> </li></ul></dd> <dt class="tag-see">See:</dt> <dd class="tag-see"> <ul> <li><a href="https://github.com/babel/minify/blob/master/packages/babel-preset-minify/README.md#options"><code>babel-preset-minify</code> options</a></li> </ul> </dd> </dl> </div> <h3 class="subsection-title">Members</h3> <h4 class="name" id=".banner"><span class="type-signature">(static) </span>banner<span class="type-signature"> :string/function</span></h4> <div class="description"> <p>The comment which should be prepended to the transformed bundle. Function generating banner comment is also accepted.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">string/function</span> </li> </ul> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="MinifyOptions.jsdoc.html">MinifyOptions.jsdoc</a>, <a href="MinifyOptions.jsdoc.html#line17">line 17</a> </li></ul></dd> </dl> <h4 class="name" id=".bannerNewLine"><span class="type-signature">(static) </span>bannerNewLine<span class="type-signature"> :boolean</span></h4> <div class="description"> <p>Indicates if the banner comment should be followed by a new line.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">boolean</span> </li> </ul> <dl class="details"> <dt class="tag-since">Since:</dt> <dd class="tag-since"><ul class="dummy"><li>4.0.0</li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="MinifyOptions.jsdoc.html">MinifyOptions.jsdoc</a>, <a href="MinifyOptions.jsdoc.html#line25">line 25</a> </li></ul></dd> </dl> <h4 class="name" id=".comments"><span class="type-signature">(static) </span>comments<span class="type-signature"> :boolean</span></h4> <div class="description"> <p>Indicates if comments should be preserved in source.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">boolean</span> </li> </ul> <dl class="details"> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"> <li>true</li> </ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="MinifyOptions.jsdoc.html">MinifyOptions.jsdoc</a>, <a href="MinifyOptions.jsdoc.html#line10">line 10</a> </li></ul></dd> </dl> <h4 class="name" id=".plugins"><span class="type-signature">(static) </span>plugins<span class="type-signature"> :Array.&lt;<a href="module-rollup-plugin-babel-minify.html#.BabelPlugin">module:rollup-plugin-babel-minify.BabelPlugin</a>></span></h4> <div class="description"> <p>Indicates which Babel plugins should be loaded alongside minify preset; two plugins are loaded by default:</p> <ul> <li><a href="https://www.npmjs.com/package/@comandeer/babel-plugin-banner"><code>@comandeer/babel-plugin-banner</code></a>,</li> <li><a href="https://www.npmjs.com/package/@babel/plugin-syntax-dynamic-import"><code>@babel/plugin-syntax-dynamic-import</code></a> (since 7.0.0).</li> </ul> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">Array.&lt;<a href="module-rollup-plugin-babel-minify.html#.BabelPlugin">module:rollup-plugin-babel-minify.BabelPlugin</a>></span> </li> </ul> <dl class="details"> <dt class="tag-since">Since:</dt> <dd class="tag-since"><ul class="dummy"><li>6.2.0</li></ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="MinifyOptions.jsdoc.html">MinifyOptions.jsdoc</a>, <a href="MinifyOptions.jsdoc.html#line40">line 40</a> </li></ul></dd> </dl> <h4 class="name" id=".sourceMap"><span class="type-signature">(static) </span>sourceMap<span class="type-signature"> :boolean</span></h4> <div class="description"> <p>Indicates whether sourcemap should be generated.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">boolean</span> </li> </ul> <dl class="details"> <dt class="tag-default">Default Value:</dt> <dd class="tag-default"><ul class="dummy"> <li>true</li> </ul></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="MinifyOptions.jsdoc.html">MinifyOptions.jsdoc</a>, <a href="MinifyOptions.jsdoc.html#line33">line 33</a> </li></ul></dd> </dl> </article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rollup-plugin-babel-minify.html">rollup-plugin-babel-minify</a></li></ul><h3>Interfaces</h3><ul><li><a href="module-rollup-plugin-babel-minify.MinifyOptions.html">MinifyOptions</a></li><li><a href="module-rollup-plugin-babel-minify.MinifyPlugin.html">MinifyPlugin</a></li></ul> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Mar 14 2020 17:51:16 GMT+0100 (Central European Standard Time) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>
Comandeer/rollup-plugin-babili
docs/module-rollup-plugin-babel-minify.MinifyOptions.html
HTML
mit
7,511
<div class="commune_descr limited"> <p> Wolschheim est un village situé dans le département de Bas-Rhin en Alsace. On dénombrait 308 habitants en 2008.</p> <p>À proximité de Wolschheim sont localisées les communes de <a href="{{VLROOT}}/immobilier/schwenheim_67459/">Schwenheim</a> localisée à 3&nbsp;km, 684 habitants, <a href="{{VLROOT}}/immobilier/furchhausen_67149/">Furchhausen</a> à 2&nbsp;km, 373 habitants, <a href="{{VLROOT}}/immobilier/friedolsheim_67145/">Friedolsheim</a> située à 2&nbsp;km, 231 habitants, <a href="{{VLROOT}}/immobilier/altenheim_67006/">Altenheim</a> localisée à 2&nbsp;km, 217 habitants, <a href="{{VLROOT}}/immobilier/reutenbourg_67395/">Reutenbourg</a> à 3&nbsp;km, 326 habitants, <a href="{{VLROOT}}/immobilier/zehnacker_67555/">Zehnacker</a> à 3&nbsp;km, 229 habitants, entre autres. De plus, Wolschheim est située à seulement 25&nbsp;km de <a href="{{VLROOT}}/immobilier/strasbourg_67482/">Strasbourg</a>.</p> <p>Si vous envisagez de emmenager à Wolschheim, vous pourrez aisément trouver une maison à acheter. </p> <p>Le nombre d'habitations, à Wolschheim, était réparti en 2011 en onze appartements et 112 maisons soit un marché relativement équilibré.</p> <p>La ville compte quelques équipements sportifs, elle dispose, entre autres, de un terrain de tennis.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/67553.html
HTML
mit
1,355
<!doctype html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <title>KISSY ScrollView</title> <script src="/kissy/build/seed.js"></script> <link rel="stylesheet" href="../../../assets/nice.css"> <style> .ks-scrollview { border: 1px solid red; margin: 0 auto; } .ks-scrollview p { height: 20px; border: 1px solid green; margin: 0; padding: 10px; } h1 { text-align: center; /*margin-bottom: 20px;*/ } #native { width: 320px; height: 219px; overflow: auto; border: 1px solid red; margin: 0 auto; position: relative; white-space: nowrap; } </style> </head> <body> <h1>KISSY ScrollView</h1> <div id="native"></div> <button id="destroy">destroy</button> <script src="../../base/src/base.js"></script> <script src="../../base/src/render.js"></script> <script src="../src/drag.js"></script> <script> KISSY.use('scrollview/drag', function (S, ScrollView) { var content = ''; for (var i = 0; i < 10; i++) { content += '<p>' + i + '</p>'; } content += '<textarea rows="10" cols="20"></textarea>'; for (i = 11; i < 23; i++) { content += '<p>' + i + '</p>'; } S.all('#native').html(content); var scrollview = new ScrollView({ width: 320, render: 'body', height: 219, content: content }).render(); S.all('#destroy').on('click', function () { scrollview.destroy(); S.all('#destroy').attr('disabled', true); }); }); </script> </body> </html>
007slm/kissy
src/scrollview/sub-modules/drag/demo/simple.html
HTML
mit
2,042
<div class="container"> <top-nav></top-nav> <div class="row"> <div class="col s6"> <div class="row"> <div class="col s4" *ngFor="let band of bands"> <div class="card"> <div class="card-image waves-effect waves-block waves-light"> <img class="activator"> </div> <div class="card-content"> <span class="card-title activator grey-text text-darken-4">{{band.name}}</span> <p>{{band.genre}}</p> <span *ngFor="let show of band.shows; let i = index" [attr.data-index]="i"> {{show}} </span> </div> <div class="card-reveal"> <span class="card-title grey-text text-darken-4">Card Title<i class="material-icons right">close</i></span> <p>Here is some more information about this product that is only revealed once clicked on.</p> </div> </div> </div> </div> </div> <div class="col s6"></div> </div> </div>
OmerBTW/music-app
src/app/app.component.html
HTML
mit
1,314
{{< layout}} {{$back}} <div class="photo-guide"> <a href="/../prototype_oix_171004/intro/choose-photo-method" class="back-link">Other ways to get a photo</a> <span class="marker">Guide part 1 of 7</span> </div> {{/back}} {{$main-content}} <div class="column-full"> <div class="flash-card"> <header> <h1>Find a camera</h1> </header> <div class="grid-row"> <div class="column-half"> <p><strong>Ask a friend to take your photo.</strong></p> <p>They can use any device that takes digital photos, including a phone, digital camera or tablet.</p> <p>It's best to use the auto settings.</p> <nav class="guide-nav"> <ul> <li class="button-guide button-guide-previous" font-size: 19px> <a href="{{backLink}}">Back</a> </li> <li class="button-guide button-guide-next" font-size="19px"> <a href="{{nextPage}}">Find a plain background</a> </li> </ul> </nav> </div> <div class="column-half"> <img src="/public/images/photoguide/diagram-smartphone-digital-camera-tablet-x2.png" width="389" height="119" alt=""> </div> </div> </div> {{/main-content}} {{/ layout}}
maxinedivers/pass-max
views/prototype_oix_171004/photoguide-short/short-find-camera.html
HTML
mit
1,662
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <meta name="theme-color" content="#f8f5ec" /> <meta name="msapplication-navbutton-color" content="#f8f5ec"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="#f8f5ec"> <link rel="alternate" href="/atom.xml" title="广州市缘音艺术中心"> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=2.6.0" /> <link rel="canonical" href="http://www.yyqhart.com/tags/视奏/"/> <link rel="stylesheet" type="text/css" href="/css/style.css?v=2.6.0" /> <script id="baidu_push"> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <title> 视奏 · 广州市缘音艺术中心 </title> </head> <body><div id="mobile-navbar" class="mobile-navbar"> <div class="mobile-header-logo"> <a href="/." class="logo">广州市缘音艺术中心</a> </div> <div class="mobile-navbar-icon"> <span></span> <span></span> <span></span> </div> </div> <nav id="mobile-menu" class="mobile-menu slideout-menu"> <ul class="mobile-menu-list"> <a href="/"> <li class="mobile-menu-item"> 首页 </li> </a> <a href="/archives/"> <li class="mobile-menu-item"> 归档 </li> </a> </ul> </nav> <div class="container" id="mobile-panel"> <header id="header" class="header"><div class="logo-wrapper"> <a href="/." class="logo">广州市缘音艺术中心</a> </div> <nav class="site-navbar"> <ul id="menu" class="menu"> <li class="menu-item"> <a class="menu-item-link" href="/"> 首页 </a> </li> <li class="menu-item"> <a class="menu-item-link" href="/archives/"> 归档 </a> </li> </ul> </nav> </header> <main id="main" class="main"> <div class="content-wrapper"> <div id="content" class="content"> <section id="archive" class="archive"> <div class="archive-title tag"> <h2 class="archive-name">视奏</h2> </div> <div class="archive-post"> <span class="archive-post-time"> 2017-02-22 </span> <span class="archive-post-title"> <a href="/2017/02/22/sight-playing-advance/" class="archive-post-link"> 当我们弹视奏的时候我们谈什么 </a> </span> </div> </section> <nav class="pagination"> </nav> </div> </div> </main> <footer id="footer" class="footer"> <div class="social-links"> <a href="mailto:[email protected]" class="iconfont icon-email" title="email"></a> <a href="/atom.xml" class="iconfont icon-rss" title="rss"></a> </div> <div class="copyright"> <span class="power-by"> 由 <a class="hexo-link" href="https://hexo.io/">Hexo</a> 强力驱动 </span> <span class="division">|</span> <span class="theme-info"> 主题 - <a class="theme-link" href="https://github.com/ahonn/hexo-theme-even">Even</a> </span> <span class="copyright-year"> &copy; 2015 - 2017 <span class="heart"> <i class="iconfont icon-heart"></i> </span> <span class="author">Marry Lai</span> </span> </div> </footer> <div class="back-to-top" id="back-to-top"> <i class="iconfont icon-up"></i> </div> </div> <script type="text/javascript" src="/lib/jquery/jquery-3.1.1.min.js"></script> <script type="text/javascript" src="/lib/slideout/slideout.js"></script> <script type="text/javascript" src="/js/src/even.js?v=2.6.0"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=2.6.0"></script> </body> </html>
marrylai/marrylai.github.io
tags/视奏/index.html
HTML
mit
5,014
<!DOCTYPE html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[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" /> <!-- Set the viewport width to device width for mobile --> <meta name="viewport" content="width=device-width" /> <title>Welcome to the Foundation Test Bed</title> <!-- Included CSS Files --> <link rel="stylesheet" href="stylesheets/styles.css"> <script src="../vendor/assets/javascripts/foundation/modernizr.foundation.js"></script> <!-- IE Fix for HTML5 Tags --> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="row"> <div class="twelve columns"> <h2>Welcome to the Foundation Test Bed</h2> <h4 class="subheader">We've made it really easy to contribute to Foundation and test out the elements you want! Just pick the section that your want and dive right in.</h4> <hr> </div> </div> <div class="row"> <div class="four columns push-eight"> <div class="panel"> <h5>Available Testing Pages:</h5> <ul class="disc"> <li><a href="grid.html">Grid</a></li> <li><a href="type.html">Typography</a></li> <li><a href="buttons.html">Buttons</a></li> <li><a href="forms.html">Forms</a></li> <li><a href="topbar.html">Top Bar</a></li> <li><a href="navigation.html">Navigation</a></li> <li><a href="tabs.html">Tabs</a></li> <li><a href="elements.html">Elements</a></li> <li><a href="orbit.html">Orbit</a></li> <li><a href="reveal.html">Reveal</a></li> </ul> </div> </div> <div class="eight columns pull-four"> <h3>How to Test</h3> <p>Within the <kbd>test/</kbd> directory you can run <kbd>bundle exec compass watch</kbd> while you're making changes to Foundation and want to see them reflected on-the-fly.</p> <p>If you're adding a new feature to Foundation you can either update one of the existing <kbd>test/*.html</kbd> files or copy <kbd>test/template.html</kbd> to a new file. Then make sure you commit any changes to the test pages with your pull request.</p> <p><strong>NOTE:</strong> If you add a new page make sure to include it in the available testing pages list on this page.</p> </div> <!-- Included JS Files --> <script src="../vendor/assets/javascripts/foundation/jquery.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.reveal.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.orbit.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.forms.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.placeholder.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.tooltips.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.alerts.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.buttons.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.accordion.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.navigation.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.mediaQueryToggle.js"></script> <script src="../vendor/assets/javascripts/foundation/jquery.foundation.tabs.js"></script> <script src="../vendor/assets/javascripts/foundation/app.js"></script> <script type="text/javascript"> $(window).load(function(){ $("#featured").orbit(); }); </script> </body> </html>
dmackerman/foundation
test/index.html
HTML
mit
3,984
<p> comp-3823 works! </p>
angular/angular-cli-stress-test
src/app/components/comp-3823/comp-3823.component.html
HTML
mit
28