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
{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Edit Volume Type Extra Spec" %}{% endblock %} {% block page_header %} <h2> {% blocktrans with volume_type_name=vol_type.name %}Volume Type: {{ volume_type_name }} {% endblocktrans %} </h2> {% endblock page_header %} {% block main %} {% include "admin/volumes/volume_types/extras/_edit.html" %} {% endblock %}
mrunge/openstack_horizon
openstack_horizon/dashboards/admin/volumes/templates/volumes/volume_types/extras/edit.html
HTML
apache-2.0
393
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <link rel="stylesheet" href="editor.css" /> <title>XpressEngine</title> </head> <body class="xe_content editable"> </body> </html>
talkwithraon/XE4KAIST
xe4kaist/modules/editor/styles/dreditor/editor.html
HTML
apache-2.0
186
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Disable Calendar Date - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <link rel="stylesheet" type="text/css" href="../demo.css"> <script type="text/javascript" src="../../jquery.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.min.js"></script> </head> <body> <h2>Disable Calendar Date</h2> <p>This example shows how to disable specified dates, only allows the user to select Mondays.</p> <div style="margin:20px 0"></div> <div class="easyui-calendar" style="width:250px;height:250px;" data-options=" validator: function(date){ if (date.getDay() == 1){ return true; } else { return false; } } "></div> </body> </html>
kangjianfu/go_project
zbk_back/static/js/jquery-easyui-1.4.1/demo/calendar/disabledate.html
HTML
apache-2.0
876
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]--> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8" /> <title>icon-cog: Font Awesome Icons</title> <meta name="description" content="Font Awesome, the iconic font designed for Bootstrap"> <meta name="author" content="Dave Gandy"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--<meta name="viewport" content="initial-scale=1; maximum-scale=1">--> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- CSS ================================================== --> <link rel="stylesheet" href="../../assets/css/site.css"> <link rel="stylesheet" href="../../assets/css/pygments.css"> <link rel="stylesheet" href="../../assets/font-awesome/css/font-awesome.css"> <!--[if IE 7]> <link rel="stylesheet" href="../../assets/font-awesome/css/font-awesome-ie7.css"> <![endif]--> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> <script type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-30136587-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body data-spy="scroll" data-target=".navbar"> <div class="wrapper"> <!-- necessary for sticky footer. wrap all content except footer --> <div class="navbar navbar-inverse navbar-static-top hidden-print"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="../../"><i class="icon-flag"></i> Font Awesome</a> <div class="nav-collapse collapse"> <ul class="nav"> <li class="hidden-tablet "><a href="../../">Home</a></li> <li><a href="../../get-started/">Get Started</a></li> <li class="dropdown-split-left"><a href="../../icons/">Icons</a></li> <li class="dropdown dropdown-split-right hidden-phone"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-caret-down"></i> </a> <ul class="dropdown-menu pull-right"> <li><a href="../../icons/"><i class="icon-flag icon-fixed-width"></i>&nbsp; Icons</a></li> <li class="divider"></li> <li><a href="../../icons/#new"><i class="icon-shield icon-fixed-width"></i>&nbsp; New Icons in 3.2.1</a></li> <li><a href="../../icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i>&nbsp; Web Application Icons</a></li> <li><a href="../../icons/#currency"><i class="icon-won icon-fixed-width"></i>&nbsp; Currency Icons</a></li> <li><a href="../../icons/#text-editor"><i class="icon-file-text-alt icon-fixed-width"></i>&nbsp; Text Editor Icons</a></li> <li><a href="../../icons/#directional"><i class="icon-hand-right icon-fixed-width"></i>&nbsp; Directional Icons</a></li> <li><a href="../../icons/#video-player"><i class="icon-play-sign icon-fixed-width"></i>&nbsp; Video Player Icons</a></li> <li><a href="../../icons/#brand"><i class="icon-github icon-fixed-width"></i>&nbsp; Brand Icons</a></li> <li><a href="../../icons/#medical"><i class="icon-medkit icon-fixed-width"></i>&nbsp; Medical Icons</a></li> </ul> </li> <li class="dropdown-split-left"><a href="../../examples/">Examples</a></li> <li class="dropdown dropdown-split-right hidden-phone"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-caret-down"></i> </a> <ul class="dropdown-menu pull-right"> <li><a href="../../examples/">Examples</a></li> <li class="divider"></li> <li><a href="../../examples/#new-styles">New Styles</a></li> <li><a href="../../examples/#inline-icons">Inline Icons</a></li> <li><a href="../../examples/#larger-icons">Larger Icons</a></li> <li><a href="../../examples/#bordered-pulled">Bordered & Pulled</a></li> <li><a href="../../examples/#buttons">Buttons</a></li> <li><a href="../../examples/#button-groups">Button Groups</a></li> <li><a href="../../examples/#button-dropdowns">Button Dropdowns</a></li> <li><a href="../../examples/#bulleted-lists">Bulleted Lists</a></li> <li><a href="../../examples/#navigation">Navigation</a></li> <li><a href="../../examples/#form-inputs">Form Inputs</a></li> <li><a href="../../examples/#animated-spinner">Animated Spinner</a></li> <li><a href="../../examples/#rotated-flipped">Rotated &amp; Flipped</a></li> <li><a href="../../examples/#stacked">Stacked</a></li> <li><a href="../../examples/#custom">Custom CSS</a></li> </ul> </li> <li><a href="../../whats-new/"> <span class="hidden-tablet">What's </span>New</a> </li> <li><a href="../../community/">Community</a></li> <li><a href="../../license/">License</a></li> </ul> <ul class="nav pull-right"> <li><a href="http://blog.fontawesome.io">Blog</a></li> </ul> </div> </div> </div> </div> <div class="jumbotron jumbotron-icon"> <div class="container"> <div class="info-icons"> <i class="icon-cog icon-6"></i>&nbsp;&nbsp; <span class="hidden-phone"> <i class="icon-cog icon-5"></i>&nbsp;&nbsp; <span class="hidden-tablet"><i class="icon-cog icon-4"></i>&nbsp;&nbsp;</span> <i class="icon-cog icon-3"></i>&nbsp;&nbsp; <i class="icon-cog icon-2"></i>&nbsp; </span> <i class="icon-cog icon-1"></i> </div> <h1 class="info-class"> icon-cog <small> <i class="icon-cog"></i> &middot; Unicode: <span class="upper">f013</span> &middot; Created: v1.0 &middot; Categories: Web Application Icons &middot; Aliases: icon-gear </small> </h1> </div> </div> <div class="container"> <section> <div class="row-fluid"> <div class="span9"> <p>After you get <a href="../../integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code>&lt;i&gt;</code> tag:</p> <div class="well well-transparent"> <div style="font-size: 24px; line-height: 1.5em;"> <i class="icon-cog"></i> icon-cog </div> </div> <div class="highlight"><pre><code class="html"><span class="nt">&lt;i</span> <span class="na">class=</span><span class="s">&quot;icon-cog&quot;</span><span class="nt">&gt;&lt;/i&gt;</span> icon-cog </code></pre></div> <br> <div class="lead"><i class="icon-info-sign"></i> Looking for more? Check out the <a href="../../examples/">examples</a>.</div> </div> <div class="span3"> <div class="info-ad"><div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/32291/azcarbon_2_1_0_VERT"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div> </div> </div> </div> </section> </div> <div class="push"><!-- necessary for sticky footer --></div> </div> <footer class="footer hidden-print"> <div class="container text-center"> <div> <i class="icon-flag"></i> Font Awesome 3.2.1 <span class="hidden-phone">&middot;</span><br class="visible-phone"> Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a> </div> <div> Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a> <span class="hidden-phone">&middot;</span><br class="visible-phone"> Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a> <span class="hidden-phone hidden-tablet">&middot;</span><br class="visible-phone visible-tablet"> Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a> </div> <div> Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN for Font Awesome</a> </div> <div class="project"> <a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> &middot; <a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> </div> </div> </footer> <script src="http://platform.twitter.com/widgets.js"></script> <script src="../../assets/js/jquery-1.7.1.min.js"></script> <script src="../../assets/js/ZeroClipboard-1.1.7.min.js"></script> <script src="../../assets/js/bootstrap-2.3.1.min.js"></script> <script src="../../assets/js/site.js"></script> </body> </html>
vinnylinck/listagram
www/lib/font-awesome/src/3.2.1/icon/cog/index.html
HTML
mit
10,098
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <link rel="author" title="Bruno Fassino" href="fassino[at]gmail.com"> <style type="text/css"> div#lime { background-color: lime; border-top: black solid 1px; height: 200px; width: 50%; } div#yellow { background-color: yellow; height: 100px; } </style> </head> <body> <p>Test passes if there is <strong>no red</strong>.</p> <div id="lime"><img src="support/swatch-blue.png" height="100" width="100" alt="Image download support must be enabled"></div> <div id="yellow"></div> </body> </html>
js0701/chromium-crosswalk
third_party/WebKit/LayoutTests/css2.1/20110323/margin-collapse-clear-013-expected.html
HTML
bsd-3-clause
799
{% extends "base.html" %} {% load i18n cms_tags %} {% block tpl_id %}tpl_col_three{% endblock %} {% block content %} <h1>{% render_model request.current_page "page_title" %}</h1> <div id="col1" class="grid_3"> {% include "sidebar_submenu.html" %} {% block col_sidebar %} {% with "220" as width %} {% placeholder col_sidebar %} {% endwith %} {% endblock %} </div> <div id="col2" class="grid_6"> {% block col_left %} {% with "340" as width %} {% placeholder col_left %} {% endwith %} {% endblock %} </div> <div id="col3" class="grid_3"> {% block col_right %} {% with "220" as width %} {% placeholder col_right %} {% endwith %} {% endblock %} </div> {% endblock %}
vstoykov/django-cms
cms/test_utils/project/templates/inner_dir/custom_templates_2/right_col_three.html
HTML
bsd-3-clause
739
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>~/github.com/yuweijun/yuweijun.github.io/vim-zh/usr_30.cnx.html</title> <meta name="Generator" content="Vim/8.2"> <meta name="plugin-version" content="vim8.1_v2"> <meta name="syntax" content="help"> <meta name="settings" content="use_css,pre_wrap,no_foldcolumn,prevent_copy=,use_input_for_pc=fallback"> <meta name="colorscheme" content="molokai"> <style> <!-- pre { white-space: pre-wrap; font-family: monospace; color: #d0d0d0; background-color: #121212; } body { font-family: monospace; color: #d0d0d0; background-color: #121212; } * { font-size: 1em; } .String { color: #afaf87; } .Type { color: #5fd7ff; } .PreProc { color: #87ff00; } .Identifier { color: #ff8700; } .Comment { color: #5f5f5f; } .Special { color: #5fd7ff; } .Ignore { color: #808080; background-color: #080808; padding-bottom: 1px; } --> </style> </head> <body> <pre id='vimCodeElement'> <span class="Ignore">*</span><span class="String">usr_30.txt</span><span class="Ignore">*</span> For <span class="Identifier">Vim version 8.0.</span> 最近更新: 2017年8月 VIM 用户手册 - by Bram Moolenaar 译者: wandys <span class="String"><a href="http://vimcdoc.sf.net">http://vimcdoc.sf.net</a></span> 编辑程序 Vim 有很多帮助编写程序代码的命令。例如: 直接在 Vim 内编译程序并跳转到出错位 置;根据语言种类自动设定缩进,还有对注释进行排版。 <span class="Ignore">|</span><span class="Identifier">30.1</span><span class="Ignore">|</span> 编译 <span class="Ignore">|</span><span class="Identifier">30.2</span><span class="Ignore">|</span> C 文件缩进 <span class="Ignore">|</span><span class="Identifier">30.3</span><span class="Ignore">|</span> 自动缩进 <span class="Ignore">|</span><span class="Identifier">30.4</span><span class="Ignore">|</span> 其它缩进 <span class="Ignore">|</span><span class="Identifier">30.5</span><span class="Ignore">|</span> 制表符和空格 <span class="Ignore">|</span><span class="Identifier">30.6</span><span class="Ignore">|</span> 排版注释格式 下一章: <span class="Ignore">|</span><span class="Identifier">usr_31.txt</span><span class="Ignore">|</span> 使用 GUI 前一章: <span class="Ignore">|</span><span class="Identifier">usr_29.txt</span><span class="Ignore">|</span> 在代码间移动 目录: <span class="Ignore">|</span><span class="Identifier">usr_toc.txt</span><span class="Ignore">|</span> <span class="PreProc">==============================================================================</span> <span class="Ignore">*</span><span class="String">30.1</span><span class="Ignore">*</span> 编译 Vim 有个 &quot;quickfix&quot; 命令集。通过这些命令,你可在 Vim 内编译程序并能直接跳转到 出错位置进行修正。你可以接着重新编译并做修正,直到不再出错为止。 下面的命令运行 &quot;make&quot; (包括你所给出的参数) 程序并捕捉其运行结果:<span class="Ignore"> &gt;</span> <span class="Comment"> :make {arguments}</span> 如果有错误产生那么它们将被捕获到。而且光标会停留在出现第一个错误的地方。 让我们看一个 &quot;make&quot; 的例子。当输入 &quot;:make&quot; 后,屏幕出现如下的结果: <span class="PreProc">:!make | &amp;tee /tmp/vim215953.err</span><span class="Ignore"> ~</span> <span class="PreProc">gcc -g -Wall -o prog main.c sub.c</span><span class="Ignore"> ~</span> <span class="PreProc">main.c: In function 'main':</span><span class="Ignore"> ~</span> <span class="PreProc">main.c:6: too many arguments to function 'do_sub'</span><span class="Ignore"> ~</span> <span class="PreProc">main.c: At top level:</span><span class="Ignore"> ~</span> <span class="PreProc">main.c:10: parse error before '}'</span><span class="Ignore"> ~</span> <span class="PreProc">make: *** [prog] Error 1</span><span class="Ignore"> ~</span> <span class="PreProc">2 returned</span><span class="Ignore"> ~</span> <span class="PreProc">&quot;main.c&quot; 11L, 111C</span><span class="Ignore"> ~</span> <span class="PreProc">(3 of 6): too many arguments to function 'do_sub'</span><span class="Ignore"> ~</span> <span class="PreProc">Press ENTER or type command to continue</span><span class="Ignore"> ~</span> 你会看到编译 &quot;main.c&quot; 文件 (见下) 出现的错误。按一下 <span class="Special">&lt;Enter&gt;</span>,Vim 会显示文件 &quot;main.c&quot; 并将光标移到第一个出现错误行。你无需指定文件名或具体的行号,Vim 会根 据出错信息定位相关位置。 +---------------------------------------------------+ |int main() | |{ | | int i=3; | 光标 -&gt; | do_sub(&quot;foo&quot;); | | ++i; | | return (0); | |} | |} | | ~ | |(3 of 12): too many arguments to function 'do_sub' | +---------------------------------------------------+ 这个命令将光标移到下一个错误所在的行:<span class="Ignore"> &gt;</span> <span class="Comment"> :cnext</span> 光标跳转到文件的最后一行 (第十行),那里有一个多余的 '}'。 有时由于空间不够,Vim 会缩短出错信息。如果你想查看详细信息,可执行:<span class="Ignore"> &gt;</span> <span class="Comment"> :cc</span> 你可以通过 &quot;:clist&quot; 命令得到一个有关所有出错信息的概览。输出的内容如下所示:<span class="Ignore"> &gt;</span> <span class="Comment"> :clist</span> <span class="Ignore">&lt;</span> <span class="PreProc">3 main.c: 6:too many arguments to function 'do_sub'</span><span class="Ignore"> ~</span> <span class="PreProc">5 main.c: 10:parse error before '}'</span><span class="Ignore"> ~</span> 只有那些含有文件名或行数的错误信息会被显示。Vim 假定你对其它的信息不敢兴趣。有 时你也许需要查看那些并不含文件名或行数的信息 (比如连接器输出的有关未定义函数的 错误信息)。要查看所有信息,在命令后加上 &quot;!&quot; 就可以: <span class="Ignore">&gt;</span> <span class="Comment"> :clist!</span> <span class="Ignore">&lt;</span> <span class="PreProc">1 gcc -g -Wall -o prog main.c sub.c</span><span class="Ignore"> ~</span> <span class="PreProc">2 main.c: In function 'main':</span><span class="Ignore"> ~</span> <span class="PreProc">3 main.c:6: too many arguments to function 'do_sub'</span><span class="Ignore"> ~</span> <span class="PreProc">4 main.c: At top level:</span><span class="Ignore"> ~</span> <span class="PreProc">5 main.c:10: parse error before '}'</span><span class="Ignore"> ~</span> <span class="PreProc">6 make: *** [prog] Error 1</span><span class="Ignore"> ~</span> Vim 会高亮显示当前错误。如果你想回到上一个错误,执行: <span class="Ignore">&gt;</span> <span class="Comment"> :cprevious</span> 以下是一些其它的跳转命令: :cfirst 到第一处错误 :clast 到最后一处错误 :cc 3 到第三处错误 指 定 编 译 器 通过 <span class="Type">'makeprg'</span> 选项可以指定 &quot;:make&quot; 命令启动的程序名。通常它被设定为 &quot;make&quot;。 但 Visual C++ 的用户需要将它设定为 &quot;nmake&quot;: <span class="Ignore">&gt;</span> <span class="Comment"> :set makeprg=nmake</span> 你可以对这个选项指定参数。如有特殊字符,请用 '\' 来转义。比如: <span class="Ignore">&gt;</span> <span class="Comment"> :set makeprg=nmake\ -f\ project.mak</span> 你还可以使用特殊的 Vim 内部关键字。比如用 '%' 来代替当前文件名:<span class="Ignore"> &gt;</span> <span class="Comment"> :set makeprg=make\ %:S</span> 这样,当你编辑文件 &quot;main.c&quot; 时,运行 &quot;:make&quot; 命令会运行下面的程序: <span class="Ignore">&gt;</span> <span class="Comment"> make main.c</span> 这不太有用,所以你需要用 :r (root) 修饰符来稍稍修改一下: <span class="Ignore">&gt;</span> <span class="Comment"> :set makeprg=make\ %:r:S.o</span> 现在运行的程序就成了: <span class="Ignore">&gt;</span> <span class="Comment"> make main.o</span> 有关修饰符的更多信息,请查看这里: <span class="Ignore">|</span><span class="Identifier">filename-modifiers</span><span class="Ignore">|</span>。 旧 的 出 错 信 息 列 表 假设你用 &quot;:make&quot; 编译了一个程序。其中的一个文件里有个警告 (warning) 信息而另一 个文件中有一个出错 (error) 信息。你修改了这个错误,并再次运行 &quot;:make&quot; 以参看它 是否已被纠正。现在你想查看刚才的那个警告信息。但由于含有警告的那个文件并没有被 重新编译,你无法在当前出错信息列表中看到原来的警告信息。在这种情况下,你可以用 下面的命令来查看上一个出错信息列表: <span class="Ignore">&gt;</span> <span class="Comment"> :colder</span> 然后你可以通过 &quot;:clist&quot; 和 &quot;:cc <span class="Special">{nr}</span>&quot; 命令来跳转到出现警告的地方。 要查看下一个出错列表: <span class="Ignore">&gt;</span> <span class="Comment"> :cnewer</span> Vim 可以记住十个出错信息列表。 更 换 编 译 器 要做到这一点,你需要告诉 Vim 所使用编译器产生的错误信息格式。这可以通过 <span class="Type">'errorformat'</span> 来设定。这个选项几乎可以配合任意一个编译器的使用,但它的具体配置 却很复杂。请在这里查看详细解释: <span class="Ignore">|</span><span class="Identifier">errorformat</span><span class="Ignore">|</span>。 你可能会用到多种不同的编译器。每次都设定 <span class="Type">'makeprg'</span> 选项,尤其是 <span class="Type">'errorformat'</span> 选项是很繁杂的。为此,Vim 提供一个简便的方法。比如: 要使用微软的 Visual C++ 编 译器: <span class="Ignore">&gt;</span> <span class="Comment"> :compiler msvc</span> 这个命令会找到适合 &quot;msvc&quot; 编译器的 Vim 脚本文件并设定相关选项。 你可以为编译器编写自己的脚本文件。请参考 <span class="Ignore">|</span><span class="Identifier">write-compiler-plugin</span><span class="Ignore">|</span>。 输 出 重 定 向 &quot;make&quot; 命令会将运行结果重定向到一个错误文件中。具体的工作方式取决于很多方面, 比如 <span class="Type">'shell'</span> 选项。如果你的 &quot;:make&quot; 命令不能捕获输出,请检查 <span class="Type">'makeef'</span> 和 <span class="Type">'shellpipe'</span> 选项。选项 <span class="Type">'shellquote'</span> 和 <span class="Type">'shellxquote'</span> 可能也会起作用。 如果你无法利用 &quot;:make&quot; 命令重定向输出,一种变通的方法是在另一个窗口编译程序并 将输出重定向到一个文件中。然后你可在 Vim 中查看此文件: <span class="Ignore">&gt;</span> <span class="Comment"> :cfile {filename}</span> 这样,你就可以像运行 &quot;:make&quot; 命令那样跳转到出错的地方。 <span class="PreProc">==============================================================================</span> <span class="Ignore">*</span><span class="String">30.2</span><span class="Ignore">*</span> C 风格文件缩进 合理的缩进会使程序更容易理解。Vim 提供了多种方法来简化这项工作。要对 C 或 C 风 格如 Java 或 C++ 的程序缩进,请设定 <span class="Type">'cindent'</span> 选项。Vim 相当地了解 C 程序,它 会尽可能地为你自动缩进。通过 <span class="Type">'shiftwidth'</span> 选项,你可以指定下一级的缩进空格数。 4 个空格的效果很好。用一个 &quot;:set&quot; 命令就可做到: <span class="Ignore">&gt;</span> <span class="Comment"> :set cindent shiftwidth=4</span> 设定了这一选项之后,当你输入了一个语句,比如 &quot;if (x)&quot; 后,下一行会自动向下一级 缩进。 if (flag) 自动缩进 ---&gt; do_the_work(); 自动取消缩进 &lt;-- if (other_flag) { 自动缩进 ---&gt; do_file(); 保持缩进 do_some_more(); 自动取消缩进 &lt;-- } 当你在大括号 ({}) 内输入时,语句会在开始处缩进,而在结束处取消缩进。每次输入 '}' 后都会取消缩进,因为 Vim 不知道你下一步将要输入什么。 自动缩进还能帮助你提前发现代码中的错误。比如当你输入了一个 '}' 后,如果发现比 预想中的缩进多,那可能缺少了一个 '}'。请用 &quot;%&quot; 命令查找与你输入的 '}' 相匹配的 '{'。 缺少 ')' 和 ';' 同样会引起额外的缩进。当你发现比预料中多空白时,最好检查一 下之前的代码。 当你的代码没有被正确地排版,或者你插入或删除了某些行时,你需要重新进行代码缩 进。操作符 &quot;=&quot; 能完成这项功能,最简单的格式是: <span class="Ignore">&gt;</span> <span class="Comment"> ==</span> 这会缩进当前行。像其它的操作符一样,有三种方式使用它。可视模式下,&quot;=&quot; 缩进选中 的行。一个有用的文本对象是 &quot;a{&quot;。它会选中当前 {} 区。这样,要重新缩进光标所在 代码块: <span class="Ignore">&gt;</span> <span class="Comment"> =a{</span> 你还可以重新缩进整个文件: <span class="Ignore">&gt;</span> <span class="Comment"> gg=G</span> 但是,不要对已经手工缩进的文件使用此命令。自动缩进的确做得很好,但在某些情况下 你也许确实需要手工缩进。 设 定 缩 进 风 格 不同的人有不同的缩进风格。在默认情况下,Vim 采用了 90% 的程序员都使用的一种方 式并能很好地完成工作。但是,如果你想使用其它的风格,你可以通过 <span class="Type">'cinoptions'</span> 选 项来设定。 <span class="Type">'cinoptions'</span> 默认为空,Vim 会使用默认风格。你可以在你希望改变的地方添加相应 的项目。例如,要使大括号的缩进如下所示: <span class="PreProc">if (flag)</span><span class="Ignore"> ~</span> <span class="PreProc">{</span><span class="Ignore"> ~</span> <span class="PreProc">i = 8;</span><span class="Ignore"> ~</span> <span class="PreProc">j = 0;</span><span class="Ignore"> ~</span> <span class="PreProc">}</span><span class="Ignore"> ~</span> 请使用这个命令: <span class="Ignore">&gt;</span> <span class="Comment"> :set cinoptions+={2</span> 还有很多其它的项目可供使用。请参考 <span class="Ignore">|</span><span class="Identifier">cinoptions-values</span><span class="Ignore">|</span>。 <span class="PreProc">==============================================================================</span> <span class="Ignore">*</span><span class="String">30.3</span><span class="Ignore">*</span> 自动缩进 你无需每次编辑 C 文件时都手工设定 <span class="Type">'cindent'</span> 选项。通过下面的命令你可以使它自动 化: <span class="Ignore">&gt;</span> <span class="Comment"> :filetype indent on</span> 实际上,它不仅为 C 文件打开了 <span class="Type">'cindent'</span> 选项。首先,它会使 Vim 自动检查文件类 型。语法高亮同样需要此功能。 一旦文件类型被识别,Vim 会为此类型的文件查找相关的缩进文件。(Vim 的发行中包 含了适合多种不同编程语言的缩进文件。) 该缩进文件将会被用来缩进当前文件。 如果你不喜欢这项功能,可以将它关闭: <span class="Ignore">&gt;</span> <span class="Comment"> :filetype indent off</span> 如果你不想为某种特定类型的文件进行缩进,你可以这样做: 首先建一个只包括下行的文件: <span class="Ignore">&gt;</span> <span class="Comment"> :let b:did_indent = 1</span> 然后将其重命名为: <span class="Special">{directory}</span>/indent/<span class="Special">{filetype}</span>.vim <span class="Special">{filetype}</span> 是文件类型的名字,比如 &quot;cpp&quot; 或 &quot;java&quot;。你可以用下面的命令来得到 Vim 识别到的文件类型名: <span class="Ignore">&gt;</span> <span class="Comment"> :set filetype</span> 对本文件,输出会是: <span class="PreProc">filetype=help</span><span class="Ignore"> ~</span> 这样你就可以用 &quot;help&quot; 来表示 <span class="Special">{filetype}</span>。 对 <span class="Special">{directory}</span> 部分,你需要根据你的运行时目录来设定。请查看下面命令的输 出: <span class="Ignore">&gt;</span> <span class="Comment"> set runtimepath</span> 请使用第一项 (也就是第一个逗号前的名字)。如果上面命令的输出是: <span class="PreProc">runtimepath=~/.vim,/usr/local/share/vim/vim60/runtime,~/.vim/after</span><span class="Ignore"> ~</span> 你需要使用 &quot;~/.vim&quot; 来表示 <span class="Special">{directory}</span>。这样最后的文件名就是: <span class="PreProc">~/.vim/indent/help.vim</span><span class="Ignore"> ~</span> 除了关闭缩进选项,你还可以编写自己的缩进文件。请参考 <span class="Ignore">|</span><span class="Identifier">indent-expression</span><span class="Ignore">|</span>。 <span class="PreProc">==============================================================================</span> <span class="Ignore">*</span><span class="String">30.4</span><span class="Ignore">*</span> 其它缩进 最简单的自动缩进通过 <span class="Type">'autoindent'</span> 选项来完成,它会延续上一行的缩进。稍微聪明点 的是 <span class="Type">'smartindent'</span>,这个选项对那些没有缩进文件可用的编程语言很有用。 <span class="Type">'smartindent'</span> 选项没有 <span class="Type">'cindent'</span> 选项聪明,但要比 <span class="Type">'autoindent'</span> 聪明些。 如果 <span class="Type">'smartindent'</span> 被设定,会在每个 '{' 处新增一级缩进,并在每个 '}' 处消 减。另外,对于 <span class="Type">'cinwords'</span> 选项所设定的所有单词也会添加新一级的缩进。所有以 '#' 开始的行都会被特殊处理: 所有缩进都被清除。这样做是为了保持所有的预处理命令都在 第一列开始。缩进会在下一行中恢复。 修 正 缩 进 当你利用 <span class="Type">'autoindent'</span> 和 <span class="Type">'smartindent'</span> 选项延续上一行的缩进时,有很多时候你都 需要添加或删除一个 <span class="Type">'shiftwidth'</span> 宽度的缩进。一个快速的方法是在插入模式下利用 <span class="Special">CTRL-D</span> 和 <span class="Special">CTRL-T</span> 命令。 比如,当你需要输入以下的 shell 脚本时: <span class="PreProc">if test -n a; then</span><span class="Ignore"> ~</span> <span class="PreProc">echo a</span><span class="Ignore"> ~</span> <span class="PreProc">echo &quot;-------&quot;</span><span class="Ignore"> ~</span> <span class="PreProc">fi</span><span class="Ignore"> ~</span> 设定了这样的选项: <span class="Ignore">&gt;</span> <span class="Comment"> :set autoindent shiftwidth=3</span> 你先输入了第一行,按下回车后又输入了第二行的开头: <span class="PreProc">if test -n a; then</span><span class="Ignore"> ~</span> <span class="PreProc">echo</span><span class="Ignore"> ~</span> 这时你会发现你需要一个额外的缩进。输入 <span class="Special">CTRL-T</span>,结果变为: <span class="PreProc">if test -n a; then</span><span class="Ignore"> ~</span> <span class="PreProc">echo</span><span class="Ignore"> ~</span> 在插入模式下,<span class="Special">CTRL-T</span> 命令会加入一个 <span class="Type">'shiftwidth'</span> 宽度的缩进,无论光标在当前行 的什么位置。 你继续输入第二行,按下回车后又输入了第三行。现在的缩进一切正常。然后你按下 回车输入最后一行,现在的情况如下所示: <span class="PreProc">if test -n a; then</span><span class="Ignore"> ~</span> <span class="PreProc">echo a</span><span class="Ignore"> ~</span> <span class="PreProc">echo &quot;-------&quot;</span><span class="Ignore"> ~</span> <span class="PreProc">fi</span><span class="Ignore"> ~</span> 要删除这个多余的缩进,可以在最后一行输入 <span class="Special">CTRL-D</span>。这会删除一个 <span class="Type">'shiftwidth'</span> 宽 度的缩进,无论光标在行中的什么位置。 在普通模式下,你可以用 &quot;&gt;&gt;&quot; 和 &quot;&lt;&lt;&quot; 命令来完成缩进的修正。'&gt;' 和 '&lt;' 是操作 符,因此你可以使用通常的那三种方式来指定你要缩进的行。一个有用的组合是: <span class="Ignore">&gt;</span> <span class="Comment"> &gt;i{</span> 这个命令会缩进当前 {} 区内的行,'{' 和 '}' 本身并不被缩进。&quot;&gt;a{&quot; 会包括它们。 在下面的例子中,光标停留在 &quot;printf&quot; 上: 原文 &quot;&gt;i{&quot; 之后 &quot;&gt;a{&quot; 之后 <span class="PreProc">if (flag) if (flag) if (flag)</span><span class="Ignore"> ~</span> <span class="PreProc">{ { {</span><span class="Ignore"> ~</span> <span class="PreProc">printf(&quot;yes&quot;); printf(&quot;yes&quot;); printf(&quot;yes&quot;);</span><span class="Ignore"> ~</span> <span class="PreProc">flag = 0; flag = 0; flag = 0; </span><span class="Ignore"> ~</span> <span class="PreProc">} } }</span><span class="Ignore"> ~</span> <span class="PreProc">==============================================================================</span> <span class="Ignore">*</span><span class="String">30.5</span><span class="Ignore">*</span> 制表符和空格 <span class="Type">'tabstop'</span> 在缺省状态下被设定为 8。尽管你可以改变它,但很快你就会遇到麻烦。其它 的程序不知道你用的制表符间隔值是多少,你的文件看起来会一下子改变许多。另外,很 多打印机都将制表符间隔值固定为 8。所以最好还是保留 <span class="Type">'tabstop'</span> 值不变。(如果你编 辑使用其它制表符间隔值的文件,请参考 <span class="Ignore">|</span><span class="Identifier">25.3</span><span class="Ignore">|</span> 来修正。) 如果使用 8 个空格来缩进程序,你很快就会走到窗口的最右端;而用 1 个空格又看 不出足够的差别。因此很多人喜欢用 4 个空格。这的确是个很好的折衷。 由于一个制表符 (<span class="Special">&lt;Tab&gt;</span>) 是 8 个空格,而你又想使用 4 个空格来缩进,这样你就无 法使用制表符来完成缩进。这里有两种解决办法: 1. 混合使用制表符和空格。由于一个制表符占用 8 个空格的位置,你的文件会含有更少 的字节数。插入或删除一个制表符也要比 8 个空格快很多。 2. 只用空格。这就避免了那些使用不同制表符间隔值的文件所带来的麻烦。 幸运的是,Vim 能够同时很好地支持这两种方式。 混 合 使 用 空 格 和 制 表 符 如果你使用制表符和空格的组合,你直接按正常情况编辑就行。Vim 缺省状态下,能够很 好地处理这些情况。 通过设定 <span class="Type">'softtabstop'</span> 可以使工作变得更简便。这个选项能使 <span class="Special">&lt;Tab&gt;</span> 看起来像是 被设定为 <span class="Type">'softtabstop'</span> 所指定的值,但实际上使用的确是制表符和空格的组合。 当你执行下面的命令后,你每次按下 <span class="Special">&lt;Tab&gt;</span> 键,光标都会移动到下一个 &quot;4 列&quot; 边 界: <span class="Ignore">&gt;</span> <span class="Comment"> :set softtabstop=4</span> <span class="Ignore">&lt;</span> 当你在第一列按下 <span class="Special">&lt;Tab&gt;</span> 键后,4 个空格会插入到文本中;再次按下 <span class="Special">&lt;Tab&gt;</span> 键,Vim 会 先删除那 4 个空格,然后再插入一个制表符。Vim 会尽可能地使用制表符,并辅以空格 填补。 删除会以相反的方式进行。<span class="Special">&lt;BS&gt;</span> 键总是删除 <span class="Type">'softtabstop'</span> 指定的数量。Vim 尽可 能地使用制表符,而用空格来填补空隙。 下面的例子显示了多次输入制表符然后使用 <span class="Special">&lt;BS&gt;</span> 的情况。&quot;.&quot; 代表一个空格而 &quot;-------&gt;&quot; 代表制表符。 <span class="PreProc">输入 结果</span><span class="Ignore"> ~</span> <span class="Special">&lt;Tab&gt;</span> .... <span class="Special">&lt;Tab&gt;&lt;Tab&gt;</span> -------&gt; <span class="Special">&lt;Tab&gt;&lt;Tab&gt;&lt;Tab&gt;</span> -------&gt;.... <span class="Special">&lt;Tab&gt;&lt;Tab&gt;&lt;Tab&gt;&lt;BS&gt;</span> -------&gt; <span class="Special">&lt;Tab&gt;&lt;Tab&gt;&lt;Tab&gt;&lt;BS&gt;&lt;BS&gt;</span> .... 另一种方法是使用 <span class="Type">'smarttab'</span> 选项。当它被设定,Vim 对每个在缩进行中的制表符使用 <span class="Type">'shiftwidth'</span>,而对在第一个非空字符后输入的 <span class="Special">&lt;Tab&gt;</span> 使用真的制表符。但 <span class="Special">&lt;BS&gt;</span> 键不 会像在 <span class="Type">'softtabstop'</span> 选项下那样工作。 只 用 空 格 如果你不想在文件中出现制表符,可以设定 <span class="Type">'expandtab'</span> 选项: <span class="Ignore">&gt;</span> <span class="Comment"> :set expandtab</span> <span class="Ignore">&lt;</span> 当这个选项被设定,<span class="Special">&lt;Tab&gt;</span>键会插入一系列的空格。这样你可以获得如同插入一个制表符 一样数量的空格。但你的文件中并不包含真正的制表符。 退格键 (<span class="Special">&lt;BS&gt;</span>) 每次只能删除一个空格。这样如果你键入了一个 <span class="Special">&lt;Tab&gt;</span>,你需要键入 8 次 <span class="Special">&lt;BS&gt;</span> 才能恢复。如果你在调整缩进中,输入 <span class="Special">CTRL-D</span> 会更快些。 制 表 符 与 空 格 的 相 互 转 换 设定 <span class="Type">'expandtab'</span> 选项并不会影响已有的制表符。如果你想将制表符转换为空格,可以 用 &quot;:retab&quot; 命令。使用下面的命令: <span class="Ignore">&gt;</span> <span class="Comment"> :set expandtab</span> <span class="Comment"> :%retab</span> Vim 会在所有缩进中使用空格而非制表符。但是,所有非空字符后的制表符不会受到影 响。如果你想要转化这些制表符,需要在命令中加入 !: <span class="Ignore">&gt;</span> <span class="Comment"> :%retab!</span> 这不大安全。因为它也许会修改字符串内的制表符。要检查这种情况是否存在,可以执 行: <span class="Ignore">&gt;</span> <span class="Comment"> /&quot;[^&quot;\t]*\t[^&quot;]*&quot;</span> 这里建议你不要在字符串中直接使用制表符。请用 &quot;\t&quot; 来替代,麻烦会少些。 将空格转化为制表符的命令则恰好相反: <span class="Ignore">&gt;</span> <span class="Comment"> :set noexpandtab</span> <span class="Comment"> :%retab!</span> <span class="PreProc">==============================================================================</span> <span class="Ignore">*</span><span class="String">30.6</span><span class="Ignore">*</span> 排版注释格式 Vim 最了不起的地方之一就是它理解注释。你可以要求 Vim 排版一段注释。它会做得很 出色。 比如,你有下面的一段注释: <span class="PreProc">/*</span><span class="Ignore"> ~</span> <span class="PreProc">* This is a test</span><span class="Ignore"> ~</span> <span class="PreProc">* of the text formatting.</span><span class="Ignore"> ~</span> <span class="PreProc">*/</span><span class="Ignore"> ~</span> 你可以要求 Vim 排版这段注释。将光标定位到注释开头,然后输入: <span class="Ignore">&gt;</span> <span class="Comment"> gq]/</span> &quot;gq&quot; 是用来排版文本的操作符。&quot;]/&quot; 是移动到注释尾的动作。命令的结果是: <span class="PreProc">/*</span><span class="Ignore"> ~</span> <span class="PreProc">* This is a test of the text formatting.</span><span class="Ignore"> ~</span> <span class="PreProc">*/</span><span class="Ignore"> ~</span> 注意 Vim 可以正确处理每行的开头。 另外一种方法是在可视模式下用 &quot;gq&quot; 排版选中的文本。 要在注释中加入新的一行,先将光标移到中间一行,然后按 &quot;o&quot;。结果会如下所示: <span class="PreProc">/*</span><span class="Ignore"> ~</span> <span class="PreProc">* This is a test of the text formatting.</span><span class="Ignore"> ~</span> <span class="PreProc">*</span><span class="Ignore"> ~</span> <span class="PreProc">*/</span><span class="Ignore"> ~</span> Vim 会为你自动添加一个星号和空格,现在你可以输入新的注释。如果一行注释长于 <span class="Type">'textwidth'</span>,Vim 会将其自动分开。同样,星号和空格会被自动添加进来: <span class="PreProc">/*</span><span class="Ignore"> ~</span> <span class="PreProc">* This is a test of the text formatting.</span><span class="Ignore"> ~</span> <span class="PreProc">* Typing a lot of text here will make Vim</span><span class="Ignore"> ~</span> <span class="PreProc">* break</span><span class="Ignore"> ~</span> <span class="PreProc">*/</span><span class="Ignore"> ~</span> 要使用这些功能,你必须在 <span class="Type">'formatoptions'</span> 选项中指定一些标志位: r 在插入模式下,输入回车时插入星号。 o 在普通模式下,使用 &quot;o&quot; 或 &quot;O&quot; 时插入星号。 c 根据 <span class="Type">'textwidth'</span> 将注释分行。 更多标志位请参考 <span class="Ignore">|</span><span class="Identifier">fo-table</span><span class="Ignore">|</span>。 定 义 注 释 <span class="Type">'comments'</span> 选项可以定义注释的样式。Vim 可以分辨单行注释和那些包含开头,中间, 结尾三部分的注释。 很多单行注释都是以一个特殊的字符开头。在 C++ 中是 //,在 Makefile 中是 #, 在 Vim 脚本中是 &quot;。比如,要使 Vim 理解 C++ 注释: <span class="Ignore">&gt;</span> <span class="Comment"> :set comments=://</span> <span class="Ignore">&lt;</span> 冒号将条目的标志位和用来识别注释的字符分开。<span class="Type">'comments'</span> 的一般格式是: <span class="Special">{flags}</span>:<span class="Special">{text}</span> <span class="Special">{flags}</span> 部分可以为空 (就像本例)。 不同的条目可以连接在一起,用逗号隔开。这样可以在同时识别多种不同的注释。比 如,让我们编辑一个 email 信息。当回复时,别人写的内容会以 &quot;&gt;&quot; 和 &quot;!&quot; 字符开 头: <span class="Ignore">&gt;</span> <span class="Comment"> :set comments=n:&gt;,n:!</span> 这里有两个条目。一个识别以 &quot;&gt;&quot; 开头的注释,一个识别以 &quot;!&quot; 开头的注释。两个都设 定了 &quot;n&quot; 标志位,这意味着注释可以嵌套。也就是说,一个以 &quot;&gt;&quot; 开始的行可以在 &quot;&gt;&quot; 之后包括其它的注释符号。这样就可以用来排版下面的文本了: <span class="PreProc">&gt; ! Did you see that site?</span><span class="Ignore"> ~</span> <span class="PreProc">&gt; ! It looks really great.</span><span class="Ignore"> ~</span> <span class="PreProc">&gt; I don't like it. The</span><span class="Ignore"> ~</span> <span class="PreProc">&gt; colors are terrible.</span><span class="Ignore"> ~</span> <span class="PreProc">What is the URL of that</span><span class="Ignore"> ~</span> <span class="PreProc">site?</span><span class="Ignore"> ~</span> 试着将 <span class="Type">'textwidth'</span> 设定为其它的值,例如 80。在可视模式下选中注释,然后输入 &quot;gq&quot;。结果为: <span class="PreProc">&gt; ! Did you see that site? It looks really great.</span><span class="Ignore"> ~</span> <span class="PreProc">&gt; I don't like it. The colors are terrible.</span><span class="Ignore"> ~</span> <span class="PreProc">What is the URL of that site?</span><span class="Ignore"> ~</span> 你会注意到 Vim 并没有将文本从一种注释移动到另一种注释。因为第一行以 &quot;&gt;!&quot; 开 头,而第二行以 &quot;&gt;&quot; 开头,Vim 知道它们是不同的注释,所以第二行的 &quot;I&quot; 并没有移到 上一行。 包 括 三 部 分 的 注 释 C 语言注释的样式是: 以 &quot;/*&quot; 开头,中间含有 &quot;*&quot;,以 &quot;*/&quot; 结尾。我们可以通过 <span class="Type">'comments'</span> 选项来这样进行设定: <span class="Ignore">&gt;</span> <span class="Comment"> :set comments=s1:/*,mb:*,ex:*/</span> 开始部分用 &quot;s1:/*&quot; 定义。&quot;s&quot; 表示三部分注释的开始。冒号将标志位与代表注释的特 殊字符 &quot;/*&quot; 分开。这里有一个标志位 &quot;1&quot;。它指明注释的中间部分有一个空格位置的偏 移。 &quot;mb:*&quot; 的 &quot;m&quot; 表示这是注释的中间部分。&quot;b&quot; 标志位表示星号后要有空格。否则 Vim 会将形如 &quot;*pointer&quot; 的语句视为某个注释的中间部分。 &quot;ex:*/&quot; 中的 &quot;e&quot; 表示注释的结尾。&quot;x&quot; 标志位表示在 Vim 自动插入星号后,输入 &quot;/&quot; 会删除多余的空格。 要了解更多细节,请参考 <span class="Ignore">|</span><span class="Identifier">format-comments</span><span class="Ignore">|</span>。 <span class="PreProc">==============================================================================</span> 下一章: <span class="Ignore">|</span><span class="Identifier">usr_31.txt</span><span class="Ignore">|</span> 使用 GUI 版权: 参见 <span class="Ignore">|</span><span class="Identifier">manual-copyright</span><span class="Ignore">|</span> vim&#0058;tw=78:ts=8:ft=help:norl: </pre> </body> </html> <!-- vim: set foldmethod=manual : -->
yuweijun/yuweijun.github.io
vim-zh/usr_30.cnx.html
HTML
mit
34,730
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ILtAttrs | fx.sharepoint.lists.jsom</title> <meta name="description" content=""> <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.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">fx.sharepoint.lists.jsom</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="../modules/fx.html">Fx</a> </li> <li> <a href="../modules/fx.sharepoint.html">SharePoint</a> </li> <li> <a href="../modules/fx.sharepoint.caml.html">Caml</a> </li> <li> <a href="../modules/fx.sharepoint.caml.queries.html">Queries</a> </li> <li> <a href="fx.sharepoint.caml.queries.iltattrs.html">ILtAttrs</a> </li> </ul> <h1>Interface ILtAttrs</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p><a href="../classes/fx.sharepoint.caml.queries.lt.html">Lt</a> element has no attribute.</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <a href="fx.sharepoint.caml.queries.isinglevaluebinaryoperatorattrs.html" class="tsd-signature-type">ISingleValueBinaryOperatorAttrs</a> <ul class="tsd-hierarchy"> <li> <span class="target">ILtAttrs</span> </li> </ul> </li> </ul> </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> <li class=" tsd-kind-module tsd-is-not-exported"> <a href="../modules/fx.html">Fx</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="../modules/fx.sharepoint.html">Fx.<wbr>Share<wbr>Point</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="../modules/fx.sharepoint.caml.html">Fx.<wbr>Share<wbr>Point.<wbr>Caml</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="../modules/fx.sharepoint.caml.lists.html">Fx.<wbr>Share<wbr>Point.<wbr>Caml.<wbr>Lists</a> </li> <li class="current tsd-kind-module tsd-parent-kind-module"> <a href="../modules/fx.sharepoint.caml.queries.html">Fx.<wbr>Share<wbr>Point.<wbr>Caml.<wbr>Queries</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="../modules/fx.sharepoint.caml.views.html">Fx.<wbr>Share<wbr>Point.<wbr>Caml.<wbr>Views</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="../modules/fx.sharepoint.client.html">Fx.<wbr>Share<wbr>Point.<wbr>Client</a> </li> <li class=" tsd-kind-module tsd-is-not-exported"> <a href="../modules/_.html">_</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-parent-kind-module"> <a href="fx.sharepoint.caml.queries.iltattrs.html" class="tsd-kind-icon">ILt<wbr>Attrs</a> </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-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
fanxipan/fx-docs
docs/_static/other/code-libraries/sp-jsom-list/docs/interfaces/fx.sharepoint.caml.queries.iltattrs.html
HTML
mit
10,040
<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="author" content="marcos barros"> {% if title %} <title>{{ title }}</title> {% else %} <title>Servicedesk</title> {% endif %} <!-- stylesheets --> {% block css %}{% endblock %} <style type="text/css" media="screen"> body{ padding:0; margin:0; } .vid-container{ position:relative; height:100vh; overflow:hidden; } .bgvid.back { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; } .inner { position: absolute; } .inner-container{ width:400px; height:400px; position:absolute; top:calc(50vh - 200px); left:calc(50vw - 200px); overflow:hidden; } .bgvid.inner{ top:calc(-50vh + 200px); left:calc(-50vw + 200px); filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur"); -webkit-filter:blur(10px); -ms-filter: blur(10px); -o-filter: blur(10px); filter:blur(10px); } .box{ position:absolute; height:100%; width:100%; font-family:Helvetica; color:#fff; background:rgba(0,0,0,0.13); padding:30px 0px; } .box h1{ text-align:center; margin:30px 0; font-size:30px; } .box input{ display:block; width:300px; margin:20px auto; padding:15px; background:rgba(0,0,0,0.2); color:#fff; border:0; } .box input:focus,.box input:active,.box button:focus,.box button:active{ outline:none; } .box button{ background:#742ECC; border:0; color:#fff; padding:10px; font-size:20px; width:330px; margin:20px auto; display:block; cursor:pointer; } .box button:active{ background:#27ae60; } .box p{ font-size:14px; text-align:center; } .box p span{ cursor:pointer; color:#666; } </style> </head> <body> {% block content %} {% endblock %} {% block scripts %}{% endblock %} </body> </html>
mhbpcuiaba/servicedesk
src/server/views/_base.html
HTML
mit
2,158
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>equations: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / equations - 1.0~beta2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> equations <small> 1.0~beta2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-17 08:28:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-17 08:28:11 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; authors: [ &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Cyprien Mangin &lt;[email protected]&gt;&quot; ] dev-repo: &quot;git+https://github.com/mattam82/Coq-Equations.git&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://mattam82.github.io/Coq-Equations&quot; bug-reports: &quot;https://github.com/mattam82/Coq-Equations/issues&quot; license: &quot;LGPL 2.1&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Equations&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7&quot;} ] synopsis: &quot;A function definition package for Coq&quot; flags: light-uninstall url { src: &quot;https://github.com/mattam82/Coq-Equations/archive/v1.0-8.6-beta2.tar.gz&quot; checksum: &quot;md5=983f6580b9fcf5aaa6dce7e05bc37efe&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-equations.1.0~beta2 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-equations -&gt; coq &lt; 8.7 -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-equations.1.0~beta2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.15.0/equations/1.0~beta2.html
HTML
mit
7,145
<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></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">yī shǒu bāo bàn</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">全由一人獨力處理。如:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>這次旅遊的食宿、交通等問題全由陳先生一手包辦。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>一手包攬<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>、<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>一手承運<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/8000-8999/8218-22.html
HTML
mit
1,634
<!doctype html> <html lang="en"> <head> <title>Code coverage report for leetCode/0349.ts</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../prettify.css" /> <link rel="stylesheet" href="../base.css" /> <link rel="shortcut icon" type="image/x-icon" href="../favicon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type='text/css'> .coverage-summary .sorter { background-image: url(../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1><a href="../index.html">All files</a> / <a href="index.html">leetCode</a> 0349.ts</h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Statements</span> <span class='fraction'>8/8</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Branches</span> <span class='fraction'>1/1</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Functions</span> <span class='fraction'>1/1</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Lines</span> <span class='fraction'>8/8</span> </div> </div> <p class="quiet"> Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block. </p> <template id="filterTemplate"> <div class="quiet"> Filter: <input oninput="onInput()" type="search" id="fileSearch"> </div> </template> </div> <div class='status-line high'></div> <pre><table class="coverage"> <tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a> <a name='L2'></a><a href='#L2'>2</a> <a name='L3'></a><a href='#L3'>3</a> <a name='L4'></a><a href='#L4'>4</a> <a name='L5'></a><a href='#L5'>5</a> <a name='L6'></a><a href='#L6'>6</a> <a name='L7'></a><a href='#L7'>7</a> <a name='L8'></a><a href='#L8'>8</a> <a name='L9'></a><a href='#L9'>9</a> <a name='L10'></a><a href='#L10'>10</a> <a name='L11'></a><a href='#L11'>11</a> <a name='L12'></a><a href='#L12'>12</a> <a name='L13'></a><a href='#L13'>13</a> <a name='L14'></a><a href='#L14'>14</a> <a name='L15'></a><a href='#L15'>15</a> <a name='L16'></a><a href='#L16'>16</a> <a name='L17'></a><a href='#L17'>17</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">2x</span> <span class="cline-any cline-yes">2x</span> <span class="cline-any cline-yes">2x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">2x</span> <span class="cline-any cline-yes">5x</span> <span class="cline-any cline-yes">3x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">2x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">export default function intersection( nums1: number[], nums2: number[] ): number[] { const set1 = new Set&lt;number&gt;(nums1); const set2 = new Set&lt;number&gt;(nums2); const result = new Set&lt;number&gt;(); &nbsp; for (const num of set1) { if (set2.has(num)) { result.add(num); } } &nbsp; return [...result]; } &nbsp;</pre></td></tr></table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> at Fri Jan 07 2022 20:49:21 GMT+0000 (Coordinated Universal Time) </div> <script src="../prettify.js"></script> <script> window.onload = function () { prettyPrint(); }; </script> <script src="../sorter.js"></script> <script src="../block-navigation.js"></script> </body> </html>
sabertazimi/hust-oj
leetCode/0349.ts.html
HTML
mit
4,885
<html> <head> <title>OGRE: Class Members - Functions - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.6.2 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_eval.html"><span>Enumerator</span></a></li> <li><a href="functions_prop.html"><span>Properties</span></a></li> <li><a href="functions_rela.html"><span>Related&nbsp;Functions</span></a></li> </ul> </div> <div class="tabs"> <ul> <li class="current"><a href="functions_func.html#index__"><span>_</span></a></li> <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li> <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li> <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_func_0x78.html#index_x"><span>x</span></a></li> <li><a href="functions_func_0x79.html#index_y"><span>y</span></a></li> <li><a href="functions_func_0x7a.html#index_z"><span>z</span></a></li> <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li> </ul> </div> </div> <div class="contents"> &nbsp; <h3><a class="anchor" id="index__">- _ -</a></h3><ul> <li>__SetFloatRenderState() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#ac9e4ddcb5b8f3d6784fe255c69f9c2d9">Ogre::D3D9RenderSystem</a> </li> <li>__SetRenderState() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#ac3280b8163ad1976b85d5035f443daf0">Ogre::D3D9RenderSystem</a> </li> <li>__SetSamplerState() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#aff7302ad5a47d523021cabe976470368">Ogre::D3D9RenderSystem</a> </li> <li>__SetTextureStageState() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a817d07758a9ef7f8015eee809a5dc616">Ogre::D3D9RenderSystem</a> </li> <li>_addAntiPortal() : <a class="el" href="classOgre_1_1PCZone.html#ad1cc272698022165a64f85b5e6669917">Ogre::PCZone</a> </li> <li>_addBoundingBoxToQueue() : <a class="el" href="classOgre_1_1SceneNode.html#a7b75761a5809556b3bf9c5d707d68655">Ogre::SceneNode</a> </li> <li>_addChild() : <a class="el" href="classOgre_1_1OverlayContainer.html#a1b22eddee9083be54a60c09b3a129e9d">Ogre::OverlayContainer</a> </li> <li>_addDirtyBatch() : <a class="el" href="group__Scene.html#ga395a8ce5c926625f1902d7f645d041fc">Ogre::InstanceManager</a> </li> <li>_addDirtyInstanceManager() : <a class="el" href="classOgre_1_1SceneManager.html#a8cd474a0bb93c6fa0e4439a5a7d11c63">Ogre::SceneManager</a> </li> <li>_addManualDepthBuffer() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a063bdfd1a566d0122af53c25d6ba99c1">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a4bd873491b6eb59dbadce27e1d88e902">Ogre::D3D9RenderSystem</a> </li> <li>_addMovable() : <a class="el" href="classOgre_1_1BspNode.html#ac5702538be4c791af37cd73d2aa353a5">Ogre::BspNode</a> </li> <li>_addNode() : <a class="el" href="classOgre_1_1DefaultZone.html#a906103ca899487a8348a2c9f6d4d3030">Ogre::DefaultZone</a> , <a class="el" href="classOgre_1_1PCZone.html#abe6d8190b3af0e21bc21f39992c27b3c">Ogre::PCZone</a> , <a class="el" href="classOgre_1_1Octree.html#a2fe8d9cec30399f58fdd8e9481dae2a0">Ogre::Octree</a> , <a class="el" href="classOgre_1_1OctreeZone.html#a2a37e1359bca6c99a205cdec00fdbb56">Ogre::OctreeZone</a> , <a class="el" href="classOgre_1_1Octree.html#acacaceab5a754ba17670c33361016b5c">Ogre::Octree</a> </li> <li>_addOctreeNode() : <a class="el" href="classOgre_1_1OctreeSceneManager.html#a4402306a5949e8addaaf9f1ff405ba76">Ogre::OctreeSceneManager</a> </li> <li>_addPortal() : <a class="el" href="classOgre_1_1PCZone.html#accc5449350478d04f943d3a313704198">Ogre::PCZone</a> </li> <li>_addRenderSystemCapabilities() : <a class="el" href="classOgre_1_1RenderSystemCapabilitiesManager.html#a632d17c267b03d06db99019372d514e6">Ogre::RenderSystemCapabilitiesManager</a> </li> <li>_addRenderWindow() : <a class="el" href="classOgre_1_1WindowEventUtilities.html#ab208c9879ca60777fcb5e84c05be2b3a">Ogre::WindowEventUtilities</a> </li> <li>_addToRenderQueue() : <a class="el" href="classOgre_1_1OctreeNode.html#a7266eb0c92aec25809afa73afcda13db">Ogre::OctreeNode</a> , <a class="el" href="classOgre_1_1PCZSceneNode.html#adba366cb94952a38d89233b1fe2659c4">Ogre::PCZSceneNode</a> </li> <li>_affectParticles() : <a class="el" href="classOgre_1_1RotationAffector.html#a4ddd5ad806b1a5f3363f2667430c5b95">Ogre::RotationAffector</a> , <a class="el" href="classOgre_1_1ScaleAffector.html#ad5a1709ff925c5ce5c6205cef8b3bafb">Ogre::ScaleAffector</a> , <a class="el" href="classOgre_1_1ParticleAffector.html#a61826c830fc3ef4f37410a656aae7a81">Ogre::ParticleAffector</a> , <a class="el" href="classOgre_1_1ColourFaderAffector.html#a423d0d34b3f0e1579110dae05b416fbb">Ogre::ColourFaderAffector</a> , <a class="el" href="classOgre_1_1ColourFaderAffector2.html#a61ae2e9fef2329eefcbde9b819fa0d7a">Ogre::ColourFaderAffector2</a> , <a class="el" href="classOgre_1_1ColourImageAffector.html#a9c00c2785abad52b3c006988196a2cd4">Ogre::ColourImageAffector</a> , <a class="el" href="classOgre_1_1ColourInterpolatorAffector.html#a28d59576dcb488c86373eb74d6f0e1ed">Ogre::ColourInterpolatorAffector</a> , <a class="el" href="classOgre_1_1DeflectorPlaneAffector.html#ad886dbce8b80a8e8d914b9c3cf9e893c">Ogre::DeflectorPlaneAffector</a> , <a class="el" href="classOgre_1_1DirectionRandomiserAffector.html#afd1e8ecc0e92f66725b7736d884967e3">Ogre::DirectionRandomiserAffector</a> , <a class="el" href="classOgre_1_1LinearForceAffector.html#a2edf749dcb05d15fdb363e6d44163742">Ogre::LinearForceAffector</a> </li> <li>_alertVisibleObjects() : <a class="el" href="classOgre_1_1OctreeSceneManager.html#aaf6e3da6bb3f508e8c9ff68c970854fa">Ogre::OctreeSceneManager</a> , <a class="el" href="classOgre_1_1PCZSceneManager.html#abef263f139e24281791a4c9e9ac5fe61">Ogre::PCZSceneManager</a> </li> <li>_allocateNextMovableObjectTypeFlag() : <a class="el" href="classOgre_1_1Root.html#a3840c316ccddef1ccadf51325ad72ee2">Ogre::Root</a> </li> <li>_applyBaseKeyFrame() : <a class="el" href="classOgre_1_1Animation.html#a0594747e21adfeb55c8b9fdff6b53487">Ogre::Animation</a> , <a class="el" href="classOgre_1_1AnimationTrack.html#aed855e8117300af01d646ff49b020916">Ogre::AnimationTrack</a> , <a class="el" href="classOgre_1_1NodeAnimationTrack.html#acdfc6729a95edae3da832c713648046d">Ogre::NodeAnimationTrack</a> , <a class="el" href="classOgre_1_1VertexAnimationTrack.html#a6a2e377adc0c21f46907ac73553c2024">Ogre::VertexAnimationTrack</a> , <a class="el" href="classOgre_1_1VertexPoseKeyFrame.html#a66817a006993bc7ffab44ea547c2106f">Ogre::VertexPoseKeyFrame</a> </li> <li>_applyMotion() : <a class="el" href="classOgre_1_1ParticleSystem.html#a42a6a0bf0107a00961a970b8009d155c">Ogre::ParticleSystem</a> </li> <li>_applyObliqueDepthProjection() : <a class="el" href="classOgre_1_1RenderSystem.html#a877089932688a144c6979f648d8768fc">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#abd68ad9f085f2e18333f56a13b06737e">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a1d48fd6f7eb6b12f9297f41d1a12a48c">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a9281d027b7bd3e576315f0ed90a29121">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#acb4204ff2914cd94e3a8a7a370aa157d">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a19846542b52028c54ec65a7c27351f18">Ogre::GLES2RenderSystem</a> </li> <li>_applySceneAnimations() : <a class="el" href="classOgre_1_1SceneManager.html#a58019e4c5104af4fe19d483fb1deec91">Ogre::SceneManager</a> </li> <li>_arbitrateMissingTechniqueForActiveScheme() : <a class="el" href="classOgre_1_1MaterialManager.html#a94dd6caf97604ba7ce310dd8f22dcb96">Ogre::MaterialManager</a> </li> <li>_areRenderStateChangesSuppressed() : <a class="el" href="classOgre_1_1SceneManager.html#af94f21965555436d24e715d2408fbb06">Ogre::SceneManager</a> </li> <li>_areShadowsSuppressed() : <a class="el" href="classOgre_1_1SceneManager.html#a832e91f368f91e727dd2386cc00e7485">Ogre::SceneManager</a> </li> <li>_autoTrack() : <a class="el" href="classOgre_1_1Camera.html#a7c7f5608c85e1c38cdb89df51e9d8b11">Ogre::Camera</a> , <a class="el" href="classOgre_1_1SceneNode.html#ae12f7409930e2c7ae1fb33c39f71d0ea">Ogre::SceneNode</a> </li> <li>_beginFrame() : <a class="el" href="classOgre_1_1RenderSystem.html#a80b7ab32b8f82cf340c47d55f6e69881">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a54c46af02f13834611169c2c164245ed">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a3b458922197e5a3502b29e9bfe016cdf">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a754fdf0325d4b90212b3992b4d265de8">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a651a343fbe6280108cc168b3ca25c202">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a0f0d14adfe963f86bbcc624e9e948aa8">Ogre::GLES2RenderSystem</a> </li> <li>_beginGeometryCount() : <a class="el" href="classOgre_1_1RenderSystem.html#a385581061b5d8d9af914d0439392aa62">Ogre::RenderSystem</a> </li> <li>_beginUpdate() : <a class="el" href="classOgre_1_1EAGLWindow.html#a9e10383f2f915ef5098af465d52eb211">Ogre::EAGLWindow</a> , <a class="el" href="classOgre_1_1EAGL2Window.html#a8d5e6bd5b70a1ff84dd163a17a307e54">Ogre::EAGL2Window</a> , <a class="el" href="classOgre_1_1RenderTarget.html#ad0b724596d2b9e278293aee6e55a5273">Ogre::RenderTarget</a> , <a class="el" href="classOgre_1_1D3D9RenderWindow.html#af521d63507841599d1b7d317ad27d316">Ogre::D3D9RenderWindow</a> </li> <li>_bindGLBuffer() : <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a3ca14aad7c344f28dc66cc8dc09bf0b3">Ogre::GLES2RenderSystem</a> </li> <li>_boundsDirty() : <a class="el" href="group__Scene.html#ga9e6dfe915b52c9463a503d690ae7da4f">Ogre::InstanceBatch</a> , <a class="el" href="group__Scene.html#gafa38ad39cc49abd167a8bb1075dc2c2d">Ogre::InstanceBatchHW</a> , <a class="el" href="group__Scene.html#gabbea0657572df2d28a184666d1fd128f">Ogre::InstanceBatchHW_VTF</a> </li> <li>_buildKeyFrameIndexMap() : <a class="el" href="classOgre_1_1AnimationTrack.html#af25294adccef1ab3c5d456aee2c5cb29">Ogre::AnimationTrack</a> </li> <li>_buildMapBoneByHandle() : <a class="el" href="classOgre_1_1Skeleton.html#a2925d23c3c60d4344e531676a01e9af6">Ogre::Skeleton</a> </li> <li>_buildMapBoneByName() : <a class="el" href="classOgre_1_1Skeleton.html#ac3ec63b7b9f044b8fb0b0b3c76f7bf72">Ogre::Skeleton</a> </li> <li>_calcSkirtVertexIndex() : <a class="el" href="classOgre_1_1Terrain.html#a2ba2f7a6eb2c9356d6bddaf30fe72257">Ogre::Terrain</a> </li> <li>_calcTempSquareDist() : <a class="el" href="classOgre_1_1Light.html#a6b0962ead2b2a699af0d2b564450e5ae">Ogre::Light</a> </li> <li>_calcZonesAffectedByLights() : <a class="el" href="classOgre_1_1PCZSceneManager.html#adf66f55d76d25dbeeb91c1cc17f049bc">Ogre::PCZSceneManager</a> </li> <li>_canAutoGenMipmaps() : <a class="el" href="classOgre_1_1D3D9Texture.html#a7a92dd72e6ee2401e9b7bdff30083555">Ogre::D3D9Texture</a> </li> <li>_canUseDynamicTextures() : <a class="el" href="classOgre_1_1D3D9Texture.html#ae4a899eafaeecd02f2a458a09ce747f3">Ogre::D3D9Texture</a> </li> <li>_canUseHardwareGammaCorrection() : <a class="el" href="classOgre_1_1D3D9Texture.html#a1ad2b14a846b3c2275b321769d8f9731">Ogre::D3D9Texture</a> </li> <li>_checkLightAgainstPortals() : <a class="el" href="classOgre_1_1OctreeZone.html#a90f747ce29e5af7665bcb49ff6711ddf">Ogre::OctreeZone</a> , <a class="el" href="classOgre_1_1DefaultZone.html#aaf68e536e6d17124c59628ac9ecb592d">Ogre::DefaultZone</a> , <a class="el" href="classOgre_1_1PCZone.html#a917bd0e1990d568acdb9e8fb1e75492a">Ogre::PCZone</a> </li> <li>_checkMultiSampleQuality() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#af09cebd21d14c0f40c2e912b4fcd0679">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderWindow.html#a326fe5a32f111b7c3dd4e32c7d2fa35e">Ogre::D3D11RenderWindow</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a6a0664570130b2396c56cf43dbbbd8c8">Ogre::D3D9RenderSystem</a> </li> <li>_checkNodeAgainstPortals() : <a class="el" href="classOgre_1_1OctreeZone.html#a0256face161bd2d9977bdf4903f25ee0">Ogre::OctreeZone</a> , <a class="el" href="classOgre_1_1DefaultZone.html#a7e5329dece6a95429925d5b85dd5c7a4">Ogre::DefaultZone</a> , <a class="el" href="classOgre_1_1PCZone.html#afffceda4722bddf44acdab10cd95ad52">Ogre::PCZone</a> </li> <li>_checkTextureFilteringSupported() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#af333c71b58159a046b79a7f0d5bb4955">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a09b739bb7b2d3c3aff1fecece56e9baa">Ogre::D3D9RenderSystem</a> </li> <li>_chooseD3DFormat() : <a class="el" href="classOgre_1_1D3D11Texture.html#ab9b44e522ee2bc6bef4319c61df424a4">Ogre::D3D11Texture</a> , <a class="el" href="classOgre_1_1D3D9Texture.html#a3450ce3c06a176976dc4fd3514b552d4">Ogre::D3D9Texture</a> </li> <li>_cleanupDepthBuffers() : <a class="el" href="classOgre_1_1RenderSystem.html#a568dd8e5d75fc7eef649dda6d14d447d">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a3c813348d2b65c9bcc7076811c5be436">Ogre::D3D9RenderSystem</a> </li> <li>_clearAllZonesPortalUpdateFlag() : <a class="el" href="classOgre_1_1PCZSceneManager.html#a6b5ba29779d8d03ac92b65bd21ea615d">Ogre::PCZSceneManager</a> </li> <li>_clearNodeLists() : <a class="el" href="classOgre_1_1OctreeZone.html#ae330724834f36739a68a1d5fdd035ca0">Ogre::OctreeZone</a> , <a class="el" href="classOgre_1_1PCZone.html#acfc4de41d78f2a75d3a569e26196a5fe">Ogre::PCZone</a> </li> <li>_clearSliceRTT() : <a class="el" href="classOgre_1_1HardwarePixelBuffer.html#ab665898dc70e35c3c16165c62206f3ab">Ogre::HardwarePixelBuffer</a> , <a class="el" href="classOgre_1_1D3D11HardwarePixelBuffer.html#a95580550437c8ddfcf7426b1571d5ab0">Ogre::D3D11HardwarePixelBuffer</a> , <a class="el" href="classOgre_1_1D3D9HardwarePixelBuffer.html#af188bf4a184000244ebe9d29dcdca6ca">Ogre::D3D9HardwarePixelBuffer</a> , <a class="el" href="classOgre_1_1GLTextureBuffer.html#ace0896964d4b6808b5cf3d6c9562aef5">Ogre::GLTextureBuffer</a> , <a class="el" href="classOgre_1_1GLESTextureBuffer.html#a4abae3369efff268c129b2144cd53a95">Ogre::GLESTextureBuffer</a> , <a class="el" href="classOgre_1_1GLES2TextureBuffer.html#a6416102136371744ea1144be68024a61">Ogre::GLES2TextureBuffer</a> </li> <li>_clearUpdatedFlag() : <a class="el" href="classOgre_1_1Viewport.html#a7998e64f3a79ac014813218f5e7cdd8e">Ogre::Viewport</a> </li> <li>_clone() : <a class="el" href="classOgre_1_1NumericAnimationTrack.html#abbb4ea6a49e00abec1abb65ee4704674">Ogre::NumericAnimationTrack</a> , <a class="el" href="classOgre_1_1NodeAnimationTrack.html#af8baa5bda564ab10fced1e265f21f833">Ogre::NodeAnimationTrack</a> , <a class="el" href="classOgre_1_1VertexAnimationTrack.html#a1aca615eb45df1be9c57f95e6889512e">Ogre::VertexAnimationTrack</a> , <a class="el" href="classOgre_1_1KeyFrame.html#af7829d77256717381eb1928bbbce7166">Ogre::KeyFrame</a> , <a class="el" href="classOgre_1_1NumericKeyFrame.html#a337922661c2c589ffa7ed97293d6653b">Ogre::NumericKeyFrame</a> , <a class="el" href="classOgre_1_1TransformKeyFrame.html#a78bb5ea0c5eddda519873510b0646f09">Ogre::TransformKeyFrame</a> , <a class="el" href="classOgre_1_1VertexMorphKeyFrame.html#aa997d1b7826b403fa3375a0cbb63f55d">Ogre::VertexMorphKeyFrame</a> , <a class="el" href="classOgre_1_1VertexPoseKeyFrame.html#a55cb477a6fe4ccde13ad4abff837f718">Ogre::VertexPoseKeyFrame</a> </li> <li>_collectIdentityNodeTracks() : <a class="el" href="classOgre_1_1Animation.html#a4deb5ee68ca3b3b064ec818d256ba57e">Ogre::Animation</a> </li> <li>_collectKeyFrameTimes() : <a class="el" href="classOgre_1_1AnimationTrack.html#a9e950713ebb7b1c51fdd90ec8378c2cc">Ogre::AnimationTrack</a> </li> <li>_compareModes() : <a class="el" href="classOgre_1_1OSXGLSupport.html#a6d610ae4b610a8b92a7630ecfd2aff48">Ogre::OSXGLSupport</a> </li> <li>_compile() : <a class="el" href="classOgre_1_1CompositorChain.html#ab58b7b39dc6335b196791d73f880f73b">Ogre::CompositorChain</a> , <a class="el" href="classOgre_1_1ScriptCompiler.html#a0fb27db0a80a4243e9376702e402f469">Ogre::ScriptCompiler</a> , <a class="el" href="classOgre_1_1Technique.html#abec5e34e76944eb89ac0c6d370e3b1d5">Ogre::Technique</a> </li> <li>_compileBoneAssignments() : <a class="el" href="classOgre_1_1Mesh.html#a3eb5c9c7643dbfdfbf4c0d53af4308ef">Ogre::Mesh</a> , <a class="el" href="classOgre_1_1SubMesh.html#acd127d162c4271ac6b844161e1ea777a">Ogre::SubMesh</a> </li> <li>_compileIlluminationPasses() : <a class="el" href="classOgre_1_1Technique.html#a8143f16e1759f3b5731389d59a66f309">Ogre::Technique</a> </li> <li>_compileOutputOperation() : <a class="el" href="classOgre_1_1CompositorInstance.html#a5e916aa434bd181800d745ecbaf7399b">Ogre::CompositorInstance</a> </li> <li>_compileTargetOperations() : <a class="el" href="classOgre_1_1CompositorInstance.html#ab021ecbc3214d82a8ce2702f95e21986">Ogre::CompositorInstance</a> </li> <li>_convertProjectionMatrix() : <a class="el" href="classOgre_1_1GLESRenderSystem.html#ab08fa770f39269f8da1d3179298a3565">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ae85e107a8d46ee491479705c7f5ab5ec">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#adedbeb77d3def3967ee1a55c32d16a2b">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a7ef86fdea6938caa41e5bb4e78f59471">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#acdd1a102566c67c2ce3426f06179cdae">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a6f64ebb75ea64a338d5a806c488f1276">Ogre::GLRenderSystem</a> </li> <li>_copySharedParams() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#a6afd7c931e057b5ebda85cf7d03d3942">Ogre::GpuProgramParameters</a> </li> <li>_copySharedParamsToTargetParams() : <a class="el" href="classOgre_1_1GpuSharedParametersUsage.html#a72473a6762f8ed498d3cdbec86e73156">Ogre::GpuSharedParametersUsage</a> </li> <li>_create1DTex() : <a class="el" href="classOgre_1_1D3D11Texture.html#a0a86312767fd92e1108e1a7ac135ca68">Ogre::D3D11Texture</a> </li> <li>_create2DTex() : <a class="el" href="classOgre_1_1D3D11Texture.html#a97fa1948ed303d7ae2d32fa60a21bee1">Ogre::D3D11Texture</a> </li> <li>_create3DTex() : <a class="el" href="classOgre_1_1D3D11Texture.html#a034517ead3925c342c104b1e909a5dbd">Ogre::D3D11Texture</a> </li> <li>_createAffector() : <a class="el" href="classOgre_1_1ParticleSystemManager.html#a3936f1ec68cbd266c1a7b75029a87bce">Ogre::ParticleSystemManager</a> </li> <li>_createBuffers() : <a class="el" href="classOgre_1_1BillboardSet.html#aa6ee4997f039162338c81c9e50b187e7">Ogre::BillboardSet</a> </li> <li>_createCubeTex() : <a class="el" href="classOgre_1_1D3D9Texture.html#a66347b1eb2001a3d47548aeb8c4e79a9">Ogre::D3D9Texture</a> </li> <li>_createDepthBufferFor() : <a class="el" href="classOgre_1_1RenderSystem.html#ad084167159b7c73a043bfc5c2723094f">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a51b2bfd650a93abd6f3aeb886784901e">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#abd43de1c83a36316e1c62cda7d2ef31f">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a0eb41719e67485588227e29dee1441ea">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a1eccef4f859a15e54242aef3e19415de">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a81eaa5b50d6e63709e3b49a70fa16c08">Ogre::GLES2RenderSystem</a> </li> <li>_createEmitter() : <a class="el" href="classOgre_1_1ParticleSystemManager.html#aa8a5eb5e5bbacca1640eb2c040e86bde">Ogre::ParticleSystemManager</a> </li> <li>_createNormTex() : <a class="el" href="classOgre_1_1D3D9Texture.html#a403143065d6fced2fa0430e4f7f761ae">Ogre::D3D9Texture</a> </li> <li>_createRenderer() : <a class="el" href="classOgre_1_1ParticleSystemManager.html#ae17fa2066dbfff692b45d26dcd31c7b9">Ogre::ParticleSystemManager</a> </li> <li>_createRenderWindow() : <a class="el" href="classOgre_1_1RenderSystem.html#aaf156b9f935396e6c17f532f6e6c847e">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a90e36e366546c9effe6def873a43db8f">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a35c27788a6eedcc44b520fc17077f770">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#af902bf35fc1eb207d76fe573ecc3b931">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a20f1ef3c3666888b566c247cf69fa5c9">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ab53a6487fef2fd00eee17b860c3f2c2f">Ogre::GLES2RenderSystem</a> </li> <li>_createRenderWindows() : <a class="el" href="classOgre_1_1RenderSystem.html#a203cb728002804209829a563902f73d5">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#af2e127de3a611d547520a667fe067f29">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a24f267e0a7de0572930047282a5f60cb">Ogre::GLRenderSystem</a> </li> <li>_createSeparateLightCap() : <a class="el" href="classOgre_1_1Entity_1_1EntityShadowRenderable.html#a0c33e944807ffbed4bcff20a8147b008">Ogre::Entity::EntityShadowRenderable</a> </li> <li>_createSurfaceList() : <a class="el" href="classOgre_1_1D3D11Texture.html#ae76cac453cee8d7ceb0f84936ffd7004">Ogre::D3D11Texture</a> , <a class="el" href="classOgre_1_1D3D9Texture.html#a10f9178bb4f9c93ad038c8eb7aafe227">Ogre::D3D9Texture</a> , <a class="el" href="classOgre_1_1GLTexture.html#a84bca7c30889c1a8a0cb9d3b9c81e474">Ogre::GLTexture</a> , <a class="el" href="classOgre_1_1GLESTexture.html#a971b99767f8d945c1c2ffa30763f06b8">Ogre::GLESTexture</a> , <a class="el" href="classOgre_1_1GLES2Texture.html#a317bfb8a59b3df9590d864ac93c4252c">Ogre::GLES2Texture</a> </li> <li>_createVisualData() : <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a76d2732e63a02c925cca738e1d55b7e9">Ogre::ParticleSystemRenderer</a> </li> <li>_createVolumeTex() : <a class="el" href="classOgre_1_1D3D9Texture.html#a6385163c96aea77c6924ce2935bfdb75">Ogre::D3D9Texture</a> </li> <li>_defragmentBatch() : <a class="el" href="group__Scene.html#gacc0a9c4b6cce5537b6ad8c40fdff71da">Ogre::InstanceBatch</a> </li> <li>_defragmentBatchDiscard() : <a class="el" href="group__Scene.html#ga707b7dc9f29486a9ad3f07f9c96665f7">Ogre::InstanceBatch</a> </li> <li>_deinitialise() : <a class="el" href="classOgre_1_1Entity.html#a6b7d7299241f78315cbc82bc024c948c">Ogre::Entity</a> </li> <li>_deleteGLBuffer() : <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a93cae2b22e666920643213d874d820f6">Ogre::GLES2RenderSystem</a> </li> <li>_deriveShadowFarClipDistance() : <a class="el" href="classOgre_1_1Light.html#a18db711817b24eb8bc025f7923e6b5c0">Ogre::Light</a> </li> <li>_deriveShadowNearClipDistance() : <a class="el" href="classOgre_1_1Light.html#af337063583815a5f8291a5d682f3b782">Ogre::Light</a> </li> <li>_destroyAffector() : <a class="el" href="classOgre_1_1ParticleSystemManager.html#a2f5fec80e6489a218c8d3407a2d5a6e9">Ogre::ParticleSystemManager</a> </li> <li>_destroyBuffers() : <a class="el" href="classOgre_1_1BillboardSet.html#abea371b14164a9515291eca75b5c0298">Ogre::BillboardSet</a> </li> <li>_destroyEmitter() : <a class="el" href="classOgre_1_1ParticleSystemManager.html#a10f79cb98ca93df0104fd04230d09f0d">Ogre::ParticleSystemManager</a> </li> <li>_destroyNodeTracks() : <a class="el" href="classOgre_1_1Animation.html#a0efa76d209b69cbf6edb22565efbf710">Ogre::Animation</a> </li> <li>_destroyPool() : <a class="el" href="classOgre_1_1ConvexBody.html#a0858a878ce677241ef5632b04a7ffea4">Ogre::ConvexBody</a> </li> <li>_destroyRenderer() : <a class="el" href="classOgre_1_1ParticleSystemManager.html#ac1dd25a362850584a0dc7a2227b4f840">Ogre::ParticleSystemManager</a> </li> <li>_destroyVisualData() : <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#addc7a41c0c6aba115a7ca23219001690">Ogre::ParticleSystemRenderer</a> </li> <li>_detachDepthBuffer() : <a class="el" href="classOgre_1_1RenderTarget.html#ae68eb2ce228a55811c058de85e369a29">Ogre::RenderTarget</a> , <a class="el" href="classOgre_1_1GLFBOMultiRenderTarget.html#ac6436495c6b7cb026183560177461003">Ogre::GLFBOMultiRenderTarget</a> , <a class="el" href="classOgre_1_1GLFBORenderTexture.html#adb014c403f1001beaac1db74acb653db">Ogre::GLFBORenderTexture</a> , <a class="el" href="classOgre_1_1GLESFBOMultiRenderTarget.html#aab672a300aafa330e5bd1e5e62fd5149">Ogre::GLESFBOMultiRenderTarget</a> , <a class="el" href="classOgre_1_1GLESFBORenderTexture.html#a761757cd4f9ab8341c5d0b6bb87d0c0d">Ogre::GLESFBORenderTexture</a> , <a class="el" href="classOgre_1_1GLES2FBOMultiRenderTarget.html#aa9459143976595bf2b7cfa5cdbcef3c7">Ogre::GLES2FBOMultiRenderTarget</a> , <a class="el" href="classOgre_1_1GLES2FBORenderTexture.html#a5e051c49ca6d1abf0f6ebea15c2c9ee7">Ogre::GLES2FBORenderTexture</a> </li> <li>_detectImplementation() : <a class="el" href="classOgre_1_1OptimisedUtil.html#abf6a2bcd2039d05d83671e2da3140112">Ogre::OptimisedUtil</a> </li> <li>_determineAnimationTypes() : <a class="el" href="classOgre_1_1Mesh.html#a46d1f293cea6eb5adc208e4abe3256ba">Ogre::Mesh</a> </li> <li>_dirtyCompositeMapRect() : <a class="el" href="classOgre_1_1Terrain.html#aa40d40d6f3de43fa0651079673145b95">Ogre::Terrain</a> </li> <li>_dirtyHash() : <a class="el" href="classOgre_1_1Pass.html#a44c84896039e6a9f3a44da8468591fb3">Ogre::Pass</a> </li> <li>_dirtyNodeByMovingPortals() : <a class="el" href="classOgre_1_1PCZSceneManager.html#a3ba0b3c24201c909927ece0792ea2cc7">Ogre::PCZSceneManager</a> </li> <li>_dirtyState() : <a class="el" href="classOgre_1_1Resource.html#afcb4a61b965600a67ca2c2f060821db9">Ogre::Resource</a> </li> <li>_disableTextureUnit() : <a class="el" href="classOgre_1_1RenderSystem.html#a058d6805142fce7ec095a018447cbe33">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a4b12822797f3e57d827d89ff93f63fd5">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a0f35bab2afa97804cf8323d0205cd0c5">Ogre::D3D9RenderSystem</a> </li> <li>_disableTextureUnitsFrom() : <a class="el" href="classOgre_1_1RenderSystem.html#a68e0ecb23c3eba58b5aeb06d646ce4cd">Ogre::RenderSystem</a> </li> <li>_dumpContents() : <a class="el" href="classOgre_1_1Skeleton.html#a4bff56a558381025a2be16e2a4a76b02">Ogre::Skeleton</a> </li> <li>_dumpTextures() : <a class="el" href="classOgre_1_1Terrain.html#a1ba82d7fe350ae72a2d748eb4e02b960">Ogre::Terrain</a> </li> <li>_endFrame() : <a class="el" href="classOgre_1_1RenderSystem.html#aad966c6f361ac75304c1e03f9ec384c4">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a60a4f07569425d0f0eaaba15ba1354c5">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#aff3564dce1811300a2d4e7a65e4e9c66">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#ab91f0c1d8e4aeaa80f5e65d813185b42">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a741e06c32facf4082c3c956877f331bb">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a68501393597f19991a08d0c20a19c947">Ogre::GLES2RenderSystem</a> </li> <li>_endUpdate() : <a class="el" href="classOgre_1_1RenderTarget.html#a53b173c70995ba39d72c01f5d086ca73">Ogre::RenderTarget</a> , <a class="el" href="classOgre_1_1D3D9RenderWindow.html#ad0a864bfe76d0c20efb0e67036bc8f90">Ogre::D3D9RenderWindow</a> </li> <li>_executeTriggerEmitters() : <a class="el" href="classOgre_1_1ParticleSystem.html#a64414ea812b0f1781c8c987b580c9467">Ogre::ParticleSystem</a> </li> <li>_expire() : <a class="el" href="classOgre_1_1ParticleSystem.html#ac67f2b217cac6456e7ac5e13c8325f63">Ogre::ParticleSystem</a> </li> <li>_finalize() : <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator.html#a8e39506b9d1c08232486abf2b5994458">Ogre::RTShader::ShaderGenerator</a> </li> <li>_findNamedConstantDefinition() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#a6b01a0aa3720d9d2bb5c9951d3ac601d">Ogre::GpuProgramParameters</a> </li> <li>_findNodes() : <a class="el" href="classOgre_1_1OctreeZone.html#ae4c002cf9a3497492dfd33576495dbb6">Ogre::OctreeZone</a> , <a class="el" href="classOgre_1_1Octree.html#afd5b49ddb2ac48cd64ea6bfdc8e5f907">Ogre::Octree</a> , <a class="el" href="classOgre_1_1DefaultZone.html#a53f4cc39ed57959a0fbc6493db0eaac7">Ogre::DefaultZone</a> , <a class="el" href="classOgre_1_1PCZone.html#ac6d95f1d9e814b380b99b266ac2a9383">Ogre::PCZone</a> </li> <li>_findRawAutoConstantEntryFloat() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#a085e1e433c3478931004366b33b80661">Ogre::GpuProgramParameters</a> </li> <li>_findRawAutoConstantEntryInt() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#ae28399809a907491a477ae761ac4e9af">Ogre::GpuProgramParameters</a> </li> <li>_findScriptLoader() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#a37f66e01848479cdca64398ef5438b9c">Ogre::ResourceGroupManager</a> </li> <li>_findVisibleObjects() : <a class="el" href="classOgre_1_1Overlay.html#ae694fb90f0c626c2fb4e7dfc65f97448">Ogre::Overlay</a> , <a class="el" href="classOgre_1_1SceneManager.html#abd51f4629d00ff23f5064c0d2ab37647">Ogre::SceneManager</a> , <a class="el" href="classOgre_1_1SceneNode.html#a188e6ca9a8f9a28f4d2128ca6ebfd2bb">Ogre::SceneNode</a> , <a class="el" href="classOgre_1_1BspSceneManager.html#a35b475390db15397c62881e4951b9051">Ogre::BspSceneManager</a> , <a class="el" href="classOgre_1_1OctreeSceneManager.html#aa494c8daa1f620c9f03aa8caf42e7eee">Ogre::OctreeSceneManager</a> , <a class="el" href="classOgre_1_1PCZSceneManager.html#af0d5b6993d1e969077caada228dcb484">Ogre::PCZSceneManager</a> </li> <li>_finishSwitchingFullscreen() : <a class="el" href="classOgre_1_1D3D11RenderWindow.html#ad1d488ee8913fd60039f85409afc6662">Ogre::D3D11RenderWindow</a> , <a class="el" href="classOgre_1_1D3D9RenderWindow.html#a784d6d73d8589ce70ff04fcbcbb9706b">Ogre::D3D9RenderWindow</a> </li> <li>_fireEvent() : <a class="el" href="classOgre_1_1ScriptCompiler.html#a7fb900872c1c8e6a114b742f5d74438b">Ogre::ScriptCompiler</a> </li> <li>_fireFrameEnded() : <a class="el" href="classOgre_1_1Root.html#a01d3244dcf290c2db36aea6b0c63616a">Ogre::Root</a> </li> <li>_fireFrameRenderingQueued() : <a class="el" href="classOgre_1_1Root.html#a23fd83ef996349d5151cd93ca4908d36">Ogre::Root</a> </li> <li>_fireFrameStarted() : <a class="el" href="classOgre_1_1Root.html#a194d3177b24dae7d73255268773a54b3">Ogre::Root</a> </li> <li>_fireLoadingComplete() : <a class="el" href="classOgre_1_1Resource.html#a893c7a150edb48a25e5df700cfc194eb">Ogre::Resource</a> </li> <li>_fireNotifyMaterialRender() : <a class="el" href="classOgre_1_1CompositorInstance.html#a356f66a6f94b53ebbe1fee71f219bfaf">Ogre::CompositorInstance</a> </li> <li>_fireNotifyMaterialSetup() : <a class="el" href="classOgre_1_1CompositorInstance.html#a62c2d7f611437483668ccf250a4841b9">Ogre::CompositorInstance</a> </li> <li>_fireNotifyResourcesCreated() : <a class="el" href="classOgre_1_1CompositorInstance.html#aee02ac503204d70ebb46c41e83b46e2d">Ogre::CompositorInstance</a> </li> <li>_firePreparingComplete() : <a class="el" href="classOgre_1_1Resource.html#a77d5f72e02500f6db6f460bb48eac721">Ogre::Resource</a> </li> <li>_fireUnloadingComplete() : <a class="el" href="classOgre_1_1Resource.html#a4b5d014a4d078b7893cce480b264c493">Ogre::Resource</a> </li> <li>_forceReleaseBufferCopies() : <a class="el" href="classOgre_1_1HardwareBufferManagerBase.html#a0de1e9752a1f55aadcc839a4c1633a2f">Ogre::HardwareBufferManagerBase</a> , <a class="el" href="classOgre_1_1HardwareBufferManager.html#ab523a5b31c88599812538441b7e37775">Ogre::HardwareBufferManager</a> </li> <li>_freeUnusedBufferCopies() : <a class="el" href="classOgre_1_1HardwareBufferManagerBase.html#a33cb1e71d569f6c3b277c70bdea870c0">Ogre::HardwareBufferManagerBase</a> , <a class="el" href="classOgre_1_1HardwareBufferManager.html#a9a2793066da237001972061b76930c95">Ogre::HardwareBufferManager</a> </li> <li>_generateAST() : <a class="el" href="classOgre_1_1ScriptCompiler.html#ab7387bde2ebbc8623b9ec8554a130552">Ogre::ScriptCompiler</a> </li> <li>_genMipmaps() : <a class="el" href="classOgre_1_1D3D9HardwarePixelBuffer.html#aa3ea1fd7592237c28a13bad09099529b">Ogre::D3D9HardwarePixelBuffer</a> , <a class="el" href="classOgre_1_1D3D11HardwarePixelBuffer.html#aef747afc351b1b0fd6342be4c285d626">Ogre::D3D11HardwarePixelBuffer</a> </li> <li>_getAccessFlags() : <a class="el" href="classOgre_1_1D3D11Mappings.html#a5815702c66f71a3b8d1035deb05dbdd7">Ogre::D3D11Mappings</a> </li> <li>_getActiveCompositorChain() : <a class="el" href="classOgre_1_1SceneManager.html#a3c780a67172337a28cfe02bb300a786f">Ogre::SceneManager</a> </li> <li>_getActiveSchemeIndex() : <a class="el" href="classOgre_1_1MaterialManager.html#a1ac6bb3f714a00595342ac8266b4296b">Ogre::MaterialManager</a> </li> <li>_getAnimableValueNames() : <a class="el" href="classOgre_1_1AnimableObject.html#a20139173e816c296ab46d0548d1d4902">Ogre::AnimableObject</a> </li> <li>_getAnimationImpl() : <a class="el" href="classOgre_1_1Mesh.html#a956ac541263d09887248b24068298691">Ogre::Mesh</a> , <a class="el" href="classOgre_1_1Skeleton.html#a1245953c5c1de4ea3935d9a2614bb417">Ogre::Skeleton</a> , <a class="el" href="classOgre_1_1SkeletonInstance.html#ab80de0dc06b8c3c5c5e41fd89e030503">Ogre::SkeletonInstance</a> </li> <li>_getAnimationTypesDirty() : <a class="el" href="classOgre_1_1Mesh.html#aaa46f04cb1ba0263ac8c09b0b614a75c">Ogre::Mesh</a> </li> <li>_getAnimController() : <a class="el" href="classOgre_1_1TextureUnitState.html#a64b0c99b0a3f9c756643760c57833b2d">Ogre::TextureUnitState</a> </li> <li>_getBatchCount() : <a class="el" href="classOgre_1_1RenderSystem.html#af7ed3c5ecb53897d3a17fc4d4b92e560">Ogre::RenderSystem</a> </li> <li>_getBestFilterMethod() : <a class="el" href="classOgre_1_1D3D9Texture.html#a8c7bb4c913f6c2d5e7857f51079602c4">Ogre::D3D9Texture</a> </li> <li>_getBindingDelegate() : <a class="el" href="classOgre_1_1GpuProgram.html#af8938cb9c61b7304f97f857a33b56cfc">Ogre::GpuProgram</a> , <a class="el" href="classOgre_1_1HighLevelGpuProgram.html#a3738e5bfb9a287279bbbbfa0271bc05c">Ogre::HighLevelGpuProgram</a> , <a class="el" href="classOgre_1_1UnifiedHighLevelGpuProgram.html#a1dbca018725061b7baa6c2e52b491beb">Ogre::UnifiedHighLevelGpuProgram</a> </li> <li>_getBindingPoseInverseOrientation() : <a class="el" href="classOgre_1_1Bone.html#a1a7dacec2fbb7b515457f084e0290f14">Ogre::Bone</a> </li> <li>_getBindingPoseInversePosition() : <a class="el" href="classOgre_1_1Bone.html#a79562d8818133b6f12b619f97bac4e18">Ogre::Bone</a> </li> <li>_getBindingPoseInverseScale() : <a class="el" href="classOgre_1_1Bone.html#aafcb028d0902767f09f883c70717398b">Ogre::Bone</a> </li> <li>_getBlendFlags() : <a class="el" href="classOgre_1_1Pass.html#aa3bbe772008608de6af984293c0be4eb">Ogre::Pass</a> </li> <li>_getBoneMatrices() : <a class="el" href="classOgre_1_1Entity.html#acd33143466b60036804bf6c7e892afc9">Ogre::Entity</a> , <a class="el" href="classOgre_1_1Skeleton.html#ad7be2212dc5ff2719a4411b7d4d7245c">Ogre::Skeleton</a> </li> <li>_getBoundFragmentProgram() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a262d80f785988c2dba01cf3ed487cf15">Ogre::D3D11RenderSystem</a> </li> <li>_getBoundGeometryProgram() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#aaf1159ea30be414e78fe0a402aef2325">Ogre::D3D11RenderSystem</a> </li> <li>_getBoundVertexProgram() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a6e2e836915b1bde785608129921379fa">Ogre::D3D11RenderSystem</a> </li> <li>_getBuffersMarkedForAnimation() : <a class="el" href="classOgre_1_1Entity.html#a530fa6cc57e3ca417c84dc2ae9eae384">Ogre::Entity</a> , <a class="el" href="classOgre_1_1SubEntity.html#a8e00545c24b8ca8674aeec00567ce4cd">Ogre::SubEntity</a> </li> <li>_getChildIndexes() : <a class="el" href="classOgre_1_1Octree.html#ae19fc6eb6c04fa5132e30888930cc1c4">Ogre::Octree</a> </li> <li>_getClippingRegion() : <a class="el" href="classOgre_1_1OverlayElement.html#a9da65eddce69177a9fa8ee823176f239">Ogre::OverlayElement</a> </li> <li>_getClosestSupportedPF() : <a class="el" href="classOgre_1_1D3D11Mappings.html#a8325051f47ecd4aaad504a54234b1108">Ogre::D3D11Mappings</a> , <a class="el" href="classOgre_1_1D3D9Mappings.html#adebd4f687911e59246e3c2d1113fb183">Ogre::D3D9Mappings</a> </li> <li>_getCombinedVisibilityMask() : <a class="el" href="classOgre_1_1SceneManager.html#a4ac70da4acb59963d90d58b0b76814e1">Ogre::SceneManager</a> </li> <li>_getCompositeMapMaterial() : <a class="el" href="classOgre_1_1Terrain.html#a9ce8e6eb204553e2eb6367d855a27d06">Ogre::Terrain</a> </li> <li>_getCompositeMapRTT() : <a class="el" href="classOgre_1_1TerrainMaterialGenerator.html#a87dca7208407e824a01d5e07ea92688f">Ogre::TerrainMaterialGenerator</a> </li> <li>_getCreator() : <a class="el" href="classOgre_1_1MovableObject.html#abc4d3c30d2b50267a348f8d5aee3c5e4">Ogre::MovableObject</a> </li> <li>_getCubeFaceName() : <a class="el" href="classOgre_1_1D3D11Texture.html#a0cc886e46f280d6ea34ecfc3ba10670e">Ogre::D3D11Texture</a> , <a class="el" href="classOgre_1_1D3D9Texture.html#a691c263797cf78e4264622e6a403f4af">Ogre::D3D9Texture</a> </li> <li>_getCullBounds() : <a class="el" href="classOgre_1_1Octree.html#aaf47656eae2fffc6c2f7ff66b5575d27">Ogre::Octree</a> </li> <li>_getCullingMode() : <a class="el" href="classOgre_1_1RenderSystem.html#adef5117e5f28fb39e04b59181558a970">Ogre::RenderSystem</a> </li> <li>_getCurrentAnisotropy() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a089e449a7512c830c887120c0a01448b">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#acbe98a491e3a8440c386f352146ecad5">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#ad8cf59b291dfe130523ac5c7f654adf1">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#ab47d8512251030ee6afc8ddb8321c211">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a12130024c134ee4eecdeefae71309319">Ogre::GLES2RenderSystem</a> </li> <li>_getCurrentSceneManager() : <a class="el" href="classOgre_1_1Root.html#a55ee6b25390b1fe7406fd7ef327472a1">Ogre::Root</a> </li> <li>_getDefaultViewportMaterialScheme() : <a class="el" href="classOgre_1_1RenderSystem.html#aacef247cf85f6ecd44b075f99555b6a2">Ogre::RenderSystem</a> </li> <li>_getDelegate() : <a class="el" href="classOgre_1_1UnifiedHighLevelGpuProgram.html#a6d6f3458e212080f4313548dc03603a0">Ogre::UnifiedHighLevelGpuProgram</a> </li> <li>_getDepthBufferCheckEnabled() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#ac01938a65fe2dcd8ecbe1ee62e50090b">Ogre::D3D11RenderSystem</a> </li> <li>_getDepthStencilFormatFor() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a756e9227a2d0147e31100ce041d4f9cb">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a8ce62ee3c135da495b1c863a5cdca7a5">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a7e0aa4a520f7d6fdd0dbb9febb2feb51">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ad274e7b3ba5377552301779984423d91">Ogre::GLES2RenderSystem</a> </li> <li>_getDerivedLeft() : <a class="el" href="classOgre_1_1OverlayElement.html#abbb23a245b83f33926222206f81f7496">Ogre::OverlayElement</a> </li> <li>_getDerivedOrientation() : <a class="el" href="classOgre_1_1Node.html#a7cc7b0d580cddfdff16cffd52b7e2bc7">Ogre::Node</a> </li> <li>_getDerivedPlane() : <a class="el" href="classOgre_1_1MovablePlane.html#a765d615e629c1a428142a19ab6a02396">Ogre::MovablePlane</a> </li> <li>_getDerivedPosition() : <a class="el" href="group__Scene.html#ga299a18557a9ad2ee7a806d9a61fe9873">Ogre::InstancedEntity</a> , <a class="el" href="classOgre_1_1Node.html#aad2fc6f9ec75b32ee1034ee2498aeed8">Ogre::Node</a> </li> <li>_getDerivedResourceGroup() : <a class="el" href="classOgre_1_1Terrain.html#a75f18a9d6ee03480a4b739575b65eed3">Ogre::Terrain</a> </li> <li>_getDerivedScale() : <a class="el" href="classOgre_1_1Node.html#a985d7cf4f1737d401bc93d47b0763c52">Ogre::Node</a> </li> <li>_getDerivedTop() : <a class="el" href="classOgre_1_1OverlayElement.html#a149ed9dba547535540a515c0936cc1f2">Ogre::OverlayElement</a> </li> <li>_getDictionaryBoolean() : <a class="el" href="classOgre_1_1OSXGLSupport.html#afaa39521feeac13e70bf131c4e6bc2e9">Ogre::OSXGLSupport</a> </li> <li>_getDictionaryLong() : <a class="el" href="classOgre_1_1OSXGLSupport.html#afb90da32f46c4fd6fe5e761a0ba4ba85">Ogre::OSXGLSupport</a> </li> <li>_getEmissionCount() : <a class="el" href="classOgre_1_1ParticleEmitter.html#a7cfad40c6b640185d22ee701cf23ff6c">Ogre::ParticleEmitter</a> , <a class="el" href="classOgre_1_1AreaEmitter.html#ad072fea486991d4efa92f9e062ea84b1">Ogre::AreaEmitter</a> , <a class="el" href="classOgre_1_1PointEmitter.html#a93ab758a4904237bfcbb5750281bcddd">Ogre::PointEmitter</a> </li> <li>_getErrorsFromQueue() : <a class="el" href="classOgre_1_1D3D11Device.html#ab857859bfe05b1fb33f980a7f94e4fc4">Ogre::D3D11Device</a> </li> <li>_getFaceCount() : <a class="el" href="classOgre_1_1RenderSystem.html#a4405cc3651219c6422d04c9b3d843d32">Ogre::RenderSystem</a> </li> <li>_getFactory() : <a class="el" href="classOgre_1_1ParticleSystemManager.html#ab1304f08164981cb28954fa0fed6351c">Ogre::ParticleSystemManager</a> </li> <li>_getFloatConstantLogicalIndexUse() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#ae92975bad19e98b3fab020d490bd3ff5">Ogre::GpuProgramParameters</a> </li> <li>_getFloatConstantPhysicalIndex() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#aea8b02f3882228324aae14010ea164d8">Ogre::GpuProgramParameters</a> </li> <li>_getFrustumClipVolumes() : <a class="el" href="classOgre_1_1Light.html#a4ef900af994c9d941660660136ad375e">Ogre::Light</a> </li> <li>_getFullLocalTransform() : <a class="el" href="classOgre_1_1TagPoint.html#ac4524a0b49f90a20aeac37f1902e1c1d">Ogre::TagPoint</a> </li> <li>_getFullTransform() : <a class="el" href="classOgre_1_1Node.html#a58997cd5600d78e6579bba77f2bc8fa7">Ogre::Node</a> </li> <li>_getHardwareVertexAnimVertexData() : <a class="el" href="classOgre_1_1Entity.html#a0bedf7e8287940816e3e6837beed8d97">Ogre::Entity</a> , <a class="el" href="classOgre_1_1SubEntity.html#a887198a3e8501f07a5b6dd086b5ba411">Ogre::SubEntity</a> </li> <li>_getHardwareVertexBuffer() : <a class="el" href="classOgre_1_1Pose.html#a3d1113ada247586b91465b3e1a02eb67">Ogre::Pose</a> </li> <li>_getHeight() : <a class="el" href="classOgre_1_1OverlayElement.html#a60a6f4e492f466c8b14085fbf75e88a6">Ogre::OverlayElement</a> </li> <li>_getImpl() : <a class="el" href="classOgre_1_1RenderTarget.html#adc79bb20073490723d8705828a809068">Ogre::RenderTarget</a> </li> <li>_getIndexInFrame() : <a class="el" href="classOgre_1_1Light.html#ab33b964677ede81059876de81f65bc3d">Ogre::Light</a> </li> <li>_getIndexToBoneMap() : <a class="el" href="group__Scene.html#ga244219dff9699f4312faf9b818cdc835">Ogre::InstanceBatch</a> </li> <li>_getIntConstantLogicalIndexUse() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#ab942380df3e55385fa500c8851057009">Ogre::GpuProgramParameters</a> </li> <li>_getIntConstantPhysicalIndex() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#a206c87883d74cc80ac24037b038e165a">Ogre::GpuProgramParameters</a> </li> <li>_getIterator() : <a class="el" href="classOgre_1_1ParticleSystem.html#a6784cc5dfe836936e8f7cda0079fce74">Ogre::ParticleSystem</a> </li> <li>_getLeft() : <a class="el" href="classOgre_1_1OverlayElement.html#a6c950a9e2d6e30d6c1defc2de6afd471">Ogre::OverlayElement</a> </li> <li>_getLightList() : <a class="el" href="classOgre_1_1MovableObject.html#adf4f61aeb45d61195c248757e3d1c6fe">Ogre::MovableObject</a> </li> <li>_getLightsAffectingFrustum() : <a class="el" href="classOgre_1_1SceneManager.html#a62876dcdf7cb0f7923de88e62cf077ac">Ogre::SceneManager</a> </li> <li>_getLightsDirtyCounter() : <a class="el" href="classOgre_1_1SceneManager.html#a4e9e8558a06d7bf26eadf349731f1cb3">Ogre::SceneManager</a> </li> <li>_getLocalAABB() : <a class="el" href="classOgre_1_1OctreeNode.html#ad63755077b77874ae3b5de2c081c34a0">Ogre::OctreeNode</a> </li> <li>_getLodBiasInverse() : <a class="el" href="classOgre_1_1Camera.html#af4afee967e50b9b36237feb2e87cb64d">Ogre::Camera</a> </li> <li>_getMainContext() : <a class="el" href="classOgre_1_1GLRenderSystem.html#ae4b1a1a6fd4d2840714ebb9700f4ab25">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a20329f0db667ae57cd241c3ef840363d">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a54e976f253252771af48b1fb50352d7f">Ogre::GLES2RenderSystem</a> </li> <li>_getManager() : <a class="el" href="classOgre_1_1MovableObject.html#a0c95a392476c6b54be1648a77f2a56c0">Ogre::MovableObject</a> </li> <li>_getMaterial() : <a class="el" href="classOgre_1_1Terrain.html#a6e8b5db2343f30c724c9d3a2851b5f1a">Ogre::Terrain</a> </li> <li>_getMeshLodFactorTransformed() : <a class="el" href="classOgre_1_1Entity.html#aea46a459f54ac31990215bf719f2467c">Ogre::Entity</a> </li> <li>_getMeshRef() : <a class="el" href="group__Scene.html#gaf1b34a5640923cb56c47153321cd317a">Ogre::InstanceBatch</a> </li> <li>_getMeshReference() : <a class="el" href="group__Scene.html#gaa6c83f6d76357d471b84ffcd99192b79">Ogre::InstanceBatch</a> </li> <li>_getMorphRequired() : <a class="el" href="classOgre_1_1Terrain.html#a14decc3b04b97743c57cc99f89ddb3b4">Ogre::Terrain</a> </li> <li>_getNearClipVolume() : <a class="el" href="classOgre_1_1Light.html#a8dc7734dd5c2784d356ac0166c9e6537">Ogre::Light</a> </li> <li>_getNodeTrackList() : <a class="el" href="classOgre_1_1Animation.html#a98586536e06a55b21fd5407942608b41">Ogre::Animation</a> </li> <li>_getNumBoneMatrices() : <a class="el" href="classOgre_1_1Entity.html#a29c422f41b34f3ebb00e03cacb3a6885">Ogre::Entity</a> </li> <li>_getNumericTrackList() : <a class="el" href="classOgre_1_1Animation.html#aaeb8ab3866b26412fa3ba1f907d45ea5">Ogre::Animation</a> </li> <li>_getNumIndexesForBatchSize() : <a class="el" href="classOgre_1_1Terrain.html#a72c79185cbbc50e1ff016946ae14dca2">Ogre::Terrain</a> </li> <li>_getNumRenderedBatches() : <a class="el" href="classOgre_1_1Camera.html#ae2ad2a4122ad5b9cf4c343957b83374e">Ogre::Camera</a> , <a class="el" href="classOgre_1_1Viewport.html#a281c5fa62a3da7ac0a1d9157483e25f3">Ogre::Viewport</a> </li> <li>_getNumRenderedFaces() : <a class="el" href="classOgre_1_1Camera.html#a56808c832694892f1142d79278af8fa3">Ogre::Camera</a> , <a class="el" href="classOgre_1_1Viewport.html#af7c0f96ca9eb135af8b4e4da601fd907">Ogre::Viewport</a> </li> <li>_getOffsetTransform() : <a class="el" href="classOgre_1_1Bone.html#a0852db6fa1e2c3ffbb63f8ff8c11cd30">Ogre::Bone</a> </li> <li>_getOriginalSceneCompositor() : <a class="el" href="classOgre_1_1CompositorChain.html#a7655532cf0ded63f91cbfb2063d98875">Ogre::CompositorChain</a> </li> <li>_getOwner() : <a class="el" href="group__Scene.html#ga1d072afe938f349921ae81cd06e09368">Ogre::InstancedEntity</a> </li> <li>_getParentNodeFullTransform() : <a class="el" href="group__Scene.html#gaaa3bfaf1f283e98391ac1b55fb2bd9b6">Ogre::InstancedEntity</a> , <a class="el" href="classOgre_1_1MovableObject.html#aab6d217065c5d2968ef0cc2586a0db86">Ogre::MovableObject</a> </li> <li>_getPF() : <a class="el" href="classOgre_1_1D3D11Mappings.html#a1e1034b38884e366d2602a5f38081e6a">Ogre::D3D11Mappings</a> , <a class="el" href="classOgre_1_1D3D9Mappings.html#af85966ea00ea34c05582a593bed28078">Ogre::D3D9Mappings</a> </li> <li>_getPolygonMode() : <a class="el" href="classOgre_1_1GLESRenderSystem.html#a749da15efc77c2e88ab38e22330e36df">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a3626d32d82603e927505f334ba6687db">Ogre::GLES2RenderSystem</a> </li> <li>_getQueueGroupIterator() : <a class="el" href="classOgre_1_1RenderQueue.html#a591e66972499413f4f911ab3dfcf0412">Ogre::RenderQueue</a> </li> <li>_getRelativeHeight() : <a class="el" href="classOgre_1_1OverlayElement.html#a99536a748f2b9518ee323ca15bd80832">Ogre::OverlayElement</a> </li> <li>_getRelativeWidth() : <a class="el" href="classOgre_1_1OverlayElement.html#ad10ec98d6f8dd0906cb42f0f0b75eb8a">Ogre::OverlayElement</a> </li> <li>_getRenderable() : <a class="el" href="classOgre_1_1TerrainQuadTreeNode.html#a00f0af5c87629eadd07f6063284573f8">Ogre::TerrainQuadTreeNode</a> </li> <li>_getRenderOperation() : <a class="el" href="classOgre_1_1SubMesh.html#a4770787312a616e8735c5d1a864bb1cb">Ogre::SubMesh</a> </li> <li>_getRenderQueueInvocationSequence() : <a class="el" href="classOgre_1_1Viewport.html#add9644e3223359c0eb1075de0b1b801b">Ogre::Viewport</a> </li> <li>_getRenderSystemData() : <a class="el" href="classOgre_1_1GpuSharedParameters.html#a751ee544894656f54520f412658ddabb">Ogre::GpuSharedParameters</a> , <a class="el" href="classOgre_1_1GpuSharedParametersUsage.html#ac8370891f6698b62dd8fa28b67969a6b">Ogre::GpuSharedParametersUsage</a> , <a class="el" href="classOgre_1_1GpuProgramParameters.html#a91e2c63d45fc484226539c20d3fdfd4f">Ogre::GpuProgramParameters</a> </li> <li>_getResourceManager() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#a814015b5d3b200de06045bacc5fe5780">Ogre::ResourceGroupManager</a> </li> <li>_getRootSceneNode() : <a class="el" href="classOgre_1_1Terrain.html#a877892cb1d1d348857c9770c4d5c42c7">Ogre::Terrain</a> </li> <li>_getSchemeIndex() : <a class="el" href="classOgre_1_1MaterialManager.html#aea9231e6fc04369c0440b16c65c8bb69">Ogre::MaterialManager</a> , <a class="el" href="classOgre_1_1Technique.html#abab9570d1a0eb73194afa59c8e20de19">Ogre::Technique</a> </li> <li>_getSchemeName() : <a class="el" href="classOgre_1_1MaterialManager.html#a3e444d262c470c29153ec9ccf9c68668">Ogre::MaterialManager</a> </li> <li>_getSkelAnimTempBufferInfo() : <a class="el" href="classOgre_1_1Entity.html#a4f29d1a54e12463309106ae0c2481973">Ogre::Entity</a> , <a class="el" href="classOgre_1_1SubEntity.html#a9213e1f430e42fb2bb0036aaf7b0e0ff">Ogre::SubEntity</a> </li> <li>_getSkelAnimVertexData() : <a class="el" href="classOgre_1_1Entity.html#a2e87ca90ebb0423e86513c94a6d6853e">Ogre::Entity</a> , <a class="el" href="classOgre_1_1SubEntity.html#a2f83c08c87cde1040e4cae80b366db17">Ogre::SubEntity</a> </li> <li>_getSoftwareVertexAnimVertexData() : <a class="el" href="classOgre_1_1Entity.html#ae49f28e3e0b589d24ee8ab89ab55bc78">Ogre::Entity</a> , <a class="el" href="classOgre_1_1SubEntity.html#ace215b4410fbe1f61cc5dddd16b1b640">Ogre::SubEntity</a> </li> <li>_getSortMode() : <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#a5648247c792e417847b2e63884ba154d">Ogre::BillboardParticleRenderer</a> , <a class="el" href="classOgre_1_1BillboardSet.html#a04e6dd8a1cdd282333a4fbf2dbb5b015">Ogre::BillboardSet</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a2b90d2d5d6b6a46e59e409c54d7dc198">Ogre::ParticleSystemRenderer</a> </li> <li>_getSubMeshIndex() : <a class="el" href="classOgre_1_1Mesh.html#a3c6f3be3c7bd2ac96fa4c4873a95358d">Ogre::Mesh</a> </li> <li>_getSwitchingFullscreen() : <a class="el" href="classOgre_1_1D3D11RenderWindow.html#a347b998d05d97fa2ca0d086def275ec5">Ogre::D3D11RenderWindow</a> , <a class="el" href="classOgre_1_1D3D9RenderWindow.html#a3cd2edf7d635f522a285ab014bf11bca">Ogre::D3D9RenderWindow</a> </li> <li>_getTexturedRectangle2D() : <a class="el" href="classOgre_1_1CompositorManager.html#a0ecf753b0c5e5cd464ff2a94e53946fb">Ogre::CompositorManager</a> </li> <li>_getTexturePtr() : <a class="el" href="classOgre_1_1TextureUnitState.html#a2b2c29b9ab1f4f84c884bbf3dd71dc28">Ogre::TextureUnitState</a> </li> <li>_getTextureUnitWithContentTypeIndex() : <a class="el" href="classOgre_1_1Pass.html#afc5868c08b7ee73e663ecb533b3a0e5f">Ogre::Pass</a> </li> <li>_getTimeIndex() : <a class="el" href="classOgre_1_1Animation.html#acd9d856cef81a16612c588792fd2b843">Ogre::Animation</a> </li> <li>_getTop() : <a class="el" href="classOgre_1_1OverlayElement.html#a25a0094a5035c691af46b4498367eb83">Ogre::OverlayElement</a> </li> <li>_getUsage() : <a class="el" href="classOgre_1_1D3D11Mappings.html#abbceae8274ddd46b149427f0d1e88167">Ogre::D3D11Mappings</a> </li> <li>_getUseVertexCompression() : <a class="el" href="classOgre_1_1Terrain.html#a81e33e10e9e71c5e2da7c8064b174274">Ogre::Terrain</a> </li> <li>_getVertexAnimTempBufferInfo() : <a class="el" href="classOgre_1_1Entity.html#a73887c63f8cba5d6fb6db667792ca428">Ogre::Entity</a> , <a class="el" href="classOgre_1_1SubEntity.html#a87ac0cef9d027c49ba2f2d55bdbb1af6">Ogre::SubEntity</a> </li> <li>_getVertexCount() : <a class="el" href="classOgre_1_1RenderSystem.html#a0e59f9845067742cf26b04037b0ce332">Ogre::RenderSystem</a> </li> <li>_getVertexTrackList() : <a class="el" href="classOgre_1_1Animation.html#aef2ea8fe2f8f1b25a6e0088b69c1eb5e">Ogre::Animation</a> </li> <li>_getViewport() : <a class="el" href="classOgre_1_1RenderSystem.html#aa0cf9dc2df0748f3076c5f8f1f8064db">Ogre::RenderSystem</a> </li> <li>_getWidth() : <a class="el" href="classOgre_1_1OverlayElement.html#aeff6efbeb988718eb6ca90386beaeaf9">Ogre::OverlayElement</a> </li> <li>_getWorldAABB() : <a class="el" href="classOgre_1_1SceneNode.html#a14d6924f09bacdad14e6f73b315b9d32">Ogre::SceneNode</a> </li> <li>_getWorldTransforms() : <a class="el" href="classOgre_1_1Overlay.html#a928762f6c7c24583e092ff61e52e941a">Ogre::Overlay</a> </li> <li>_handleLodEvents() : <a class="el" href="classOgre_1_1SceneManager.html#a72e39912a34617ffa0455f859ec438c3">Ogre::SceneManager</a> </li> <li>_initAnimationState() : <a class="el" href="classOgre_1_1Mesh.html#a84fbf8773bc1438f26e98a244e4b88a7">Ogre::Mesh</a> , <a class="el" href="classOgre_1_1Skeleton.html#af124af663b4df4118eea93c3a326cf69">Ogre::Skeleton</a> , <a class="el" href="classOgre_1_1SkeletonInstance.html#ac8cced53b3d07f8a208d570a3283e09c">Ogre::SkeletonInstance</a> </li> <li>_initGeometryBucket() : <a class="el" href="classOgre_1_1InstancedGeometry_1_1GeometryBucket.html#a1f236edae564d1a60bcf67c36272d964">Ogre::InstancedGeometry::GeometryBucket</a> </li> <li>_initialise() : <a class="el" href="classOgre_1_1Entity.html#a5224496a80fa5c04e8a623794b397186">Ogre::Entity</a> , <a class="el" href="classOgre_1_1MeshManager.html#ac37cc73db16b7202456b49e08cb9e7e7">Ogre::MeshManager</a> , <a class="el" href="classOgre_1_1ParticleSystemManager.html#add15cf5f54484482a1cd37a8d3300c6b">Ogre::ParticleSystemManager</a> , <a class="el" href="classOgre_1_1RenderSystem.html#aad26b5af908674412c89242003f5991e">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#acc1d8d487d8cc4bcbf145c3922af3235">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#adbab61a827e8d9fd7c669ae7824d1b4f">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#ab2660f106ccb2302539178ad146d7e89">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a563e36beee4e19c4b82a56f07301a24e">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#abb6817d185f2ebe29984e15de2b7e24a">Ogre::GLES2RenderSystem</a> </li> <li>_initialisePool() : <a class="el" href="classOgre_1_1ConvexBody.html#a59fb24ee9a509ade6490ad1d9aac16d7">Ogre::ConvexBody</a> </li> <li>_initialize() : <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator.html#a21608bf4a61147a29eade97ecf65ca6a">Ogre::RTShader::ShaderGenerator</a> </li> <li>_initParticle() : <a class="el" href="classOgre_1_1ParticleAffector.html#a5f401d9023e7bb484ff3ff49e70c9510">Ogre::ParticleAffector</a> , <a class="el" href="classOgre_1_1ParticleEmitter.html#a3a8cec931c55752b3995cd631d40acd5">Ogre::ParticleEmitter</a> , <a class="el" href="classOgre_1_1BoxEmitter.html#ad8defee54afe96b7fb753051dc70dc52">Ogre::BoxEmitter</a> , <a class="el" href="classOgre_1_1ColourImageAffector.html#a984fc468041419661aa75af91d0d2757">Ogre::ColourImageAffector</a> , <a class="el" href="classOgre_1_1CylinderEmitter.html#ab30bc24bf0ba19b94ffbbc8ea0053f19">Ogre::CylinderEmitter</a> , <a class="el" href="classOgre_1_1EllipsoidEmitter.html#abb99d9dab3877c580cceed16f2dbf0ca">Ogre::EllipsoidEmitter</a> , <a class="el" href="classOgre_1_1HollowEllipsoidEmitter.html#ab616bda74c451b4617cb222f726656c8">Ogre::HollowEllipsoidEmitter</a> , <a class="el" href="classOgre_1_1PointEmitter.html#a479b80b892108580d42ea63252abeb39">Ogre::PointEmitter</a> , <a class="el" href="classOgre_1_1RingEmitter.html#abfb7c7d441f7f4081f0ec1e4a1cf8b9f">Ogre::RingEmitter</a> , <a class="el" href="classOgre_1_1RotationAffector.html#acac2cf0655f915ad316f2f800482441c">Ogre::RotationAffector</a> </li> <li>_initRectangle2D() : <a class="el" href="classOgre_1_1Rectangle2D.html#a73492f588127f073ddeafb5daf510ad2">Ogre::Rectangle2D</a> </li> <li>_initRenderTargets() : <a class="el" href="classOgre_1_1RenderSystem.html#a83ca87a7c74baff1db1a9ff6ec61ba54">Ogre::RenderSystem</a> </li> <li>_initWireBoundingBox() : <a class="el" href="classOgre_1_1WireBoundingBox.html#a889751e4085d845638ff70173e9c8255">Ogre::WireBoundingBox</a> </li> <li>_injectRenderWithPass() : <a class="el" href="classOgre_1_1SceneManager.html#a502e470a4b59819fcb0578ee0509ca6c">Ogre::SceneManager</a> </li> <li>_invalidateCameraCache() : <a class="el" href="classOgre_1_1SubEntity.html#abed92cd6152d752dccb46b4ef7a2874f">Ogre::SubEntity</a> </li> <li>_isAnimated() : <a class="el" href="classOgre_1_1Entity.html#a947a919597342cdfcaf879612da1f966">Ogre::Entity</a> </li> <li>_isDynamic() : <a class="el" href="classOgre_1_1D3D11Mappings.html#aaf06fa4183eee9505f9997c72b84127f">Ogre::D3D11Mappings</a> </li> <li>_isIn() : <a class="el" href="classOgre_1_1OctreeNode.html#ae09b4cd70fd939ff0c4cb33a05680886">Ogre::OctreeNode</a> , <a class="el" href="classOgre_1_1OctreeZoneData.html#ac3c7a0dc4cc177adc967decd7865f4cb">Ogre::OctreeZoneData</a> </li> <li>_isSkeletonAnimated() : <a class="el" href="classOgre_1_1Entity.html#a9eadfc4eaf055507e79adbd510ef05c3">Ogre::Entity</a> </li> <li>_isSM3Available() : <a class="el" href="classOgre_1_1TerrainMaterialGeneratorA_1_1SM2Profile.html#a35b8394758ead4cb05487f0bbdc3758c">Ogre::TerrainMaterialGeneratorA::SM2Profile</a> </li> <li>_isSM4Available() : <a class="el" href="classOgre_1_1TerrainMaterialGeneratorA_1_1SM2Profile.html#a0219afa39a19812e90ff2919fd12fe68">Ogre::TerrainMaterialGeneratorA::SM2Profile</a> </li> <li>_isSupported() : <a class="el" href="classOgre_1_1CompositionPass.html#ac0daef1d307ace963959896a3db64d75">Ogre::CompositionPass</a> , <a class="el" href="classOgre_1_1CompositionTargetPass.html#a5e1075c8f2a3c9cfaed6f65a9ea55334">Ogre::CompositionTargetPass</a> </li> <li>_isTwiceSize() : <a class="el" href="classOgre_1_1Octree.html#a31aee3bbc072e1677b8814ee361c41b8">Ogre::Octree</a> </li> <li>_isUpdated() : <a class="el" href="classOgre_1_1Viewport.html#a93972965b5498b5aab4e18fe78c93647">Ogre::Viewport</a> </li> <li>_keyFrameDataChanged() : <a class="el" href="classOgre_1_1AnimationTrack.html#a715b6d025247c4857a5deba9376ae48c">Ogre::AnimationTrack</a> , <a class="el" href="classOgre_1_1NodeAnimationTrack.html#ac63ec3b7f27897f2223aca60f4c90422">Ogre::NodeAnimationTrack</a> </li> <li>_keyFrameListChanged() : <a class="el" href="classOgre_1_1Animation.html#ad8bcd32239c62f94ac26f07b30de6db0">Ogre::Animation</a> </li> <li>_load() : <a class="el" href="classOgre_1_1GpuProgramUsage.html#a998ff466eb484f98eea125257cc43db9">Ogre::GpuProgramUsage</a> , <a class="el" href="classOgre_1_1Pass.html#ac1e07d3bccdb7f6c437c107c92e4ae46">Ogre::Pass</a> , <a class="el" href="classOgre_1_1Technique.html#a92b98b4f291fa76b02d2adeb822998af">Ogre::Technique</a> , <a class="el" href="classOgre_1_1TextureUnitState.html#a152b9706e34afd01006ccdd7e2ef7c99">Ogre::TextureUnitState</a> </li> <li>_loadCubeTex() : <a class="el" href="classOgre_1_1D3D9Texture.html#ad18b0be49ca7adfabfef6125eda8e646">Ogre::D3D9Texture</a> </li> <li>_loadImage() : <a class="el" href="classOgre_1_1ColourImageAffector.html#abe13ec09ef926c4d861968424cc57be0">Ogre::ColourImageAffector</a> </li> <li>_loadImages() : <a class="el" href="classOgre_1_1Texture.html#a13fc432584dd44c2969a8e41bdca569c">Ogre::Texture</a> </li> <li>_loadNormTex() : <a class="el" href="classOgre_1_1D3D9Texture.html#af292c87c0296d2357a14c011168697ea">Ogre::D3D9Texture</a> </li> <li>_loadProceduralPage() : <a class="el" href="classOgre_1_1PagedWorld.html#a72ebc44da81eac9c605bc012e89501ce">Ogre::PagedWorld</a> , <a class="el" href="classOgre_1_1PagedWorldSection.html#ac0c8f91bad2fa313ecde9d0f6e8491b9">Ogre::PagedWorldSection</a> , <a class="el" href="classOgre_1_1PageManager.html#a6b9f961e725ab87884b337af149c2dae">Ogre::PageManager</a> </li> <li>_loadTex() : <a class="el" href="classOgre_1_1D3D11Texture.html#a0d9cda90d9bef708c0ebba910d5d5d5a">Ogre::D3D11Texture</a> </li> <li>_loadVolumeTex() : <a class="el" href="classOgre_1_1D3D9Texture.html#aa808ad4c3716d6dfe8b0ffabb008c0d9">Ogre::D3D9Texture</a> </li> <li>_lockBuffer() : <a class="el" href="classOgre_1_1D3D9HardwareIndexBuffer.html#a831621241b7272d7dc86767230b5b319">Ogre::D3D9HardwareIndexBuffer</a> , <a class="el" href="classOgre_1_1D3D9HardwareVertexBuffer.html#aaf84a90563ef431bbb227c31ae99f5cc">Ogre::D3D9HardwareVertexBuffer</a> </li> <li>_makeOrthoMatrix() : <a class="el" href="classOgre_1_1RenderSystem.html#aa18aad4d16f0448f1fa5a4fcdb224e4a">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a4642d3b99b089c09628cdb8dbd73f37c">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#ae3fd00aee60751f2bb937a0d1f619520">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a96a47ef61b2e25ffcfc9a2c22ec267f4">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#ad1d2a57eae375f21513b24f817513fda">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ade8fbe9f9d7ecf3ffa6b33ca1f051dae">Ogre::GLES2RenderSystem</a> </li> <li>_makeProjectionMatrix() : <a class="el" href="classOgre_1_1RenderSystem.html#ad401520ec851d8a1577b97d9ba3924e1">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a56ef43340674f07f9b6e13830fae132d">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#aee210728f2dbf51a5c3d44aef97b97f8">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#af5033f08464fd001df3abc31939f86f7">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a8e5f7523bce48bf693e71b11c3dc3e74">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a3c5049067c422071a749aef67f9818e7">Ogre::GLES2RenderSystem</a> </li> <li>_markBuffersUnusedForAnimation() : <a class="el" href="classOgre_1_1SubEntity.html#abfacde2f50e8517cf3c8b9a2936ca0a4">Ogre::SubEntity</a> </li> <li>_markBuffersUsedForAnimation() : <a class="el" href="classOgre_1_1Entity.html#a3de64ec72046e4dc3d08dc81a9be191a">Ogre::Entity</a> , <a class="el" href="classOgre_1_1SubEntity.html#a28e52e17dfbd6b8136e567c4ce113a46">Ogre::SubEntity</a> </li> <li>_markChanged() : <a class="el" href="classOgre_1_1TerrainMaterialGenerator.html#ae6cdf5dafc5bbea8e8241b54689798de">Ogre::TerrainMaterialGenerator</a> </li> <li>_markDirty() : <a class="el" href="classOgre_1_1CompositorChain.html#a0786570dbe0567f781db42c64cdc0864">Ogre::CompositorChain</a> , <a class="el" href="classOgre_1_1GpuSharedParameters.html#aa53d15b0327750087e989b29b1d64946">Ogre::GpuSharedParameters</a> </li> <li>_markGpuParamsDirty() : <a class="el" href="classOgre_1_1SceneManager.html#ac631d25ab65e821544835bfa1b507fc2">Ogre::SceneManager</a> </li> <li>_markTransformSharingDirty() : <a class="el" href="group__Scene.html#ga2773601083f5a3d41dd071aec04fd5d8">Ogre::InstanceBatch</a> </li> <li>_mergeSkeletonAnimations() : <a class="el" href="classOgre_1_1Skeleton.html#a0cc03e92fdf49c21fee8aa40631e276b">Ogre::Skeleton</a> </li> <li>_notifyAllResourcesRemoved() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#a9101eca6c6f8b53c0aed0058d8fa2598">Ogre::ResourceGroupManager</a> </li> <li>_notifyAnimationStateEnabled() : <a class="el" href="classOgre_1_1AnimationStateSet.html#aa8c6dd75b3600a357c0a4d64150817b2">Ogre::AnimationStateSet</a> </li> <li>_notifyAttached() : <a class="el" href="classOgre_1_1Entity.html#aa00c4d0ae6c87888b0188bb7356d99dc">Ogre::Entity</a> , <a class="el" href="group__Scene.html#ga0faadbd22a01ef1b959e0c63598bc79a">Ogre::InstancedEntity</a> , <a class="el" href="classOgre_1_1Light.html#a2c4dddb1da9079b9f68236c86a689e54">Ogre::Light</a> , <a class="el" href="classOgre_1_1MovableObject.html#aeb13418fe2740ed8ebc52cd9667fca41">Ogre::MovableObject</a> , <a class="el" href="classOgre_1_1ParticleSystem.html#a2937e606da2beda93f8b65695de90d0b">Ogre::ParticleSystem</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#aa77068e24ca3ff941e5608f841eee433">Ogre::ParticleSystemRenderer</a> , <a class="el" href="classOgre_1_1PageContent.html#a3214fdf08afe4d6fd588d575820ff164">Ogre::PageContent</a> , <a class="el" href="classOgre_1_1PageContentCollection.html#a774c75c12ecd87171424be83226d6c45">Ogre::PageContentCollection</a> , <a class="el" href="classOgre_1_1PortalBase.html#ad2cfb28e1ef786ed83ea88ac22675837">Ogre::PortalBase</a> , <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#ad2f65bee7925cb6cf0494d759527ea52">Ogre::BillboardParticleRenderer</a> </li> <li>_notifyAutotrackingSceneNode() : <a class="el" href="classOgre_1_1SceneManager.html#aae9af47cfe8ae3184744e9d19d73341f">Ogre::SceneManager</a> </li> <li>_notifyBillboardResized() : <a class="el" href="classOgre_1_1BillboardSet.html#aba0d98398c06691ef11cc4f9a6b8e963">Ogre::BillboardSet</a> </li> <li>_notifyBillboardRotated() : <a class="el" href="classOgre_1_1BillboardSet.html#a1137b92b57ff786c216614c4664f25a4">Ogre::BillboardSet</a> </li> <li>_notifyCameraRemoved() : <a class="el" href="classOgre_1_1RenderSystem.html#aecceb6f1a7d3113de8676d20e39260dc">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1RenderTarget.html#a9643c656e6220cb96e7db14238788db7">Ogre::RenderTarget</a> </li> <li>_notifyContainer() : <a class="el" href="classOgre_1_1Animation.html#a7deef4dd997370e01c59edc4f5d44500">Ogre::Animation</a> </li> <li>_notifyCreator() : <a class="el" href="classOgre_1_1MovableObject.html#a06f161ae0451be7eaa67e77c296d5631">Ogre::MovableObject</a> </li> <li>_notifyCurrentCamera() : <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#ac9978c52b947f125de22a5d34cef6afa">Ogre::BillboardParticleRenderer</a> , <a class="el" href="classOgre_1_1BillboardSet.html#a2b90d3f4d3cce651644763743e0538ea">Ogre::BillboardSet</a> , <a class="el" href="classOgre_1_1Entity.html#a7eb4f29cfb41d91de47ff92c9c011f60">Ogre::Entity</a> , <a class="el" href="classOgre_1_1Frustum.html#acc9600b98b04f28b28b3a05c1c352829">Ogre::Frustum</a> , <a class="el" href="group__Scene.html#gaeb967751f31d275489389e9988f1aac2">Ogre::InstanceBatch</a> , <a class="el" href="classOgre_1_1InstancedGeometry_1_1BatchInstance.html#abeed8b66fa573243dab6234935cf20c3">Ogre::InstancedGeometry::BatchInstance</a> , <a class="el" href="classOgre_1_1MovableObject.html#aa805908a2945ba1e1b1d6badb4761e27">Ogre::MovableObject</a> , <a class="el" href="classOgre_1_1MovablePlane.html#a6d0680e3e68f81a9498c30d5257d4293">Ogre::MovablePlane</a> , <a class="el" href="classOgre_1_1ParticleSystem.html#a2a51ddf360d8c36cab0e3b636757af5c">Ogre::ParticleSystem</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a36ec310fb97f85ed7ca1d5176024bfcc">Ogre::ParticleSystemRenderer</a> , <a class="el" href="classOgre_1_1SimpleRenderable.html#a47d8e69386caeba126d0eaa97410bd28">Ogre::SimpleRenderable</a> , <a class="el" href="classOgre_1_1StaticGeometry_1_1Region.html#aac53e78f006299fdd935c4d29ca713fa">Ogre::StaticGeometry::Region</a> </li> <li>_notifyDefaultDimensions() : <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#a1afd4cc34e7377e3b24ed966f14bb1e6">Ogre::BillboardParticleRenderer</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a2e0b651fd9d845b9bc70e9aaf64e5915">Ogre::ParticleSystemRenderer</a> </li> <li>_notifyDirty() : <a class="el" href="classOgre_1_1AnimationStateSet.html#a66f959e4399f4f2d66239fadc1382503">Ogre::AnimationStateSet</a> </li> <li>_notifyEntityMaterialLodChanged() : <a class="el" href="classOgre_1_1SceneManager.html#a272d1a76e7854e51f824f0099a4910cf">Ogre::SceneManager</a> </li> <li>_notifyEntityMeshLodChanged() : <a class="el" href="classOgre_1_1SceneManager.html#ad0a84e6426cad7dfd721fb5fccd9976c">Ogre::SceneManager</a> </li> <li>_notifyIndex() : <a class="el" href="classOgre_1_1Pass.html#afaa52a3826a08569b8263834f043a83f">Ogre::Pass</a> </li> <li>_notifyIndexBufferDestroyed() : <a class="el" href="classOgre_1_1HardwareBufferManagerBase.html#aa12ae6a67af715b2be80182bd05abb46">Ogre::HardwareBufferManagerBase</a> , <a class="el" href="classOgre_1_1HardwareBufferManager.html#aee835c8225ba41a1358db813ce080b0e">Ogre::HardwareBufferManager</a> </li> <li>_notifyIndexInFrame() : <a class="el" href="classOgre_1_1Light.html#a8be55b8ecc3c79532711429fc8a5d36a">Ogre::Light</a> </li> <li>_notifyLightsDirty() : <a class="el" href="classOgre_1_1SceneManager.html#aebfa8b61550010c86fc3b605e2cda669">Ogre::SceneManager</a> </li> <li>_notifyManager() : <a class="el" href="classOgre_1_1MovableObject.html#af730ac3ee4a51ee69f4221298f933e8a">Ogre::MovableObject</a> </li> <li>_notifyManualBonesDirty() : <a class="el" href="classOgre_1_1Skeleton.html#a03b44f6388b5186b1fb27b18810d0757">Ogre::Skeleton</a> </li> <li>_notifyManualBoneStateChange() : <a class="el" href="classOgre_1_1Skeleton.html#acaf9b4811f0308062df913e3f280bbdc">Ogre::Skeleton</a> </li> <li>_notifyModified() : <a class="el" href="classOgre_1_1Page.html#acd2cb9938bda9bd6b7bde31946d0139d">Ogre::Page</a> </li> <li>_notifyMovableObjectLodChanged() : <a class="el" href="classOgre_1_1SceneManager.html#ae4b6a7748dc4273fd6c160fb162c544f">Ogre::SceneManager</a> </li> <li>_notifyMoved() : <a class="el" href="group__Scene.html#gac18e33cc9b2824de974cd4259874ac62">Ogre::InstancedEntity</a> , <a class="el" href="classOgre_1_1PortalBase.html#a771d99cc1f7b16d289a9d023d8a60aa7">Ogre::PortalBase</a> , <a class="el" href="classOgre_1_1Light.html#acc93817276a3ea236bb45a19de4f5d4e">Ogre::Light</a> , <a class="el" href="classOgre_1_1MovableObject.html#ae307c64b6e130191e45d48df0e2c5961">Ogre::MovableObject</a> , <a class="el" href="classOgre_1_1PCZLight.html#a6944ad4ba92212a50c7350dc7ecb06e9">Ogre::PCZLight</a> </li> <li>_notifyNeedsRecompile() : <a class="el" href="classOgre_1_1Material.html#a66ab9a0f0ef89e66a0f0e0349433af39">Ogre::Material</a> , <a class="el" href="classOgre_1_1Pass.html#a6d9af04b4a643df1d81cc0443ca34ab2">Ogre::Pass</a> , <a class="el" href="classOgre_1_1Technique.html#aa5ad18f720bba21676f3424ed7b2382d">Ogre::Technique</a> , <a class="el" href="classOgre_1_1TextureUnitState.html#a78895c49d27597bf3e11fc7269373124">Ogre::TextureUnitState</a> </li> <li>_notifyObjectDetached() : <a class="el" href="classOgre_1_1BspLevel.html#abb6bb7d410caaa37c5a9b573009232fd">Ogre::BspLevel</a> , <a class="el" href="classOgre_1_1BspSceneManager.html#a884ea1e2f8b90a149f03de7b822c2385">Ogre::BspSceneManager</a> </li> <li>_notifyObjectMoved() : <a class="el" href="classOgre_1_1BspSceneManager.html#af55b958c50f23943eca3132c8f154147">Ogre::BspSceneManager</a> , <a class="el" href="classOgre_1_1BspLevel.html#ae44b5dbe3ecd07bdfd7632c1d94e5611">Ogre::BspLevel</a> </li> <li>_notifyOrigin() : <a class="el" href="classOgre_1_1Overlay.html#ae48bf2a6596b514f95e9d3a437d8e1e0">Ogre::Overlay</a> , <a class="el" href="classOgre_1_1ParticleSystem.html#aae2a5b0da71f9b6f9885a7b32ac4753d">Ogre::ParticleSystem</a> , <a class="el" href="classOgre_1_1Resource.html#a3d111616339484f39c9456eeec6fd843">Ogre::Resource</a> </li> <li>_notifyOwner() : <a class="el" href="classOgre_1_1Particle.html#a58bee75a698865e094bd338ad260ff8a">Ogre::Particle</a> , <a class="el" href="classOgre_1_1Billboard.html#a88d66ce919092367df57a2e3abcae059">Ogre::Billboard</a> </li> <li>_notifyParent() : <a class="el" href="classOgre_1_1OverlayContainer.html#a4914991f1125756625245adcbd80e541">Ogre::OverlayContainer</a> , <a class="el" href="classOgre_1_1OverlayElement.html#a30ed52ccd1e7911239a0cd0209ca5f09">Ogre::OverlayElement</a> , <a class="el" href="classOgre_1_1TextureUnitState.html#a69a867f544a08845a86acc421476c3e4">Ogre::TextureUnitState</a> </li> <li>_notifyParticleCleared() : <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#aa76e67b53dd09f60313e9ebfb59ed5c0">Ogre::ParticleSystemRenderer</a> </li> <li>_notifyParticleEmitted() : <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#aec55835fcde21e77487cfbb20f439944">Ogre::ParticleSystemRenderer</a> </li> <li>_notifyParticleExpired() : <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a64ca1a8e9f77c857d2ffdab29fbdd598">Ogre::ParticleSystemRenderer</a> </li> <li>_notifyParticleMoved() : <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a7fd98dec902f124c7c51c1cbe7356364">Ogre::ParticleSystemRenderer</a> </li> <li>_notifyParticleQuota() : <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#ac279c2a3702d2f1ffa6246d19df3c5c9">Ogre::BillboardParticleRenderer</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a018bd2ae834c1aba8b9fa79116e67c44">Ogre::ParticleSystemRenderer</a> </li> <li>_notifyParticleResized() : <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#a7157e40ae9b6a7f61fb9fab5a4da4eee">Ogre::BillboardParticleRenderer</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a7d780e51ef230c6e00e53ca6b0f0f3f6">Ogre::ParticleSystemRenderer</a> , <a class="el" href="classOgre_1_1ParticleSystem.html#a5455a3ae58c6388a1231c443ee0a692a">Ogre::ParticleSystem</a> </li> <li>_notifyParticleRotated() : <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#a2bb9126250a6ba817f47f75bd49f4d62">Ogre::BillboardParticleRenderer</a> , <a class="el" href="classOgre_1_1ParticleSystem.html#aaab95c9f27dd52e33ff3477642f19d1f">Ogre::ParticleSystem</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a135d07c57490da7dccb849e0058c2b24">Ogre::ParticleSystemRenderer</a> </li> <li>_notifyRenderedBatches() : <a class="el" href="classOgre_1_1Camera.html#a550660c6cd22da59d8e3dc772bd93906">Ogre::Camera</a> </li> <li>_notifyRenderedFaces() : <a class="el" href="classOgre_1_1Camera.html#a7a0139964202017cee9b0271058a93b1">Ogre::Camera</a> </li> <li>_notifyRenderTargetAttached() : <a class="el" href="group__RenderSystem.html#ga26c4ce1003ddab1ed7e3befecb0888a1">Ogre::DepthBuffer</a> </li> <li>_notifyRenderTargetDetached() : <a class="el" href="group__RenderSystem.html#ga227b541ef2ae3de53334c10397a08f99">Ogre::DepthBuffer</a> </li> <li>_notifyReorganiseEmittedEmitterData() : <a class="el" href="classOgre_1_1ParticleSystem.html#afcc7199f0f66542d6b509ec44e5cabab">Ogre::ParticleSystem</a> </li> <li>_notifyResourceCreated() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#acfd6523433a294e45f83b0177280aafe">Ogre::ResourceGroupManager</a> , <a class="el" href="classOgre_1_1D3D9ResourceManager.html#a3f9cb8a5e40e238006d6eecd39f59642">Ogre::D3D9ResourceManager</a> </li> <li>_notifyResourceDestroyed() : <a class="el" href="classOgre_1_1D3D9ResourceManager.html#a6ad080e9f9d8268bc81dc029229de4c4">Ogre::D3D9ResourceManager</a> </li> <li>_notifyResourceGroupChanged() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#a89f5ae82ae1d2f451185f2d7e051607e">Ogre::ResourceGroupManager</a> </li> <li>_notifyResourceLoaded() : <a class="el" href="classOgre_1_1ResourceManager.html#af1a871ac005af0be0b8c1857a4f8eea9">Ogre::ResourceManager</a> </li> <li>_notifyResourceRemoved() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#ad155520f8ac3d6fe8bd20c1cd93318ce">Ogre::ResourceGroupManager</a> </li> <li>_notifyResourceTouched() : <a class="el" href="classOgre_1_1ResourceManager.html#a40769092850d5b296e1d1a9190631700">Ogre::ResourceManager</a> </li> <li>_notifyResourceUnloaded() : <a class="el" href="classOgre_1_1ResourceManager.html#a54d1843a43aebb13542312cd17134e6a">Ogre::ResourceManager</a> </li> <li>_notifyRootNode() : <a class="el" href="classOgre_1_1SceneNode.html#af0481ea7c8fb0c5e8a9422dc7ecb60a8">Ogre::SceneNode</a> </li> <li>_notifySkeleton() : <a class="el" href="classOgre_1_1Mesh.html#a4445472a7c71fafe546d8108d3b121d6">Ogre::Mesh</a> </li> <li>_notifyTypeFlags() : <a class="el" href="classOgre_1_1MovableObjectFactory.html#afe63ec95c506e97e9abca23b7fd1a537">Ogre::MovableObjectFactory</a> </li> <li>_notifyVertexBufferDestroyed() : <a class="el" href="classOgre_1_1HardwareBufferManagerBase.html#a29b2e243bab8522ae27ec23268ea154a">Ogre::HardwareBufferManagerBase</a> , <a class="el" href="classOgre_1_1HardwareBufferManager.html#a2b188dbba89b0210ad7359434aa87bee">Ogre::HardwareBufferManager</a> </li> <li>_notifyViewport() : <a class="el" href="classOgre_1_1Camera.html#ac161a4022d817bf6e595a91cdca84848">Ogre::Camera</a> , <a class="el" href="classOgre_1_1OverlayElement.html#a6affb58cf2e01ef086baf8ba49ea0fe5">Ogre::OverlayElement</a> , <a class="el" href="classOgre_1_1OverlayContainer.html#a6b6282e844bd8ee4161f8139a69c2431">Ogre::OverlayContainer</a> </li> <li>_notifyVisualData() : <a class="el" href="classOgre_1_1Particle.html#adbb195c8ac77dac1051a927d744034a5">Ogre::Particle</a> </li> <li>_notifyWorldGeometryStageEnded() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#abbf9af3ad2cbc12a8c0b5eba9211fce7">Ogre::ResourceGroupManager</a> </li> <li>_notifyWorldGeometryStageStarted() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#a71733c340057f8f7fbfdfbbfcc4a1f7c">Ogre::ResourceGroupManager</a> </li> <li>_notifyWorldTransforms() : <a class="el" href="classOgre_1_1OverlayContainer.html#a59d52ac949c39a2dda2e4bb83b9f16b4">Ogre::OverlayContainer</a> , <a class="el" href="classOgre_1_1OverlayElement.html#aee3b76c1c274a0995437e3e4bf095674">Ogre::OverlayElement</a> </li> <li>_notifyZOrder() : <a class="el" href="classOgre_1_1OverlayContainer.html#a9e997f6bce139aa736aef6a32a8bcc01">Ogre::OverlayContainer</a> , <a class="el" href="classOgre_1_1OverlayElement.html#a712333ce516ee70e1ad7e72fd4bf0336">Ogre::OverlayElement</a> </li> <li>_oneTimeContextInitialization() : <a class="el" href="classOgre_1_1GLRenderSystem.html#a3ed10d6c66e376b46c9fcd8ef1999a77">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a473ac320332b6925077065082d611b33">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a0a1b6518755d22dd2d6924f0581ae7d7">Ogre::GLES2RenderSystem</a> </li> <li>_pauseFrame() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a65482df447bced296f056b0962ceabbe">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a9893de6903d77fe231da1135f5ee00db">Ogre::RenderSystem</a> </li> <li>_pauseRendering() : <a class="el" href="classOgre_1_1SceneManager.html#a2392e8d6a6849a4fa1839a085733a695">Ogre::SceneManager</a> </li> <li>_popCurrentSceneManager() : <a class="el" href="classOgre_1_1Root.html#a16b5488539651d697d0a4dd5cdbdd4c3">Ogre::Root</a> </li> <li>_populateIndexBuffer() : <a class="el" href="classOgre_1_1Terrain.html#a3165187f382a6e0f1b88075795f13e20">Ogre::Terrain</a> </li> <li>_populateLightList() : <a class="el" href="classOgre_1_1SceneManager.html#a165307402bd2bfca5b1f57e08220a739">Ogre::SceneManager</a> </li> <li>_positionsOutOfDate() : <a class="el" href="classOgre_1_1OverlayContainer.html#abde71af791eaecaefafe5bbb88da5ab2">Ogre::OverlayContainer</a> , <a class="el" href="classOgre_1_1OverlayElement.html#a332f2ee98117ef701d8db7cc194a8f7d">Ogre::OverlayElement</a> </li> <li>_prepare() : <a class="el" href="classOgre_1_1Pass.html#ab85cf60f49c52c53671d5bb5105231e8">Ogre::Pass</a> , <a class="el" href="classOgre_1_1Technique.html#a5833abf80056c4a18b6eafb137b590bb">Ogre::Technique</a> , <a class="el" href="classOgre_1_1TextureUnitState.html#a9ba3e0f5bee6bc207eb8819cf18a793e">Ogre::TextureUnitState</a> </li> <li>_prepareCubeTex() : <a class="el" href="classOgre_1_1D3D9Texture.html#ae4596b627d2082828cf69c78898fa0df">Ogre::D3D9Texture</a> , <a class="el" href="classOgre_1_1D3D11Texture.html#a9170deaf1d2b36f43be35660ac417f52">Ogre::D3D11Texture</a> </li> <li>_prepareNormTex() : <a class="el" href="classOgre_1_1D3D11Texture.html#a59e332c76c2b0955167334795167084f">Ogre::D3D11Texture</a> , <a class="el" href="classOgre_1_1D3D9Texture.html#ac057d00b1ce2e7a5d48d82605eab2bb6">Ogre::D3D9Texture</a> </li> <li>_prepareProceduralPage() : <a class="el" href="classOgre_1_1PagedWorldSection.html#a495c03ee2f1c570495d640053bb33c03">Ogre::PagedWorldSection</a> , <a class="el" href="classOgre_1_1PageManager.html#afed9ba7186768e4c994c013b0eb7cf2d">Ogre::PageManager</a> , <a class="el" href="classOgre_1_1PagedWorld.html#a5040e60ba4d96ef63af185d314753684">Ogre::PagedWorld</a> </li> <li>_prepareVolumeTex() : <a class="el" href="classOgre_1_1D3D11Texture.html#aebec24b7342fde73579499ae3d97447b">Ogre::D3D11Texture</a> , <a class="el" href="classOgre_1_1D3D9Texture.html#a382d743b088fc8ccb922404871d5b737">Ogre::D3D9Texture</a> </li> <li>_processNextRequest() : <a class="el" href="classOgre_1_1DefaultWorkQueueBase.html#af981193d550a56ea146f7b3f544f1013">Ogre::DefaultWorkQueueBase</a> </li> <li>_pushCurrentSceneManager() : <a class="el" href="classOgre_1_1Root.html#a14ab7036973eb56ee4e1ad10304d9b12">Ogre::Root</a> </li> <li>_queuedOperation() : <a class="el" href="classOgre_1_1CompositorChain.html#a3ca3e8bf062f7b7835043db522e49230">Ogre::CompositorChain</a> </li> <li>_queueOverlaysForRendering() : <a class="el" href="classOgre_1_1OverlayManager.html#a1a73ce8b360346d2174a7be61d2ead7d">Ogre::OverlayManager</a> </li> <li>_queueSkiesForRendering() : <a class="el" href="classOgre_1_1SceneManager.html#a85f817bd7ceae5bb1601b9b838eaff80">Ogre::SceneManager</a> </li> <li>_rationaliseBoneAssignments() : <a class="el" href="classOgre_1_1Mesh.html#a71ecbba89597f5b3138a5fde91362e27">Ogre::Mesh</a> </li> <li>_readPageStream() : <a class="el" href="classOgre_1_1PagedWorld.html#a99eb57150cba10d1ead24ab1d8ac3a90">Ogre::PagedWorld</a> , <a class="el" href="classOgre_1_1PageManager.html#a9d9e9ef82d4695c21e3221fcff183a08">Ogre::PageManager</a> , <a class="el" href="classOgre_1_1PagedWorldSection.html#ace50c38bd8514388683c2baff141e452">Ogre::PagedWorldSection</a> </li> <li>_readRawConstants() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#a2b1f8ca8b3b8139a97388e631b0e9717">Ogre::GpuProgramParameters</a> </li> <li>_readWorldStream() : <a class="el" href="classOgre_1_1PageManager.html#a23a83ba11f61a6581ee0ad3d70912949">Ogre::PageManager</a> </li> <li>_recalculateHash() : <a class="el" href="classOgre_1_1Pass.html#a367a1affcb2e26d61a5b5e3594b0ce6a">Ogre::Pass</a> </li> <li>_reconstructAllCompositorResources() : <a class="el" href="classOgre_1_1CompositorManager.html#a5cc7bae199f7984d34f725c7d0d255fb">Ogre::CompositorManager</a> </li> <li>_ref() : <a class="el" href="classOgre_1_1Octree.html#a8eb885987bd9e14b61971e64e38c9d3d">Ogre::Octree</a> </li> <li>_refreshAnimationState() : <a class="el" href="classOgre_1_1Mesh.html#a76fc7c2a7118affafbbe7278aca8d3b9">Ogre::Mesh</a> , <a class="el" href="classOgre_1_1Skeleton.html#aa665d3816bed0f4fe5615ddd36c5496a">Ogre::Skeleton</a> , <a class="el" href="classOgre_1_1SkeletonInstance.html#ad539e462a527a8d2adab04b1bea7c1ec">Ogre::SkeletonInstance</a> </li> <li>_registerResourceManager() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#a791bfb9582a3ce16425371e66b899128">Ogre::ResourceGroupManager</a> </li> <li>_registerScriptLoader() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#aafd69be90e1774f2a4b34c4e6dcaa38a">Ogre::ResourceGroupManager</a> </li> <li>_registerThreadWithRenderSystem() : <a class="el" href="classOgre_1_1DefaultWorkQueue.html#ae6d0b2b1185ae9d48925a6b5a78fecfe">Ogre::DefaultWorkQueue</a> </li> <li>_releaseBufferCopies() : <a class="el" href="classOgre_1_1HardwareBufferManagerBase.html#a507f064fdba0dd61a438f61a2dafac26">Ogre::HardwareBufferManagerBase</a> , <a class="el" href="classOgre_1_1HardwareBufferManager.html#a8632cd79b8f18ed2b21bd6b474a49276">Ogre::HardwareBufferManager</a> </li> <li>_removeAntiPortal() : <a class="el" href="classOgre_1_1PCZone.html#aa1b0c4809cffb26dd257dd82c97adee8">Ogre::PCZone</a> </li> <li>_removeChild() : <a class="el" href="classOgre_1_1OverlayContainer.html#a1c4711038030d7464ca3c2b60c380175">Ogre::OverlayContainer</a> </li> <li>_removeInstance() : <a class="el" href="classOgre_1_1CompositorChain.html#a9d532a4e514a102d8a2970b5d012707e">Ogre::CompositorChain</a> </li> <li>_removeMovable() : <a class="el" href="classOgre_1_1BspNode.html#aa10efd90b923c891eba69bad3b06d450">Ogre::BspNode</a> </li> <li>_removeNode() : <a class="el" href="classOgre_1_1Octree.html#a1acdc00d8345afd1010c7388e9c78e69">Ogre::Octree</a> </li> <li>_removeNodeAndChildren() : <a class="el" href="classOgre_1_1OctreeNode.html#ab7279daa571354b836f1e0943332efb6">Ogre::OctreeNode</a> </li> <li>_removeOctreeNode() : <a class="el" href="classOgre_1_1OctreeSceneManager.html#a6300020f1aacf79523827a2bc6de7cfb">Ogre::OctreeSceneManager</a> </li> <li>_removePortal() : <a class="el" href="classOgre_1_1PCZone.html#aae81008aaba331d75d78ce12f741acf4">Ogre::PCZone</a> </li> <li>_removeRenderWindow() : <a class="el" href="classOgre_1_1WindowEventUtilities.html#ad33fda52ffa451f45f2f9f08a2970bd5">Ogre::WindowEventUtilities</a> </li> <li>_render() : <a class="el" href="classOgre_1_1RenderSystem.html#a64961cc3cdc616beb264c51d532c94c1">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a07e5f15791ec7f42fbf9348a89920176">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#ac95209c361f6d09fb6e0af0f6d4b4107">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#ae864439ace42c4bf2ab645f8e2e86558">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a36e40f27ab6ce44b53e4ef94b08a46aa">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#acb75c61a12fc1a4db04581ea6c4aba05">Ogre::GLESRenderSystem</a> </li> <li>_renderCompositeMap() : <a class="el" href="classOgre_1_1TerrainMaterialGenerator.html#abbe57c1cdc0ff8acb1ab5e837f0aa573">Ogre::TerrainMaterialGenerator</a> </li> <li>_renderQueueGroupObjects() : <a class="el" href="classOgre_1_1SceneManager.html#ae738d9a6259878ba16d0153539d3f7f8">Ogre::SceneManager</a> </li> <li>_renderScene() : <a class="el" href="classOgre_1_1SceneManager.html#a29ba8a2cad151d307d04781f749e7e84">Ogre::SceneManager</a> , <a class="el" href="classOgre_1_1PCZSceneManager.html#ae82654ed4ae10749be67c82543ad2e82">Ogre::PCZSceneManager</a> , <a class="el" href="classOgre_1_1Camera.html#af05a1d72297e69ae46551a012e7bd7a5">Ogre::Camera</a> </li> <li>_renderVisibleObjects() : <a class="el" href="classOgre_1_1SceneManager.html#aa4714d027f9718bce87783bcca19f595">Ogre::SceneManager</a> </li> <li>_restoreBuffersForUnusedAnimation() : <a class="el" href="classOgre_1_1SubEntity.html#af3c5cfa9d26265b80850ef11fbcb9281">Ogre::SubEntity</a> </li> <li>_resumeFrame() : <a class="el" href="classOgre_1_1RenderSystem.html#abe9b7d178eb5d0ea90c7b9a35f612f91">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a21e6f22c4f85330f8f546f4469f23fbe">Ogre::D3D9RenderSystem</a> </li> <li>_resumeRendering() : <a class="el" href="classOgre_1_1SceneManager.html#a27f763bb92fef8b1238e2272889ba58d">Ogre::SceneManager</a> </li> <li>_setActiveCompositorChain() : <a class="el" href="classOgre_1_1SceneManager.html#a6673b2d01966b52e13b17451935f5b34">Ogre::SceneManager</a> </li> <li>_setAlphaRejectSettings() : <a class="el" href="classOgre_1_1GLRenderSystem.html#a0b00a68cbcfe3204d0827f0545097aee">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a6a3facdc0f1b8c68af65598fd3fd34aa">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#aa71e8588f6870ec5b4e0a29153436c5e">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#ab63c18908e608834b601298afd2da197">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#ac554529d1c8dcef69b03d6cb46de5f34">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a817c719f6b647354c82559324ecbdc39">Ogre::GLES2RenderSystem</a> </li> <li>_setBlendMask() : <a class="el" href="classOgre_1_1AnimationState.html#a1c17270d5133a34a1d2f846d34f61a69">Ogre::AnimationState</a> </li> <li>_setBlendMaskData() : <a class="el" href="classOgre_1_1AnimationState.html#ad38d5a17259f4a88b29773fda638e9fa">Ogre::AnimationState</a> </li> <li>_setBoundingSphereRadius() : <a class="el" href="classOgre_1_1Mesh.html#a536a5cf66af30c4be1752a76083950a1">Ogre::Mesh</a> </li> <li>_setBounds() : <a class="el" href="classOgre_1_1Mesh.html#a8c40c34ec7c32009904c0cd730f68b5d">Ogre::Mesh</a> </li> <li>_setCameraRelative() : <a class="el" href="classOgre_1_1Light.html#ad353bf8b10bd5da88f598c137081dda1">Ogre::Light</a> </li> <li>_setColourBufferWriteEnabled() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a4b3aa98349103ce13f75786b90a05f97">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a0f781d5921649ee87d5a0a1753b8e081">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a19e8bde3e1fcd98d6ad204e21de62ff6">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#ab7aff3fb32fb2a022739a77ab6d3e1ea">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ac9479a75974623ddabbb83ba8f7eb234">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a14f37eed62a9283df3f83241f7c0991a">Ogre::RenderSystem</a> </li> <li>_setCompositeMapRequired() : <a class="el" href="classOgre_1_1Terrain.html#a10b9f303b81585c1b51d0c273f03a5dd">Ogre::Terrain</a> </li> <li>_setCullingMode() : <a class="el" href="classOgre_1_1RenderSystem.html#a8342819c24002599851457e459744561">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a96a7b98979ad56646ad87c4e327098cd">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#ac802e9894f4bca8d89cfaa40ab6ed144">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#ae7ebc94f6ea7b9aed9179da40f619e00">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a790a69a94ddea1d45836be9dae9b6767">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#aba75a2e4cfd830a9724c093add252f1a">Ogre::D3D11RenderSystem</a> </li> <li>_setDepthBias() : <a class="el" href="classOgre_1_1RenderSystem.html#a56beb1cebbf7f1ac372c666657a151cb">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a66c552c73f38986e0257aa0100e0c285">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a7830b7940977d3ad920d0984c06113be">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a53f3026ae46db87e86dc388e82ce7a99">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ab2d4e98b8546d512af93891c7094b717">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#aa40f16fe1001f0aa26dfea32070e8056">Ogre::GLRenderSystem</a> </li> <li>_setDepthBufferCheckEnabled() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a8d27c8bd1b22a20f3761e76fed901b71">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a267e64f8737221d3a89de0e81635ea67">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#aa7c62e67e937e2298d9e305fc9cd925b">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a20c5b31b647e3cb6acc5742e75c34b22">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a28dd997892ac1cb3f0b5f2babfa112d7">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a6f61cc59a145d0498db5407c8ef93269">Ogre::GLRenderSystem</a> </li> <li>_setDepthBufferFunction() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#ac24bed40404d02ae304bbb321bde5005">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a87d8a1dde9baf36fdc68f5a36c983383">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a577ced6409b614ab393ca377052a385f">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a510fbe2117d7e1bb01222a7309305152">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a777d3329487fa339fc1ed83e493a6327">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a555ced43b4ad8f029398f3bd94f1a128">Ogre::GLRenderSystem</a> </li> <li>_setDepthBufferParams() : <a class="el" href="classOgre_1_1GLES2RenderSystem.html#aeb4b435525d18444c63bc4dfddeecdd1">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a545350e8bb0f10d893e8277b7c3f7044">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a0d4aad4a09e5ccb9edea8814b53c3142">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a8d7585c9fb2b4671f68a30bc6c597ce9">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a4c504f0a18e5b8f9d7ec70ef145ecc67">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a49c162dc3d9b86e37d9085c0ab1e28c6">Ogre::RenderSystem</a> </li> <li>_setDepthBufferWriteEnabled() : <a class="el" href="classOgre_1_1GLRenderSystem.html#a7d228af55657a51dfb1d222a4e6e93c2">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#aa44f574d9b7aeec5be3b652dbae21d79">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a00bd48a7ba0a2a919586c3b8548d2433">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#aa25abd68dbb361d07e0d96559fbb1561">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#aa350694a1a5cdd41b30065b1b43b7d80">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a4502b50ef794daaa5471515607ac6f77">Ogre::GLES2RenderSystem</a> </li> <li>_setDerivedOrientation() : <a class="el" href="classOgre_1_1Node.html#ac2215016d2df55d21b685adde8668832">Ogre::Node</a> </li> <li>_setDerivedPosition() : <a class="el" href="classOgre_1_1Node.html#abdcc5c2c3462478f33dc91d68b0f8168">Ogre::Node</a> </li> <li>_setDestinationRenderSystem() : <a class="el" href="classOgre_1_1SceneManager.html#ab20c0ee49a853145d3350e6e32c59f32">Ogre::SceneManager</a> </li> <li>_setDimensions() : <a class="el" href="classOgre_1_1OverlayElement.html#a7379d47f6b4ece51964f992cfa29fddb">Ogre::OverlayElement</a> </li> <li>_setDiscardBuffers() : <a class="el" href="classOgre_1_1GLES2RenderSystem.html#abee61e92687521761c5719399c23d15b">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a2d2659222c9a80f7e66182d4001e1ac6">Ogre::GLESRenderSystem</a> </li> <li>_setFinalAttributes() : <a class="el" href="classOgre_1_1D3D11Texture.html#a7c7fcce156b492a7a19ed7531d2814b3">Ogre::D3D11Texture</a> , <a class="el" href="classOgre_1_1D3D9Texture.html#a7d417efeba8e2378e61783d3e0e31bd8">Ogre::D3D9Texture</a> </li> <li>_setFog() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a60c58d5e33b6922ee1ab7dcb7fc97dc2">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ae8ad5c87b5a8dbdf2511d0c94a8b3c91">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a271a8850ebd5072986b15e875a1a4f44">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a1e32bbf6fff565726a5e10ed5431691f">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#af6ef8cf2361aa57a0956599e4b72011c">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a5912494123c9f7e7c2a8ef44833a3e11">Ogre::GLESRenderSystem</a> </li> <li>_setHeight() : <a class="el" href="classOgre_1_1OverlayElement.html#af4378d361e04e03e1ca8c63c73e53fc4">Ogre::OverlayElement</a> </li> <li>_setInstancesPerBatch() : <a class="el" href="group__Scene.html#ga810d6dd7b95994be19c0b49d2f1f4267">Ogre::InstanceBatch</a> </li> <li>_setLeft() : <a class="el" href="classOgre_1_1OverlayElement.html#a56d279033055d57e7872d00fea0a13e8">Ogre::OverlayElement</a> </li> <li>_setLightMapRequired() : <a class="el" href="classOgre_1_1Terrain.html#a915121f91285f370bd1a01842991ae03">Ogre::Terrain</a> </li> <li>_setLodInfo() : <a class="el" href="classOgre_1_1Mesh.html#a1d7a0a704f3f6e1a32d818173e2faedb">Ogre::Mesh</a> </li> <li>_setLodUsage() : <a class="el" href="classOgre_1_1Mesh.html#a4a2e844dd7b272277dca55f9bb9083b0">Ogre::Mesh</a> </li> <li>_setLogicalIndexes() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#ab1b9cdab3280f73997102b949bf1a204">Ogre::GpuProgramParameters</a> </li> <li>_setMaterial() : <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#aa9bddaa902bcf8fee7a5a7b7e7c5d627">Ogre::BillboardParticleRenderer</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#acef7b4bfb05626da291588d55f768cc9">Ogre::ParticleSystemRenderer</a> </li> <li>_setMipmapping() : <a class="el" href="classOgre_1_1D3D9HardwarePixelBuffer.html#a728dd8911efa390565708acbbce050d5">Ogre::D3D9HardwarePixelBuffer</a> </li> <li>_setMorphRequired() : <a class="el" href="classOgre_1_1Terrain.html#a2a65fb835fe22a425107ce43edf43219">Ogre::Terrain</a> </li> <li>_setNamedConstants() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#a3f34a7706fda7853a3e7a2d6f1351f9c">Ogre::GpuProgramParameters</a> </li> <li>_setNormalMapRequired() : <a class="el" href="classOgre_1_1Terrain.html#a3dba1853267506fed228c02ea8ecfe16">Ogre::Terrain</a> </li> <li>_setParent() : <a class="el" href="classOgre_1_1OverlayElement.html#a950a51f806779b3ae50adc1cb05fff95">Ogre::OverlayElement</a> </li> <li>_setPass() : <a class="el" href="classOgre_1_1SceneManager.html#a90c2bebde23c88f9946e80627724ca44">Ogre::SceneManager</a> </li> <li>_setPointParameters() : <a class="el" href="classOgre_1_1RenderSystem.html#a6ca319dee8eb1693186b85bbb423533f">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#aa5876c5905c9bf391ba5a6cb048091f7">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#ac4e27eac9491df70c2da9cac87c02e55">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a82e47ef0c94c5f7d87199151ca811ff5">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a8ac94fc48eb2b3ff117e2e80db87e913">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#afbd3603ba278f85c9c6fa2bcbb6ecd62">Ogre::GLESRenderSystem</a> </li> <li>_setPointSpritesEnabled() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a8087fcbe4777015df90f574b61fdfa67">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a1e6d7387880c747e089d9eb45c2afeb7">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a195989e93554d4a526846818d51f21b4">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ac562ec602a4ab556c35c2b325dc6c8b0">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a7cca254fe5034f59e9d4dc4b9dc95742">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a91a99d79957ffd084f899051336137ac">Ogre::D3D11RenderSystem</a> </li> <li>_setPolygonMode() : <a class="el" href="classOgre_1_1RenderSystem.html#a175e831e73f7c539f843907971836125">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a3ee59972db46169853712ee50d285a01">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a9a8017417f83d38894518eb3e698247b">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#abcac20ccef713d00075e7938e8afd343">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a0d5d7d3f33d4a8a6ee1ce2e416d7320a">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a23edcc88ccb0bcbcb680a0fcc3cf1494">Ogre::GLRenderSystem</a> </li> <li>_setPoolId() : <a class="el" href="group__RenderSystem.html#ga7af5c611687492846891914dcac303d2">Ogre::DepthBuffer</a> </li> <li>_setPosition() : <a class="el" href="classOgre_1_1OverlayElement.html#a0984444e5ea957fea4880a8a2855e5d3">Ogre::OverlayElement</a> </li> <li>_setPrimary() : <a class="el" href="classOgre_1_1RenderWindow.html#ac2b8244df3d531c59bbbe475aacc6c07">Ogre::RenderWindow</a> </li> <li>_setProjectionMatrix() : <a class="el" href="classOgre_1_1GLRenderSystem.html#a463edc7f303f05401baadb8e4a4fb502">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a968dffb7114639b2c3aa39f6323fd66e">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a786a763442b241cd1c9b4ca040f63677">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a15cf4a6218cfc09075bb3f056cfd8695">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a12a20155af70858e84a081388754d523">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a1fd0bcf3a5888f44e241e964a0532c98">Ogre::D3D9RenderSystem</a> </li> <li>_setRawAutoConstant() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#a578c336153a95c0885a9f698047746c5">Ogre::GpuProgramParameters</a> </li> <li>_setRawAutoConstantReal() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#aee9e1dc05c59190d2680cb5c0ac18010">Ogre::GpuProgramParameters</a> </li> <li>_setRenderSystemData() : <a class="el" href="classOgre_1_1GpuSharedParametersUsage.html#aa132f291a03c3a4650e3cba3ab970038">Ogre::GpuSharedParametersUsage</a> , <a class="el" href="classOgre_1_1GpuProgramParameters.html#a3e6e175e1e0ba6afcab99c7d826a06b3">Ogre::GpuProgramParameters</a> , <a class="el" href="classOgre_1_1GpuSharedParameters.html#a1b843357d12b51eed174e33cd33cff6c">Ogre::GpuSharedParameters</a> </li> <li>_setRenderTarget() : <a class="el" href="classOgre_1_1GLESRenderSystem.html#ae2fbf8d710cc4e8e9259acdacf2f7a65">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a195727cf757652f7f744a0fa27d19ea8">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#ac60a51e4a927728c09243075b32ecfce">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#ac5d750346fad8fb6e9406adbab3dcea1">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a7f6bfda3de0fefe029b0a9fdd713314f">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a432c00c2cb1369b3162c1b4694fb563a">Ogre::GLES2RenderSystem</a> </li> <li>_setSceneBlending() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#aae2238e6e28dc099ed8cafad1b58b8d1">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a9835950f83b9f9a9da05da425033c25e">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a4b4f94df5b4d643954696aaf9b437841">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a4ca1d78dff99ffe26c008c1a3a6ad330">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a5ecfdabe32251e80ef57bc594dba7506">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a588313c4c30c4df162cb6b08219ea979">Ogre::GLESRenderSystem</a> </li> <li>_setSceneBlendingOperation() : <a class="el" href="classOgre_1_1GLRenderSystem.html#a673f7eb0b887a5d61d570651a8aa3829">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a3fce8624a7935b6321530f0285348d9d">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a7024373bd1243b412be77ff6bd06c970">Ogre::GLESRenderSystem</a> </li> <li>_setSeparateSceneBlending() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a5bb10398eda8986d56fbc24fd7064176">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a9ab52d0e2aea5e910e2fef0a8a759432">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#aebfca89852cb822a7dcfe3aa5288999f">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a00289b710ac8817153afd820827cd49a">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a6f3c83cc74f963cdf80223abd4b0bbd6">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a2ed07f074ae69826c8090cd8541b67a5">Ogre::GLES2RenderSystem</a> </li> <li>_setSeparateSceneBlendingOperation() : <a class="el" href="classOgre_1_1GLRenderSystem.html#a708300fc5143c33ed39a32023f3be1e4">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ad39f35ad1d2e2bb953f5114fb5da3eeb">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a6ed69df73d84056f18bf32f606988c86">Ogre::GLESRenderSystem</a> </li> <li>_setSkyBox() : <a class="el" href="classOgre_1_1SceneManager.html#a1dd29bf89d777d7c2b032ebffca7e8d5">Ogre::SceneManager</a> </li> <li>_setSkyDome() : <a class="el" href="classOgre_1_1SceneManager.html#aa6eea5fcfe5a6210a5db044e14a525f8">Ogre::SceneManager</a> </li> <li>_setSkyPlane() : <a class="el" href="classOgre_1_1SceneManager.html#a1791ac4fbc202fbea7247f236b363fa4">Ogre::SceneManager</a> </li> <li>_setSrcAttributes() : <a class="el" href="classOgre_1_1D3D11Texture.html#a761cc1e491dc1c5eaf1346c8a4eb8654">Ogre::D3D11Texture</a> , <a class="el" href="classOgre_1_1D3D9Texture.html#aba36377f2ec69e8f9fbedca3ed26bb18">Ogre::D3D9Texture</a> </li> <li>_setSubMeshLodFaceList() : <a class="el" href="classOgre_1_1Mesh.html#a5fe1977e430d15bad166dbb405ad013b">Ogre::Mesh</a> </li> <li>_setSurfaceParams() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a79b7ca9a17491099296c2a15bf799579">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#aca86be508b2afbbe67e2eac635ac640d">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#abb1907dda34e378deba4cffdb0d0a269">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ad2f3dfdf32a348811bba87265f99384d">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a128a14de75b65cc1f0e74da981237a7c">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a868c258f27f871c839f24505c1542caa">Ogre::D3D9RenderSystem</a> </li> <li>_setTexture() : <a class="el" href="classOgre_1_1RenderSystem.html#aaa2dacc8b8fc28c649a8a603d1f5909c">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a78d257cfd83b95b52f541559cc8d9dcc">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a066f9dbe0f422cd350d22c563896e6c7">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#af386371d383841ee4202352a5d2ca1c6">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a2cb551bfdd04b7426f73a84cbcbc93f7">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#acc8659aa8149972ca8c1175199110d7d">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#afb472cf1a180d18cf28258ab7b1aa700">Ogre::D3D11RenderSystem</a> </li> <li>_setTextureAddressingMode() : <a class="el" href="classOgre_1_1RenderSystem.html#a67b3f87c6ef12e5b24812eeb61635308">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a52779ba1276abbe4b5da48c2018b2061">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ab35ff75c77786dd02c8df78cec83a638">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#aa7edade016a9e9cdf5eb454e39861e8f">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#aebbb4ec83c919e52fbd4923474d4b549">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#acedc9cf07c010f3579d1f92f4ca5d18b">Ogre::GLRenderSystem</a> </li> <li>_setTextureBlendMode() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#ad0ce107404650d8b2ba8fcfba1448b60">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a33ce98658bb9f6fdb1aca70c8041ef81">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#af1ec65d9ab5329c565ea8a2bd897ce01">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a533c3fcd317b3f8c4c9b872ec81e85c5">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a3e12bab5f8d6ed5a8ed8a8698ce18ded">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a1ef5ea3c20b27af514a7946ce3324873">Ogre::D3D11RenderSystem</a> </li> <li>_setTextureBorderColour() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#abbfd42d04ce1b977676821f3ab0e8539">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a8f2284cd8c24afda7c14f9570f400698">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#ad6e4ace94149006915b0a54bf3b1455a">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#acf58133dea0e52a8e87fe298fc6bf288">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#ad771e198662c3316b13b2c86caff6f2e">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a8f7d75c7234f300c1d6fdb09d019a3bc">Ogre::GLES2RenderSystem</a> </li> <li>_setTextureCoordCalculation() : <a class="el" href="classOgre_1_1RenderSystem.html#a8f37341fd724098023aa0be0850302b0">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#aae9866f18decc2723fb0e7b85644c493">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#aabb14d9c91c780f4641c283053f10d37">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#aa54b0c2ad942d41897c0b8a0a8e44166">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ab365b7b0ee5b1d5ca492550cf0648f6f">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#aac03f63c77f0728121db8bd8b3d36ccd">Ogre::GLRenderSystem</a> </li> <li>_setTextureCoordSet() : <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a9c6b52c8445293e38a05549ac2a0d995">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#aaa0749ad6dd4f83556100ad5131654f4">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a1cf43958cedfb61ec5dac1d0dd503811">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#ad8ca02fa31e477271f35054173e1836b">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#acfaf7c8ec448362a48a5ab1a026909dd">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a4ba1d55294de60fe8642528f00aa7c47">Ogre::GLRenderSystem</a> </li> <li>_setTextureLayerAnisotropy() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#afd0fe448394939914126a8d3d057a33e">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#aab7cdbfb7eaa8ded535cf1adfd5983fb">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#aba523c0055a520d25fd7f08683e3c98e">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a785acb1e678ba12a22dbf5218483978c">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a665c77f780de89e0af79c3d774d9c2f6">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a7451f77bcd9029684e6d52df61e1f8cc">Ogre::GLRenderSystem</a> </li> <li>_setTextureMatrix() : <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a09f0a693271b46182a4fde117b6a7d7b">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#aaf51e7092d88a781953f3d0d0048eb52">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a5fa701746bf845b5a1c4c0508bb47bfb">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#ac0cf3ecbfbd3d4cbdc1a6d5c7516dd42">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a9dc0ac6493242e225ed03ba0049a9ae3">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a1212c8aa766ec3b309ee2216bec0ef88">Ogre::RenderSystem</a> </li> <li>_setTextureMipmapBias() : <a class="el" href="classOgre_1_1GLESRenderSystem.html#a6e10751e1f6739a580c8fc014c5c936b">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a9120c932b874e1fb8645035bbf22b65e">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a4f573f2b71583712a1dac603f6917f98">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a1d53c10bd82bc8de155f6882fdd0c79b">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a460969a00700c596d11a5d169975ea5b">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a99f92ad60c2da38c7dfcf3f429e65572">Ogre::RenderSystem</a> </li> <li>_setTextureProjectionRelativeTo() : <a class="el" href="classOgre_1_1RenderSystem.html#a91e7ee7dd1f244ffa9a0681efb6fae6c">Ogre::RenderSystem</a> </li> <li>_setTexturePtr() : <a class="el" href="classOgre_1_1TextureUnitState.html#abaa17fc5f6b4d96bfe19ecc6c78a331e">Ogre::TextureUnitState</a> </li> <li>_setTextureUnitFiltering() : <a class="el" href="classOgre_1_1GLRenderSystem.html#abfa29b60a904af42706370b91905e1cc">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a521693302023af1900f5bebacfb01a42">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a64c9bd7874df33ab1c512c6d3248c23d">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#adbc64c669661f87ee2f8db8dd18a0fe5">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a2844693c27bb55b93af8098fd658fb38">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a880e04faaac62a3e753c38380347ba76">Ogre::GLESRenderSystem</a> </li> <li>_setTextureUnitSettings() : <a class="el" href="classOgre_1_1RenderSystem.html#ad504623eff0678f9f79b075f32673414">Ogre::RenderSystem</a> </li> <li>_setTop() : <a class="el" href="classOgre_1_1OverlayElement.html#a1d18a26a0680bd724220ea282722d48c">Ogre::OverlayElement</a> </li> <li>_setVertexTexture() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a349ff5d559210fe9d1b733add4ddd350">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#af40bfb084b051d8433b0893921613ba7">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#ae842cde4b254341736c22694520e43cb">Ogre::D3D11RenderSystem</a> </li> <li>_setViewMatrix() : <a class="el" href="classOgre_1_1GLESRenderSystem.html#a316c9e98f99b1f6c0f6570aa4b1ab055">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#af879a2bcdca5a9c4e944cb2976786a40">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a8cdef3669e7f8e87d6fc8db1ad102f1e">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#ad426fb02df31d8b12f8f2d0f713a5e28">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a423431e7f9058deffc6bba9b7673f50b">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a204cc93cd813a06e1b06413079bbfd93">Ogre::D3D11RenderSystem</a> </li> <li>_setViewport() : <a class="el" href="classOgre_1_1RenderSystem.html#a7d7f7d706450808859f338352c5e9cd0">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#ad2cbeae78510938a2d77e08d011a1c59">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a5bd8131ab098e7213f7d9e7884dc07b7">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a9e85e1cc3f1c220959768593e0017f40">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a0ee4de38af33586f78359947e28dd733">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a85ad53d4f860030b319ce0420f4ece2a">Ogre::D3D9RenderSystem</a> </li> <li>_setWidth() : <a class="el" href="classOgre_1_1OverlayElement.html#a65b2d7026e7e1a966f346d0500047989">Ogre::OverlayElement</a> </li> <li>_setWindowParameters() : <a class="el" href="classOgre_1_1OSXCocoaWindow.html#a7fb96ba10b69681ce0e49173460513b6">Ogre::OSXCocoaWindow</a> </li> <li>_setWorldMatrices() : <a class="el" href="classOgre_1_1RenderSystem.html#a9442fcdf97b2723c588dee0489f2aefc">Ogre::RenderSystem</a> </li> <li>_setWorldMatrix() : <a class="el" href="classOgre_1_1GLRenderSystem.html#a65edb67cf43b19c6fb2468b539d01065">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a736da4898f04646bfc42e7b7d70e0ca7">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a2d2077a0a616f062d0a9459b323ad140">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a97cfab83fc9bf9e3df7e2d5ea6fae5c5">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a4096a1beaa03b44e40987112fd0b276a">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a395e10f33a8928a94cdbf1e7ab164256">Ogre::GLES2RenderSystem</a> </li> <li>_sortBillboards() : <a class="el" href="classOgre_1_1BillboardSet.html#af903717c84e7408531157acbe031a1f7">Ogre::BillboardSet</a> </li> <li>_sortParticles() : <a class="el" href="classOgre_1_1ParticleSystem.html#a2310593d2c33ec50f95a5d1e305ca08d">Ogre::ParticleSystem</a> </li> <li>_split() : <a class="el" href="classOgre_1_1Pass.html#a4934405e476e98dd05912a1ff42b7b2c">Ogre::Pass</a> </li> <li>_supportsSkeletalAnimation() : <a class="el" href="group__Scene.html#gaf8d481b975f32411b1212efd00deda5e">Ogre::InstanceBatch</a> </li> <li>_suppressRenderStateChanges() : <a class="el" href="classOgre_1_1SceneManager.html#a6753ea2b52715774b7fdd59da232917a">Ogre::SceneManager</a> </li> <li>_suppressShadows() : <a class="el" href="classOgre_1_1SceneManager.html#a63644515ee55a20f31979e94eb227a1c">Ogre::SceneManager</a> </li> <li>_swapAllRenderTargetBuffers() : <a class="el" href="classOgre_1_1RenderSystem.html#ae8365c3a108964861ca4af053e84901f">Ogre::RenderSystem</a> </li> <li>_switchContext() : <a class="el" href="classOgre_1_1GLESRenderSystem.html#ab80905f8dc7537fe72902abf7009654b">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#ab352827ac3c1322b9a27466f9a75ab8d">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#aa69afb34f921df829ddfb3c22165f6c2">Ogre::GLRenderSystem</a> </li> <li>_threadMain() : <a class="el" href="classOgre_1_1DefaultWorkQueue.html#a087a56b1cd59c19193e8012a8dbcd3b3">Ogre::DefaultWorkQueue</a> , <a class="el" href="classOgre_1_1DefaultWorkQueueBase.html#a4318c5efdb38bce717e93d848e84cece">Ogre::DefaultWorkQueueBase</a> </li> <li>_timeUpdate() : <a class="el" href="classOgre_1_1RibbonTrail.html#ab67b6492b1c8e5687d9623f1518e86ac">Ogre::RibbonTrail</a> </li> <li>_triggerAffectors() : <a class="el" href="classOgre_1_1ParticleSystem.html#a152872a44e66dc90f76e8caa60a04342">Ogre::ParticleSystem</a> </li> <li>_triggerEmitters() : <a class="el" href="classOgre_1_1ParticleSystem.html#af2fdac0452da6c350ca6c1b26c1935dc">Ogre::ParticleSystem</a> </li> <li>_tryFormat() : <a class="el" href="classOgre_1_1GLES2FBOManager.html#acb4dcd114c04b047a8dfaddaad6dce97">Ogre::GLES2FBOManager</a> , <a class="el" href="classOgre_1_1GLESFBOManager.html#ae73abcef99c3e3f9d4f3a944331ef475">Ogre::GLESFBOManager</a> , <a class="el" href="classOgre_1_1GLFBOManager.html#a46872b3d98eb44c95570e9ed6a69ba90">Ogre::GLFBOManager</a> </li> <li>_tryPackedFormat() : <a class="el" href="classOgre_1_1GLESFBOManager.html#a6b131d5f7d7b3541cbb21ba7019aae54">Ogre::GLESFBOManager</a> , <a class="el" href="classOgre_1_1GLFBOManager.html#aa85b0158dcf4b507038b4881ef5c6082">Ogre::GLFBOManager</a> , <a class="el" href="classOgre_1_1GLES2FBOManager.html#a060a82125778d85d7f8a1ecd11fa8c4c">Ogre::GLES2FBOManager</a> </li> <li>_unload() : <a class="el" href="classOgre_1_1GpuProgramUsage.html#ae8445ca73de5edc403bcb310f96a7f84">Ogre::GpuProgramUsage</a> , <a class="el" href="classOgre_1_1TextureUnitState.html#a1ad9f708a4e716ca5603bb96c61960ba">Ogre::TextureUnitState</a> , <a class="el" href="classOgre_1_1Technique.html#a73c19a7dd382f37226f307c3afc98794">Ogre::Technique</a> , <a class="el" href="classOgre_1_1Pass.html#a5766787845b1be6dfbf45cac068fc825">Ogre::Pass</a> </li> <li>_unloadProceduralPage() : <a class="el" href="classOgre_1_1PagedWorld.html#af3377b5783c83545b2130056ffc50838">Ogre::PagedWorld</a> , <a class="el" href="classOgre_1_1PagedWorldSection.html#a9479d0ae02a6b258f7eea12526561cb2">Ogre::PagedWorldSection</a> , <a class="el" href="classOgre_1_1PageManager.html#abf09225d32d0689221963efd82530a3c">Ogre::PageManager</a> </li> <li>_unlockBuffer() : <a class="el" href="classOgre_1_1D3D9HardwareIndexBuffer.html#ab89bd7d898da89c1bee0e1965fba8084">Ogre::D3D9HardwareIndexBuffer</a> , <a class="el" href="classOgre_1_1D3D9HardwareVertexBuffer.html#a4547b8cf9fc3b4faa28ebb516dceef01">Ogre::D3D9HardwareVertexBuffer</a> </li> <li>_unprepare() : <a class="el" href="classOgre_1_1TextureUnitState.html#a719be065c5457565e744410f3ec16a3f">Ogre::TextureUnitState</a> , <a class="el" href="classOgre_1_1Technique.html#ad78f99fe8c81b1dffaf2d9bfc3cfabb4">Ogre::Technique</a> , <a class="el" href="classOgre_1_1Pass.html#a928061c8f56d923808add7e8ba9cdee8">Ogre::Pass</a> </li> <li>_unprepareProceduralPage() : <a class="el" href="classOgre_1_1PagedWorldSection.html#ab719550f4970c6ec32e949bd0ab79b4a">Ogre::PagedWorldSection</a> , <a class="el" href="classOgre_1_1PagedWorld.html#aa25f1c7ea55a2a4e0059f32c5c3ca826">Ogre::PagedWorld</a> , <a class="el" href="classOgre_1_1PageManager.html#acd55639bd2966ab90000c222fd7a50fd">Ogre::PageManager</a> </li> <li>_unref() : <a class="el" href="classOgre_1_1Octree.html#aa22c6b29f64397daee9e8b3e57bb14ce">Ogre::Octree</a> </li> <li>_unregisterContext() : <a class="el" href="classOgre_1_1OSXContext.html#a39514f8cddbe370f5a92e9a5e7cc5fc5">Ogre::OSXContext</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a0a04e023983b11eb8e96441644aa1fbf">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a8485d1b6490eb0bf07858d315ee4d365">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a343ff17c468306c1ec402d22eb09cba4">Ogre::GLES2RenderSystem</a> </li> <li>_unregisterResourceManager() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#a7b09da95b6e1dcecdee14a9e37a6c555">Ogre::ResourceGroupManager</a> </li> <li>_unregisterScriptLoader() : <a class="el" href="classOgre_1_1ResourceGroupManager.html#a9b4ec48c9f25a6e37fa7d4cb5eac5520">Ogre::ResourceGroupManager</a> </li> <li>_update() : <a class="el" href="classOgre_1_1ParticleSystem.html#a3030f774cd9b9d6a1d822cb64403a756">Ogre::ParticleSystem</a> , <a class="el" href="classOgre_1_1BorderPanelOverlayElement.html#a99f805d644deeba4626100020eb1b141">Ogre::BorderPanelOverlayElement</a> , <a class="el" href="classOgre_1_1SceneNode.html#a2f49db955276c7740eb98695119927a7">Ogre::SceneNode</a> , <a class="el" href="classOgre_1_1PCZSceneNode.html#a2400498d4d82a3b910405f31f2a05f9c">Ogre::PCZSceneNode</a> , <a class="el" href="classOgre_1_1Node.html#a5e829eb9715fa8fa1fdc99739d734eac">Ogre::Node</a> , <a class="el" href="classOgre_1_1TextAreaOverlayElement.html#a4c1577562137652ea5180bd3be16b0cb">Ogre::TextAreaOverlayElement</a> , <a class="el" href="classOgre_1_1OverlayContainer.html#a94c71181fdb53c1057800b44f2098e9f">Ogre::OverlayContainer</a> , <a class="el" href="classOgre_1_1BspSceneNode.html#a1ee88a2f5a1f7fe70c4ea39a245aa6a1">Ogre::BspSceneNode</a> , <a class="el" href="classOgre_1_1OverlayElement.html#ac2ac7daa6c0d03c72800fdde69c1636f">Ogre::OverlayElement</a> </li> <li>_updateAllRenderTargets() : <a class="el" href="classOgre_1_1Root.html#a24559fa6a4f1772c7518fcb0911278f4">Ogre::Root</a> , <a class="el" href="classOgre_1_1RenderSystem.html#a8ef6bbe5a63769cfe73319ac418624a8">Ogre::RenderSystem</a> , <a class="el" href="classOgre_1_1Root.html#aba26bc9123d8725d971e458e48c2694f">Ogre::Root</a> </li> <li>_updateAnimation() : <a class="el" href="classOgre_1_1Entity.html#aa85b59cdaf94741dc0a1bbddb7bfcfa7">Ogre::Entity</a> , <a class="el" href="group__Scene.html#ga4fdd447620e786031195fc75086a9043">Ogre::InstancedEntity</a> </li> <li>_updateAutoParams() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#adf4554853c0cd71c620b247dd03d6e13">Ogre::GpuProgramParameters</a> , <a class="el" href="classOgre_1_1Pass.html#a54eaf1d7ed3327c29733595fc4142dac">Ogre::Pass</a> </li> <li>_updateAutoUpdatedViewports() : <a class="el" href="classOgre_1_1RenderTarget.html#acdafe2d19bde39f4d03d1d7f5033955d">Ogre::RenderTarget</a> </li> <li>_updateBounds() : <a class="el" href="classOgre_1_1OctreeNode.html#a656b3caef57db9a8da250e84fdd5be7d">Ogre::OctreeNode</a> , <a class="el" href="group__Scene.html#ga8073edd16937723e2b2db8ba51672dc1">Ogre::InstanceBatch</a> , <a class="el" href="classOgre_1_1BillboardSet.html#a18c2b6d664dbdaee73336272be76aeee">Ogre::BillboardSet</a> , <a class="el" href="classOgre_1_1SceneNode.html#a82a14f326bf38f516d8db82a687c987c">Ogre::SceneNode</a> , <a class="el" href="classOgre_1_1ParticleSystem.html#abf119c3f1428b81d16800115d33a2610">Ogre::ParticleSystem</a> </li> <li>_updateCompiledBoneAssignments() : <a class="el" href="classOgre_1_1Mesh.html#ac074f9b704766962ad9ddf8bc6f0cb29">Ogre::Mesh</a> </li> <li>_updateCustomGpuParameter() : <a class="el" href="classOgre_1_1Light.html#a9f2934fe2181835a5c89de0b138b5932">Ogre::Light</a> , <a class="el" href="classOgre_1_1Renderable.html#a42f520f7ba1c57e10130b81ed444affe">Ogre::Renderable</a> , <a class="el" href="classOgre_1_1SubEntity.html#a271214f0a12235cbd2ced91f9f2d28d3">Ogre::SubEntity</a> </li> <li>_updateDimensions() : <a class="el" href="classOgre_1_1Viewport.html#a23c2b69bbc3d76fd52a4729a71caed08">Ogre::Viewport</a> </li> <li>_updateDirtyBatches() : <a class="el" href="group__Scene.html#ga5a53a7786df59317f4b208b55bd3ec41">Ogre::InstanceManager</a> </li> <li>_updateFromParent() : <a class="el" href="classOgre_1_1OverlayElement.html#a98050c3c2f7e3bf91769e9f98c203e64">Ogre::OverlayElement</a> , <a class="el" href="classOgre_1_1Node.html#ab163ff6e5b5aab4430490cbb6ca5452f">Ogre::Node</a> </li> <li>_updateFromShadow() : <a class="el" href="classOgre_1_1GLHardwareIndexBuffer.html#a2e41fb0146913c740432a990b75216a5">Ogre::GLHardwareIndexBuffer</a> , <a class="el" href="classOgre_1_1GLHardwareVertexBuffer.html#a770bdaf9b841a146c1f9254129d26a03">Ogre::GLHardwareVertexBuffer</a> , <a class="el" href="classOgre_1_1HardwareBuffer.html#a344c52f2214eaff097d5fbc390e7684b">Ogre::HardwareBuffer</a> , <a class="el" href="classOgre_1_1GLESHardwareVertexBuffer.html#a1fa2087b5fcb52dc7990caf4a8df7564">Ogre::GLESHardwareVertexBuffer</a> , <a class="el" href="classOgre_1_1GLES2HardwareIndexBuffer.html#ad3219addcfdce2d004259d77030197fb">Ogre::GLES2HardwareIndexBuffer</a> , <a class="el" href="classOgre_1_1GLESHardwareIndexBuffer.html#afcdd7d1a479f5db770472339215dc680">Ogre::GLESHardwareIndexBuffer</a> , <a class="el" href="classOgre_1_1GLES2HardwareVertexBuffer.html#a0c195f00d7faf0c4f2a69a9f266dd1e7">Ogre::GLES2HardwareVertexBuffer</a> </li> <li>_updateHomeZone() : <a class="el" href="classOgre_1_1PCZSceneManager.html#a14a412b3101c6e8e8d9317235b1d2d93">Ogre::PCZSceneManager</a> </li> <li>_updateOctreeNode() : <a class="el" href="classOgre_1_1OctreeSceneManager.html#ac41da711fbd4463676a700667819edcb">Ogre::OctreeSceneManager</a> </li> <li>_updatePCZSceneNode() : <a class="el" href="classOgre_1_1PCZSceneManager.html#aebefaaad96e5a85efb54ff10b6f25c34">Ogre::PCZSceneManager</a> </li> <li>_updatePCZSceneNodes() : <a class="el" href="classOgre_1_1PCZSceneManager.html#a2bdd0173a377fdb56d51a52467bd5856">Ogre::PCZSceneManager</a> </li> <li>_updatePortalZoneData() : <a class="el" href="classOgre_1_1PCZSceneManager.html#a12ec71ae075484bcdee518bbecfcdf42">Ogre::PCZSceneManager</a> </li> <li>_updateRenderQueue() : <a class="el" href="classOgre_1_1BillboardSet.html#accc9ec9577327aac41b200a0e24c09ae">Ogre::BillboardSet</a> , <a class="el" href="classOgre_1_1InstancedGeometry_1_1BatchInstance.html#aa2fd20b42f58c1701ba124668c6a6709">Ogre::InstancedGeometry::BatchInstance</a> , <a class="el" href="classOgre_1_1PortalBase.html#a40b176a7a8ce0b25d8b129e3e4b632b4">Ogre::PortalBase</a> , <a class="el" href="classOgre_1_1BillboardParticleRenderer.html#ac4b4adcc7bcda52dd3ac9f1b42332abb">Ogre::BillboardParticleRenderer</a> , <a class="el" href="group__Scene.html#gaa0c5a7159b514f6b96e690e3e130058a">Ogre::InstanceBatch</a> , <a class="el" href="group__Scene.html#gaf4840500767d764d159ee6362c9b51a0">Ogre::InstanceBatchHW</a> , <a class="el" href="classOgre_1_1StaticGeometry_1_1Region.html#a53e5a472559dbf0061a69cf38a43f26d">Ogre::StaticGeometry::Region</a> , <a class="el" href="classOgre_1_1SimpleRenderable.html#a3a6c61a0a3013e630e0e5823cddac67e">Ogre::SimpleRenderable</a> , <a class="el" href="classOgre_1_1ParticleSystemRenderer.html#a1fc2eaa453f8e592b14a6a461c09c5f9">Ogre::ParticleSystemRenderer</a> , <a class="el" href="classOgre_1_1PanelOverlayElement.html#a55270b88fc4a02b0f6b8d2816aa36d28">Ogre::PanelOverlayElement</a> , <a class="el" href="classOgre_1_1Entity.html#a372c6678c35f79f9424d8753647c5d19">Ogre::Entity</a> , <a class="el" href="classOgre_1_1MovableObject.html#ac77b03ec95bbe3de7d9b9d7993dc785e">Ogre::MovableObject</a> , <a class="el" href="classOgre_1_1ManualObject.html#aeb2201138dbe5b3966a7704aaebbe7fe">Ogre::ManualObject</a> , <a class="el" href="classOgre_1_1BorderPanelOverlayElement.html#ab8e424c05e8311fe6ea5a4134fc8ea45">Ogre::BorderPanelOverlayElement</a> , <a class="el" href="classOgre_1_1BillboardChain.html#a1dcbc7ae7fd974fabccc83bf8f97bd31">Ogre::BillboardChain</a> , <a class="el" href="group__Scene.html#ga0a0d1a414ff9876e426aad8421b4baba">Ogre::InstancedEntity</a> , <a class="el" href="classOgre_1_1Frustum.html#a00feb96b1e042a61dddf23955fb1a5d0">Ogre::Frustum</a> , <a class="el" href="classOgre_1_1OverlayContainer.html#a617e36034a316252c1ea199815abba53">Ogre::OverlayContainer</a> , <a class="el" href="classOgre_1_1ParticleSystem.html#a94d43799a38e70fbed4cd53cf0bfdb53">Ogre::ParticleSystem</a> , <a class="el" href="classOgre_1_1TerrainQuadTreeNode_1_1Movable.html#ace26e10e389dc58664b17996457e5dd9">Ogre::TerrainQuadTreeNode::Movable</a> , <a class="el" href="classOgre_1_1Light.html#abe3c45929a0f84044ed7834c6a795333">Ogre::Light</a> , <a class="el" href="classOgre_1_1MovablePlane.html#a68ae3348d74c55872c29d54a19ede2cf">Ogre::MovablePlane</a> , <a class="el" href="classOgre_1_1OverlayElement.html#a278c8fdde2e52a5851bbd308cf3e6180">Ogre::OverlayElement</a> , <a class="el" href="group__Scene.html#ga36300602449a9b710be75184f60090ba">Ogre::InstanceBatchHW_VTF</a> , <a class="el" href="group__Scene.html#gaf47f31873478f5929289a474a976fb7c">Ogre::BaseInstanceBatchVTF</a> </li> <li>_updateSceneGraph() : <a class="el" href="classOgre_1_1PCZSceneManager.html#a0e8ddd07155c1812cf91b17684dfd07a">Ogre::PCZSceneManager</a> , <a class="el" href="classOgre_1_1OctreeSceneManager.html#a8efd96c3ddcb223ae223db047f9914e3">Ogre::OctreeSceneManager</a> , <a class="el" href="classOgre_1_1SceneManager.html#a24ad98304368771d852a5ef62eb8d277">Ogre::SceneManager</a> </li> <li>_updateTransforms() : <a class="el" href="classOgre_1_1Skeleton.html#a5d4648d138e39e3ca34f76558bfedf55">Ogre::Skeleton</a> </li> <li>_updateViewport() : <a class="el" href="classOgre_1_1RenderTarget.html#af98598627ee70b9b22ce7e095fb04b3c">Ogre::RenderTarget</a> , <a class="el" href="classOgre_1_1D3D9RenderWindow.html#aec813fed07445330996345cced9c4e64">Ogre::D3D9RenderWindow</a> , <a class="el" href="classOgre_1_1RenderTarget.html#aa1d133ce3ec8e17b4b4df3890d4b8f3f">Ogre::RenderTarget</a> </li> <li>_useLights() : <a class="el" href="classOgre_1_1D3D9RenderSystem.html#a1ed8dc6bed45eea7372025d8c8b7a67a">Ogre::D3D9RenderSystem</a> , <a class="el" href="classOgre_1_1GLRenderSystem.html#a8a2df3e1ae7f03c553ed3988e4fa1418">Ogre::GLRenderSystem</a> , <a class="el" href="classOgre_1_1D3D11RenderSystem.html#a10672d0bd6a15831598963150c3826c5">Ogre::D3D11RenderSystem</a> , <a class="el" href="classOgre_1_1GLESRenderSystem.html#a943dda9e1dbfc1deb3e09562bf41c71b">Ogre::GLESRenderSystem</a> , <a class="el" href="classOgre_1_1GLES2RenderSystem.html#a2e315afbf7cafe5456e0b7a128c72413">Ogre::GLES2RenderSystem</a> , <a class="el" href="classOgre_1_1RenderSystem.html#ac8e632a4d601721d18f7a6758c9fc0af">Ogre::RenderSystem</a> </li> <li>_useProgram() : <a class="el" href="classOgre_1_1GLSLESLinkProgram.html#a628f816e8ddbc1a1f2972335f24862d5">Ogre::GLSLESLinkProgram</a> , <a class="el" href="classOgre_1_1GLSLESProgramCommon.html#aa89206442ecd6a350f4ce39625e08601">Ogre::GLSLESProgramCommon</a> , <a class="el" href="classOgre_1_1GLSLESProgramPipeline.html#a278451323a8ef731de756b2d2cef7ca9">Ogre::GLSLESProgramPipeline</a> </li> <li>_validateDevice() : <a class="el" href="classOgre_1_1D3D9RenderWindow.html#a5df942a7effed7d5e5656df9a7f35641">Ogre::D3D9RenderWindow</a> </li> <li>_writePageStream() : <a class="el" href="classOgre_1_1PagedWorldSection.html#a62d2d4952b2c5d0fb42294b4a67f2ef8">Ogre::PagedWorldSection</a> , <a class="el" href="classOgre_1_1PageManager.html#a05a79d5bf6eb872b8f3ee0616898b0bd">Ogre::PageManager</a> , <a class="el" href="classOgre_1_1PagedWorld.html#a762a21ed405f3e6a88d6a630832f9e7b">Ogre::PagedWorld</a> </li> <li>_writeRawConstant() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#af9e29d2087c860156de6792405b679d4">Ogre::GpuProgramParameters</a> </li> <li>_writeRawConstants() : <a class="el" href="classOgre_1_1GpuProgramParameters.html#a46b503ef4f48e00987475911f26fe8fa">Ogre::GpuProgramParameters</a> </li> <li>_writeWorldStream() : <a class="el" href="classOgre_1_1PageManager.html#ad7c32cd49ca9a5ffefed846dc0f59ba0">Ogre::PageManager</a> </li> </ul> </div> <hr> <p> Copyright &copy; 2012 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Sun Sep 2 08:16:17 2012 </p> </body> </html>
lennonchan/OgreSource
Docs/api/html/functions_func.html
HTML
mit
139,478
<!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-beta2) on Mon Mar 19 19:24:58 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> DynSequenceHelper (Java Platform SE 6) </TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <META NAME="date" CONTENT="2007-03-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DynSequenceHelper (Java Platform SE 6)"; } } </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="跳过导航链接"></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>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DynSequenceHelper.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口"><B>上一个类</B></A>&nbsp; &nbsp;<A HREF="../../../org/omg/DynamicAny/DynSequenceOperations.html" title="org.omg.DynamicAny 中的接口"><B>下一个类</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/DynamicAny/DynSequenceHelper.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="DynSequenceHelper.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要:&nbsp;嵌套&nbsp;|&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 详细信息:&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.omg.DynamicAny</FONT> <BR> 类 DynSequenceHelper</H2> <PRE> <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">java.lang.Object</A> <IMG SRC="../../../resources/inherit.gif" ALT="继承者 "><B>org.omg.DynamicAny.DynSequenceHelper</B> </PRE> <HR> <DL> <DT><PRE>public abstract class <B>DynSequenceHelper</B><DT>extends <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A></DL> </PRE> <P> DynSequence 对象支持对 IDL 序列的操作。 <P> <P> <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>构造方法摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.html#DynSequenceHelper()">DynSequenceHelper</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>方法摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.html#extract(org.omg.CORBA.Any)">extract</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a)</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="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.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;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.html#insert(org.omg.CORBA.Any, org.omg.DynamicAny.DynSequence)">insert</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a, <A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A>&nbsp;that)</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="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.html#narrow(org.omg.CORBA.Object)">narrow</A></B>(<A HREF="../../../org/omg/CORBA/Object.html" title="org.omg.CORBA 中的接口">Object</A>&nbsp;obj)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.html#read(org.omg.CORBA.portable.InputStream)">read</A></B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="org.omg.CORBA.portable 中的类">InputStream</A>&nbsp;istream)</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="../../../org/omg/CORBA/TypeCode.html" title="org.omg.CORBA 中的类">TypeCode</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.html#type()">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="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.html#unchecked_narrow(org.omg.CORBA.Object)">unchecked_narrow</A></B>(<A HREF="../../../org/omg/CORBA/Object.html" title="org.omg.CORBA 中的接口">Object</A>&nbsp;obj)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/DynSequenceHelper.html#write(org.omg.CORBA.portable.OutputStream, org.omg.DynamicAny.DynSequence)">write</A></B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="org.omg.CORBA.portable 中的类">OutputStream</A>&nbsp;ostream, <A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>从类 java.lang.<A HREF="../../../java/lang/Object.html" title="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#toString()">toString</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>构造方法详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="DynSequenceHelper()"><!-- --></A><H3> DynSequenceHelper</H3> <PRE> public <B>DynSequenceHelper</B>()</PRE> <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>方法详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="insert(org.omg.CORBA.Any, org.omg.DynamicAny.DynSequence)"><!-- --></A><H3> insert</H3> <PRE> public static void <B>insert</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a, <A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A>&nbsp;that)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="extract(org.omg.CORBA.Any)"><!-- --></A><H3> extract</H3> <PRE> public static <A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A> <B>extract</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="type()"><!-- --></A><H3> type</H3> <PRE> public static <A HREF="../../../org/omg/CORBA/TypeCode.html" title="org.omg.CORBA 中的类">TypeCode</A> <B>type</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="id()"><!-- --></A><H3> id</H3> <PRE> public static <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>id</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="read(org.omg.CORBA.portable.InputStream)"><!-- --></A><H3> read</H3> <PRE> public static <A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A> <B>read</B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="org.omg.CORBA.portable 中的类">InputStream</A>&nbsp;istream)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="write(org.omg.CORBA.portable.OutputStream, org.omg.DynamicAny.DynSequence)"><!-- --></A><H3> write</H3> <PRE> public static void <B>write</B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="org.omg.CORBA.portable 中的类">OutputStream</A>&nbsp;ostream, <A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A>&nbsp;value)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="narrow(org.omg.CORBA.Object)"><!-- --></A><H3> narrow</H3> <PRE> public static <A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A> <B>narrow</B>(<A HREF="../../../org/omg/CORBA/Object.html" title="org.omg.CORBA 中的接口">Object</A>&nbsp;obj)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="unchecked_narrow(org.omg.CORBA.Object)"><!-- --></A><H3> unchecked_narrow</H3> <PRE> public static <A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口">DynSequence</A> <B>unchecked_narrow</B>(<A HREF="../../../org/omg/CORBA/Object.html" title="org.omg.CORBA 中的接口">Object</A>&nbsp;obj)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="跳过导航链接"></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>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DynSequenceHelper.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/omg/DynamicAny/DynSequence.html" title="org.omg.DynamicAny 中的接口"><B>上一个类</B></A>&nbsp; &nbsp;<A HREF="../../../org/omg/DynamicAny/DynSequenceOperations.html" title="org.omg.DynamicAny 中的接口"><B>下一个类</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/DynamicAny/DynSequenceHelper.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="DynSequenceHelper.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要:&nbsp;嵌套&nbsp;|&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 详细信息:&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font> </BODY> </HTML>
piterlin/piterlin.github.io
doc/jdk6_cn/org/omg/DynamicAny/DynSequenceHelper.html
HTML
mit
18,543
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia Site Renderer 1.7.4 at 2020-01-18 | Rendered using Apache Maven Fluido Skin 1.6 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20200118" /> <meta http-equiv="Content-Language" content="en" /> <title>Alternet Libs &#x2013; Surefire Report</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> <script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script> </head> <body class="topBarEnabled"> <div id="topbar" class="navbar navbar-fixed-top "> <div class="navbar-inner"> <div class="container"><div class="nav-collapse"> <ul class="nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Main <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="" title="Home">Home</a></li> <li><a href="https://github.com/alternet/alternet.ml" title="GitHub project">GitHub project</a></li> <li><a href="http://semantic-mismatch.blogspot.fr/" title="Blog">Blog</a></li> <li><a href="release-notes.html" title="Release notes">Release notes</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Download <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="download.html" title="Download">Download</a></li> <li><a href="license.html" title="License">License</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="parsing/index.html" title="Alternet Parsing">Alternet Parsing</a></li> <li><a href="scanner/index.html" title="Alternet Scanner">Alternet Scanner</a></li> <li><a href="tools/index.html" title="Alternet Tools">Alternet Tools</a></li> <li><a href="tools-generator/index.html" title="Alternet Tools - Generator">Alternet Tools - Generator</a></li> <li><a href="prop-bind-maven-plugin/index.html" title="Properties Binder Maven Plugin">Properties Binder Maven Plugin</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Maven reports <b class="caret"></b></a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="project-info.html" title="Project Information">Project Information</a> <ul class="dropdown-menu"> <li><a href="project-summary.html" title="Summary">Summary</a></li> <li><a href="license.html" title="Licenses">Licenses</a></li> <li><a href="modules.html" title="Project Modules">Project Modules</a></li> <li><a href="team-list.html" title="Team">Team</a></li> <li><a href="source-repository.html" title="Source Code Management">Source Code Management</a></li> <li><a href="issue-tracking.html" title="Issue Management">Issue Management</a></li> <li><a href="dependencies.html" title="Dependencies">Dependencies</a></li> <li><a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a></li> <li><a href="plugins.html" title="Plugins">Plugins</a></li> </ul> </li> <li class="dropdown-submenu"> <a href="project-reports.html" title="Project Reports">Project Reports</a> <ul class="dropdown-menu"> <li><a href="apidocs/index.html" title="Javadoc">Javadoc</a></li> <li><a href="xref/index.html" title="Source Xref">Source Xref</a></li> <li><a href="surefire-report.html" title="Surefire Report">Surefire Report</a></li> <li><a href="checkstyle-aggregate.html" title="Checkstyle">Checkstyle</a></li> </ul> </li> </ul> </li> </ul> <ul class="nav pull-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">External Links <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="https://github.com/alternet/alternet.ml" title="GitHub project">GitHub project</a></li> <li><a href="demo.html" title="Other Demos">Other Demos</a></li> </ul> </li> </ul> </div> </div> </div> </div> <div class="container"> <div id="banner"> <div class="pull-left"><div id="bannerLeft"><h2>Alternet Libs</h2> </div> </div> <div class="pull-right"></div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 2020-01-18<span class="divider">|</span> </li> <li id="projectVersion">Version: 1.0<span class="divider">|</span></li> <li class=""><a href=".." title="Alternet">Alternet</a><span class="divider">»</span></li> <li class=""><a href="index.html" title="Alternet Libs">Alternet Libs</a><span class="divider">»</span></li> <li class="active ">Surefire Report</li> </ul> </div> <div id="bodyColumn" > <script type="text/javascript"> //<![CDATA[ function toggleDisplay(elementId) { var elm = document.getElementById(elementId + 'error'); if (elm && typeof elm.style != "undefined") { if (elm.style.display == "none") { elm.style.display = ""; document.getElementById(elementId + 'off').style.display = "none"; document.getElementById(elementId + 'on').style.display = "inline"; } else if (elm.style.display == "") { elm.style.display = "none"; document.getElementById(elementId + 'off').style.display = "inline"; document.getElementById(elementId + 'on').style.display = "none"; } } } //]]> </script> <div class="section"> <h2><a name="Surefire_Report"></a>Surefire Report</h2></div> <div class="section"> <h2><a name="Summary"></a>Summary</h2><a name="Summary"></a><br /> <table border="1" class="table table-striped"> <tr class="a"> <th>Tests</th> <th>Errors </th> <th>Failures</th> <th>Skipped</th> <th>Success Rate</th> <th>Time</th></tr> <tr class="b"> <td>0</td> <td>0</td> <td>0</td> <td>0</td> <td>0%</td> <td>0</td></tr></table><br /> <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div> </div> </div> <hr/> <footer> <div class="container"> <div class="row"> <p>Copyright &copy;2020 <a href="http://alternet.github.io">Alternet</a>. All rights reserved.</p> </div> <p id="poweredBy" class="pull-right"> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> </p> </div> </footer> </body> </html>
alternet/alternet.github.io
alternet-libs/surefire-report.html
HTML
mit
7,458
<!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="./6cf58cd7c5da4fc317028b6d9985910ff5e4eef2f475a0ed800614f6b8789b5d.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/8b76991151ae4e33f6d74a6a4e18f643739b2cd977c8e466f51cb05adb74748b.html
HTML
mit
550
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./35a4a02fe3d4a5f51674ab7631b83f54534e2663aa229f4abeaa77e3b6456bf5.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/865defcf3b12cf794bc17d3d9dfda3483e037828079ad80580e40bc91cfd6276.html
HTML
mit
550
<!doctype html> <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]--> <head> <!-- Meta, title, CSS, favicons, etc. --> {% include head.html %} </head> <body class="app-theme-default"> <a class="sr-only" href="#content">Skip navigation</a> {% include brandbar.html %} {% include statusbar.html %} <main class="container app-content" id="content" role="main"> {{ content }} </main> {% include footer.html %} <!-- JS and analytics only. --> {% include javascript.html %} <div class="app-js-slot"> {% include gfont.html %} </div> </body> </html>
ade25/wigo
src/wigo.sitetheme/wigo/sitetheme/resources/_layouts/default.html
HTML
mit
812
<my-login> </my-login>
botcheddevil/angular2-proto
app/app.component.html
HTML
mit
23
<h2><span class="pref">options.</span>columns</h2> <p>List of column definition object to use for rendering the grid. See "Column Options" section for more info about available options.</p> <h5>Type and Default</h5> <blockquote> <p><code class="pill green">(array)</code>: Default <code class="pill">[]</code>.</p> </blockquote> <h5>Example</h5> <pre><code class="language-javascript">{ columns: [{ id: "myfirstcolumn", field: "id", name: "ID" }, { id: "mysecondcolumn", field: "foobar", name: "Foobar" }] }</code></pre> <h5>Demo</h5> <div id="demo-grid"></div>
globexdesigns/doby-website
pages/grid-options-columns.html
HTML
mit
629
{% extends "base-with-sidebar.html" %} {% load i18n markup methods %} {% block main %} <h2>{% trans "Found the following methods..." %}</h2> <form method="get" action="."> {% if query %} <ul id="method-index"> {% for result in page.object_list %} {% with result.object as method %} <li> {% include "methods-listitem.html" %} {% include "methods-meta.html" %} </li> {% endwith %} {% empty %} <p>{% trans "Sorry, could not find any matching methods." %}</p> {% endfor %} </ul> {% if page.has_previous or page.has_next %} <div> {% if page.has_previous %} <a href="?q={{ query }}&amp;page={{ page.previous_page_number }}"> {% endif %} &laquo; {% trans "Previous" %} {% if page.has_previous %}</a>{% endif %} | {% if page.has_next %} <a href="?q={{ query }}&amp;page={{ page.next_page_number }}"> {% endif %} {% trans "Next" %} &raquo; {% if page.has_next %}</a>{% endif %} </div> {% endif %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %} </form> {% endblock %}
lemonad/methodiki
methodiki/templates/search/search.html
HTML
mit
1,218
<!DOCTYPE html> <html> <head> <script data-main="scripts/config.js" data-require="[email protected]" data-semver="2.1.4" src="scripts/require.js"></script> <title>Sample Angular App with Auth0</title> </head> <body> <div ng-app="myApp"> <div ng-controller="MenuCtrl" ng-controller="MsgCtrl"> <a href="" ng-click="go('/')">main</a> <a href="" ng-click="go('/login')">login</a> <a href="" ng-click="go('/logout')">logout</a> </div> <div style="margin-top: 10px;">{{message}}</div> <div ng-view> </div> </div> </body> </html>
joevo2/AnimalRescue
www/lib/auth0-angular/examples/requirejs/index.html
HTML
mit
573
<section class="flickr"> <h2 data-bind="html: displayName"></h2> <ul class="list-inline list-unstyled" data-bind="foreach: images"> <li> <a href="#" class="img-thumbnail" data-bind="click: $parent.select"> <img style="width: 260px; height: 180px;" data-bind="attr: { src: media.m }"/> </a> </li> </ul> </section>
VincentSchippefilt/DDD-DomainEvents
WebApplication1/App/views/flickr.html
HTML
mit
383
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>AtomyJS Framework Test Suite</title> <link rel="stylesheet" href="vendor/mocha.css"> </head> <body> <style> #myId { height: 10px; width: 600px; } </style> <div id="mocha"></div> <div id="content">content</div> <script src="vendor/jquery-1.7.1.min.js"></script> <script src="vendor/superagent.min.js"></script> <script src="vendor/expect.js"></script> <script src="vendor/mocha.js"></script> <script src="vendor/underscore-min.js"></script> <script src="vendor/sinon-1.3.2.js"></script> <script src="../lib/atomy.js"></script> <script>mocha.setup('bdd');</script> <script src="events.js"></script> <script src="extend.js"></script> <script src="model.js"></script> <script>/*mocha.run();*/</script> <script> var myView = Atomy.View.extend('myView', { tag: 'div', id: 'myId', //className: 'something', template: 'Hello {{ name }}!', events: { 'click': function () { alert('hoooola'); } } }); var view = myView(); var tpl = view.compile(); console.log(tpl({ name: "Jonathan" })); $('#content').html(view.render({ name: "Jonathan" }).el); /* var Task = Atomy.Model.extend('Task', { setup: function () { this._super(); //alert('Si si si'); //return ['hola', 2, 3]; }, init: function () { var cls = arguments[0]; console.log(cls()); } }, { setup: function () { return [{ nada: 'nada de nada'}]; }, init: function () { console.log(arguments); } }); var task = Task({ some: 'data' }); */ /* describe('Model: find("all")', function () { var server, Task, cb; beforeEach(function () { server = sinon.fakeServer.create(); server.respondWith('GET', '/tasks?', [200, {'Content-Type': 'application/json'}, '[{ "id": 123, "title": "work", "notes": "hard" },{ "id": 124, "title": "hard", "notes": "work" }]']); cb = sinon.spy(); Task = Atomy.Model.extend('Task', { schema: ['title', 'notes'], connection: { host: '/', key: 'tasks' } }, true); }); afterEach(function () { server.restore(); cb.reset(); }); it ('should make an AJAX request', function () { Task.find('all', cb); server.respond(); expect(cb.calledOnce).to.be.ok(); expect(server.requests.length).to.be(1); expect(cb.args[0][0].body[0].title).to.be('work'); expect(cb.args[0][0].body[1].title).to.be('hard'); }); it ('should use GET method', function () { Task.find('all', cb); server.respond(); expect(server.requests[0].method).to.be('GET'); }); it ('should make an AJAX request to the URL /tasks', function () { Task.find('all', cb); server.respond(); expect(server.requests[0].url.replace('?', '')).to.be('/tasks'); }); it ('should wrap each object from response array in a Model class', function () { Task.find('all', cb); server.respond(); expect(cb.args[0][0].body[0]).to.be.a(Atomy.Model); expect(cb.args[0][0].body[1]).to.be.a(Atomy.Model); expect(cb.args[0][0].body[0]).to.be.a(Task); expect(cb.args[0][0].body[1]).to.be.a(Task); expect(cb.calledOnce).to.be.ok(); expect(server.requests.length).to.be(1); }); it ('should handle when respond doesn\'t return an array', function () { server = sinon.fakeServer.create(); server.respondWith('GET', '/tasks?', [200, {'Content-Type': 'application/json'}, '{ "id": 123, "title": "work", "notes": "hard"}']); Task.find('all', cb); console.log(server.requests); server.respond(); expect(cb.args[0][0].body).to.be.a(Task); expect(cb.args[0][0].body).to.be.a(Atomy.Model); expect(cb.args[0][0].body).to.not.be.an(Array); }); });*/ </script> </body> </html>
cayasso/atomy
test/index.html
HTML
mit
4,953
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>IrSeekerSensor.IrSeekerIndividualSensor</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="IrSeekerSensor.IrSeekerIndividualSensor"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.html" title="interface in com.qualcomm.robotcore.hardware"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.Mode.html" title="enum in com.qualcomm.robotcore.hardware"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li> <a href="../../../../index.html?com/qualcomm/robotcore/hardware/IrSeekerSensor.IrSeekerIndividualSensor.html" target="_top">Frames</a></li> <li><a href="IrSeekerSensor.IrSeekerIndividualSensor.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.qualcomm.robotcore.hardware</div> <h2 title="Class IrSeekerSensor.IrSeekerIndividualSensor" class="title">Class IrSeekerSensor.IrSeekerIndividualSensor</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.qualcomm.robotcore.hardware.IrSeekerSensor.IrSeekerIndividualSensor</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing interface:</dt> <dd><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.html" title="interface in com.qualcomm.robotcore.hardware">IrSeekerSensor</a> </dd> </dl> <hr> <br> <pre>public static class <span class="strong">IrSeekerSensor.IrSeekerIndividualSensor</span> extends java.lang.Object</pre> <div class="block">IR Sensor attached to an IR Seeker <p> Get the angle of this sensor, along with signal strength</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span> </caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.IrSeekerIndividualSensor.html#IrSeekerSensor.IrSeekerIndividualSensor()">IrSeekerSensor.IrSeekerIndividualSensor</a></strong>()</code> <div class="block">Constructor</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.IrSeekerIndividualSensor.html#IrSeekerSensor.IrSeekerIndividualSensor(double,%20double)">IrSeekerSensor.IrSeekerIndividualSensor</a></strong>(double&nbsp;angle, double&nbsp;strength)</code> <div class="block">Constructor</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</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> <tr class="altColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><strong><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.IrSeekerIndividualSensor.html#getSensorAngle()">getSensorAngle</a></strong>()</code> <div class="block">Get the angle at which this sensor is mounted </div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><strong><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.IrSeekerIndividualSensor.html#getSensorStrength()">getSensorStrength</a></strong>()</code> <div class="block">Get the strength of the IR signal detected by this sensor </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.IrSeekerIndividualSensor.html#toString()">toString</a></strong>()</code>&nbsp; </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="IrSeekerSensor.IrSeekerIndividualSensor()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IrSeekerSensor.IrSeekerIndividualSensor</h4> <pre>public&nbsp;IrSeekerSensor.IrSeekerIndividualSensor()</pre> <div class="block">Constructor</div> </li> </ul> <a name="IrSeekerSensor.IrSeekerIndividualSensor(double, double)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>IrSeekerSensor.IrSeekerIndividualSensor</h4> <pre>public&nbsp;IrSeekerSensor.IrSeekerIndividualSensor(double&nbsp;angle, double&nbsp;strength)</pre> <div class="block">Constructor</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getSensorAngle()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSensorAngle</h4> <pre>public&nbsp;double&nbsp;getSensorAngle()</pre> <div class="block">Get the angle at which this sensor is mounted </div> <dl> <dt><span class="strong">Returns:</span></dt> <dd>sensor angle</dd> </dl> </li> </ul> <a name="getSensorStrength()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSensorStrength</h4> <pre>public&nbsp;double&nbsp;getSensorStrength()</pre> <div class="block">Get the strength of the IR signal detected by this sensor </div> <dl> <dt><span class="strong">Returns:</span></dt> <dd>IR strength, scaled from 0 to 1</dd> </dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code> </dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.html" title="interface in com.qualcomm.robotcore.hardware"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../com/qualcomm/robotcore/hardware/IrSeekerSensor.Mode.html" title="enum in com.qualcomm.robotcore.hardware"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li> <a href="../../../../index.html?com/qualcomm/robotcore/hardware/IrSeekerSensor.IrSeekerIndividualSensor.html" target="_top">Frames</a></li> <li><a href="IrSeekerSensor.IrSeekerIndividualSensor.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
dmssargent/ftc_app_networked_simulator
Android/App/doc/javadoc/com/qualcomm/robotcore/hardware/IrSeekerSensor.IrSeekerIndividualSensor.html
HTML
mit
16,980
--- layout: compress --- <!DOCTYPE html> <html> {% include head.html %} <body> {% include sidebar.html %} <main id="main" class="open"> {{ content }} <!-- <div class="footer"> <div class="container"> <p class="footer-entry">All content is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA</a></p> <p class="footer-entry">Buit with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> and <a href="https://github.com/P233/3-Jekyll" target="_blank">3-Jekyll theme</a> • Hosted on <a href="https://pages.github.com/" target="_blank">Github</a></p> </div> </div> --> </main> <button id="menu" class="open"> <span id="menu-icons"></span> </button> <button id="post-toc-menu"> <span id="post-toc-menu-icons"></span> </button> <div id="post-toc"> <span id="post-toc-title">Table of Contents</span> <ul id="post-toc-ul"></ul> </div> {% include scripts.html %} </body> </html>
sccbhxc/sccbhxc.github.io
_layouts/default.html
HTML
mit
1,057
<style> body { font-family: system, -apple-system, '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif; color: #fff; text-align: center; font-size: 40px; } h2 { padding: 0; margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #hero { padding: 0; margin: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #close { color: white; opacity: 0.7; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); font-size: 12px; text-decoration: none; cursor: pointer; } #canvas { padding: 0; margin: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; border: 10px solid transparent; } .rectangle { border: 1px solid #FF0000; position: absolute; } </style> <!-- <h2>Hello World!</h2> --> <img id="hero" src="../../assets/img/sierra.jpg" /> <div id="canvas"></div> <a id="close" onclick="javascript:window.close()">Close this Window</a> <script type="text/javascript"> window.addEventListener('keyup', function (event) { console.log(event); if (event.key === 'Escape') { window.close(); } }, true) initDraw(document.getElementById('canvas')); function initDraw(canvas) { function setMousePosition(e) { var ev = e || window.event; //Moz || IE if (ev.pageX) { //Moz mouse.x = ev.pageX + window.pageXOffset; mouse.y = ev.pageY + window.pageYOffset; } else if (ev.clientX) { //IE mouse.x = ev.clientX + document.body.scrollLeft; mouse.y = ev.clientY + document.body.scrollTop; } }; var mouse = { x: 0, y: 0, startX: 0, startY: 0 }; var element = null; canvas.onmousemove = function (e) { setMousePosition(e); if (element !== null) { element.style.width = Math.abs(mouse.x - mouse.startX) + 'px'; element.style.height = Math.abs(mouse.y - mouse.startY) + 'px'; element.style.left = (mouse.x - mouse.startX < 0) ? mouse.x + 'px' : mouse.startX + 'px'; element.style.top = (mouse.y - mouse.startY < 0) ? mouse.y + 'px' : mouse.startY + 'px'; } } canvas.onmouseup = function (e) { if (element !== null) { element = null; canvas.style.cursor = "default"; console.log("finsihed."); } } canvas.onmousedown = function (e) { console.log("begun."); mouse.startX = mouse.x; mouse.startY = mouse.y; element = document.createElement('div'); element.className = 'rectangle' element.style.left = mouse.x + 'px'; element.style.top = mouse.y + 'px'; canvas.appendChild(element) canvas.style.cursor = "crosshair"; } // canvas.onclick = function (e) { // if (element !== null) { // element = null; // canvas.style.cursor = "default"; // console.log("finsihed."); // } else { // console.log("begun."); // mouse.startX = mouse.x; // mouse.startY = mouse.y; // element = document.createElement('div'); // element.className = 'rectangle' // element.style.left = mouse.x + 'px'; // element.style.top = mouse.y + 'px'; // canvas.appendChild(element) // canvas.style.cursor = "crosshair"; // } // } } </script>
charliesolomon/playback-machine
sections/windows/modal.html
HTML
mit
3,763
<div data-behaviors="center" data-center-vertical="true"> <code data-behaviors="highlight" data-highlight-language="php"> $document = new DOMDocument(); $document->loadXML("&lt;div&gt;&lt;/div&gt;"); $elements = $document->getElementsByTagName("div"); foreach ($elements as $key => $value) { printf("%s: %s, ", $key, $value->nodeName); } is_array($elements); # false $elements instanceof Traversable; # true </code> </div>
reflowjs/talk-cooperative-multitasking-with-generators
pages/005-dom-document.html
HTML
mit
503
<!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,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <meta name="author" content="Oleh Zasadnyy, GDG Lviv"> <meta name="description" content="O JSday é um evento imersivo focado em Javascript e tudo o que essa linguagem tem a oferecer"> <meta name="keywords" content="event, javascript, js, angularjs, google maps, ionic, firebase, aplicativos híbridos"> <meta name="google-site-verification" content="b9imDOrFawXaBXCC4r3uJDdswSYcalD-wWpMYhFq-no" /> <link rel="canonical" href="http://jsday.com.br"> <!-- Social: Twitter --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@frontinmaceio"> <meta name="twitter:title" content="WTM JavaScript Codelab"> <meta name="twitter:description" content="O JSday é um evento imersivo focado em Javascript e tudo o que essa linguagem tem a oferecer"> <meta name="twitter:image:src" content="http://jsday.com.br/img/seo/sharing-twitter.png"> <!-- Social: Facebook / Open Graph --> <meta property="og:title" content="WTM JavaScript Codelab" /> <meta property="og:site_name" content="JSDay Maceió 2015" /> <meta property="og:type" content="website" /> <meta property="og:url" content="http://jsday.com.br" /> <meta property="og:image" content="http://jsday.com.br/img/seo/sharing-facebook.png" /> <meta property="og:description" content="O JSday é um evento imersivo focado em Javascript e tudo o que essa linguagem tem a oferecer" /> <title>WTM JavaScript Codelab &bull; JSDay Maceió 2015</title> <link rel="shortcut icon" href="/img/favicons/favicon.ico"> <link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png"> <link rel="icon" type="image/png" href="/img/favicons/favicon-196x196.png"> <link rel="icon" type="image/png" href="/img/favicons/favicon-160x160.png"> <link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png"> <link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-TileImage" content="/img/favicons/mstile-144x144.png"> <meta name="msapplication-config" content="/img/favicons/browserconfig.xml"> <meta name="theme-color" content="#2b5797"> <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> <body> <div id="preloader" class="preloader"> <div class="loader-gplus"></div> </div> <div id="st-container" class="st-container"> <div class="st-pusher"> <div class="st-content"> <!-- Begin Top Section --> <section id="top-section" class="top-section image-section " style=""> <div class="overlay gradient-overlay"></div> <header id="top-header" class="top-header"> <div class="overlay white-solid"></div> <svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32"> <use xlink:href="/img/sprites/sprites.svg#icon-menu"></use> </svg> <a href="/" id="logo-header" class="logo-header"> <div class="logo logo-light"></div> </a> <nav class="st-menu st-effect" id="menu"> <div class="logo-navbar logo logo-dark visible-xs"></div> <ul> <li> <a class="" href=" / " >Home</a> </li> <li> <a class="" href=" /speakers/ " >JS Experts</a> </li> <li> <a class="" href=" /schedule/ " >Lineup</a> </li> <li> <a class="" href=" /wtm-javascript-codelab/ " >WTM JavaScript Codelab</a> </li> <li> <a class="" href=" http://certificado.eventick.com.br/generate/AZCSvpzt1YpuqXBlZfIUkg " target="_blank">Certificados</a> </li> </ul> <ul id="bottom-navlinks" class="bottom-navlinks visible-xs"> <li> <a href=" http://certificado.eventick.com.br/generate/AZCSvpzt1YpuqXBlZfIUkg " target="_blank">Yay! Certificados disponíveis &rarr;</a> </li> </ul> <a href=" http://certificado.eventick.com.br/generate/AZCSvpzt1YpuqXBlZfIUkg " class="right-nav-button right-nav-button-hidden btn btn-topbar waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank"> Yay! Certificados disponíveis &rarr; </a> </nav> </header> <div class="content-wrapper"> <div class="jumbotron text-left"> <div class="animated hiding" data-animation="fadeInLeft" data-delay="500"> <h1>WTM JavaScript Codelab</h1> </div> </div> </div> </section> <!-- End Top Section --> <!-- Begin Post--> <section id="post-section" class="post-section"> <div class="content-wrapper text-left"> <div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1"> <div class="col-lg-8 col-md-10 col-xs-12"> <article class="row post"> <div class="post-header"> <div class="published col-md-6 col-xs-6 pull-left"> <span class="caption">Posted:</span> <span class="publish-date" itemprop="datePublished">Aug 24, 2015</span> </div> <div class="share col-md-6 col-xs-6 pull-right"> <ul class="social-links"> <li> <a href="#" onclick="window.open('https://plus.google.com/share?url=http://jsday.com.br/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;"> <svg class="icon icon-google-plus" viewBox="0 0 30 32"> <use xlink:href="/img/sprites/sprites.svg#icon-google-plus"></use> </svg> </a> </li> <li> <a href="#" onclick="window.open('https://twitter.com/home?status=http://jsday.com.br/blog/hello-world', 'newwindow', 'width=600, height=250'); return false;"> <svg class="icon icon-twitter" viewBox="0 0 30 32"> <use xlink:href="/img/sprites/sprites.svg#icon-twitter"></use> </svg> </a> </li> <li> <a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://jsday.com.br/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;"> <svg class="icon icon-facebook" viewBox="0 0 30 32"> <use xlink:href="/img/sprites/sprites.svg#icon-facebook"></use> </svg> </a> </li> </ul> </div> </div> <div class="post-body"><p>O WTM JavaScript Codelab tem como objetivo ensinar o básico dessa poderosa linguagem para meninas que se interessam em se aventurar no Desenvolvimento Web. As mesmas meninas que participarem desse Codelab poderão assistir as palestras da tarde.</p> </div> <div id="page-navigation" class="page-navigation"> <div class="next col-xs-6"> </div> <div class="previous col-xs-6 text-right"> <a href="/blog/call-for-papers" title="Call for Papers [Encerrado]">Call for Pap... &raquo;</a> </div> </div> <div class="comments"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'devfestua'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </script> </div> </article> <div class="row text-center"> <p class="rss-subscribe">Subscribe <a href="/feed.xml" target="_blank">via RSS</a> </p> </div> </div> </div> </div> </section> <!-- End Post --> <!-- Begin Footer --> <footer id="footer" class="footer"> <div class="row"> <div class="pull-left col-md-6 col-xs-6"> <div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://jsday.com.br"></div> </div> <div class="logo logo-footer logo-gray pull-right"></div> </div> <div class="row"> <div class="col-md-4 col-xs-6"> <h5>Links</h5> <ul> <li><a href=" http://frontinamceio.com.br " target="_blank">Front in Maceió</a></li> <li><a href=" http://fb.com/caravanaweb " target="_blank">Caravana Web</a></li> <li><a href=" http://gdgmaceio.rocks " target="_blank">GDG Maceió</a></li> <li><a href=" https://developers.google.com/groups/?hl=pt-br " target="_blank">Google Developers</a></li> <li><a href=" https://womentechmakers.com " target="_blank">Women Techmakers</a></li> </ul> </div> <div class="col-md-4 col-xs-6"> <h5>Contato</h5> <ul> <li><a href=" mailto:[email protected] " target="_blank">[email protected]</a></li> </ul> </div> <div class="col-md-4 col-xs-6"> <h5>FAQ</h5> <ul> <li><a href=" http://pt-br.confcodeofconduct.com/ " target="_blank">Código de Conduta</a></li> </ul> </div> </div> <div class="row"> <div class="col-md-6 col-xs-12"> <ul class="social-links"> <li> <a href=" https://plus.google.com/+GdgmaceioRocksIt " target="_blank"> <svg class="icon icon-google-plus" viewBox="0 0 30 32"> <use xlink:href="/img/sprites/sprites.svg#icon-google-plus"></use> </svg> </a> </li> <li> <a href=" https://twitter.com/intent/user?screen_name=frontinmaceio " target="_blank"> <svg class="icon icon-twitter" viewBox="0 0 30 32"> <use xlink:href="/img/sprites/sprites.svg#icon-twitter"></use> </svg> </a> </li> <li> <a href=" https://facebook.com/FrontinMaceio " target="_blank"> <svg class="icon icon-facebook" viewBox="0 0 30 32"> <use xlink:href="/img/sprites/sprites.svg#icon-facebook"></use> </svg> </a> </li> </ul> </div> </div> <div class="row"> <!-- Please don't delete this line--> <div class="col-md-6"> <p class="copyright"> &copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a> </p> </div> </div> </footer> <!-- End Footer --> </div> </div> </div> <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-62574701-1', 'jsday.com.br'); ga('send', 'pageview'); </script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script> window.jQuery || document.write('<script src="/js/jquery-2.1.1.min.js ><\/script>') </script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script> if (typeof ($.fn.modal) === 'undefined') { document.write('<script src="/js/bootstrap.min.js ><\/script>') } </script> <script src="/js/default.js"></script> <script>Waves.displayEffect();</script> <script src="/js/scripts.min.js"></script> <script type="application/ld+json"> [{ "@context" : "http://schema.org", "@type" : "Event", "name" : "JSDay Maceió 2015", "description": "O JSday é um evento imersivo focado em Javascript e tudo o que essa linguagem tem a oferecer", "image" : "http://jsday.com.br/img/seo/sharing-google-plus.png", "url" : "http://jsday.com.br", "startDate" : "2015-09-12T08:00", "doorTime" : "09:00", "endDate" : "2015-09-12T17:00", "location" : { "@type" : "Place", "name" : "Auditório CESMAC", "sameAs" : "http://cesmac.com.br", "address" : { "@type" : "PostalAddress", "streetAddress" : "R. Cônego Machado, 918 - Farol", "addressLocality" : "Maceió", "addressRegion" : "AL", "postalCode" : "57051-160", "addressCountry" : "Brasil" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "-9.655388", "longitude" : " -35.737538" } }, // Not supported yet // "organizer" : { // "@type" : "Organization", // "name" : "Caravana Web", // "alternateName" : "", // "description" : "Comunidade com o intuito de proporcionar a disseminação do conhecimento relacionado à Tecnologia e Web", // "logo" : "http://jsday.com.br/img/seo/organizer-logo.png", // "email" : "[email protected]", // "sameAs" : "http://fb.com/caravanaweb" // }, "subEvent" : { "@type" : "Event", "name" : "Hackathon", "description": "", "image" : "http://jsday.com.br/img/seo/sharing-google-plus.png", "url" : "http://jsday.com.br/hackathon/", "startDate" : "2014-10-24T10:00", "doorTime" : "09:00", "endDate" : "2014-10-25T00:00", "location" : { "@type" : "Place", "name" : "Communa", "sameAs" : "http://communa.net.ua/", "address" : { "@type" : "PostalAddress", "streetAddress" : "1 Halytska St", "addressLocality" : "Lviv", "addressRegion" : "Lvivska", "postalCode" : "79000", "addressCountry" : "Ukraine" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "49.840999", "longitude" : " 24.031144" } } }, "offers" : [ { "@type" : "Offer", "name" : "WTM JavaScript Codelab", "url" : "http://even.tc/jsday-maceio-2015", "price" : "", "priceCurrency" : "Gratuito", "validFrom" : "2015-08-21T10:00", "validThrough" : "2015-09-11T23:59" }, { "@type" : "Offer", "name" : "1º lote: JS #ftw", "url" : "http://even.tc/jsday-maceio-2015", "price" : "25", "priceCurrency" : "R$", "validFrom" : "2015-08-21T10:00", "validThrough" : "2015-09-06T23:59" }, { "@type" : "Offer", "name" : "2º Lote: ES6", "url" : "http://even.tc/jsday-maceio-2015", "price" : "45", "priceCurrency" : "R$", "validFrom" : "2015-09-07T00:00", "validThrough" : "2015-09-11T23:59" } ], "performer" : [ { "@type" : "Person", "name" : "Wilson Mendes", "image" : "http://jsday.com.br/img/people/wilson-mendes.jpg", "jobTitle" : "Google Developer Expert", "worksFor" : { "@type" : "Organization", "name" : "GDE AngularJS" }, "sameAs" : "https://plus.google.com/+WilsonMendes" }, { "@type" : "Person", "name" : "Felipe de Albuquerque", "image" : "http://jsday.com.br/img/people/felipedeolinda.jpg", "jobTitle" : "Front End Engineer", "worksFor" : { "@type" : "Organization", "name" : "CESAR" }, "sameAs" : "https://plus.google.com/114759529902579393274" }, { "@type" : "Person", "name" : "Juarez Filho", "image" : "http://jsday.com.br/img/people/juarez-filho.jpg", "jobTitle" : "Front End Engineer", "worksFor" : { "@type" : "Organization", "name" : "madewithlove" }, "sameAs" : "https://plus.google.com/+JuarezPAFilho" }, { "@type" : "Person", "name" : "Thulio Philipe", "image" : "http://jsday.com.br/img/people/thulio-philipe.jpg", "jobTitle" : "Front End Engineer", "worksFor" : { "@type" : "Organization", "name" : "Epitrack" }, "sameAs" : "https://plus.google.com/+ThulioPhilipe" }, { "@type" : "Person", "name" : "Thadeu Luz", "image" : "http://jsday.com.br/img/people/thadeu-luz.jpg", "jobTitle" : "Co-Founder & COO", "worksFor" : { "@type" : "Organization", "name" : "Handtalk" }, "sameAs" : "https://plus.google.com/+ThadeuLuz" }, { "@type" : "Person", "name" : "Marina Limeira", "image" : "http://jsday.com.br/img/people/marinalimeira_.jpg", "jobTitle" : "Desenvoledora Back-End", "worksFor" : { "@type" : "Organization", "name" : "Roga Labs" }, "sameAs" : "https://plus.google.com/+MarinaLimeira" }, { "@type" : "Person", "name" : "Bruno Lima", "image" : "http://jsday.com.br/img/people/brunolimawd.jpg", "jobTitle" : "Front-End Developer", "worksFor" : { "@type" : "Organization", "name" : "CESAR" }, "sameAs" : "http://twitter.com/brunolimawd" }, { "@type" : "Person", "name" : "Filipe Falcão", "image" : "http://jsday.com.br/img/people/filipefalcaos.jpg", "jobTitle" : "Full Stack Developer", "worksFor" : { "@type" : "Organization", "name" : "4Tags" }, "sameAs" : "https://plus.google.com/+FilipeFalcãoBatista" }, { "@type" : "Person", "name" : "Maria Clara Santana", "image" : "http://jsday.com.br/img/people/clarasantana.jpg", "jobTitle" : "Front-end Developer", "worksFor" : { "@type" : "Organization", "name" : "Clip" }, "sameAs" : "https://plus.google.com/+MariaClaraSantana1" }, { "@type" : "Person", "name" : "Juscyllan S Queiroz", "image" : "http://jsday.com.br/img/people/kujhy.jpg", "jobTitle" : "Mobile Developer", "worksFor" : { "@type" : "Organization", "name" : "Kujhy.com" }, "sameAs" : "http://twitter.com/kujhy" }, { "@type" : "Person", "name" : "Khwesten Heiner", "image" : "http://jsday.com.br/img/people/khwesten.jpg", "jobTitle" : "Desenvolvedor Front-end", "worksFor" : { "@type" : "Organization", "name" : "MeuTutor" }, "sameAs" : "http://github.com/Khwesten" }, { "@type" : "Person", "name" : "Hotaviano Melo", "image" : "http://jsday.com.br/img/people/hotaviano.jpg", "jobTitle" : "Software Developer", "worksFor" : { "@type" : "Organization", "name" : "ZUQ" }, "sameAs" : "https://plus.google.com/109910986200413542309" } ], "eventStatus" : "EventScheduled", "typicalAgeRange" : "16+" }] </script> </body> </html>
JSdayBR/maceio
_site/blog/hello-world/index.html
HTML
mit
23,486
<!doctype html> <html> <title>npm-explore</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/api/npm-explore.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../api/npm-explore.html">npm-explore</a></h1> <p>Browse an installed package</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm.commands.explore(args, callback) </code></pre><h2 id="description">DESCRIPTION</h2> <p>Spawn a subshell in the directory of the installed package specified.</p> <p>If a command is specified, then it is run in the subshell, which then immediately terminates.</p> <p>Note that the package is <em>not</em> automatically rebuilt afterwards, so be sure to use <code>npm rebuild &lt;pkg&gt;</code> if you make any changes.</p> <p>The first element in the &#39;args&#39; parameter must be a package name. After that is the optional command, which can be any number of strings. All of the strings will be combined into one, space-delimited command.</p> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-explore &mdash; [email protected]</p>
AlanGuo/magicform
node_modules/npm/html/doc/api/npm-explore.html
HTML
mit
3,302
<div class="mediatab"> <button id="fub" class="btn btn-primary" ngf-select="uploadFiles()" ng-model="files" ngf-multiple="true" ngf-keep="false"> <i class="glyphicon glyphicon-plus"></i> <span>&nbsp;Upload Media Assets</span> </button> </div> <div id="imageeditor_grid"> <div class="mediagallery" ng-repeat="item in assets"> <div ng-style="{'background-image':'url({{item}})'}"> <span class="medialabel">{{item | regex:'.*\/':''}}</span> <span class="mediaicon glyphicon glyphicon-remove-circle" title="Delete asset" ng-click="deleteMedia(item)"></span> </div> </div> </div>
michaelkleinhenz/storyquest
editor/frontend/views/media.html
HTML
mit
665
<html> <head> <link rel="shortcut icon" href="favicon.ico" > <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> <title>Search Academics</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="estilo.css" type="text/css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <div id="cabecalho"> <p id="titulo">Search Academics</p> <img src="img/logo vetor.png" id="imglogo" > </div> <div id="menu"> <a href="index.html" id="inicio">INICIO</a> <a href="suplemento.html" id="suplemento">SUPLEMENTOS</a> <a href="roupa.html" id="roupas" >ROUPAS </a> <a href="sobre.html" id="sobre">SOBRE</a> </div> </html>
OstentaPao/SearchAcademics
public_html/biceps.html
HTML
mit
1,084
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>shinstudio :: html5 :: news ticker</title> <style> #border { width: 500px; background: #000; border-radius: 5px; padding-top: 10px; padding-bottom: 10px; } </style> </head> <body> <div id="border"> <canvas id="bannershow" width="500" height="150" /> </div> <script> var globalx = 0; var vector = 2; var interval = 120; var canvas = document.getElementById('bannershow'); var ctx = canvas.getContext('2d'); var fontsize = 120; var canvasHeight = 150; var canvasWidth = 500; function banner(label) { ctx.clearRect(0, 0, canvasWidth, canvasHeight); ctx.fillStyle = 'rgb(0, 0, 0)'; ctx.fillRect (0, 0, canvasWidth, canvasHeight); ctx.fillStyle = 'rgba(255, 255, 255, 0.4)' ctx.font = fontsize + 'px Helvetica'; ctx.textBaseline = 'top'; if (globalx > canvasWidth) { globalx = ctx.measureText(label).width * -1; } ctx.fillText(label, globalx, (canvasHeight-fontsize)/2); globalx += vector; } setInterval(banner, 1000/interval, 'Helvetica'); </script> </body> </html>
shinstudio/html5_myown_party
news_ticker/index.html
HTML
mit
1,265
--- redirect_from: /docs/1.0.23/interfaces/view.activeuiview.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ActiveUIView | @uirouter/angularjs</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/angularjs</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">@uirouter/angularjs</a> </li> <li> <a href="../modules/view.html">view</a> </li> <li> <a href="view.activeuiview.html">ActiveUIView</a> </li> </ul> <h1>Interface ActiveUIView</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">ActiveUIView</span> </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 "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#_type" class="tsd-kind-icon">$type</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#config" class="tsd-kind-icon">config</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#configupdated" class="tsd-kind-icon">config<wbr>Updated</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#creationcontext" class="tsd-kind-icon">creation<wbr>Context</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#fqn" class="tsd-kind-icon">fqn</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#id" class="tsd-kind-icon">id</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#name" class="tsd-kind-icon">name</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="_type" class="tsd-anchor"></a> <!-- <h3>$type</h3> --> <div class="tsd-signature tsd-kind-icon">$type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header"> <p> type of framework, e.g., &quot;ng1&quot; or &quot;ng2&quot; </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>type of framework, e.g., &quot;ng1&quot; or &quot;ng2&quot;</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-core/src/view/interface.ts:17</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="config" class="tsd-anchor"></a> <!-- <h3>config</h3> --> <div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <a href="view.viewconfig.html" class="tsd-signature-type">ViewConfig</a> <div class="tsd-header"> <p> The ViewConfig that is currently loaded into the ui-view </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The ViewConfig that is currently loaded into the ui-view</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-core/src/view/interface.ts:25</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="configupdated" class="tsd-anchor"></a> <!-- <h3>config<wbr>Updated</h3> --> <div class="tsd-signature tsd-kind-icon">config<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span> <div class="tsd-header"> <p> A callback that should apply a ViewConfig (or clear the ui-view, if config is undefined) </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A callback that should apply a ViewConfig (or clear the ui-view, if config is undefined)</p> </div> </div> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>config<span class="tsd-signature-symbol">: </span><a href="view.viewconfig.html" class="tsd-signature-type">ViewConfig</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>config <a href="view.viewconfig.html" class="tsd-signature-type">ViewConfig</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> </li> </ul> </li> </ul> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-core/src/view/interface.ts:29</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="creationcontext" class="tsd-anchor"></a> <!-- <h3>creation<wbr>Context</h3> --> <div class="tsd-signature tsd-kind-icon">creation<wbr>Context<span class="tsd-signature-symbol">:</span> <a href="view.viewcontext.html" class="tsd-signature-type">ViewContext</a> <div class="tsd-header"> <p> The state context in which the ui-view tag was created. </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The state context in which the ui-view tag was created.</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-core/src/view/interface.ts:27</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="fqn" class="tsd-anchor"></a> <!-- <h3>fqn</h3> --> <div class="tsd-signature tsd-kind-icon">fqn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header"> <p> The ui-view&#39;s fully qualified name </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The ui-view&#39;s fully qualified name</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-core/src/view/interface.ts:23</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="id" class="tsd-anchor"></a> <!-- <h3>id</h3> --> <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <div class="tsd-header"> <p> An auto-incremented id </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>An auto-incremented id</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-core/src/view/interface.ts:19</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="name" class="tsd-anchor"></a> <!-- <h3>name</h3> --> <div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header"> <p> The ui-view short name </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The ui-view short name</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-core/src/view/interface.ts:21</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="../index.html"><em>@uirouter/angularjs</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="../modules/common.html">common</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/directives.html">directives</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/injectables.html">injectables</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1.html">ng1</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/params.html">params</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/state.html">state</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/transition.html">transition</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/url.html">url</a> </li> <li class="current tsd-kind-external-module"> <a href="../modules/view.html">view</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/_ui_router_core_src_common_trace_.html">"ui-<wbr>router-<wbr>core/src/common/trace"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html">vanilla</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/view.templatefactory.html" class="tsd-kind-icon">Template<wbr>Factory</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/view.viewservice.html" class="tsd-kind-icon">View<wbr>Service</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="view.activeuiview.html" class="tsd-kind-icon">ActiveUIView</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="view.activeuiview.html#_type" class="tsd-kind-icon">$type</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="view.activeuiview.html#config" class="tsd-kind-icon">config</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="view.activeuiview.html#configupdated" class="tsd-kind-icon">config<wbr>Updated</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="view.activeuiview.html#creationcontext" class="tsd-kind-icon">creation<wbr>Context</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="view.activeuiview.html#fqn" class="tsd-kind-icon">fqn</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="view.activeuiview.html#id" class="tsd-kind-icon">id</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="view.activeuiview.html#name" class="tsd-kind-icon">name</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="view.bindingtuple.html" class="tsd-kind-icon">Binding<wbr>Tuple</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="view.viewconfig.html" class="tsd-kind-icon">View<wbr>Config</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="view.viewcontext.html" class="tsd-kind-icon">View<wbr>Context</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="view.viewservicepluginapi.html" class="tsd-kind-icon">View<wbr>Service<wbr>PluginAPI</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="view.viewsynclistener.html" class="tsd-kind-icon">View<wbr>Sync<wbr>Listener</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="view.viewtuple.html" class="tsd-kind-icon">View<wbr>Tuple</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/view.html#viewconfigfactory" class="tsd-kind-icon">View<wbr>Config<wbr>Factory</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/view.html#getbindings" class="tsd-kind-icon">get<wbr>Bindings</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/view.html#getcomponentbindings" class="tsd-kind-icon">get<wbr>Component<wbr>Bindings</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/view.html#scopebindings" class="tsd-kind-icon">scope<wbr>Bindings</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ui-router/ui-router.github.io
_ng1_docs/1.0.23/interfaces/view.activeuiview.html
HTML
mit
22,951
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>chapar: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / chapar - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> chapar <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-18 08:58:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 08:58:34 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 2.9.3 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/chapar&quot; dev-repo: &quot;git+https://github.com/coq-community/chapar.git&quot; bug-reports: &quot;https://github.com/coq-community/chapar/issues&quot; license: &quot;MIT&quot; synopsis: &quot;A framework for verification of causal consistency for distributed key-value stores and their clients in Coq&quot; description: &quot;&quot;&quot; A framework for modular verification of causal consistency for replicated key-value store implementations and their client programs in Coq. Includes proofs of the causal consistency of two key-value store implementations and a simple automatic model checker for the correctness of client programs. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;keyword:causal consistency&quot; &quot;keyword:key-value stores&quot; &quot;keyword:distributed algorithms&quot; &quot;keyword:program verification&quot; &quot;logpath:Chapar&quot; &quot;date:2019-05-15&quot; ] authors: [ &quot;Mohsen Lesani&quot; &quot;Christian J. Bell&quot; &quot;Adam Chlipala&quot; ] url { src: &quot;https://github.com/coq-community/chapar/archive/v8.9.0.tar.gz&quot; checksum: &quot;sha256=a4b76cb183a159a98ec50327d8bf7285055a6fdd0617385b465e97277dfa17da&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-chapar.8.9.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-chapar -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-chapar.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.13.1-2.0.10/released/8.15.0/chapar/8.9.0.html
HTML
mit
7,414
<div ng-include="'partials/navbar.html'" /></div> <div class="container"> <h1>Home</h1> </div> <div ng-include="'partials/footer.html'" /></div>
freeuni-sdp/FreeUni-SDP-2014-Final-Project
console/src/main/webapp/partials/home.html
HTML
mit
149
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:54 EST 2012 --> <TITLE> Uses of Class org.pentaho.di.trans.steps.execsqlrow.ExecSQLRowTest </TITLE> <META NAME="date" CONTENT="2012-11-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.pentaho.di.trans.steps.execsqlrow.ExecSQLRowTest"; } } </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/pentaho/di/trans/steps/execsqlrow/ExecSQLRowTest.html" title="class in org.pentaho.di.trans.steps.execsqlrow"><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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/pentaho/di/trans/steps/execsqlrow//class-useExecSQLRowTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ExecSQLRowTest.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.pentaho.di.trans.steps.execsqlrow.ExecSQLRowTest</B></H2> </CENTER> No usage of org.pentaho.di.trans.steps.execsqlrow.ExecSQLRowTest <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/pentaho/di/trans/steps/execsqlrow/ExecSQLRowTest.html" title="class in org.pentaho.di.trans.steps.execsqlrow"><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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/pentaho/di/trans/steps/execsqlrow//class-useExecSQLRowTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ExecSQLRowTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ColFusion/PentahoKettle
kettle-data-integration/docs/api/org/pentaho/di/trans/steps/execsqlrow/class-use/ExecSQLRowTest.html
HTML
mit
6,166
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語&nbsp;</b></th><td class="ztd2">笑中有刀</td></tr> <tr><th class="ztd1"><b>典故說明&nbsp;</b></th><td class="ztd2"> 此處所列為「笑裡藏刀」之典故說明,提供參考。</font> 「笑裡藏刀」典源作「笑中有刀」。這句話本來是用來形容唐初的李義府。當唐高宗要立武昭儀(即後來的武則天)為皇后時,李義府曾暗中出了力,所以後來擢升高官,獲賜爵位。他這個人,平常與人相處,外表謙恭有禮,說起話來更是語氣平和,又面帶微笑。事實上,卻是一個心胸狹窄,喜歡猜忌的人。現在既然當了大官,就希望別人來歸附於他。如果有人稍為忤逆他的意思,他就想盡辦法來陷害對方。因此當時的人形容他是「笑中有刀」,並且給他取了個外號,冠上他的姓,叫作「李貓」。意思是說他像貓一樣,貌似柔順,卻會害人。後來這裡的「笑中有刀」演變成「笑裡藏刀」,形容一個人外貌和善可親,內心卻陰險狠毒。</font></font></font></font></font></td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/3000-3999/3972-32.html
HTML
mit
1,595
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.0"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>EmbASP-CSharp v7.1.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <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">EmbASP-CSharp v7.1.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.0 --> <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','.html'); /* @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> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacebase.html">base</a></li><li class="navelem"><a class="el" href="classbase_1_1Handler.html">Handler</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">base.Handler Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classbase_1_1Handler.html">base.Handler</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a3ae0a2625af6f1d2b0c26cac9daf9a8c">AddOption</a>(OptionDescriptor o)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#a73bdb869a306d15686613a917fe56264">AddProgram</a>(InputProgram program)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a7b9b4767af2d9de4702b1b87a8de313e">GetInputProgram</a>(int key)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#aa3e4623339169c174479bafa514e8e2e">GetOptionDescriptor</a>(int key)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#ad0daf7996f0847ec4da7c74fafa6f926">Handler</a>()</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#ad867c9192f8312cfe570499a93375b8a">RemoveAll</a>()</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#aa04b947110a0193ca5e273a2e16eb55b">RemoveOption</a>(int option_id)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#afe9b2dc754932c80430ae5ccff861ad0">RemoveOption</a>(OptionDescriptor o)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a80be7326325132bf455c055b456d3eb3">RemoveProgram</a>(InputProgram p)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#a888beee1a4ecdb45c056ae151d938707">RemoveProgram</a>(int program_id)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a7031347ebba6cd1f964a154bca504e46">StartAsync</a>(ICallback c)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#a4b117352d62203361c64a9cdec3de950">StartAsync</a>(ICallback c, IList&lt; int &gt; program_index, IList&lt; int &gt; option_index)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a86f4efb3c5a7fa2ad26f1180ba17d514">StartSync</a>()</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#afcd6ba6fbdc7e0a76bc65833b6aaf1e1">StartSync</a>(IList&lt; int &gt; program_index, IList&lt; int &gt; option_index)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.0 </small></address> </body> </html>
DeMaCS-UNICAL/embasp_website
docs/_static/doxygen/cSharp/classbase_1_1Handler-members.html
HTML
mit
7,717
<!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-beta2) on Mon Mar 19 19:32:20 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> 类 org.omg.CORBA.ULongLongSeqHelper 的使用 (Java Platform SE 6) </TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <META NAME="date" CONTENT="2007-03-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="类 org.omg.CORBA.ULongLongSeqHelper 的使用 (Java Platform SE 6)"; } } </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="跳过导航链接"></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>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/omg/CORBA/ULongLongSeqHelper.html" title="org.omg.CORBA 中的类"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;上一个&nbsp; &nbsp;下一个</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/omg/CORBA//class-useULongLongSeqHelper.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="ULongLongSeqHelper.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>类 org.omg.CORBA.ULongLongSeqHelper<br>的使用</B></H2> </CENTER> 没有 org.omg.CORBA.ULongLongSeqHelper 的用法 <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="跳过导航链接"></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>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/omg/CORBA/ULongLongSeqHelper.html" title="org.omg.CORBA 中的类"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;上一个&nbsp; &nbsp;下一个</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/omg/CORBA//class-useULongLongSeqHelper.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="ULongLongSeqHelper.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font> </BODY> </HTML>
piterlin/piterlin.github.io
doc/jdk6_cn/org/omg/CORBA/class-use/ULongLongSeqHelper.html
HTML
mit
7,018
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>Sauce-0.11.0: sauce::internal::ApplyConstructor&lt; Parameters, Constructed_, Allocator_ &gt; Class Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Sauce-0.11.0 </div> <div id="projectbrief">A C++ Dependency Injection Framework</div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li 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="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"><b>sauce</b> </li> <li class="navelem"><b>internal</b> </li> <li class="navelem"><a class="el" href="classsauce_1_1internal_1_1_apply_constructor.html">ApplyConstructor</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> </div> <div class="headertitle"> <div class="title">sauce::internal::ApplyConstructor&lt; Parameters, Constructed_, Allocator_ &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <!-- doxytag: class="sauce::internal::ApplyConstructor" --> <p><a href="classsauce_1_1internal_1_1_apply_constructor-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-types"></a> Public Types</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6e066b15172002e443269c7c8fb638d5"></a><!-- doxytag: member="sauce::internal::ApplyConstructor::Constructed" ref="a6e066b15172002e443269c7c8fb638d5" args="" --> typedef Constructed_&#160;</td><td class="memItemRight" valign="bottom"><b>Constructed</b></td></tr> <tr><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ae250d177e8af1bd2495779e8279ee821"></a><!-- doxytag: member="sauce::internal::ApplyConstructor::apply" ref="ae250d177e8af1bd2495779e8279ee821" args="(Passed)" --> template&lt;typename Passed &gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">Constructed *&#160;</td><td class="memTemplItemRight" valign="bottom"><b>apply</b> (Passed)</td></tr> <tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ad6327a62404f26c62de0e15a1d4fdee1"></a><!-- doxytag: member="sauce::internal::ApplyConstructor::observe" ref="ad6327a62404f26c62de0e15a1d4fdee1" args="(Passed)" --> template&lt;typename Passed &gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>observe</b> (Passed)</td></tr> <tr><td colspan="2"><h2><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af9099dec715f1025a32906fd415bded0"></a><!-- doxytag: member="sauce::internal::ApplyConstructor::arity" ref="af9099dec715f1025a32906fd415bded0" args="()" --> static int&#160;</td><td class="memItemRight" valign="bottom"><b>arity</b> ()</td></tr> </table> <h3>template&lt;typename Parameters, typename Constructed_, typename Allocator_&gt;<br/> class sauce::internal::ApplyConstructor&lt; Parameters, Constructed_, Allocator_ &gt;</h3> <hr/>The documentation for this class was generated from the following file:<ul> <li>sauce/internal/<a class="el" href="apply__variadic_8h_source.html">apply_variadic.h</a></li> </ul> </div><!-- contents --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
phs/sauce
doxygen-doc/html/classsauce_1_1internal_1_1_apply_constructor.html
HTML
mit
4,893
<!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="./8fb64178e6ca6ef32a83a1805f5a8aad5a5ab375d21d2c2550f4a427b98ca5e3.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/b33f1b4c91969cabfcc556fcb6523be6f340ce385e9bfe1e34357533f166f676.html
HTML
mit
550
<html> <head> <title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.4 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceOgre.html">Ogre</a> </li> <li class="navelem"><a class="el" href="classOgre_1_1Font.html">Font</a> </li> <li class="navelem"><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html">CmdCodePoints</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">Ogre::Font::CmdCodePoints Member List</div> </div> </div> <div class="contents"> This is the complete list of members for <a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html">Ogre::Font::CmdCodePoints</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html#a7672e1462797459272dc56d711188ba8">doGet</a>(const void *target) const </td><td><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html">Ogre::Font::CmdCodePoints</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html#aec05cbfddc57fef4e5942c7fb97361db">doSet</a>(void *target, const String &amp;val)</td><td><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html">Ogre::Font::CmdCodePoints</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classOgre_1_1ParamCommand.html#a44288c733303c12a4cb30f483ee006ee">~ParamCommand</a>()</td><td><a class="el" href="classOgre_1_1ParamCommand.html">Ogre::ParamCommand</a></td><td><code> [virtual]</code></td></tr> </table></div> <hr> <p> Copyright &copy; 2008 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Sat Jan 14 2012 18:40:47 </p> </body> </html>
milram/ogre-1.7.4-osx
Docs/api/html/classOgre_1_1Font_1_1CmdCodePoints-members.html
HTML
mit
4,169
<div> <p> <h2>This is an example</h2> <em>Feature exclusion should include the example feature below:</em> </p> <p ng-feature="Sample"> This is an example feature </p> </div>
jimschubert/angular-features
examples/simple/partial.html
HTML
mit
214
<html> <head> <title>Matt Edmondson'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>Matt Edmondson's panel show appearances</h1> <p>Matt Edmondson (born 1985-12-27<sup><a href="https://en.wikipedia.org/wiki/Matt_Edmondson">[ref]</a></sup>) has appeared in <span class="total">21</span> episodes between 2009-2015. <a href="https://en.wikipedia.org/wiki/Matt_Edmondson">Matt Edmondson on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:10px;" class="performances male" title="1"></div><span class="year">2009</span></td> <td><div style="height:0px;" class="performances male" title=""></div><span class="year">2010</span></td> <td><div style="height:0px;" class="performances male" title=""></div><span class="year">2011</span></td> <td><div style="height:0px;" class="performances male" title=""></div><span class="year">2012</span></td> <td><div style="height:90px;" class="performances male" title="9"></div><span class="year">2013</span></td> <td><div style="height:100px;" class="performances male" title="10"></div><span class="year">2014</span></td> <td><div style="height:10px;" class="performances male" title="1"></div><span class="year">2015</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2015-02-12</strong> / <a href="../shows/reality-bites.html">Reality Bites</a></li> <li><strong>2014-03-06</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-02-27</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-02-20</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-02-13</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-02-06</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-01-30</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-01-23</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-01-16</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-01-09</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2014-01-02</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2013-03-01</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li> <li><strong>2013-02-21</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2013-02-14</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2013-02-07</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2013-01-31</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2013-01-24</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2013-01-17</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2013-01-10</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2013-01-03</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2009-04-15</strong> / <a href="../shows/celebrityjuice.html">Celebrity Juice</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/gsl7kii2.html
HTML
mit
3,678
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Fractal Component Example App</title> </head> <body> <div id="root"></div> </body> </html>
slorber/scalable-frontend-with-elm-or-redux
fractal-component/index.html
HTML
mit
248
--- layout: default title: Desarrollo Sostenible permalink: /herramientas/desarrollo-sostenible/ --- {% include apps_header.html highlight='all' %} <div class="bg-container"> <div class="bg hidden-sm hidden-xs"></div> <div class="container-fluid"> <div class="row equal-height"> <div id="dgm-sidebar" class="col-lg-2 col-md-2 hidden-sm hidden-xs"> {% include sidebar.html highlight='development' section='herramientas' %} </div> <div class="col-lg-10 col-md-10 col-sm-12 col-xs-12 posts-container"> {% assign posts = site.posts | where: 'section', 'herramientas' | where: 'category', 'desarrollo-sostenible' | where: 'published', true | sort: 'date' %} {% include tools_container.html posts=posts section='herramientas' %} </div> </div> </div> </div>
mendozagioo/dgm-guia
herramientas/desarrollo.html
HTML
mit
875
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.5 / contrib:smc dev</a></li> <li class="active"><a href="">2015-01-29 16:27:40</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:smc <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-01-29 16:27:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-29 16:27:40 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:smc/coq:contrib:smc.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:smc.dev coq.8.4.5</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following dependencies couldn&#39;t be met: - coq:contrib:smc -&gt; coq &gt;= 8.5beta1 Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </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>opam remove -y coq; opam install -y --dry-run coq:contrib:smc.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.5 === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.5. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.hott [required by coq:contrib:smc] - install coq:contrib:smc.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.hott: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide opt make -j4 make install Installing coq.hott. Building coq:contrib:smc.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:smc.dev. </pre></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>Duration</dt> <dd>0 s</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.02.1-1.2.0/unstable/8.4.5/contrib:smc/dev/2015-01-29_16-27-40.html
HTML
mit
6,864
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.15"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>0.9.9 API documenation: quaternion_geometric.hpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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="projectlogo"><img alt="Logo" src="logo-mini.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">0.9.9 API documenation </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.15 --> <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> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_5e8a7bbde1a4928aae401de5a4a8708b.html">private</a></li><li class="navelem"><a class="el" href="dir_026c2db901f78a36dbfb31e1a16d14ee.html">tmp</a></li><li class="navelem"><a class="el" href="dir_3e54920429fc7aba188cecf2456d0136.html">glm-20190412-31222-146wtan</a></li><li class="navelem"><a class="el" href="dir_396ab47d899ecdfea80cb8521c680e0d.html">glm</a></li><li class="navelem"><a class="el" href="dir_99d71e755ea9f36bd3b9b454d10db481.html">glm</a></li><li class="navelem"><a class="el" href="dir_4e505c1215973458eddc04767d711445.html">ext</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">quaternion_geometric.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <p><a class="el" href="a00685.html">GLM_EXT_quaternion_geometric</a> <a href="#details">More...</a></p> <p><a href="a00227_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:ga755beaa929c75751dee646cccba37e4c"><td class="memTemplParams" colspan="2">template&lt;typename T , qualifier Q&gt; </td></tr> <tr class="memitem:ga755beaa929c75751dee646cccba37e4c"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_QUALIFIER qua&lt; T, Q &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00685.html#ga755beaa929c75751dee646cccba37e4c">cross</a> (qua&lt; T, Q &gt; const &amp;q1, qua&lt; T, Q &gt; const &amp;q2)</td></tr> <tr class="memdesc:ga755beaa929c75751dee646cccba37e4c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute a cross product. <a href="a00685.html#ga755beaa929c75751dee646cccba37e4c">More...</a><br /></td></tr> <tr class="separator:ga755beaa929c75751dee646cccba37e4c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga84865a56acb8fbd7bc4f5c0b928e3cfc"><td class="memTemplParams" colspan="2">template&lt;typename T , qualifier Q&gt; </td></tr> <tr class="memitem:ga84865a56acb8fbd7bc4f5c0b928e3cfc"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL T&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00685.html#ga84865a56acb8fbd7bc4f5c0b928e3cfc">dot</a> (qua&lt; T, Q &gt; const &amp;x, qua&lt; T, Q &gt; const &amp;y)</td></tr> <tr class="memdesc:ga84865a56acb8fbd7bc4f5c0b928e3cfc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns dot product of q1 and q2, i.e., q1[0] * q2[0] + q1[1] * q2[1] + ... <a href="a00685.html#ga84865a56acb8fbd7bc4f5c0b928e3cfc">More...</a><br /></td></tr> <tr class="separator:ga84865a56acb8fbd7bc4f5c0b928e3cfc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gab703732449be6c7199369b3f9a91ed38"><td class="memTemplParams" colspan="2">template&lt;typename T , qualifier Q&gt; </td></tr> <tr class="memitem:gab703732449be6c7199369b3f9a91ed38"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL T&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00685.html#gab703732449be6c7199369b3f9a91ed38">length</a> (qua&lt; T, Q &gt; const &amp;q)</td></tr> <tr class="memdesc:gab703732449be6c7199369b3f9a91ed38"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the norm of a quaternions. <a href="a00685.html#gab703732449be6c7199369b3f9a91ed38">More...</a><br /></td></tr> <tr class="separator:gab703732449be6c7199369b3f9a91ed38"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gabf30e3263fffe8dcc6659aea76ae8927"><td class="memTemplParams" colspan="2">template&lt;typename T , qualifier Q&gt; </td></tr> <tr class="memitem:gabf30e3263fffe8dcc6659aea76ae8927"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL qua&lt; T, Q &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00685.html#gabf30e3263fffe8dcc6659aea76ae8927">normalize</a> (qua&lt; T, Q &gt; const &amp;q)</td></tr> <tr class="memdesc:gabf30e3263fffe8dcc6659aea76ae8927"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the normalized quaternion. <a href="a00685.html#gabf30e3263fffe8dcc6659aea76ae8927">More...</a><br /></td></tr> <tr class="separator:gabf30e3263fffe8dcc6659aea76ae8927"><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 class="el" href="a00685.html">GLM_EXT_quaternion_geometric</a> </p> <p class="definition">Definition in file <a class="el" href="a00227_source.html">quaternion_geometric.hpp</a>.</p> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.15 </small></address> </body> </html>
kumakoko/KumaGL
third_lib/glm/0.9.9.5/share/man/html/a00227.html
HTML
mit
7,641
https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=571084
andrewdefries/ToxCast
Figure4/FDA_Pesticides/PCID_571084.html
HTML
mit
64
<div class="commune_descr limited"> <p> Trangé est une commune géographiquement positionnée dans le département de Sarthe en Pays de la Loire. Elle comptait 1&nbsp;355 habitants en 2008.</p> <p>À Trangé, le prix moyen à l'achat d'un appartement se situe à zero &euro; du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 2&nbsp;054 &euro; du m². À la location la valeur moyenne se situe à 8,96 &euro; du m² mensuel.</p> <p>Trangé est localisé à seulement 6 km de Le&nbsp;Mans, les élèves qui voudrons se loger à moindre coût pourront envisager de louer un appartement à Trangé. Trangé est également un bon investissement locatif du fait de sa proximité de Le&nbsp;Mans et de ses Universités. Il sera envisageable de trouver un logement à vendre. </p> <p>À coté de Trangé sont localisées les communes de <a href="{{VLROOT}}/immobilier/saint-georges-du-bois_72280/">Saint-Georges-du-Bois</a> à 6&nbsp;km, 1&nbsp;781 habitants, <a href="{{VLROOT}}/immobilier/quinte_72249/">La&nbsp;Quinte</a> située à 6&nbsp;km, 778 habitants, <a href="{{VLROOT}}/immobilier/pruille-le-chetif_72247/">Pruillé-le-Chétif</a> localisée à 3&nbsp;km, 1&nbsp;277 habitants, <a href="{{VLROOT}}/immobilier/chaufour-notre-dame_72073/">Chaufour-Notre-Dame</a> à 3&nbsp;km, 1&nbsp;023 habitants, <a href="{{VLROOT}}/immobilier/lavardin_72157/">Lavardin</a> localisée à 6&nbsp;km, 788 habitants, <a href="{{VLROOT}}/immobilier/chapelle-saint-aubin_72065/">La&nbsp;Chapelle-Saint-Aubin</a> localisée à 3&nbsp;km, 2&nbsp;165 habitants, entre autres. De plus, Trangé est située à seulement six&nbsp;km de <a href="{{VLROOT}}/immobilier/mans_72181/">Le&nbsp;Mans</a>.</p> <p>La commune compte quelques équipements sportifs, elle dispose, entre autres, de un terrain de sport.</p> <p>Le parc d'habitations, à Trangé, était réparti en 2011 en douze appartements et 498 maisons soit un marché plutôt équilibré.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/72360.html
HTML
mit
1,974
<!doctype html> <!--[if IE 8 ]> <html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]> <html lang="en" class="no-js"> <![endif]--> <html lang="en"> <head> <!-- Basic --> <title> ConBiz | Bootstrap Template for Construction and Builder Company </title> <!-- Define Charset --> <meta charset="utf-8"> <!-- Responsive Metatag --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Page Description and Author --> <meta name="description" content="ConBiz - Responsive HTML5 Template"> <meta name="author" content="Grayrids"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" media="screen"> <!-- Font Awesome CSS --> <link rel="stylesheet" href="assets/fonts/font-awesome.min.css" type="text/css" media="screen"> <!-- Icon --> <link rel="stylesheet" href="assets/fonts/simple-line-icons.css" type="text/css" media="screen"> <!-- ConBiz Iocn --> <link rel="stylesheet" href="assets/fonts/flaticon.css" type="text/css" media="screen"> <!-- rs style --> <link rel="stylesheet" type="text/css" href="assets/css/settings.css" media="screen"> <!-- ConBiz CSS Styles --> <link rel="stylesheet" type="text/css" href="assets/css/main.css" media="screen"> <!-- Responsive CSS Styles --> <link rel="stylesheet" type="text/css" href="assets/css/responsive.css" media="screen"> <!-- Css3 Transitions Styles --> <link rel="stylesheet" type="text/css" href="assets/css/animate.css" media="screen"> <!-- Slicknav --> <link rel="stylesheet" type="text/css" href="assets/css/slicknav.css" media="screen"> <!-- Selected Preset --> <link rel="stylesheet" type="text/css" href="assets/css/colors/yellow.css" media="screen" /> <!-- Color CSS Styles --> <link rel="stylesheet" type="text/css" href="assets/css/colors/yellow.css" title="yellow" media="screen" /> <link rel="stylesheet" type="text/css" href="assets/css/colors/turquoise.css" title="turquoise" media="screen" /> <link rel="stylesheet" type="text/css" href="assets/css/colors/emerald.css" title="emerald" media="screen" /> <link rel="stylesheet" type="text/css" href="assets/css/colors/river.css" title="river" media="screen" /> <link rel="stylesheet" type="text/css" href="assets/css/colors/wisteria.css" title="wisteria" media="screen" /> <link rel="stylesheet" type="text/css" href="assets/css/colors/alizarin.css" title="alizarin" media="screen" /> <!--[if IE 8]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <!-- Full Body Container --> <div id="container"> <!-- Start Header Section --> <header id="header-wrap" class="site-header clearfix"> <!-- Start Top Bar --> <div class="top-bar hidden-xs"> <div class="container"> <div class="row"> <div class="col-md-7 col-sm-9"> <!-- Start Contact Info --> <ul class="contact-details"> <li> <a href="#"> <i class="icon-envelope"> </i> [email protected] </a> </li> <li> <a href="#"> <i class="icon-call-out"> </i> Call Us: (123) 456- 789 </a> </li> <li> <a href="#"> <i class="icon-clock"> </i> Sun-Sat <span class="timing">(9am-5pm)</span> </a> </li> </ul> <!-- End Contact Info --> </div> <div class="col-md-5 col-sm-3"> <!-- Start Social Links --> <ul class="social-list"> <li> <a href="#" class="social-link facebook" data-toggle="tooltip" data-placement="bottom" title="Facebook" href="#"><i class="fa fa-facebook"></i></a> </li> <li> <a href="#" class="social-link twitter" data-toggle="tooltip" data-placement="bottom" title="Twitter" href="#"><i class="fa fa-twitter"></i></a> </li> <li> <a href="#" class="social-link google" data-toggle="tooltip" data-placement="bottom" title="Google Plus" href="#"><i class="fa fa-google-plus"></i></a> </li> <li> <a href="#" class="social-link dribbble" data-toggle="tooltip" data-placement="bottom" title="Dribble" href="#"><i class="fa fa-dribbble"></i></a> </li> <li> <a href="#" class="social-link linkdin" data-toggle="tooltip" data-placement="bottom" title="Linkedin" href="#"><i class="fa fa-linkedin"></i></a> </li> </ul> <!-- End Social Links --> </div> </div> </div> </div> <!-- End Top Bar --> <!-- Start Logo & Navigation --> <div class="navbar navbar-default navbar-top" role="navigation" data-spy="affix" data-offset-top="50"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <!-- Stat Toggle Nav Link For Mobiles --> <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> <!-- End Toggle Nav Link For Mobiles --> <div class="logo-wrapper"> <a class="navbar-brand" href="index.html"> <img src="assets/img/logo.png" alt="ConBiz"> </a> </div> </div> <!-- Brand and toggle menu for mobile ends --> <div class="navbar-collapse collapse"> <!-- Stat Search --> <div class="search-side"> <a class="show-search"> <i class="icon-magnifier"></i> </a> </div> <!-- Form for navbar search area --> <form class="full-search"> <div class="container"> <div class="row"> <input class="form-control" type="text" placeholder="Search..."> <a class="close-search"> <span class="fa fa-times fa-2x"> </span> </a> </div> </div> </form> <!-- Search form ends --> <!-- Start Navigation List --> <ul class="nav navbar-nav navbar-right"> <li> <a href="index.html"> Home </a> <ul class="dropdown"> <li> <a href="index-02.html"> Home 2 </a> </li> <li> <a href="index-03.html"> Home 3 </a> </li> <li> <a href="index-04.html"> Home 4 </a> </li> <li> <a href="index-05.html"> Home 5 </a> </li> </ul> </li> <li> <a href="features.html"> Features </a> </li> <li> <a href="#"> Company </a> <ul class="dropdown"> <li> <a href="about.html"> About Us </a> </li> <li> <a href="certifications.html"> Certifications </a> </li> <li> <a href="company-history.html"> Company History </a> </li> <li> <a href="partners.html"> Our Partners </a> </li> <li> <a href="team.html"> Our Team </a> </li> <li> <a href="careers.html"> Careers </a> </li> <li> <a href="Pricing.html"> Pricing </a> </li> <li> <a href="faq.html"> FAQ </a> </li> <li> <a href="404.html"> 404 </a> </li> </ul> </li> <li> <a href="services.html"> Services </a> <ul class="dropdown"> <li> <a href="services.html"> All Services </a> </li> <li> <a href="services1.html"> Services Layout 01 </a> </li> <li> <a href="services2.html"> Services Layout 02 </a> </li> </ul> </li> <li> <a href="projects.html"> Projects </a> <ul class="dropdown"> <li> <a href="projects.html"> Projects layout 1 - Full Width </a> </li> <li> <a href="projects-2.html"> Projects layout 2 - Boxed 1 </a> </li> <li> <a href="projects-3.html"> Projects layout 3 - Boxed 3 </a> </li> <li> <a href="single-project.html"> Single Project </a> </li> </ul> </li> <li> <a href="blog.html"> Blog </a> <ul class="dropdown"> <li> <a href="blog.html"> Blog - Right sidebar </a> </li> <li> <a href="blog-left-sidebar.html"> Blog - Left Sidebar </a> </li> <li> <a href="blog-full-width.html">Blog - Full Width</a> </li> <li> <a href="single-post.html"> Single Post </a> </li> </ul> </li> <li><a class="active" href="shop.html">Shop</a></li> <li> <a href="contact.html"> Contact </a> </li> </ul> <!-- End Navigation List --> </div> </div> <!-- Mobile Menu Start --> <ul class="wpb-mobile-menu"> <li> <a href="index.html"> Home </a> <ul class="dropdown"> <li> <a href="index-02.html"> Home 2 </a> </li> <li> <a href="index-03.html"> Home 3 </a> </li> <li> <a href="index-04.html"> Home 4 </a> </li> <li> <a href="index-05.html"> Home 5 </a> </li> </ul> </li> <li> <a href="features.html"> Features </a> </li> <li> <a href="#"> Company </a> <ul class="dropdown"> <li> <a href="about.html"> About Us </a> </li> <li> <a href="certifications.html"> Certifications </a> </li> <li> <a href="company-history.html"> Company History </a> </li> <li> <a href="partners.html"> Our Partners </a> </li> <li> <a href="team.html"> Our Team </a> </li> <li> <a href="careers.html"> Careers </a> </li> <li> <a href="Pricing.html"> Pricing </a> </li> <li> <a href="faq.html"> FAQ </a> </li> <li> <a href="404.html"> 404 </a> </li> </ul> </li> <li><a href="services.html">Services</a> <ul class="dropdown"> <li> <a href="services.html"> All Services </a> </li> <li> <a href="services1.html"> Services Layout 01 </a> </li> <li> <a href="services2.html"> Services Layout 02 </a> </li> </ul> </li> <li> <a href="projects.html"> Projects </a> <ul class="dropdown"> <li> <a href="projects.html"> Projects layout 1 - Full Width </a> </li> <li> <a href="projects-2.html"> Projects layout 2 - Boxed 1 </a> </li> <li> <a href="projects-3.html"> Projects layout 3 - Boxed 3 </a> </li> <li> <a href="single-project.html"> Single Project </a> </li> </ul> </li> <li> <a href="blog.html"> Blog </a> <ul class="dropdown"> <li> <a href="blog.html"> Blog - Right sidebar </a> </li> <li> <a href="blog-left-sidebar.html"> Blog - Left Sidebar </a> </li> <li><a href="blog-full-width.html">Blog - Full Width</a></li> <li> <a class="active" href="single-post.html"> Single Post </a> </li> </ul> </li> <li><a href="shop.html">Shop</a></li> <li> <a href="contact.html"> Contact </a> </li> </ul> <!-- Mobile Menu End --> </div> <!-- End Header Logo & Navigation --> </header> <!-- End Header Section --> <!-- Start Page Header --> <div class="page-header"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2 class="entry-title"><span>Our</span> Store</h2> <div class="breadcrumb"> <span>You are here:</span> <a href="#">Home</a> <span class="crumbs-spacer"><i class="fa fa-angle-double-right"></i></span> <span class="current">Shop</span> </div> </div> </div> </div> </div> <!-- End Page Header --> <!-- Start Content Section --> <section id="content" class="error-bg"> <div class="container"> <div class="row"> <div class="error-page"> <h3><a href="https://graygrids.com/item/conbiz-free-bootstrap-template-for-construction-and-builder-company/">You are Using Free Version, Purchase Full Version to Get All Pages</a></h3> <a href="https://graygrids.com/item/conbiz-free-bootstrap-template-for-construction-and-builder-company/" class="btn btn-larg btn-effect">Purchase Now</a> </div> </div> </div> </section> <!-- End Content Section --> <!-- Start Footer Section --> <footer> <div class="container"> <div class="row footer-widgets"> <!-- Start Contact Widget --> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="footer-widget contact-widget"> <h4> <img src="assets/img/footer-logo.png" class="img-responsive" alt="Footer Logo" /> </h4> <p> There are many variations of passages of lorem Ipsum available, but the majority have suffered alteration in some forem there are many varations</p> </div> </div> <!-- End Contact Widget --> <!-- Start latest Work Posts Widget --> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="footer-widget flickr-widget"> <h4> Latest Work </h4> <ul class="flickr-list"> <li> <a href="assets/img/work/img-1.jpg" class="lightbox"> <img alt="" src="assets/img/work/img-1.jpg"> </a> </li> <li> <a href="assets/img/work/img-2.jpg" class="lightbox"> <img alt="" src="assets/img/work/img-2.jpg"> </a> </li> <li> <a href="assets/img/work/img-3.jpg" class="lightbox"> <img alt="" src="assets/img/work/img-3.jpg"> </a> </li> <li> <a href="assets/img/work/img-4.jpg" class="lightbox"> <img alt="" src="assets/img/work/img-4.jpg"> </a> </li> <li> <a href="assets/img/work/img-5.jpg" class="lightbox"> <img alt="" src="assets/img/work/img-5.jpg"> </a> </li> <li> <a href="assets/img/work/img-6.jpg" class="lightbox"> <img alt="" src="assets/img/work/img-6.jpg"> </a> </li> </ul> </div> </div> <!-- End latest Work Widget --> <!-- Start Address Widget --> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="footer-widget"> <h4> ConBiz Office </h4> <ul class="address"> <li> <a href="#"><i class="fa fa-map-marker"></i> 1600 Grant Ave, Dhaka NJ 07078</a> </li> <li> <a href="#"><i class="fa fa-phone"></i> (123) 2014-040 43,(732)506-3420</a> </li> <li> <a href="#"><i class="fa fa-envelope"></i> [email protected]</a> </li> <li> <a href="#"><i class="fa fa-fax"></i> FAX:(123) 123-4567</a> </li> </ul> </div> </div> <!-- End Address Widget --> <!-- Start Text Widget --> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="footer-widget hours-widget"> <h4> Business Hours </h4> <div class="contact-info"> <p>Our support available to help you 24 hours a day, seven days a week.</p> <ul class="hours"> <li>Monday-Friday: <span>9am to 5pm</span></li> <li>Saturday: <span>10am to 3pm</span></li> <li>Sunday: <span>Closed</span></li> </ul> </div> </div> </div> <!-- End Text Widget --> </div> <!-- .row --> </div> </footer> <!-- End Footer Section --> <!-- Start Copyright --> <div class="copyright-section"> <div class="container"> <div class="row"> <div class="col-sm-12"> <p> Copyright &copy; 2015 ConBiz - Designed & Developed by <a href="http://graygrids.com"> GrayGrids </a> </p> </div> </div> <!-- .row --> </div> </div> <!-- End Copyright --> </div> <!-- End Full Body Container --> <!-- Go To Top Link --> <a href="#" class="back-to-top"> <i class="fa fa-angle-up"></i> </a> <!-- Start Loader --> <div id="loader"> <div class="square-spin"> <div></div> </div> </div> <!-- Style Switcher --> <div class="switcher-box"> <a class="open-switcher show-switcher"> <i class="fa fa-cog fa-spin"></i> </a> <h4> Style Switcher </h4> <span> Color Skin </span> <ul class="colors-list"> <li> <a onClick="setActiveStyleSheet('yellow'); return false;" title="Yellow" class="yellow"> </a> </li> <li> <a onClick="setActiveStyleSheet('turquoise'); return false;" title="Turquoise" class="turquoise"> </a> </li> <li> <a onClick="setActiveStyleSheet('emerald'); return false;" title="Emerald" class="emerald"> </a> </li> <li> <a onClick="setActiveStyleSheet('river'); return false;" title="River" class="river"> </a> </li> <li> <a onClick="setActiveStyleSheet('wisteria'); return false;" title="wisteria" class="wisteria"> </a> </li> <li> <a onClick="setActiveStyleSheet('alizarin'); return false;" title="Alizarin" class="alizarin"> </a> </li> </ul> </div> <!-- Main JS --> <script type="text/javascript" src="assets/js/jquery-min.js"></script> <script type="text/javascript" src="assets/js/bootstrap.min.js"></script> <script type="text/javascript" src="assets/js/owl.carousel.min.js"></script> <script type="text/javascript" src="assets/js/modernizrr.js"></script> <script type="text/javascript" src="assets/js/nivo-lightbox.min.js"></script> <script type="text/javascript" src="assets/js/jquery.mixitup.min.js"></script> <script type="text/javascript" src="assets/js/jquery.appear.js"></script> <script type="text/javascript" src="assets/js/count-to.js"></script> <script type="text/javascript" src="assets/js/jquery.parallax.js"></script> <script type="text/javascript" src="assets/js/smooth-scroll.js"></script> <script type="text/javascript" src="assets/js/jquery.slicknav.js"></script> <script type="text/javascript" src="assets/js/main.js"></script> <!-- Revelosition slider js --> <script src="assets/js/jquery.themepunch.revolution.min.js"></script> <script src="assets/js/jquery.themepunch.tools.min.js"></script> </body> </html>
sliderif/roadHelpers
theme/shop.html
HTML
mit
26,431
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>EChart 漏斗图使用</title> </head> <body> <!-- 为ECharts准备一个具备大小(宽高)的Dom --> <div id="main" style="height:500px;width:500px;margin:0 auto;"></div> <!-- ECharts单文件引入 --> <script src="echarts-plain.js" type="text/javascript"></script> <script type="text/javascript"> // 基于准备好的dom,初始化echarts图表 var myChart = echarts.init(document.getElementById('main')); option = { title: { text: '漏斗图', subtext: '网站ROI分析' }, tooltip: { trigger: 'item', formatter: "{a} <br/>{b} : {c}%" }, toolbox: { show: true, feature: { mark: {show: true}, dataView: {show: true, readOnly: false}, restore: {show: true}, saveAsImage: {show: true} } }, legend: { data: ['展现', '点击', '访问', '咨询', '订单'] }, calculable: true, series: [ { name: '漏斗图', type: 'funnel', width:"40%", data: [ {value: 100, name: '展现'}, {value: 90, name: '点击'}, {value: 60, name: '访问'}, {value: 50, name: '咨询'}, {value: 20, name: '订单'} ] } ] }; // 为echarts对象加载数据 myChart.setOption(option); </script> </body> </html>
liminjun/myprojects
blog/echarts-2.0.0/funnel.html
HTML
mit
2,468
<!-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --> <!DOCTYPE HTML> <html> <head> <title>Glance Design Dashboard an Admin Panel Category Flat Bootstrap Responsive Website Template | Charts :: w3layouts</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Glance Design Dashboard Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.css" rel='stylesheet' type='text/css' /> <!-- Custom CSS --> <link href="css/style.css" rel='stylesheet' type='text/css' /> <!-- font-awesome icons CSS --> <link href="css/font-awesome.css" rel="stylesheet"> <!-- //font-awesome icons CSS --> <!-- side nav css file --> <link href='css/SidebarNav.min.css' media='all' rel='stylesheet' type='text/css'/> <!-- side nav css file --> <!-- js--> <script src="js/jquery-1.11.1.min.js"></script> <script src="js/modernizr.custom.js"></script> <!--webfonts--> <link href="//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&amp;subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet"> <!--//webfonts--> <!-- Metis Menu --> <script src="js/metisMenu.min.js"></script> <script src="js/custom.js"></script> <link href="css/custom.css" rel="stylesheet"> <!--//Metis Menu --> <style> #chartdiv { width: 100%; height: 375px; } #chartdiv1 { width: 100%; height: 295px; } .jqcandlestick-container { width: 100%; height: 300px; } </style> </head> <body class="cbp-spmenu-push"> <div class="main-content"> <div class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="cbp-spmenu-s1"> <!--left-fixed -navigation--> <aside class="sidebar-left"> <nav class="navbar navbar-inverse"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".collapse" 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> <h1><a class="navbar-brand" href="index.html"><span class="fa fa-area-chart"></span> Glance<span class="dashboard_text">Design dashboard</span></a></h1> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="sidebar-menu"> <li class="header">MAIN NAVIGATION</li> <li class="treeview"> <a href="index.html"> <i class="fa fa-dashboard"></i> <span>Dashboard</span> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-laptop"></i> <span>Components</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="grids.html"><i class="fa fa-angle-right"></i> Grids</a></li> <li><a href="media.html"><i class="fa fa-angle-right"></i> Media Css</a></li> </ul> </li> <li class="treeview"> <a href="charts.html"> <i class="fa fa-pie-chart"></i> <span>Charts</span> <span class="label label-primary pull-right">new</span> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-laptop"></i> <span>UI Elements</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="general.html"><i class="fa fa-angle-right"></i> General</a></li> <li><a href="icons.html"><i class="fa fa-angle-right"></i> Icons</a></li> <li><a href="buttons.html"><i class="fa fa-angle-right"></i> Buttons</a></li> <li><a href="typography.html"><i class="fa fa-angle-right"></i> Typography</a></li> </ul> </li> <li> <a href="widgets.html"> <i class="fa fa-th"></i> <span>Widgets</span> <small class="label pull-right label-info">08</small> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-edit"></i> <span>Forms</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="forms.html"><i class="fa fa-angle-right"></i> General Forms</a></li> <li><a href="validation.html"><i class="fa fa-angle-right"></i> Form Validations</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-table"></i> <span>Tables</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="tables.html"><i class="fa fa-angle-right"></i> Simple tables</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-envelope"></i> <span>Mailbox</span> <i class="fa fa-angle-left pull-right"></i><small class="label pull-right label-info1">08</small><span class="label label-primary1 pull-right">02</span></a> <ul class="treeview-menu"> <li><a href="inbox.html"><i class="fa fa-angle-right"></i> Mail Inbox</a></li> <li><a href="compose.html"><i class="fa fa-angle-right"></i> Compose Mail </a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-folder"></i> <span>Examples</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="login.html"><i class="fa fa-angle-right"></i> Login</a></li> <li><a href="signup.html"><i class="fa fa-angle-right"></i> Register</a></li> <li><a href="404.html"><i class="fa fa-angle-right"></i> 404 Error</a></li> <li><a href="500.html"><i class="fa fa-angle-right"></i> 500 Error</a></li> <li><a href="blank-page.html"><i class="fa fa-angle-right"></i> Blank Page</a></li> </ul> </li> <li class="header">LABELS</li> <li><a href="#"><i class="fa fa-angle-right text-red"></i> <span>Important</span></a></li> <li><a href="#"><i class="fa fa-angle-right text-yellow"></i> <span>Warning</span></a></li> <li><a href="#"><i class="fa fa-angle-right text-aqua"></i> <span>Information</span></a></li> </ul> </div> <!-- /.navbar-collapse --> </nav> </aside> </div> <!--left-fixed -navigation--> <!-- header-starts --> <div class="sticky-header header-section "> <div class="header-left"> <!--toggle button start--> <button id="showLeftPush"><i class="fa fa-bars"></i></button> <!--toggle button end--> <div class="profile_details_left"><!--notifications of menu start --> <ul class="nofitications-dropdown"> <li class="dropdown head-dpdn"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-envelope"></i><span class="badge">4</span></a> <ul class="dropdown-menu"> <li> <div class="notification_header"> <h3>You have 3 new messages</h3> </div> </li> <li><a href="#"> <div class="user_img"><img src="images/1.jpg" alt=""></div> <div class="notification_desc"> <p>Lorem ipsum dolor amet</p> <p><span>1 hour ago</span></p> </div> <div class="clearfix"></div> </a></li> <li class="odd"><a href="#"> <div class="user_img"><img src="images/4.jpg" alt=""></div> <div class="notification_desc"> <p>Lorem ipsum dolor amet </p> <p><span>1 hour ago</span></p> </div> <div class="clearfix"></div> </a></li> <li><a href="#"> <div class="user_img"><img src="images/3.jpg" alt=""></div> <div class="notification_desc"> <p>Lorem ipsum dolor amet </p> <p><span>1 hour ago</span></p> </div> <div class="clearfix"></div> </a></li> <li> <div class="notification_bottom"> <a href="#">See all messages</a> </div> </li> </ul> </li> <li class="dropdown head-dpdn"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-bell"></i><span class="badge blue">4</span></a> <ul class="dropdown-menu"> <li> <div class="notification_header"> <h3>You have 3 new notification</h3> </div> </li> <li><a href="#"> <div class="user_img"><img src="images/4.jpg" alt=""></div> <div class="notification_desc"> <p>Lorem ipsum dolor amet</p> <p><span>1 hour ago</span></p> </div> <div class="clearfix"></div> </a></li> <li class="odd"><a href="#"> <div class="user_img"><img src="images/1.jpg" alt=""></div> <div class="notification_desc"> <p>Lorem ipsum dolor amet </p> <p><span>1 hour ago</span></p> </div> <div class="clearfix"></div> </a></li> <li><a href="#"> <div class="user_img"><img src="images/3.jpg" alt=""></div> <div class="notification_desc"> <p>Lorem ipsum dolor amet </p> <p><span>1 hour ago</span></p> </div> <div class="clearfix"></div> </a></li> <li> <div class="notification_bottom"> <a href="#">See all notifications</a> </div> </li> </ul> </li> <li class="dropdown head-dpdn"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-tasks"></i><span class="badge blue1">8</span></a> <ul class="dropdown-menu"> <li> <div class="notification_header"> <h3>You have 8 pending task</h3> </div> </li> <li><a href="#"> <div class="task-info"> <span class="task-desc">Database update</span><span class="percentage">40%</span> <div class="clearfix"></div> </div> <div class="progress progress-striped active"> <div class="bar yellow" style="width:40%;"></div> </div> </a></li> <li><a href="#"> <div class="task-info"> <span class="task-desc">Dashboard done</span><span class="percentage">90%</span> <div class="clearfix"></div> </div> <div class="progress progress-striped active"> <div class="bar green" style="width:90%;"></div> </div> </a></li> <li><a href="#"> <div class="task-info"> <span class="task-desc">Mobile App</span><span class="percentage">33%</span> <div class="clearfix"></div> </div> <div class="progress progress-striped active"> <div class="bar red" style="width: 33%;"></div> </div> </a></li> <li><a href="#"> <div class="task-info"> <span class="task-desc">Issues fixed</span><span class="percentage">80%</span> <div class="clearfix"></div> </div> <div class="progress progress-striped active"> <div class="bar blue" style="width: 80%;"></div> </div> </a></li> <li> <div class="notification_bottom"> <a href="#">See all pending tasks</a> </div> </li> </ul> </li> </ul> <div class="clearfix"> </div> </div> <!--notification menu end --> <div class="clearfix"> </div> </div> <div class="header-right"> <!--search-box--> <div class="search-box"> <form class="input"> <input class="sb-search-input input__field--madoka" placeholder="Search..." type="search" id="input-31" /> <label class="input__label" for="input-31"> <svg class="graphic" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none"> <path d="m0,0l404,0l0,77l-404,0l0,-77z"/> </svg> </label> </form> </div><!--//end-search-box--> <div class="profile_details"> <ul> <li class="dropdown profile_details_drop"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <div class="profile_img"> <span class="prfil-img"><img src="images/2.jpg" alt=""> </span> <div class="user-name"> <p>Admin Name</p> <span>Administrator</span> </div> <i class="fa fa-angle-down lnr"></i> <i class="fa fa-angle-up lnr"></i> <div class="clearfix"></div> </div> </a> <ul class="dropdown-menu drp-mnu"> <li> <a href="#"><i class="fa fa-cog"></i> Settings</a> </li> <li> <a href="#"><i class="fa fa-user"></i> My Account</a> </li> <li> <a href="#"><i class="fa fa-suitcase"></i> Profile</a> </li> <li> <a href="#"><i class="fa fa-sign-out"></i> Logout</a> </li> </ul> </li> </ul> </div> <div class="clearfix"> </div> </div> <div class="clearfix"> </div> </div> <!-- //header-ends --> <!-- main content start--> <div id="page-wrapper"> <h2 class="title1">Charts</h2> <div class="charts"> <div class="col-md-4 charts-grids widget"> <div class="card-header"> <h3>Bar chart</h3> </div> <div id="container" style="width: 100%; height:270px;"> <canvas id="canvas"></canvas> </div> <button id="randomizeData">Randomize Data</button> <button id="addDataset">Add Dataset</button> <button id="removeDataset">Remove Dataset</button> <button id="addData">Add Data</button> <button id="removeData">Remove Data</button> </div> <div class="col-md-4 charts-grids widget states-mdl"> <div class="card-header"> <h3>Column & Line Graph</h3> </div> <div id="chartdiv1"></div> </div> <div class="clearfix"> </div> </div> <!-- for amcharts js --> <script src="js/amcharts.js"></script> <script src="js/serial.js"></script> <script src="js/export.min.js"></script> <link rel="stylesheet" href="css/export.css" type="text/css" media="all" /> <script src="js/light.js"></script> <!-- for amcharts js --> <script src="js/index2.js"></script> <div class="hight-chat charts"> <div class="col-md-6 w3ls-high charts-grids"> <div class="hightchat-grid"> <script type="text/javascript"> // Generate data var data = []; var time = new Date('Dec 1, 2013 12:00').valueOf(); var h = Math.floor(Math.random() * 100); var l = h - Math.floor(Math.random() * 20); var o = h - Math.floor(Math.random() * (h - l)); var c = h - Math.floor(Math.random() * (h - l)); var v = Math.floor(Math.random() * 1000); for (var i = 0; i < 30; i++) { data.push([time, o, h, l, c, v]); h += Math.floor(Math.random() * 10 - 5); l = h - Math.floor(Math.random() * 20); o = h - Math.floor(Math.random() * (h - l)); c = h - Math.floor(Math.random() * (h - l)); v += Math.floor(Math.random() * 100 - 50); time += 30 * 60000; // Add 30 minutes } </script> <h4 class="title">Points</h4> <div id="example-1"></div> <script type="text/javascript"> $(function() { $('#example-1').jqCandlestick({ data: data, theme: 'light', series: [{ color: '#0099cc', }], }); }); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-36251023-1']); _gaq.push(['_setDomainName', 'jqueryscript.net']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </div> </div> <div class="col-md-6 agileits-high charts-grids"> <div class="hightchat-grid1"> <h4 class="title">Multiple y-axis</h4> <div id="example-6"></div> <script type="text/javascript"> $(function() { $('#example-6').jqCandlestick({ data: data, theme: 'light', series: [{ type: 'candlestick', color: '#ff4f81', }], }); }); </script> </div> </div> <div class="clearfix"></div> </div> <!-- for amcharts js --> <script src="js/amcharts.js"></script> <script src="js/serial.js"></script> <script src="js/export.min.js"></script> <link rel="stylesheet" href="css/export.css" type="text/css" media="all" /> <script src="js/light.js"></script> <!-- for amcharts js --> <div class="charts"> <div class="col-md-6 charts-grids w3ls-high"> <h4 class="title">Stacked Bar Chart</h4> <div id="chartdiv"></div> </div> <div class="col-md-6 content-top-2 charts-grids w3ls-high card agileits-high"> <div class="agileinfo-cdr"> <div class="card-header"> <h3>Line Graph</h3> </div> <!-- start-chart --> <div class="content-graph"> <!--graph--> <link rel="stylesheet" href="css/graph.css"> <!--//graph--> <div class="graph-container"> <div id="graph-lines" sytle="height:400px"> </div> </div> <!-- //graph script --> <script src="js/jquery.flot.js"></script> <script> $(document).ready(function () { // Graph Data ############################################## var graphData = [{ // Visits data: [ [6, 1300], [7, 1600], [8, 1900], [9, 2100], [10, 2500], [11, 2200], [12, 2000], [13, 1950], [14, 1900], [15, 2000] ], color: '#34bf49' }, { // Returning Visits data: [ [6, 500], [7, 600], [8, 550], [9, 600], [10, 800], [11, 900], [12, 800], [13, 850], [14, 830], [15, 1000] ], color: '#ff4c4c', points: { radius: 4, fillColor: '#fff' } } ]; // Lines Graph ############################################# $.plot($('#graph-lines'), graphData, { series: { points: { show: true, radius: 5 }, lines: { show: true }, shadowSize: 0 }, grid: { color: '#7f8c8d', borderColor: 'transparent', borderWidth: 20, hoverable: true }, xaxis: { tickColor: 'transparent', tickDecimals: 2 }, yaxis: { tickSize: 1000 } }); // Bars Graph ############################################## $.plot($('#graph-bars'), graphData, { series: { bars: { show: true, barWidth: .9, align: 'center' }, shadowSize: 0 }, grid: { color: '#7f8c8d', borderColor: 'transparent', borderWidth: 20, hoverable: true }, xaxis: { tickColor: 'transparent', tickDecimals: 2 }, yaxis: { tickSize: 1000 } }); // Graph Toggle ############################################ $('#graph-bars').hide(); $('#lines').on('click', function (e) { $('#bars').removeClass('active'); $('#graph-bars').fadeOut(); $(this).addClass('active'); $('#graph-lines').fadeIn(); e.preventDefault(); }); $('#bars').on('click', function (e) { $('#lines').removeClass('active'); $('#graph-lines').fadeOut(); $(this).addClass('active'); $('#graph-bars').fadeIn().removeClass('hidden'); e.preventDefault(); }); // Tooltip ################################################# function showTooltip(x, y, contents) { $('<div id="tooltip">' + contents + '</div>').css({ top: y - 16, left: x + 20 }).appendTo('body').fadeIn(); } var previousPoint = null; $('#graph-lines, #graph-bars').bind('plothover', function (event, pos, item) { if (item) { if (previousPoint != item.dataIndex) { previousPoint = item.dataIndex; $('#tooltip').remove(); var x = item.datapoint[0], y = item.datapoint[1]; showTooltip(item.pageX, item.pageY, y + ' visitors at ' + x + '.00h'); } } else { $('#tooltip').remove(); previousPoint = null; } }); }); </script> <!-- //graph script --> </div> </div> </div> <div class="clearfix"></div> </div> <script src="js/index.js"></script> </div> </div> <!--footer--> <div class="footer"> <p>&copy; 2018 Glance Design Dashboard. All Rights Reserved | Design by <a href="https://w3layouts.com/" target="_blank">w3layouts</a></p> </div> <!--//footer--> <!-- new added graphs chart js--> <script src="js/Chart.bundle.js"></script> <script src="js/utils.js"></script> <script> var MONTHS = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; var color = Chart.helpers.color; var barChartData = { labels: ["January", "February", "March", "April", "May", "June", "July"], datasets: [{ label: 'Dataset 1', backgroundColor: color(window.chartColors.red).alpha(0.5).rgbString(), borderColor: window.chartColors.red, borderWidth: 1, data: [ randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor() ] }, { label: 'Dataset 2', backgroundColor: color(window.chartColors.blue).alpha(0.5).rgbString(), borderColor: window.chartColors.blue, borderWidth: 1, data: [ randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor() ] }] }; window.onload = function() { var ctx = document.getElementById("canvas").getContext("2d"); window.myBar = new Chart(ctx, { type: 'bar', data: barChartData, options: { responsive: true, legend: { position: 'top', }, title: { display: true, text: 'Chart.js Bar Chart' } } }); }; document.getElementById('randomizeData').addEventListener('click', function() { var zero = Math.random() < 0.2 ? true : false; barChartData.datasets.forEach(function(dataset) { dataset.data = dataset.data.map(function() { return zero ? 0.0 : randomScalingFactor(); }); }); window.myBar.update(); }); var colorNames = Object.keys(window.chartColors); document.getElementById('addDataset').addEventListener('click', function() { var colorName = colorNames[barChartData.datasets.length % colorNames.length];; var dsColor = window.chartColors[colorName]; var newDataset = { label: 'Dataset ' + barChartData.datasets.length, backgroundColor: color(dsColor).alpha(0.5).rgbString(), borderColor: dsColor, borderWidth: 1, data: [] }; for (var index = 0; index < barChartData.labels.length; ++index) { newDataset.data.push(randomScalingFactor()); } barChartData.datasets.push(newDataset); window.myBar.update(); }); document.getElementById('addData').addEventListener('click', function() { if (barChartData.datasets.length > 0) { var month = MONTHS[barChartData.labels.length % MONTHS.length]; barChartData.labels.push(month); for (var index = 0; index < barChartData.datasets.length; ++index) { //window.myBar.addData(randomScalingFactor(), index); barChartData.datasets[index].data.push(randomScalingFactor()); } window.myBar.update(); } }); document.getElementById('removeDataset').addEventListener('click', function() { barChartData.datasets.splice(0, 1); window.myBar.update(); }); document.getElementById('removeData').addEventListener('click', function() { barChartData.labels.splice(-1, 1); // remove the label first barChartData.datasets.forEach(function(dataset, datasetIndex) { dataset.data.pop(); }); window.myBar.update(); }); </script> <!-- new added graphs chart js--> <!-- Classie --><!-- for toggle left push menu script --> <script src="js/classie.js"></script> <script> var menuLeft = document.getElementById( 'cbp-spmenu-s1' ), showLeftPush = document.getElementById( 'showLeftPush' ), body = document.body; showLeftPush.onclick = function() { classie.toggle( this, 'active' ); classie.toggle( body, 'cbp-spmenu-push-toright' ); classie.toggle( menuLeft, 'cbp-spmenu-open' ); disableOther( 'showLeftPush' ); }; function disableOther( button ) { if( button !== 'showLeftPush' ) { classie.toggle( showLeftPush, 'disabled' ); } } </script> <!-- //Classie --><!-- //for toggle left push menu script --> <!--scrolling js--> <script src="js/jquery.nicescroll.js"></script> <script src="js/scripts.js"></script> <!--//scrolling js--> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.js"> </script> <!-- candlestick --><!-- for points and multiple y-axis charts js --> <script type="text/javascript" src="js/jquery.jqcandlestick.min.js"></script> <link rel="stylesheet" type="text/css" href="css/jqcandlestick.css" /> <!-- //candlestick --><!-- //for points and multiple y-axis charts js --> <!-- side nav js --> <script src='js/SidebarNav.min.js' type='text/javascript'></script> <script> $('.sidebar-menu').SidebarNav() </script> <!-- //side nav js --> </body> </html>
yunxu1019/efront
apps/glance/charts.html
HTML
mit
29,148
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>帮助中心</title> <link rel="stylesheet" href="../../css/reset.css "> <link rel="stylesheet" href="../../css/help_center.css"> </head> <body> <header id="header"></header> <section id="section"> <div class="transition_line"></div> <div class="section_content"> <div class="prompt"> <p>为节约您的时间,您可以先看看以下的常见问题进行自助操作,无需等待客服处理。</p> <p>如果仍无法解决,您可以拨打试客巴客服电话0571-87683530-8406或留下您的意见。谢谢您的理解!</p> </div> <!--常见问题--> <div class="common_problem"> <h1>常见问题</h1> <!--试客中心--> <div class="shike_content"> <ul class="about_details"> <li> <p>关于试客巴</p> <ul> <li><a href="shike_aboutShike.html">什么是试客巴?</a></li> <li><a href="shike_aboutShike.html">何时公布中奖结果?</a></li> <li><a href="shike_aboutShike.html">中奖奖项都有什么?</a></li> <li><a href="shike_aboutShike.html">未中奖怎么办?</a></li> </ul> </li> <li> <p>关于账户 <a href="shike_aboutAccount.html">更多</a></p> <ul> <li><a href="shike_aboutAccount.html">注册试客收费么?</a></li> <li><a href="shike_aboutAccount.html">注册成功之后,用户名可以修改吗?</a></li> <li><a href="shike_aboutAccount.html">忘记登录用户名怎么办?</a></li> <li><a href="shike_aboutAccount.html">忘记密码怎么办,怎样找回忘记密码?</a></li> <li><a href="shike_aboutAccount.html">一个账户可以绑定几个淘宝帐号?</a></li> </ul> </li> <li> <p>关于试用 <a href="shike_aboutTry.html">更多</a></p> <ul> <li><a href="shike_aboutTry.html">获得免费试用资格后需在多久内下单?</a></li> <li><a href="shike_aboutTry.html">下单需要垫付么?</a></li> <li><a href="shike_aboutTry.html">商家如何发货?</a></li> <li><a href="shike_aboutTry.html">商家如何发货?</a></li> <li><a href="shike_aboutTry.html">收货好评后商家什么时候返款?</a></li> </ul> </li> <li> <p>试客流程</p> <ul> <li><a href="shike_process.html">注册会员</a></li> <li><a href="shike_process.html">绑定淘宝帐号</a></li> <li><a href="shike_process.html">申请试用</a></li> <li><a href="shike_process.html">免费试用领取</a></li> <li><a href="shike_process.html">评价返款</a></li> </ul> </li> </ul> </div> <!--商家中心--> <div class="merchant_content"> <ul class="about_details"> <li> <p>关于试客巴</p> <ul> <li><a href="merchant_aboutShike.html">试客巴是干什么的?</a></li> <li><a href="merchant_aboutShike.html">试用推广的好处是什么?</a></li> <li><a href="merchant_aboutShike.html">试客巴的优势有哪些?</a></li> <li><a href="merchant_aboutShike.html">是否支持拍A发B?</a></li> </ul> </li> <li> <p>关于账户 <a href="shike_aboutAccount.html">更多</a></p> <ul> <li><a href="shike_aboutAccount.html">注册成功之后,用户名可以修改吗?</a></li> <li><a href="shike_aboutAccount.html">忘记登录用户名怎么办?</a></li> <li><a href="shike_aboutAccount.html">忘记密码怎么办,怎样找回忘记密码?</a></li> <li><a href="shike_aboutAccount.html">一个账户可以绑定几个店铺?</a></li> <li><a href="shike_aboutAccount.html">支持哪几个平台试用活动?</a></li> </ul> </li> <li> <p>关于试用 <a href="merchant_aboutTry.html">更多</a></p> <ul> <li><a href="merchant_aboutTry.html">商家试用活动支持哪几种搜索/下单渠道?</a></li> <li><a href="merchant_aboutTry.html">商家发布任务支持哪几种支付方式?</a></li> <li><a href="merchant_aboutTry.html">商家发布的试用活动需要审核么?审核一般需要多久?</a></li> <li><a href="merchant_aboutTry.html">审核上线的任务可以中途修改、撤销或者暂停么?</a></li> <li><a href="merchant_aboutTry.html">审核上线的任务可以中途修改、撤销或者暂停么?</a></li> </ul> </li> <li> <p>试客流程</p> <ul> <li><a href="merchant_process.html">注册会员</a></li> <li><a href="merchant_process.html">绑定店铺</a></li> <li><a href="merchant_process.html">发布任务</a></li> <li><a href="merchant_process.html">物流发货</a></li> <li><a href="merchant_process.html">返还试客本金</a></li> </ul> </li> </ul> </div> <h1>联系我们</h1> <!--联系我们--> <div class="contact_us"> <div class="left contact_way"> <p><img src="../../images/bzzz_bg_erji_default.png" alt=""></p> <p><span>在线客服</span></p> <p>人工服务时间:周一至周五:9:00-18:00</p> <p><img src="../../images/login_button_QQ_default.png" alt=""></p> </div> <div class="right contact_way"> <p><img src="../../images/bzzz_bg_dinahua_default.png" alt=""></p> <p><span>电话客服</span></p> <p>人工服务时间:周一至周五:9:00-18:00</p> <p>联系电话:0571-87683530-8406</p> </div> </div> </div> </div> </section> <footer id="footer"></footer> <script src="../../js/jquery-1.10.2.js"></script> <script> $(function(){ $('#header').load('../common/merchant_header.html',function(){ $('.details_title').text('帮助中心'); $('.line').css('display','none'); }); $('#footer').load('../common/footer.html'); }) </script> </body> </html>
fancyKai/shike
assets/mall/pages/help_center/help_center.html
HTML
mit
7,802
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta name="Content-Type" content="text/html; charset=UTF-8" /> <title>Module: Positional::Decorator::Message</title> <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> relpath = '../..'; if (relpath != '') 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> <script type="text/javascript" charset="utf-8"> if (window.top.frames.main) document.body.className = 'frames'; </script> <div id="header"> <div id="menu"> <a href="../../_index.html">Index (M)</a> &raquo; <span class='title'><a href="../../Positional.html" title="Positional (module)">Positional</a></span> &raquo; <span class='title'><a href="../Decorator.html" title="Positional::Decorator (module)">Decorator</a></span> &raquo; <span class="title">Message</span> <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> </div> <div id="search"> <a id="class_list_link" href="#">Class List</a> <a id="method_list_link" href="#">Method List</a> <a id ="file_list_link" href="#">File List</a> </div> <div class="clear"></div> </div> <iframe id="search_frame"></iframe> <div id="content"><h1>Module: Positional::Decorator::Message </h1> <dl class="box"> <dt class="r1 last">Defined in:</dt> <dd class="r1 last">lib/positional/decorator/message.rb</dd> </dl> <div class="clear"></div> <h2>Instance Method Summary</h2> <ul class="summary"> <li class="public "> <span class="summary_signature"> <a href="#inject-instance_method" title="#inject (instance method)">- (Object) <strong>inject</strong>(fmt, &amp;block) </a> </span> <span class="summary_desc"></span> </li> <li class="public "> <span class="summary_signature"> <a href="#remove-instance_method" title="#remove (instance method)">- (Object) <strong>remove</strong>(fmt, &amp;block) </a> </span> <span class="summary_desc"></span> </li> </ul> <div id="instance_method_details" class="method_details_list"> <h2>Instance Method Details</h2> <div class="method_details first"> <p class="signature first" id="inject-instance_method"> - (<tt>Object</tt>) <strong>inject</strong>(fmt, &amp;block) </p><table class="source_code"> <tr> <td> <pre class="lines"> 4 5 6 7 8 9</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/positional/decorator/message.rb', line 4</span> <span class='kw'>def</span> <span class='id inject'>inject</span><span class='lparen'>(</span><span class='id fmt'>fmt</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id block'>block</span><span class='rparen'>)</span> <span class='id fmt'>fmt</span><span class='period'>.</span><span class='id each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id f'>f</span><span class='op'>|</span> <span class='id message'>message</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id f'>f</span><span class='period'>.</span><span class='id to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>=</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id to_sym'>to_sym</span> <span class='kw'>self</span><span class='period'>.</span><span class='id send'>send</span> <span class='id message'>message</span><span class='comma'>,</span> <span class='kw'>yield</span> <span class='kw'>end</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <p class="signature " id="remove-instance_method"> - (<tt>Object</tt>) <strong>remove</strong>(fmt, &amp;block) </p><table class="source_code"> <tr> <td> <pre class="lines"> 10 11 12 13 14</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/positional/decorator/message.rb', line 10</span> <span class='kw'>def</span> <span class='id remove'>remove</span><span class='lparen'>(</span><span class='id fmt'>fmt</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id block'>block</span><span class='rparen'>)</span> <span class='id fmt'>fmt</span><span class='period'>.</span><span class='id each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id message'>message</span><span class='op'>|</span> <span class='kw'>yield</span> <span class='kw'>self</span><span class='period'>.</span><span class='id send'>send</span> <span class='id message'>message</span> <span class='kw'>end</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> </div> </div> <div id="footer"> Generated on Fri Apr 9 17:09:16 2010 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a> 0.5.3 (ruby-1.9.1). </div> </body> </html>
edhowland/positional
doc/Positional/Decorator/Message.html
HTML
mit
5,713
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Products - Coca-Cola</title> <!-- Bootstrap --> <link href="./css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"> <link href="./css/style.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="./css/products.css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <nav class="navbar navbar-default"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <!-- <button> creates hamburger menu button when screen is small --> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-left" href="./index.html"><img class="logo" src="./Media/logo_white.png"></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right nav-font"> <li><a href="./index.html">Home</a></li> <li><a href="./products.html">Products</a></li> <li><a href="./photos.html">Pictures</a></li> <li><a href="./team.html">Team</a></li> <li><a href="./social.html">Social</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div class="container" id="products"> <div class="row"> <div id="product1"></div> <div id="product2"></div> <div id="product3"></div> </div> <!-- end of products row --> </div> <!-- end of products container --> <footer class="navbar navbar-default stylingFoot"> <div class="container text-center"> <p class="navbar-text">Send us a message!</p> <p class="navbar-text maakWit"><a class="contact-url" href="mailto:[email protected]" ="" title="Contact me!"><i class="fa fa-envelope icon-contact"></i>[email protected]</a></p> <p class="navbar-text">+(0)1 488 - CocaCola</p> <p class="navbar-text social-contact-footer"> <a href="https://www.instagram.com/cocacola/"><i class= "fa fa-instagram icons-footer"></i></a> <a href="https://www.facebook.com/cocacolanetherlands/"><i class="fa fa-facebook icons-footer"></i></a> <a href="https://twitter.com/cocacola_nl?lang=nl"><i class="fa fa-twitter icons-footer"></i></a> <a href="https://plus.google.com/+Coca-Cola"><i class="fa fa-google-plus icons-footer"></i></a> </p> <ul class="nav navbar-nav navbar-right nav-font"> <li><a href="./index.html">Home</a></li> <li><a href="./products.html">Products</a></li> <li><a href="./photos.html">Pictures</a></li> <li><a href="./team.html">Team</a></li> <li><a href="./social.html">Social</a></li> </ul> </div> </div> </footer> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="./js/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="./js/bootstrap.min.js"></script> <script type="text/javascript"> $( "#product1" ).load( "./templates/products/product1.html" ); $( "#product2" ).load( "./templates/products/product2.html" ); $( "#product3" ).load( "./templates/products/product3.html" ); </script> </body> </html>
douweknook/business-website
products.html
HTML
mit
4,092
<!--this is the template for search engine question item--> <!--the template will rendered by javascript template engine `handlebars.js`--> {{#each questions}} <div> <h4><a href="/question/{{id}}">{{{title}}}</a></h4> <p>{{{content}}}</p> <hr class="small_hrLight"> </div> {{/each}}
xpdavid/Ding
resources/assets/js/handlebars/templates/_search_question.html
HTML
mit
294
<div class="code-box" id="demo-drag-simple"> <div class="code-box-demo"> <div id="components-upload-demo-drag-simple"></div> <script>(function(){'use strict'; var _antd = require('antd'); var Dragger = _antd.Upload.Dragger; var props = { name: 'file', showUploadList: false, action: '/upload.do' }; ReactDOM.render(React.createElement( Dragger, props, React.createElement(_antd.Icon, { type: 'plus' }) ), document.getElementById('components-upload-demo-drag-simple'));})()</script><div class="highlight"><pre><code class="javascript"><span class="hljs-keyword">import</span> { Upload, Icon } <span class="hljs-keyword">from</span> <span class="hljs-string">'antd'</span>; <span class="hljs-keyword">const</span> Dragger = Upload.Dragger; <span class="hljs-keyword">const</span> props = { name: <span class="hljs-string">'file'</span>, showUploadList: <span class="hljs-literal">false</span>, action: <span class="hljs-string">'/upload.do'</span> }; ReactDOM.render( <span class="xml"><span class="hljs-tag">&lt;<span class="hljs-title">Dragger</span> {<span class="hljs-attribute">...props</span>}&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-title">Icon</span> <span class="hljs-attribute">type</span>=<span class="hljs-value">"plus"</span> /&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-title">Dragger</span>&gt;</span>, document.getElementById('components-upload-demo-drag-simple') );</span></code></pre></div><style type="text/css">#components-upload-demo-drag-simple { width: 246px; height: 146px; }</style><div class="highlight"><pre><code class="css"><span class="hljs-id">#components-upload-demo-drag-simple</span> <span class="hljs-rules">{ <span class="hljs-rule"><span class="hljs-attribute">width</span>:<span class="hljs-value"> <span class="hljs-number">246px</span></span></span>; <span class="hljs-rule"><span class="hljs-attribute">height</span>:<span class="hljs-value"> <span class="hljs-number">146px</span></span></span>; }</span></code></pre></div> </div> <div class="code-box-meta markdown"> <div class="code-box-title"> <a href="#demo-drag-simple">拖拽上传</a> </div> <p>样式简单一些。</p> <span class="collapse anticon anticon-circle-o-right" unselectable="none" style="-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;"></span> </div> </div>
ant-design/010x.ant.design
components/upload/demo/drag-simple.html
HTML
mit
2,421
--- layout: default nav: index permalink: /en/ lang: en --- {% assign translation = site.data[page.lang] %} {% for post in site.posts %} {% if post.lastdate %}{% capture pdate %}<span class="text-muted">{{ post.lastdate | date:"%B %d, %Y" }}</span>{% endcapture %}{% capture pauthor %}<a class="text-muted" href="#">{{ site.author }}</a>{% endcapture %}{% else %}{% capture pdate %}<span class="text-muted">{{ post.date | date:"%B %d, %Y" }}</span>{% endcapture %}{% capture pauthor %}<a class="text-muted" href="#">{{ site.author }}</a>{% endcapture %}{% endif %} {% if post.lang contains 'en' %}{% if post.stickie == true %} <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"><a href="{{ post.url }}"><span class="label label-primary">{{ translation.top }}</span>{{ post.title }}</a></h3> </div> <div class="panel-body"> {{ post.excerpt | strip_html }} <p><a href="{{ post.url }}">{{ translation.readmore }}</a></p> </div> <div class="panel-footer"> {% if post.lastdate %}{{ translation.postupdate | replace: 'author', pauthor | replace: 'date', pdate }}{% else %}{{ translation.postinfo | replace: 'author', pauthor | replace: 'date', pdate }}{% endif %} <p><span class="glyphicon glyphicon-bookmark"></span> <a href="/{{ page.lang }}/categories/#aa{{ post.categories }}"><span class="label label-primary">{{ post.categories }}</span></a></p> <p><span class="glyphicon glyphicon-tags"></span> {% for tag in post.tags %}<a href="/{{ page.lang }}/tags/#aa{{ tag }}"><span class="label label-primary">{{ tag }}</span></a> {% endfor %}</p> </div> </div> {% endif %} {% endif %} {% endfor %} {% for post in site.posts %} {% if post.lastdate %}{% capture pdate %}<span class="text-muted">{{ post.lastdate | date:"%B %d, %Y" }}</span>{% endcapture %}{% capture pauthor %}<a class="text-muted" href="#">{{ site.author }}</a>{% endcapture %}{% else %}{% capture pdate %}<span class="text-muted">{{ post.date | date:"%B %d, %Y" }}</span>{% endcapture %}{% capture pauthor %}<a class="text-muted" href="#">{{ site.author }}</a>{% endcapture %}{% endif %} {% if post.lang contains 'en' %} <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"><a href="{{ post.url }}">{{ post.title }}</a></h3> </div> <div class="panel-body"> {{ post.excerpt | strip_html }} <p><a href="{{ post.url }}">{{ translation.readmore }}</a></p> </div> <div class="panel-footer"> {% if post.lastdate %}{{ translation.postupdate | replace: 'author', pauthor | replace: 'date', pdate }}{% else %}{{ translation.postinfo | replace: 'author', pauthor | replace: 'date', pdate }}{% endif %} <p><span class="glyphicon glyphicon-bookmark"></span> <a href="/{{ page.lang }}/categories/#aa{{ post.categories }}"><span class="label label-default">{{ post.categories }}</span></a></p> <p><span class="glyphicon glyphicon-tags"></span> {% for tag in post.tags %}<a href="/{{ page.lang }}/tags/#aa{{ tag }}"><span class="label label-default">{{ tag }}</span></a> {% endfor %}</p> </div> </div> {% endif %} {% endfor %}
yunxiaocloud/yunxiaocloud.github.io
index.en.html
HTML
mit
3,171
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="style.css" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>Uniterm2</title> </head> <body> <script>init()</script> </body> </html>
JLChnToZ/uniterm
static/index.html
HTML
mit
292
<div class="formrow"> <div class="formitem col1of2"> <label class="label req" for="wsname2">Name</label> <input type="text" name="wsname2" id="wsname2" placeholder="Name" x-autocompletetype="given-name"/> </div> </div> <div class="formrow"> <div class="formitem"> <div class="label req">Gender</div> <div class="ticks"> <label> <input type="radio" name="wgender2" value="Male"/> <span>Male</span> </label> <label> <input type="radio" name="wgender2" value="Female"/> <span>Female</span> </label> </div> </div> </div> <div class="formrow"> <div class="formitem col1of2"> <label class="label" for="wbmoth2">Date of Birth</label> <select name="wbmonth2" id="wbmoth2" x-autocompletetype="birth-month"> <option selected="selected">Month</option> <option value="January">January</option> <option value="Febuary">Febuary</option> <option value="March">March</option> <option value="April">April</option> <option value="May">May</option> <option value="June">June</option> <option value="July">July</option> <option value="August">August</option> <option value="September">September</option> <option value="October">October</option> <option value="November">November</option> <option value="December">December</option> </select> <select name="wbday2" id="wbday2" x-autocompletetype="birth-day"> <option selected="selected">Day</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select> <select name="wyear2" id="wyear2" x-autocompletetype="birth-year"> <option selected="selected">Year</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> <option value="1964">1964</option> <option value="1963">1963</option> <option value="1962">1962</option> <option value="1961">1961</option> <option value="1960">1960</option> <option value="1959">1959</option> <option value="1958">1958</option> <option value="1957">1957</option> <option value="1956">1956</option> <option value="1955">1955</option> <option value="1954">1954</option> <option value="1953">1953</option> <option value="1952">1952</option> <option value="1951">1951</option> <option value="1950">1950</option> <option value="1949">1949</option> <option value="1948">1948</option> <option value="1947">1947</option> <option value="1946">1946</option> <option value="1945">1945</option> <option value="1944">1944</option> <option value="1943">1943</option> <option value="1942">1942</option> <option value="1941">1941</option> <option value="1940">1940</option> <option value="1939">1939</option> <option value="1938">1938</option> <option value="1937">1937</option> <option value="1936">1936</option> <option value="1935">1935</option> <option value="1934">1934</option> <option value="1933">1933</option> <option value="1932">1932</option> <option value="1931">1931</option> <option value="1930">1930</option> </select> </div> </div> <div class="formrow"> <div class="formitem col1of2"> <label class="label" for="wclass2a">Level I</label> <select id="wclass2a" name="wclass2a" x-autocompletetype="enroll"> <option selected="selected" value="No">Select</option> <option value="Windsurfing Level I - $195">Windsurfing Level I - $195</option> </select> <div class="formitem col1of2"> <label class="label req" for="wdate2a">Level I Date</label> <select id="wdate2a" name="wdate2a"> <option value="No">Select Date</option> <option value="1 - June 8-12">June 8-12</option> <option value="2 - June 15-19">June 15-19</option> <option value="3 - June 22-26">June 22-26</option> <option value="4 - June 29-July 3">June 29-July 3</option> <option value="5 - July 6-10">July 6-10</option> <option value="6 - July 13-17">July 13-17</option> <option value="7 - July 20-24">July 20-24</option> <option value="8 - July 27-31">July 27-31</option> <option value="9 - August 3-7">August 3-7</option> <option value="10 - August 10-14">August 10-14</option> <option value="11 - August 17-21">August 17-21</option> </select> </div> </div> </div> <div class="formrow"> <div class="formitem col1of2"> <label class="label" for="wclass2b">Level II</label> <select id="wclass2b" name="wclass2b" x-autocompletetype="enroll"> <option selected="selected" value="No">Select</option> <option value="Windsurfing Level II - $105">Windsurfing Level II - $105</option> </select> <div class="formitem col1of2"> <label class="label req" for="wdate2b">Level II Date</label> <select id="wdate2b" name="wdate2b"> <option value="No">Select Date</option> <option value="1 - June 8-12">June 8-12</option> <option value="2 - June 15-19">June 15-19</option> <option value="3 - June 22-26">June 22-26</option> <option value="4 - June 29-July 3">June 29-July 3</option> <option value="5 - July 6-10">July 6-10</option> <option value="6 - July 13-17">July 13-17</option> <option value="7 - July 20-24">July 20-24</option> <option value="8 - July 27-31">July 27-31</option> <option value="9 - August 3-7">August 3-7</option> <option value="10 - August 10-14">August 10-14</option> <option value="11 - August 17-21">August 17-21</option> </select> </div> </div> </div> <div class="formrow"> <div class="formitem col1of2"> <label class="label" for="wclass2c">Level III</label> <select id="wclass2c" name="wclass2c" x-autocompletetype="enroll"> <option selected="selected" value="No">Select</option> <option value="Windsurfing Level III - $170">Windsurfing Level III - $170</option> </select> <div class="formitem col1of2"> <label class="label req" for="wdate2c">Level III Date</label> <select id="wdate2c" name="wdate2c"> <option value="No">Select Date</option> <option value="1 - June 8-12">June 8-12</option> <option value="2 - June 15-19">June 15-19</option> <option value="3 - June 22-26">June 22-26</option> <option value="4 - June 29-July 3">June 29-July 3</option> <option value="5 - July 6-10">July 6-10</option> <option value="6 - July 13-17">July 13-17</option> <option value="7 - July 20-24">July 20-24</option> <option value="8 - July 27-31">July 27-31</option> <option value="9 - August 3-7">August 3-7</option> <option value="10 - August 10-14">August 10-14</option> <option value="11 - August 17-21">August 17-21</option> </select> </div> </div> </div>
natewscott/shoreline
includes/wstudent-2.html
HTML
mit
9,124
<!DOCTYPE html> <div class="container" scrolly-scroll ng-controller="homeController"> <div class="jumbotron home"> <h1 translate>WELCOME</h1> <p translate>SUBTITLE</p> </div> <div class="text-center"> <p translate><b>THANKS</b></p> <p translate>CHECK</p> </div> <div class="text-center col-md-4 col-md-offset-4"> <ul class="list-inline"> <li><a angular-ripple href="http://appverse.org/">Appverse.org</a> </li> <li><a angular-ripple href="https://twitter.com/appversed">Twitter</a> </li> <li><a angular-ripple href="https://github.com/Appverse">GitHub</a> </li> <li><a angular-ripple href="https://www.npmjs.com/~appverse">NPM</a> </li> </ul> </div> </div>
carlosrubio/TimeWatcher
app/views/home.html
HTML
mit
824
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Start Bootstrap - SB Admin Version 2.0 Demo</title> <!-- Core CSS - Include with every page --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <!-- Page-Level Plugin CSS - Dashboard --> <link href="css/plugins/morris/morris-0.4.3.min.css" rel="stylesheet"> <link href="css/plugins/timeline/timeline.css" rel="stylesheet"> <!-- SB Admin CSS - Include with every page --> <link href="css/sb-admin.css" rel="stylesheet"> </head> <body> <div id="wrapper"> <nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".sidebar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">SB Admin v2.0</a> </div> <!-- /.navbar-header --> <ul class="nav navbar-top-links navbar-right"> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-messages"> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>Read All Messages</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-messages --> </li> <!-- /.dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-tasks"> <li> <a href="#"> <div> <p> <strong>Task 1</strong> <span class="pull-right text-muted">40% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"> <span class="sr-only">40% Complete (success)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 2</strong> <span class="pull-right text-muted">20% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%"> <span class="sr-only">20% Complete</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 3</strong> <span class="pull-right text-muted">60% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"> <span class="sr-only">60% Complete (warning)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 4</strong> <span class="pull-right text-muted">80% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%"> <span class="sr-only">80% Complete (danger)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>See All Tasks</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-tasks --> </li> <!-- /.dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-alerts"> <li> <a href="#"> <div> <i class="fa fa-comment fa-fw"></i> New Comment <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small">12 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-envelope fa-fw"></i> Message Sent <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-tasks fa-fw"></i> New Task <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>See All Alerts</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-alerts --> </li> <!-- /.dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a> </li> <li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a> </li> <li class="divider"></li> <li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a> </li> </ul> <!-- /.dropdown-user --> </li> <!-- /.dropdown --> </ul> <!-- /.navbar-top-links --> </nav> <!-- /.navbar-static-top --> <nav class="navbar-default navbar-static-side" role="navigation"> <div class="sidebar-collapse"> <ul class="nav" id="side-menu"> <li class="sidebar-search"> <div class="input-group custom-search-form"> <input type="text" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button class="btn btn-default" type="button"> <i class="fa fa-search"></i> </button> </span> </div> <!-- /input-group --> </li> <li> <a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a> </li> <li> <a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="flot.html">Flot Charts</a> </li> <li> <a href="morris.html">Morris.js Charts</a> </li> </ul> <!-- /.nav-second-level --> </li> <li> <a href="boxes.html"><i class="fa fa-table fa-fw"></i> Boxes</a> </li> <li> <a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a> </li> <li> <a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="panels-wells.html">Panels and Wells</a> </li> <li> <a href="buttons.html">Buttons</a> </li> <li> <a href="notifications.html">Notifications</a> </li> <li> <a href="typography.html">Typography</a> </li> <li> <a href="grid.html">Grid</a> </li> </ul> <!-- /.nav-second-level --> </li> <li> <a href="#"><i class="fa fa-sitemap fa-fw"></i> Multi-Level Dropdown<span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="#">Second Level Item</a> </li> <li> <a href="#">Second Level Item</a> </li> <li> <a href="#">Third Level <span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> </ul> <!-- /.nav-third-level --> </li> </ul> <!-- /.nav-second-level --> </li> <li> <a href="#"><i class="fa fa-files-o fa-fw"></i> Sample Pages<span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="blank.html">Blank Page</a> </li> <li> <a href="login.html">Login Page</a> </li> </ul> <!-- /.nav-second-level --> </li> </ul> <!-- /#side-menu --> </div> <!-- /.sidebar-collapse --> </nav> <!-- /.navbar-static-side --> <div id="page-wrapper"> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Dashboard</h1> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> <div class="row"> <div class="col-lg-8"> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-bar-chart-o fa-fw"></i> Area Chart Example <div class="pull-right"> <div class="btn-group"> <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"> Actions <span class="caret"></span> </button> <ul class="dropdown-menu pull-right" role="menu"> <li><a href="#">Action</a> </li> <li><a href="#">Another action</a> </li> <li><a href="#">Something else here</a> </li> <li class="divider"></li> <li><a href="#">Separated link</a> </li> </ul> </div> </div> </div> <!-- /.panel-heading --> <div class="panel-body"> <div id="morris-area-chart"></div> </div> <!-- /.panel-body --> </div> <!-- /.panel --> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-bar-chart-o fa-fw"></i> Bar Chart Example <div class="pull-right"> <div class="btn-group"> <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"> Actions <span class="caret"></span> </button> <ul class="dropdown-menu pull-right" role="menu"> <li><a href="#">Action</a> </li> <li><a href="#">Another action</a> </li> <li><a href="#">Something else here</a> </li> <li class="divider"></li> <li><a href="#">Separated link</a> </li> </ul> </div> </div> </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="row"> <div class="col-lg-4"> <div class="table-responsive"> <table class="table table-bordered table-hover table-striped"> <thead> <tr> <th>#</th> <th>Date</th> <th>Time</th> <th>Amount</th> </tr> </thead> <tbody> <tr> <td>3326</td> <td>10/21/2013</td> <td>3:29 PM</td> <td>$321.33</td> </tr> <tr> <td>3325</td> <td>10/21/2013</td> <td>3:20 PM</td> <td>$234.34</td> </tr> <tr> <td>3324</td> <td>10/21/2013</td> <td>3:03 PM</td> <td>$724.17</td> </tr> <tr> <td>3323</td> <td>10/21/2013</td> <td>3:00 PM</td> <td>$23.71</td> </tr> <tr> <td>3322</td> <td>10/21/2013</td> <td>2:49 PM</td> <td>$8345.23</td> </tr> <tr> <td>3321</td> <td>10/21/2013</td> <td>2:23 PM</td> <td>$245.12</td> </tr> <tr> <td>3320</td> <td>10/21/2013</td> <td>2:15 PM</td> <td>$5663.54</td> </tr> <tr> <td>3319</td> <td>10/21/2013</td> <td>2:13 PM</td> <td>$943.45</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.col-lg-4 (nested) --> <div class="col-lg-8"> <div id="morris-bar-chart"></div> </div> <!-- /.col-lg-8 (nested) --> </div> <!-- /.row --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-clock-o fa-fw"></i> Timeline </div> <!-- /.panel-heading --> <div class="panel-body"> <ul class="timeline"> <li> <div class="timeline-badge"><i class="fa fa-check"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Timeline Event</h4> <p> <small class="text-muted"><i class="fa fa-time"></i> 11 hours ago via Twitter</small> </p> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-badge warning"><i class="fa fa-credit-card"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Timeline Event</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p> </div> </div> </li> <li> <div class="timeline-badge danger"><i class="fa fa-credit-card"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Timeline Event</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Timeline Event</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p> </div> </div> </li> <li> <div class="timeline-badge info"><i class="fa fa-save"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Timeline Event</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p> <hr> <div class="btn-group"> <button type="button" class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-cog"></i> <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a href="#">Action</a> </li> <li><a href="#">Another action</a> </li> <li><a href="#">Something else here</a> </li> <li class="divider"></li> <li><a href="#">Separated link</a> </li> </ul> </div> </div> </div> </li> <li> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Timeline Event</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-badge success"><i class="fa fa-thumbs-up"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Timeline Event</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p> </div> </div> </li> </ul> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-8 --> <div class="col-lg-4"> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-bell fa-fw"></i> Notifications Panel </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="list-group"> <a href="#" class="list-group-item"> <i class="fa fa-comment fa-fw"></i> New Comment <span class="pull-right text-muted small"><em>4 minutes ago</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small"><em>12 minutes ago</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-envelope fa-fw"></i> Message Sent <span class="pull-right text-muted small"><em>27 minutes ago</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-tasks fa-fw"></i> New Task <span class="pull-right text-muted small"><em>43 minutes ago</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small"><em>11:32 AM</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-bolt fa-fw"></i> Server Crashed! <span class="pull-right text-muted small"><em>11:13 AM</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-warning fa-fw"></i> Server Not Responding <span class="pull-right text-muted small"><em>10:57 AM</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-shopping-cart fa-fw"></i> New Order Placed <span class="pull-right text-muted small"><em>9:49 AM</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-money fa-fw"></i> Payment Received <span class="pull-right text-muted small"><em>Yesterday</em> </span> </a> </div> <!-- /.list-group --> <a href="#" class="btn btn-default btn-block">View All Alerts</a> </div> <!-- /.panel-body --> </div> <!-- /.panel --> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-bar-chart-o fa-fw"></i> Donut Chart Example </div> <div class="panel-body"> <div id="morris-donut-chart"></div> <a href="#" class="btn btn-default btn-block">View Details</a> </div> <!-- /.panel-body --> </div> <!-- /.panel --> <div class="chat-panel panel panel-default"> <div class="panel-heading"> <i class="fa fa-comments fa-fw"></i> Chat <div class="btn-group pull-right"> <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-chevron-down"></i> </button> <ul class="dropdown-menu slidedown"> <li> <a href="#"> <i class="fa fa-refresh fa-fw"></i> Refresh </a> </li> <li> <a href="#"> <i class="fa fa-check-circle fa-fw"></i> Available </a> </li> <li> <a href="#"> <i class="fa fa-times fa-fw"></i> Busy </a> </li> <li> <a href="#"> <i class="fa fa-clock-o fa-fw"></i> Away </a> </li> <li class="divider"></li> <li> <a href="#"> <i class="fa fa-sign-out fa-fw"></i> Sign Out </a> </li> </ul> </div> </div> <!-- /.panel-heading --> <div class="panel-body"> <ul class="chat"> <li class="left clearfix"> <span class="chat-img pull-left"> <img src="http://placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" /> </span> <div class="chat-body clearfix"> <div class="header"> <strong class="primary-font">Jack Sparrow</strong> <small class="pull-right text-muted"> <i class="fa fa-clock-o fa-fw"></i> 12 mins ago </small> </div> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales. </p> </div> </li> <li class="right clearfix"> <span class="chat-img pull-right"> <img src="http://placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" /> </span> <div class="chat-body clearfix"> <div class="header"> <small class=" text-muted"> <i class="fa fa-clock-o fa-fw"></i> 13 mins ago</small> <strong class="pull-right primary-font">Bhaumik Patel</strong> </div> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales. </p> </div> </li> <li class="left clearfix"> <span class="chat-img pull-left"> <img src="http://placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" /> </span> <div class="chat-body clearfix"> <div class="header"> <strong class="primary-font">Jack Sparrow</strong> <small class="pull-right text-muted"> <i class="fa fa-clock-o fa-fw"></i> 14 mins ago</small> </div> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales. </p> </div> </li> <li class="right clearfix"> <span class="chat-img pull-right"> <img src="http://placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" /> </span> <div class="chat-body clearfix"> <div class="header"> <small class=" text-muted"> <i class="fa fa-clock-o fa-fw"></i> 15 mins ago</small> <strong class="pull-right primary-font">Bhaumik Patel</strong> </div> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales. </p> </div> </li> </ul> </div> <!-- /.panel-body --> <div class="panel-footer"> <div class="input-group"> <input id="btn-input" type="text" class="form-control input-sm" placeholder="Type your message here..." /> <span class="input-group-btn"> <button class="btn btn-warning btn-sm" id="btn-chat"> Send </button> </span> </div> </div> <!-- /.panel-footer --> </div> <!-- /.panel .chat-panel --> </div> <!-- /.col-lg-4 --> </div> <!-- /.row --> </div> <!-- /#page-wrapper --> </div> <!-- /#wrapper --> <!-- Core Scripts - Include with every page --> <script src="js/jquery-1.10.2.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/plugins/metisMenu/jquery.metisMenu.js"></script> <!-- Page-Level Plugin Scripts - Dashboard --> <script src="js/plugins/morris/raphael-2.1.0.min.js"></script> <script src="js/plugins/morris/morris.js"></script> <!-- SB Admin Scripts - Include with every page --> <script src="js/sb-admin.js"></script> <!-- Page-Level Demo Scripts - Dashboard - Use for reference --> <script src="js/demo/dashboard-demo.js"></script> </body> </html>
motord/tardis
templates/index.html
HTML
mit
46,251
<html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Google Maps - pygmaps </title> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=visualization&sensor=true_or_false"></script> <script type="text/javascript"> function initialize() { var centerlatlng = new google.maps.LatLng(25.100000, 121.500000); var myOptions = { zoom: 11, center: centerlatlng, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); var heatmap_points = [ new google.maps.LatLng(25.136801, 121.539009), new google.maps.LatLng(25.181147, 121.438431), new google.maps.LatLng(25.078831, 121.492699), new google.maps.LatLng(25.038374, 121.580750), new google.maps.LatLng(25.111759, 121.531334), new google.maps.LatLng(25.150188, 121.515633), new google.maps.LatLng(25.051104, 121.559433), new google.maps.LatLng(25.025318, 121.454681), new google.maps.LatLng(25.087158, 121.433968), new google.maps.LatLng(25.095621, 121.524559), new google.maps.LatLng(25.085291, 121.546234), new google.maps.LatLng(25.053144, 121.509209), new google.maps.LatLng(24.998549, 121.484673), new google.maps.LatLng(25.096926, 121.587524), new google.maps.LatLng(25.052366, 121.506180), new google.maps.LatLng(25.089455, 121.591446), new google.maps.LatLng(25.062840, 121.449593), new google.maps.LatLng(24.963255, 121.215637), new google.maps.LatLng(25.182528, 121.447357), new google.maps.LatLng(24.993105, 121.589310), new google.maps.LatLng(25.177185, 121.464409), new google.maps.LatLng(25.179523, 121.453072), new google.maps.LatLng(25.131952, 121.550072), new google.maps.LatLng(24.985725, 121.343666), new google.maps.LatLng(25.088125, 121.592514), new google.maps.LatLng(25.009653, 121.535172), new google.maps.LatLng(25.030790, 121.575310), new google.maps.LatLng(24.993935, 121.439232), new google.maps.LatLng(25.058743, 121.554794), new google.maps.LatLng(24.988594, 121.465927), new google.maps.LatLng(25.063763, 121.605179), new google.maps.LatLng(25.125778, 121.539368), new google.maps.LatLng(24.989513, 121.231735), new google.maps.LatLng(25.133722, 121.536598), new google.maps.LatLng(25.092209, 121.569954), new google.maps.LatLng(24.969864, 121.543648), new google.maps.LatLng(25.164839, 121.449593), new google.maps.LatLng(24.989182, 121.509743), new google.maps.LatLng(24.959686, 121.508942), new google.maps.LatLng(25.003395, 121.467888), new google.maps.LatLng(25.069178, 121.512245), new google.maps.LatLng(25.001574, 121.542038), new google.maps.LatLng(25.176558, 121.459679), new google.maps.LatLng(25.137016, 121.542305), new google.maps.LatLng(24.966785, 121.380028), new google.maps.LatLng(24.993141, 121.590553), new google.maps.LatLng(25.053757, 121.600182), new google.maps.LatLng(25.061518, 121.509567), new google.maps.LatLng(25.063198, 121.494667), new google.maps.LatLng(25.063766, 121.545433), new google.maps.LatLng(24.968014, 121.545517), new google.maps.LatLng(25.098188, 121.587791), new google.maps.LatLng(24.986126, 121.574593), new google.maps.LatLng(25.137283, 121.548195), new google.maps.LatLng(25.143145, 121.548637), new google.maps.LatLng(25.122272, 121.466286), new google.maps.LatLng(25.066364, 121.481544), new google.maps.LatLng(24.938530, 121.373772), new google.maps.LatLng(25.052992, 121.390030), new google.maps.LatLng(25.113367, 121.567017), new google.maps.LatLng(25.033665, 121.523666), new google.maps.LatLng(25.043661, 121.314171), new google.maps.LatLng(24.932764, 121.369308), new google.maps.LatLng(24.991405, 121.460304), new google.maps.LatLng(25.092865, 121.530975), new google.maps.LatLng(24.975321, 121.326683), new google.maps.LatLng(25.062031, 121.550690), new google.maps.LatLng(25.164898, 121.394318), new google.maps.LatLng(25.035618, 121.506889), new google.maps.LatLng(25.147457, 121.445930), new google.maps.LatLng(24.972080, 121.393600), new google.maps.LatLng(25.061052, 121.539368), new google.maps.LatLng(25.045115, 121.448074), new google.maps.LatLng(25.052809, 121.524734), new google.maps.LatLng(25.013584, 121.544540), new google.maps.LatLng(25.014137, 121.509743), new google.maps.LatLng(24.978317, 121.239517), new google.maps.LatLng(25.021799, 121.534637), new google.maps.LatLng(24.940510, 121.364571), new google.maps.LatLng(25.031853, 121.609459), new google.maps.LatLng(25.089495, 121.591621), new google.maps.LatLng(25.143946, 121.499573), new google.maps.LatLng(25.069096, 121.531960), new google.maps.LatLng(25.003090, 121.305145), new google.maps.LatLng(24.950735, 121.342056), new google.maps.LatLng(25.066547, 121.281906), new google.maps.LatLng(25.101826, 121.539719), new google.maps.LatLng(24.961102, 121.428162), new google.maps.LatLng(25.147614, 121.505821), new google.maps.LatLng(25.024136, 121.536690), new google.maps.LatLng(25.018911, 121.571205), new google.maps.LatLng(24.968285, 121.436821), new google.maps.LatLng(25.028790, 121.517593), new google.maps.LatLng(25.000519, 121.556046), new google.maps.LatLng(25.037008, 121.609367), new google.maps.LatLng(25.154425, 121.458961), new google.maps.LatLng(25.016300, 121.515007), new google.maps.LatLng(25.009680, 121.476456), new google.maps.LatLng(25.080236, 121.597153), new google.maps.LatLng(25.012323, 121.513939), new google.maps.LatLng(25.101460, 121.572189), new google.maps.LatLng(25.024164, 121.421379), new google.maps.LatLng(24.965837, 121.436287), new google.maps.LatLng(25.175173, 121.452896), new google.maps.LatLng(25.043941, 121.509567), new google.maps.LatLng(25.036001, 121.517593), new google.maps.LatLng(24.952135, 121.538651), new google.maps.LatLng(24.962088, 121.342857), new google.maps.LatLng(24.948753, 121.379761), new google.maps.LatLng(25.107256, 121.527588), new google.maps.LatLng(25.139608, 121.530266), new google.maps.LatLng(24.981558, 121.541145), new google.maps.LatLng(25.002621, 121.319267), new google.maps.LatLng(25.062325, 121.579674), new google.maps.LatLng(25.035372, 121.300232), new google.maps.LatLng(25.082388, 121.564873), new google.maps.LatLng(25.102228, 121.451019), new google.maps.LatLng(24.963905, 121.563004), new google.maps.LatLng(25.112572, 121.558807), new google.maps.LatLng(25.077263, 121.524376), new google.maps.LatLng(25.088526, 121.585564), new google.maps.LatLng(24.980972, 121.572540), new google.maps.LatLng(25.162380, 121.484673), new google.maps.LatLng(25.018133, 121.407089), new google.maps.LatLng(25.068695, 121.593056), new google.maps.LatLng(25.068537, 121.451111), new google.maps.LatLng(24.997835, 121.307381), new google.maps.LatLng(25.111977, 121.562378), new google.maps.LatLng(25.075342, 121.534996), new google.maps.LatLng(25.105291, 121.520096), new google.maps.LatLng(25.042835, 121.358231), new google.maps.LatLng(25.156919, 121.462799), new google.maps.LatLng(24.955921, 121.474052), new google.maps.LatLng(25.097157, 121.456017), new google.maps.LatLng(25.010990, 121.423073), new google.maps.LatLng(25.004601, 121.518936), new google.maps.LatLng(25.015474, 121.471909), new google.maps.LatLng(25.025146, 121.565140), new google.maps.LatLng(25.064163, 121.482437), new google.maps.LatLng(25.092363, 121.526070), new google.maps.LatLng(24.953382, 121.355995), new google.maps.LatLng(25.023502, 121.259193), new google.maps.LatLng(25.062235, 121.593056), new google.maps.LatLng(25.040371, 121.590202), new google.maps.LatLng(25.001856, 121.617210), new google.maps.LatLng(25.012037, 121.267418), new google.maps.LatLng(25.176144, 121.459679), new google.maps.LatLng(25.019764, 121.498505), new google.maps.LatLng(25.015841, 121.259285), new google.maps.LatLng(25.161629, 121.455482), new google.maps.LatLng(25.024916, 121.524559), new google.maps.LatLng(25.073576, 121.578339), new google.maps.LatLng(25.007519, 121.590019), new google.maps.LatLng(25.074114, 121.467262), new google.maps.LatLng(25.147444, 121.512512), new google.maps.LatLng(25.025225, 121.559875), new google.maps.LatLng(24.999102, 121.622917), new google.maps.LatLng(25.117266, 121.463249), new google.maps.LatLng(25.067537, 121.587074), new google.maps.LatLng(24.986444, 121.564781), new google.maps.LatLng(25.136263, 121.538826), new google.maps.LatLng(24.995888, 121.545074), new google.maps.LatLng(25.064516, 121.550690), new google.maps.LatLng(24.983591, 121.341072), new google.maps.LatLng(25.136669, 121.462173), new google.maps.LatLng(25.039831, 121.533386), new google.maps.LatLng(24.989210, 121.568176), new google.maps.LatLng(24.992510, 121.423698), new google.maps.LatLng(24.977818, 121.463425), new google.maps.LatLng(25.037527, 121.482529), new google.maps.LatLng(24.994259, 121.483505), new google.maps.LatLng(25.067690, 121.573792), new google.maps.LatLng(25.049507, 121.617836), new google.maps.LatLng(25.020134, 121.557915), new google.maps.LatLng(25.098103, 121.588509), new google.maps.LatLng(25.050167, 121.513763), new google.maps.LatLng(24.945625, 121.374306), new google.maps.LatLng(25.136259, 121.523041), new google.maps.LatLng(25.024351, 121.470123), new google.maps.LatLng(24.937792, 121.362335), new google.maps.LatLng(25.033852, 121.628708), new google.maps.LatLng(24.961632, 121.480835), new google.maps.LatLng(24.989677, 121.598221), new google.maps.LatLng(24.949991, 121.550606), new google.maps.LatLng(25.116842, 121.517509), new google.maps.LatLng(25.000990, 121.543465), new google.maps.LatLng(25.039068, 121.552116), new google.maps.LatLng(25.023989, 121.536957), new google.maps.LatLng(25.040489, 121.580215), new google.maps.LatLng(24.998760, 121.582176), new google.maps.LatLng(24.977421, 121.583061), new google.maps.LatLng(24.931612, 121.355011), new google.maps.LatLng(25.160122, 121.535347), new google.maps.LatLng(25.129486, 121.566124), new google.maps.LatLng(25.140520, 121.507423), new google.maps.LatLng(25.024885, 121.454056), new google.maps.LatLng(25.127901, 121.553192), new google.maps.LatLng(25.117659, 121.462982), new google.maps.LatLng(25.112091, 121.531334), new google.maps.LatLng(25.063196, 121.456551), new google.maps.LatLng(25.028538, 121.518669), new google.maps.LatLng(25.074909, 121.582176), new google.maps.LatLng(24.947327, 121.230576), new google.maps.LatLng(25.051922, 121.523933), new google.maps.LatLng(25.176579, 121.459587), new google.maps.LatLng(25.016685, 121.502426), new google.maps.LatLng(25.021746, 121.585205), new google.maps.LatLng(25.034756, 121.630493), new google.maps.LatLng(25.053404, 121.459053), new google.maps.LatLng(24.976461, 121.327133), new google.maps.LatLng(24.963041, 121.433342), new google.maps.LatLng(25.143003, 121.490562), new google.maps.LatLng(24.993618, 121.533569), new google.maps.LatLng(25.062546, 121.518936), new google.maps.LatLng(25.026379, 121.472443), new google.maps.LatLng(25.133299, 121.560860), new google.maps.LatLng(25.007627, 121.475655), new google.maps.LatLng(25.040274, 121.576553), new google.maps.LatLng(25.020077, 121.535973), new google.maps.LatLng(25.139032, 121.529198), new google.maps.LatLng(25.054255, 121.599831), new google.maps.LatLng(25.081505, 121.470749), new google.maps.LatLng(25.177301, 121.466728), new google.maps.LatLng(24.979298, 121.605354), new google.maps.LatLng(25.044291, 121.503853), new google.maps.LatLng(25.012548, 121.453606), new google.maps.LatLng(25.030704, 121.611862), new google.maps.LatLng(25.027849, 121.309349), new google.maps.LatLng(25.069878, 121.592964), new google.maps.LatLng(25.006821, 121.510193), new google.maps.LatLng(24.983582, 121.429947), new google.maps.LatLng(25.139393, 121.549088), new google.maps.LatLng(25.014622, 121.515099), new google.maps.LatLng(25.098871, 121.549088), new google.maps.LatLng(25.047234, 121.576912), new google.maps.LatLng(25.114344, 121.555862), new google.maps.LatLng(25.032911, 121.443878), new google.maps.LatLng(24.946049, 121.497787), new google.maps.LatLng(24.962887, 121.279137), new google.maps.LatLng(25.083139, 121.545158), new google.maps.LatLng(25.127975, 121.471992), new google.maps.LatLng(24.965763, 121.542038), new google.maps.LatLng(25.111383, 121.537849), new google.maps.LatLng(25.113979, 121.574951), new google.maps.LatLng(25.051340, 121.445930), new google.maps.LatLng(25.089928, 121.523399), new google.maps.LatLng(24.985149, 121.467529), new google.maps.LatLng(25.127781, 121.541061), new google.maps.LatLng(25.137537, 121.546768), new google.maps.LatLng(25.057779, 121.615074), new google.maps.LatLng(24.932449, 121.373863), new google.maps.LatLng(24.969965, 121.392708), new google.maps.LatLng(25.017723, 121.524826), new google.maps.LatLng(25.127199, 121.518578), new google.maps.LatLng(25.019604, 121.336517), new google.maps.LatLng(25.081791, 121.546326), new google.maps.LatLng(24.993103, 121.589661), new google.maps.LatLng(25.147676, 121.522415), new google.maps.LatLng(25.131868, 121.466370), new google.maps.LatLng(25.001015, 121.608833), new google.maps.LatLng(24.997328, 121.583687), new google.maps.LatLng(25.038366, 121.600807), new google.maps.LatLng(24.931053, 121.353493), new google.maps.LatLng(24.965443, 121.554352), new google.maps.LatLng(25.003616, 121.598846), new google.maps.LatLng(25.001137, 121.615341), new google.maps.LatLng(25.124529, 121.407265), new google.maps.LatLng(25.113266, 121.566750), new google.maps.LatLng(25.111559, 121.563446), new google.maps.LatLng(24.997759, 121.485565), new google.maps.LatLng(25.044603, 121.324722), new google.maps.LatLng(25.051666, 121.518669), new google.maps.LatLng(25.039928, 121.449326), new google.maps.LatLng(25.114601, 121.553009), new google.maps.LatLng(24.972286, 121.394142), new google.maps.LatLng(24.965111, 121.437271), new google.maps.LatLng(25.002148, 121.598404), new google.maps.LatLng(24.984406, 121.545609), new google.maps.LatLng(24.983215, 121.448875), new google.maps.LatLng(25.017130, 121.558365), new google.maps.LatLng(24.960051, 121.390388), new google.maps.LatLng(25.064342, 121.376633), new google.maps.LatLng(24.972500, 121.498505), new google.maps.LatLng(25.023081, 121.569687), new google.maps.LatLng(25.077187, 121.405746), new google.maps.LatLng(25.031139, 121.529465), new google.maps.LatLng(24.985922, 121.587074), new google.maps.LatLng(24.987295, 121.416557), new google.maps.LatLng(25.068842, 121.520004), new google.maps.LatLng(25.145693, 121.446732), new google.maps.LatLng(25.108849, 121.534187), new google.maps.LatLng(25.102385, 121.610352), new google.maps.LatLng(25.085617, 121.489578), new google.maps.LatLng(25.077429, 121.483154), new google.maps.LatLng(24.988960, 121.489136), new google.maps.LatLng(25.010134, 121.458611), new google.maps.LatLng(25.047014, 121.528931), new google.maps.LatLng(25.132006, 121.524559), new google.maps.LatLng(24.988016, 121.431198), new google.maps.LatLng(24.997759, 121.423248), new google.maps.LatLng(24.964378, 121.548996), new google.maps.LatLng(25.088001, 121.587074), new google.maps.LatLng(25.010897, 121.487526), new google.maps.LatLng(25.047073, 121.523399), new google.maps.LatLng(25.068781, 121.398422), new google.maps.LatLng(25.143888, 121.532494), new google.maps.LatLng(24.970592, 121.432625), new google.maps.LatLng(24.989445, 121.466553), new google.maps.LatLng(25.068422, 121.401375), new google.maps.LatLng(24.963654, 121.485649), new google.maps.LatLng(25.052622, 121.318466), new google.maps.LatLng(25.018873, 121.570312), new google.maps.LatLng(25.076719, 121.525627), new google.maps.LatLng(25.067175, 121.617035), new google.maps.LatLng(25.088696, 121.525803), new google.maps.LatLng(25.008400, 121.508049), new google.maps.LatLng(24.992769, 121.590378), new google.maps.LatLng(25.057997, 121.542488), new google.maps.LatLng(25.162340, 121.484131), new google.maps.LatLng(24.966146, 121.375290), new google.maps.LatLng(25.065126, 121.455750), new google.maps.LatLng(25.157501, 121.435661), new google.maps.LatLng(25.097382, 121.587700), new google.maps.LatLng(24.946602, 121.510994), new google.maps.LatLng(24.967291, 121.263756), new google.maps.LatLng(25.106218, 121.573433), new google.maps.LatLng(25.118368, 121.537048), new google.maps.LatLng(25.155500, 121.529999), new google.maps.LatLng(25.025743, 121.509743), new google.maps.LatLng(25.032787, 121.590736), new google.maps.LatLng(25.131672, 121.513672), new google.maps.LatLng(24.994484, 121.422356), new google.maps.LatLng(25.095997, 121.517326), new google.maps.LatLng(25.051180, 121.561577), new google.maps.LatLng(25.059441, 121.510635), new google.maps.LatLng(25.119057, 121.547478), new google.maps.LatLng(25.122105, 121.563004), new google.maps.LatLng(24.989025, 121.343758), new google.maps.LatLng(25.130886, 121.530357), new google.maps.LatLng(24.948275, 121.418427), new google.maps.LatLng(24.999023, 121.434860), new google.maps.LatLng(24.999250, 121.542755), new google.maps.LatLng(24.976223, 121.492882), new google.maps.LatLng(25.173471, 121.446732), new google.maps.LatLng(25.060991, 121.587433), new google.maps.LatLng(24.978399, 121.365105), new google.maps.LatLng(25.137455, 121.587791), new google.maps.LatLng(25.101147, 121.567192), new google.maps.LatLng(25.033388, 121.462357), new google.maps.LatLng(25.025120, 121.441734), new google.maps.LatLng(24.954042, 121.417892), new google.maps.LatLng(25.119301, 121.525719), new google.maps.LatLng(25.110964, 121.618546), new google.maps.LatLng(25.020760, 121.472351), new google.maps.LatLng(25.025650, 121.413963), new google.maps.LatLng(25.020716, 121.583244), new google.maps.LatLng(25.067472, 121.625237), new google.maps.LatLng(25.023918, 121.469139), new google.maps.LatLng(25.106340, 121.563087), new google.maps.LatLng(25.007320, 121.560951), new google.maps.LatLng(25.041471, 121.565140), new google.maps.LatLng(25.115355, 121.567368), new google.maps.LatLng(24.997175, 121.477081), new google.maps.LatLng(24.992701, 121.421822), new google.maps.LatLng(25.021484, 121.528572), new google.maps.LatLng(25.132092, 121.468246), new google.maps.LatLng(24.965467, 121.420837), new google.maps.LatLng(24.990084, 121.537666), new google.maps.LatLng(25.166290, 121.474403), new google.maps.LatLng(25.200480, 121.470390), new google.maps.LatLng(25.096930, 121.617302), new google.maps.LatLng(25.017904, 121.407356), new google.maps.LatLng(24.999771, 121.300140), new google.maps.LatLng(25.024509, 121.569954), new google.maps.LatLng(25.064213, 121.516083), new google.maps.LatLng(25.092524, 121.502159), new google.maps.LatLng(25.005138, 121.576912), new google.maps.LatLng(25.044603, 121.517326), new google.maps.LatLng(24.973646, 121.531067), new google.maps.LatLng(25.019594, 121.465302), new google.maps.LatLng(25.045382, 121.541145), new google.maps.LatLng(25.045958, 121.508049), new google.maps.LatLng(25.065636, 121.518135), new google.maps.LatLng(24.983551, 121.361176), new google.maps.LatLng(25.060295, 121.567192), new google.maps.LatLng(25.001694, 121.496361), new google.maps.LatLng(24.943930, 121.369484), new google.maps.LatLng(25.035921, 121.517242), new google.maps.LatLng(25.017204, 121.428078), new google.maps.LatLng(25.019678, 121.323738), new google.maps.LatLng(25.156651, 121.516350), new google.maps.LatLng(25.120274, 121.455391), new google.maps.LatLng(24.953033, 121.373863), new google.maps.LatLng(25.030369, 121.516525), new google.maps.LatLng(25.103413, 121.450218), new google.maps.LatLng(24.995232, 121.343483), new google.maps.LatLng(25.114052, 121.556404), new google.maps.LatLng(25.062590, 121.489845), new google.maps.LatLng(25.001772, 121.440483), new google.maps.LatLng(25.064978, 121.516350), new google.maps.LatLng(25.089867, 121.522949), new google.maps.LatLng(25.035669, 121.518311), new google.maps.LatLng(25.018122, 121.523483), new google.maps.LatLng(25.157522, 121.435928), new google.maps.LatLng(25.016497, 121.478157), new google.maps.LatLng(25.019993, 121.411194), new google.maps.LatLng(25.054270, 121.521698), new google.maps.LatLng(24.980606, 121.555420), new google.maps.LatLng(25.076740, 121.400566), new google.maps.LatLng(25.091490, 121.527321), new google.maps.LatLng(25.078602, 121.569336), new google.maps.LatLng(24.970837, 121.392532), new google.maps.LatLng(25.012245, 121.582977), new google.maps.LatLng(24.941772, 121.336334), new google.maps.LatLng(24.975071, 121.327400), new google.maps.LatLng(25.059612, 121.561310), new google.maps.LatLng(25.123661, 121.517059), new google.maps.LatLng(25.092388, 121.498856), new google.maps.LatLng(25.092829, 121.446556), new google.maps.LatLng(25.077223, 121.482971), new google.maps.LatLng(25.135324, 121.615700), new google.maps.LatLng(25.034765, 121.500290), new google.maps.LatLng(25.020708, 121.524826), new google.maps.LatLng(25.047651, 121.453873), new google.maps.LatLng(25.074520, 121.586273), new google.maps.LatLng(25.011856, 121.414055), new google.maps.LatLng(25.018391, 121.559341), new google.maps.LatLng(25.055613, 121.427719), new google.maps.LatLng(25.008648, 121.444771), new google.maps.LatLng(25.018536, 121.402534), new google.maps.LatLng(25.032803, 121.379845), new google.maps.LatLng(25.104099, 121.448700), new google.maps.LatLng(25.060614, 121.520805), new google.maps.LatLng(25.029087, 121.465836), new google.maps.LatLng(25.082066, 121.519470), new google.maps.LatLng(25.038568, 121.578522), new google.maps.LatLng(25.027407, 121.475479), new google.maps.LatLng(25.045307, 121.445839), new google.maps.LatLng(25.106113, 121.579140), new google.maps.LatLng(25.067589, 121.637711), new google.maps.LatLng(25.022125, 121.472893), new google.maps.LatLng(24.931690, 121.362518), new google.maps.LatLng(25.136904, 121.565941), new google.maps.LatLng(25.022997, 121.424591), new google.maps.LatLng(25.007298, 121.456200), new google.maps.LatLng(25.027699, 121.634773), new google.maps.LatLng(24.951729, 121.410393), new google.maps.LatLng(25.109425, 121.546860), new google.maps.LatLng(25.053764, 121.569244), new google.maps.LatLng(25.006849, 121.559074), new google.maps.LatLng(25.105705, 121.566833), new google.maps.LatLng(25.034430, 121.422180), new google.maps.LatLng(24.991766, 121.421913), new google.maps.LatLng(25.092710, 121.501717), new google.maps.LatLng(25.155727, 121.530441), new google.maps.LatLng(24.971189, 121.459854), new google.maps.LatLng(24.988148, 121.584312), new google.maps.LatLng(25.047459, 121.532677), new google.maps.LatLng(25.000893, 121.637802), new google.maps.LatLng(25.010664, 121.514297), new google.maps.LatLng(24.972399, 121.246765), new google.maps.LatLng(25.127645, 121.420837), new google.maps.LatLng(24.970877, 121.567551), new google.maps.LatLng(25.025446, 121.472176), new google.maps.LatLng(25.054630, 121.564163), new google.maps.LatLng(24.956614, 121.537933), new google.maps.LatLng(25.003595, 121.522858), new google.maps.LatLng(24.993921, 121.422630), new google.maps.LatLng(25.087551, 121.434059), new google.maps.LatLng(25.116013, 121.511528), new google.maps.LatLng(24.989040, 121.426826), new google.maps.LatLng(24.958344, 121.396278), new google.maps.LatLng(25.040962, 121.543022), new google.maps.LatLng(25.142250, 121.549263), new google.maps.LatLng(24.951246, 121.510277), new google.maps.LatLng(25.013872, 121.538742), new google.maps.LatLng(25.127502, 121.575218), new google.maps.LatLng(25.022650, 121.479851), new google.maps.LatLng(25.036463, 121.493416), new google.maps.LatLng(25.075361, 121.610085), new google.maps.LatLng(25.035505, 121.577805), new google.maps.LatLng(25.078541, 121.545341), new google.maps.LatLng(24.969528, 121.393867), new google.maps.LatLng(24.949816, 121.318199), new google.maps.LatLng(25.146730, 121.472977), new google.maps.LatLng(25.142750, 121.548912), new google.maps.LatLng(25.090422, 121.536774), new google.maps.LatLng(25.006891, 121.461823), new google.maps.LatLng(25.063061, 121.615166), new google.maps.LatLng(25.048212, 121.562553), new google.maps.LatLng(25.038145, 121.581017), new google.maps.LatLng(25.075720, 121.608566), new google.maps.LatLng(25.056841, 121.461014), new google.maps.LatLng(25.021873, 121.507874), new google.maps.LatLng(25.054726, 121.460838), new google.maps.LatLng(25.084827, 121.437538), new google.maps.LatLng(25.109543, 121.513313), new google.maps.LatLng(25.001207, 121.612930), new google.maps.LatLng(25.111664, 121.563004), new google.maps.LatLng(25.101702, 121.502960), new google.maps.LatLng(25.103891, 121.580482), new google.maps.LatLng(25.176308, 121.448074), new google.maps.LatLng(25.143536, 121.527321), new google.maps.LatLng(25.021786, 121.585739), new google.maps.LatLng(25.055840, 121.580124), new google.maps.LatLng(24.976761, 121.258034), new google.maps.LatLng(25.101000, 121.527054), new google.maps.LatLng(24.978931, 121.418610), new google.maps.LatLng(25.018932, 121.577805), new google.maps.LatLng(25.030645, 121.446465), new google.maps.LatLng(25.012655, 121.497696), new google.maps.LatLng(25.112511, 121.511978), new google.maps.LatLng(24.992859, 121.449142), new google.maps.LatLng(25.026474, 121.475563), new google.maps.LatLng(25.054482, 121.605537), new google.maps.LatLng(25.059254, 121.457802), new google.maps.LatLng(25.109034, 121.471100), new google.maps.LatLng(25.006601, 121.591805), new google.maps.LatLng(25.084454, 121.549088), new google.maps.LatLng(25.084520, 121.496002), new google.maps.LatLng(25.111917, 121.561928), new google.maps.LatLng(25.080757, 121.485916), new google.maps.LatLng(24.983145, 121.453789), new google.maps.LatLng(24.989508, 121.466286), new google.maps.LatLng(25.138599, 121.528572), new google.maps.LatLng(25.086950, 121.521255), new google.maps.LatLng(25.106636, 121.453789), new google.maps.LatLng(24.998966, 121.555244), new google.maps.LatLng(25.133852, 121.535347), new google.maps.LatLng(24.959694, 121.323914), new google.maps.LatLng(25.029530, 121.505280), new google.maps.LatLng(25.031357, 121.609100), new google.maps.LatLng(25.102211, 121.449677), new google.maps.LatLng(25.088314, 121.586098), new google.maps.LatLng(25.077635, 121.483330), new google.maps.LatLng(25.016960, 121.559433), new google.maps.LatLng(25.098190, 121.587074), new google.maps.LatLng(25.037863, 121.533653), new google.maps.LatLng(25.086666, 121.470657), new google.maps.LatLng(25.136234, 121.426643), new google.maps.LatLng(25.001442, 121.514030), new google.maps.LatLng(25.042091, 121.553009), new google.maps.LatLng(25.005087, 121.522858), new google.maps.LatLng(24.949615, 121.342232), new google.maps.LatLng(25.149160, 121.524559), new google.maps.LatLng(25.004061, 121.412270), new google.maps.LatLng(25.113302, 121.534279), new google.maps.LatLng(24.992409, 121.364128), new google.maps.LatLng(25.013632, 121.535889), new google.maps.LatLng(24.936064, 121.370827), new google.maps.LatLng(25.003056, 121.441734), new google.maps.LatLng(25.028641, 121.470924), new google.maps.LatLng(25.114403, 121.556313), new google.maps.LatLng(25.120892, 121.549889), new google.maps.LatLng(25.136482, 121.529816), new google.maps.LatLng(25.087412, 121.525986), new google.maps.LatLng(24.972374, 121.499397), new google.maps.LatLng(24.976137, 121.248550), new google.maps.LatLng(24.993538, 121.589577), new google.maps.LatLng(24.971693, 121.524559), new google.maps.LatLng(24.959085, 121.359299), new google.maps.LatLng(25.071852, 121.525536), new google.maps.LatLng(24.996086, 121.576286), new google.maps.LatLng(25.006979, 121.320518), new google.maps.LatLng(25.086956, 121.525803), new google.maps.LatLng(25.114220, 121.526878), new google.maps.LatLng(25.136650, 121.550873), new google.maps.LatLng(25.088278, 121.601341), new google.maps.LatLng(25.057528, 121.594391), new google.maps.LatLng(25.076117, 121.586189), new google.maps.LatLng(25.001808, 121.472893), new google.maps.LatLng(25.009768, 121.474319), new google.maps.LatLng(24.995426, 121.523750), new google.maps.LatLng(25.012705, 121.476997), new google.maps.LatLng(24.963213, 121.526070), new google.maps.LatLng(25.007055, 121.559258), new google.maps.LatLng(25.010122, 121.598312), new google.maps.LatLng(25.054499, 121.460396), new google.maps.LatLng(25.056408, 121.553101), new google.maps.LatLng(24.995537, 121.457893), new google.maps.LatLng(25.028612, 121.529282), new google.maps.LatLng(25.150116, 121.495201), new google.maps.LatLng(25.183437, 121.448074), new google.maps.LatLng(25.012220, 121.505905), new google.maps.LatLng(24.974953, 121.417183), new google.maps.LatLng(25.038076, 121.502068), new google.maps.LatLng(25.061182, 121.489136), new google.maps.LatLng(25.013243, 121.511086), new google.maps.LatLng(24.986750, 121.242561), new google.maps.LatLng(24.909332, 121.286911), new google.maps.LatLng(24.969801, 121.324005), new google.maps.LatLng(24.987934, 121.430840), new google.maps.LatLng(25.123598, 121.516975), new google.maps.LatLng(25.123528, 121.514114), new google.maps.LatLng(25.008858, 121.645111), new google.maps.LatLng(25.055923, 121.561485), new google.maps.LatLng(24.982195, 121.543022), new google.maps.LatLng(24.997429, 121.510635), new google.maps.LatLng(25.069767, 121.529106), new google.maps.LatLng(25.064377, 121.448341), new google.maps.LatLng(25.032040, 121.609367), new google.maps.LatLng(25.136856, 121.546143), new google.maps.LatLng(24.980986, 121.522057), new google.maps.LatLng(25.063026, 121.550339), new google.maps.LatLng(25.033203, 121.590378), new google.maps.LatLng(24.972658, 121.519379), new google.maps.LatLng(25.057156, 121.546410), new google.maps.LatLng(25.127001, 121.638962), new google.maps.LatLng(25.082932, 121.557648), new google.maps.LatLng(24.981207, 121.507690), new google.maps.LatLng(25.050104, 121.451553), new google.maps.LatLng(24.964905, 121.351082), new google.maps.LatLng(24.998642, 121.580566), new google.maps.LatLng(25.066465, 121.550514), new google.maps.LatLng(25.012991, 121.556580), new google.maps.LatLng(25.065498, 121.293526), new google.maps.LatLng(24.937113, 121.355995), new google.maps.LatLng(25.157173, 121.467354), new google.maps.LatLng(25.124849, 121.532410), new google.maps.LatLng(24.955013, 121.337944), new google.maps.LatLng(25.033691, 121.610435), new google.maps.LatLng(25.145781, 121.400841), new google.maps.LatLng(25.080008, 121.564430), new google.maps.LatLng(25.072918, 121.577271), new google.maps.LatLng(24.946806, 121.377792), new google.maps.LatLng(25.041697, 121.370911), new google.maps.LatLng(25.102201, 121.495560), new google.maps.LatLng(25.020361, 121.584404), new google.maps.LatLng(24.948418, 121.384758), new google.maps.LatLng(25.075277, 121.610085), new google.maps.LatLng(25.177286, 121.412895), new google.maps.LatLng(24.987989, 121.467804), new google.maps.LatLng(25.156557, 121.530090), new google.maps.LatLng(25.006697, 121.568527), new google.maps.LatLng(24.969229, 121.455124), new google.maps.LatLng(25.021547, 121.556488), new google.maps.LatLng(25.013550, 121.563713), new google.maps.LatLng(25.020397, 121.552925), new google.maps.LatLng(24.944639, 121.406288), new google.maps.LatLng(25.012669, 121.586098), new google.maps.LatLng(25.027634, 121.571472), new google.maps.LatLng(25.169107, 121.401817), new google.maps.LatLng(25.001862, 121.571114), new google.maps.LatLng(24.978695, 121.534279), new google.maps.LatLng(25.139406, 121.550781), new google.maps.LatLng(24.967064, 121.536507), new google.maps.LatLng(25.118074, 121.401192), new google.maps.LatLng(24.986387, 121.577003), new google.maps.LatLng(25.012243, 121.328201), new google.maps.LatLng(25.142353, 121.527763), new google.maps.LatLng(25.101278, 121.449409), new google.maps.LatLng(25.079880, 121.565315), new google.maps.LatLng(25.004814, 121.560684), new google.maps.LatLng(25.143362, 121.389587), new google.maps.LatLng(25.117514, 121.462891), new google.maps.LatLng(25.007101, 121.520988), new google.maps.LatLng(25.055681, 121.520630), new google.maps.LatLng(25.004820, 121.514114), new google.maps.LatLng(25.061476, 121.509743), new google.maps.LatLng(25.102566, 121.529549), new google.maps.LatLng(25.009556, 121.457535), new google.maps.LatLng(25.071749, 121.460396), new google.maps.LatLng(24.999470, 121.506889), new google.maps.LatLng(24.976095, 121.245155), new google.maps.LatLng(24.987593, 121.602501), new google.maps.LatLng(25.141024, 121.448250), new google.maps.LatLng(25.092051, 121.526337), new google.maps.LatLng(25.103310, 121.449951), new google.maps.LatLng(25.159670, 121.458160), new google.maps.LatLng(25.156380, 121.469315), new google.maps.LatLng(24.948294, 121.383865), new google.maps.LatLng(25.029305, 121.525986), new google.maps.LatLng(25.042624, 121.535263), new google.maps.LatLng(24.989223, 121.598045), new google.maps.LatLng(25.111677, 121.606422), new google.maps.LatLng(25.008898, 121.422447), new google.maps.LatLng(25.044300, 121.507339), new google.maps.LatLng(25.039846, 121.592430), new google.maps.LatLng(25.008005, 121.560501), new google.maps.LatLng(25.005585, 121.586273), new google.maps.LatLng(24.948515, 121.344109), new google.maps.LatLng(25.039759, 121.587524), new google.maps.LatLng(25.103685, 121.441292), new google.maps.LatLng(25.092911, 121.446556), new google.maps.LatLng(24.956280, 121.339645), new google.maps.LatLng(24.982441, 121.544090), new google.maps.LatLng(24.986244, 121.448700), new google.maps.LatLng(25.104532, 121.450035), new google.maps.LatLng(25.038706, 121.308723), new google.maps.LatLng(25.077120, 121.572456), new google.maps.LatLng(24.951208, 121.454140), new google.maps.LatLng(24.993420, 121.497345), new google.maps.LatLng(25.171148, 121.548996), new google.maps.LatLng(25.000950, 121.609459), new google.maps.LatLng(24.981781, 121.572632), new google.maps.LatLng(25.131618, 121.467087), new google.maps.LatLng(25.029060, 121.531601), new google.maps.LatLng(24.968224, 121.267601), new google.maps.LatLng(25.144375, 121.407532), new google.maps.LatLng(25.139912, 121.548637), new google.maps.LatLng(25.136566, 121.545967), new google.maps.LatLng(24.995384, 121.588776), new google.maps.LatLng(25.063881, 121.495293), new google.maps.LatLng(24.976091, 121.324097), new google.maps.LatLng(25.138157, 121.547302), new google.maps.LatLng(25.066603, 121.533745), new google.maps.LatLng(25.003979, 121.502159), new google.maps.LatLng(25.060373, 121.568619), new google.maps.LatLng(25.160149, 121.457893), new google.maps.LatLng(24.965157, 121.434593), new google.maps.LatLng(25.079914, 121.594658), new google.maps.LatLng(25.002026, 121.496002), new google.maps.LatLng(24.970961, 121.393784), new google.maps.LatLng(25.023100, 121.464142), new google.maps.LatLng(25.055014, 121.573074), new google.maps.LatLng(25.042000, 121.586807), new google.maps.LatLng(25.125414, 121.564072), new google.maps.LatLng(24.969379, 121.576736), new google.maps.LatLng(25.086899, 121.454498), new google.maps.LatLng(25.026133, 121.586632), new google.maps.LatLng(24.993219, 121.421379), new google.maps.LatLng(25.101070, 121.548195), new google.maps.LatLng(24.995066, 121.591179), new google.maps.LatLng(25.200409, 121.430931), new google.maps.LatLng(24.983818, 121.516350), new google.maps.LatLng(24.980471, 121.484673), new google.maps.LatLng(25.001434, 121.233353), new google.maps.LatLng(25.041973, 121.616409), new google.maps.LatLng(25.168535, 121.447266), new google.maps.LatLng(24.999985, 121.547394), new google.maps.LatLng(24.996557, 121.421646), new google.maps.LatLng(24.970554, 121.345718), new google.maps.LatLng(25.004946, 121.598137), new google.maps.LatLng(25.006891, 121.559258), new google.maps.LatLng(25.019953, 121.556221), new google.maps.LatLng(25.120150, 121.501717), new google.maps.LatLng(24.956697, 121.241753), new google.maps.LatLng(25.076950, 121.584404), new google.maps.LatLng(24.998537, 121.498505), new google.maps.LatLng(25.089319, 121.599380), new google.maps.LatLng(25.044561, 121.503052), new google.maps.LatLng(25.142269, 121.433434), new google.maps.LatLng(25.017508, 121.542664), new google.maps.LatLng(25.020386, 121.570221), new google.maps.LatLng(24.986588, 121.535263), new google.maps.LatLng(24.986092, 121.534904), new google.maps.LatLng(24.963123, 121.561043), new google.maps.LatLng(24.988279, 121.362961), new google.maps.LatLng(25.041822, 121.623718), new google.maps.LatLng(25.107683, 121.569687), new google.maps.LatLng(25.155916, 121.489937), new google.maps.LatLng(24.976559, 121.460663), new google.maps.LatLng(25.044622, 121.308273), new google.maps.LatLng(25.144302, 121.498413), new google.maps.LatLng(25.006311, 121.324806), new google.maps.LatLng(25.007236, 121.509476), new google.maps.LatLng(24.941273, 121.339195), new google.maps.LatLng(25.116278, 121.531158), new google.maps.LatLng(24.965372, 121.486809), new google.maps.LatLng(25.059370, 121.647247), new google.maps.LatLng(24.995239, 121.588684), new google.maps.LatLng(25.157833, 121.515900), new google.maps.LatLng(25.120764, 121.556046), new google.maps.LatLng(24.941360, 121.363052), new google.maps.LatLng(25.111168, 121.557381), new google.maps.LatLng(25.020660, 121.408699), new google.maps.LatLng(25.053602, 121.494217), new google.maps.LatLng(24.968431, 121.247391), new google.maps.LatLng(24.989300, 121.421112), new google.maps.LatLng(25.012098, 121.328476), new google.maps.LatLng(25.015591, 121.532143), new google.maps.LatLng(25.001242, 121.570580), new google.maps.LatLng(25.051897, 121.563446), new google.maps.LatLng(24.981867, 121.578606), new google.maps.LatLng(24.996759, 121.486992), new google.maps.LatLng(25.038954, 121.420570), new google.maps.LatLng(24.959057, 121.369751), new google.maps.LatLng(25.059393, 121.594208), new google.maps.LatLng(25.041130, 121.329994), new google.maps.LatLng(25.054501, 121.533745), new google.maps.LatLng(25.052120, 121.303535), new google.maps.LatLng(24.997879, 121.572540), new google.maps.LatLng(24.981682, 121.490112), new google.maps.LatLng(24.995844, 121.489136), new google.maps.LatLng(25.054930, 121.596977), new google.maps.LatLng(25.179312, 121.428970), new google.maps.LatLng(24.981438, 121.457176), new google.maps.LatLng(24.987564, 121.492256), new google.maps.LatLng(25.019712, 121.349922), new google.maps.LatLng(25.019226, 121.471458), new google.maps.LatLng(24.959063, 121.417000), new google.maps.LatLng(25.146830, 121.516525), new google.maps.LatLng(24.982605, 121.389046), new google.maps.LatLng(25.040129, 121.594391), new google.maps.LatLng(25.022009, 121.534103), new google.maps.LatLng(24.956861, 121.364929), new google.maps.LatLng(24.980642, 121.413071), new google.maps.LatLng(25.102665, 121.450928), new google.maps.LatLng(25.084448, 121.579323), new google.maps.LatLng(25.145002, 121.412987), new google.maps.LatLng(25.116833, 121.554794), new google.maps.LatLng(25.068157, 121.500015), new google.maps.LatLng(25.147907, 121.461639), new google.maps.LatLng(25.021711, 121.521614), new google.maps.LatLng(25.117950, 121.462799), new google.maps.LatLng(24.988920, 121.411018), new google.maps.LatLng(25.024969, 121.462891), new google.maps.LatLng(25.055916, 121.604729), new google.maps.LatLng(25.150017, 121.522682), new google.maps.LatLng(24.983217, 121.341255), new google.maps.LatLng(25.056932, 121.550873), new google.maps.LatLng(24.995226, 121.586273), new google.maps.LatLng(25.139879, 121.530174), new google.maps.LatLng(25.160908, 121.535530), new google.maps.LatLng(25.153316, 121.537849), new google.maps.LatLng(25.031445, 121.477707), new google.maps.LatLng(25.028248, 121.422714), new google.maps.LatLng(24.990484, 121.418877), new google.maps.LatLng(25.067787, 121.452538), new google.maps.LatLng(25.025879, 121.634056), new google.maps.LatLng(24.988188, 121.416290), new google.maps.LatLng(25.138210, 121.585297), new google.maps.LatLng(25.041906, 121.612488), new google.maps.LatLng(24.971195, 121.256241), new google.maps.LatLng(25.123447, 121.467979), new google.maps.LatLng(24.949173, 121.351616), new google.maps.LatLng(25.037542, 121.581459), new google.maps.LatLng(25.009237, 121.391907), new google.maps.LatLng(24.984522, 121.591270), new google.maps.LatLng(25.027554, 121.606606), new google.maps.LatLng(25.176319, 121.410301), new google.maps.LatLng(25.032818, 121.594482), new google.maps.LatLng(24.983713, 121.342323), new google.maps.LatLng(25.060968, 121.512604), new google.maps.LatLng(24.952637, 121.537582), new google.maps.LatLng(24.999994, 121.486992), new google.maps.LatLng(25.059853, 121.551140), new google.maps.LatLng(25.052481, 121.550072), new google.maps.LatLng(25.050457, 121.521347), new google.maps.LatLng(25.120419, 121.462173), new google.maps.LatLng(25.133986, 121.549179), new google.maps.LatLng(24.960579, 121.443161), new google.maps.LatLng(24.989843, 121.501984), new google.maps.LatLng(25.147760, 121.427719), new google.maps.LatLng(25.002645, 121.565315), new google.maps.LatLng(25.140261, 121.554886), new google.maps.LatLng(25.137745, 121.541328), new google.maps.LatLng(25.094627, 121.524559), new google.maps.LatLng(25.026272, 121.455215), new google.maps.LatLng(24.969965, 121.393066), new google.maps.LatLng(24.965174, 121.322128), new google.maps.LatLng(25.027132, 121.502426), new google.maps.LatLng(25.015770, 121.406555), new google.maps.LatLng(24.975842, 121.486725), new google.maps.LatLng(25.064219, 121.499840), new google.maps.LatLng(24.986506, 121.429863), new google.maps.LatLng(25.042116, 121.551849), new google.maps.LatLng(25.072569, 121.576286), new google.maps.LatLng(24.994020, 121.497612), new google.maps.LatLng(25.069750, 121.582619), new google.maps.LatLng(25.123363, 121.553101), new google.maps.LatLng(25.031404, 121.583603), new google.maps.LatLng(25.043089, 121.583244), new google.maps.LatLng(24.968645, 121.533653), new google.maps.LatLng(24.962154, 121.363586), new google.maps.LatLng(25.144960, 121.523041), new google.maps.LatLng(25.119446, 121.543022), new google.maps.LatLng(24.971027, 121.579948), new google.maps.LatLng(25.025661, 121.539009), new google.maps.LatLng(25.136881, 121.418251), new google.maps.LatLng(25.154671, 121.459679), new google.maps.LatLng(25.016947, 121.315872), new google.maps.LatLng(25.079004, 121.548996), new google.maps.LatLng(24.960300, 121.370827), new google.maps.LatLng(25.128902, 121.505730), new google.maps.LatLng(25.012152, 121.553101), new google.maps.LatLng(25.058664, 121.534370), new google.maps.LatLng(25.069279, 121.575127), new google.maps.LatLng(25.044415, 121.622917), new google.maps.LatLng(25.172258, 121.486366), new google.maps.LatLng(25.103203, 121.450752), new google.maps.LatLng(25.030375, 121.366447), new google.maps.LatLng(25.026548, 121.598221), new google.maps.LatLng(24.960348, 121.510010), new google.maps.LatLng(25.006811, 121.295586), new google.maps.LatLng(25.156931, 121.459587), new google.maps.LatLng(25.048403, 121.522324), new google.maps.LatLng(25.033241, 121.471817), new google.maps.LatLng(25.001791, 121.515007), new google.maps.LatLng(25.057848, 121.562111), new google.maps.LatLng(25.130749, 121.566750), new google.maps.LatLng(25.114704, 121.530800), new google.maps.LatLng(25.001038, 121.576019), new google.maps.LatLng(25.155470, 121.435844), new google.maps.LatLng(25.003895, 121.412987), new google.maps.LatLng(25.098555, 121.550781), new google.maps.LatLng(25.058334, 121.527321), new google.maps.LatLng(25.023781, 121.551582), new google.maps.LatLng(25.058271, 121.460930), new google.maps.LatLng(25.176462, 121.450928), new google.maps.LatLng(25.130877, 121.560234), new google.maps.LatLng(25.050583, 121.547928), new google.maps.LatLng(25.001007, 121.488327), new google.maps.LatLng(25.157471, 121.459053), new google.maps.LatLng(25.007708, 121.534996), new google.maps.LatLng(25.144821, 121.527145), new google.maps.LatLng(24.972790, 121.499039), new google.maps.LatLng(24.989647, 121.469231), new google.maps.LatLng(25.069609, 121.520271), new google.maps.LatLng(25.070845, 121.577629), new google.maps.LatLng(25.075167, 121.556488), new google.maps.LatLng(24.968248, 121.348129), new google.maps.LatLng(25.112803, 121.457893), new google.maps.LatLng(25.025814, 121.241402), new google.maps.LatLng(25.056696, 121.500107), new google.maps.LatLng(25.133795, 121.539452), new google.maps.LatLng(24.985750, 121.457176), new google.maps.LatLng(25.057356, 121.595818), new google.maps.LatLng(25.135662, 121.549446), new google.maps.LatLng(25.072741, 121.574860), new google.maps.LatLng(24.994122, 121.523308), new google.maps.LatLng(25.025000, 121.538651), new google.maps.LatLng(24.955471, 121.240593), new google.maps.LatLng(25.042212, 121.585205), new google.maps.LatLng(24.955397, 121.354836), new google.maps.LatLng(25.087076, 121.527054), new google.maps.LatLng(24.934113, 121.337502), new google.maps.LatLng(25.170568, 121.512154), new google.maps.LatLng(25.103476, 121.449951), new google.maps.LatLng(25.072662, 121.543556), new google.maps.LatLng(24.998529, 121.444412), new google.maps.LatLng(24.981339, 121.537491), new google.maps.LatLng(25.033995, 121.441376), new google.maps.LatLng(25.026236, 121.574234), new google.maps.LatLng(25.011337, 121.594208), new google.maps.LatLng(25.027802, 121.508049), new google.maps.LatLng(25.063250, 121.497963), new google.maps.LatLng(24.985235, 121.495468), new google.maps.LatLng(25.048573, 121.547661), new google.maps.LatLng(25.034685, 121.499214), new google.maps.LatLng(25.081329, 121.559525), new google.maps.LatLng(25.134678, 121.507248), new google.maps.LatLng(24.933285, 121.391998), new google.maps.LatLng(25.140369, 121.598579), new google.maps.LatLng(25.061352, 121.502518), new google.maps.LatLng(24.999828, 121.528656), new google.maps.LatLng(25.057878, 121.491539), new google.maps.LatLng(25.047026, 121.545433), new google.maps.LatLng(25.094450, 121.595551), new google.maps.LatLng(25.157612, 121.466911), new google.maps.LatLng(25.135595, 121.461105), new google.maps.LatLng(25.177351, 121.464409), new google.maps.LatLng(25.060114, 121.637802), new google.maps.LatLng(25.138218, 121.542488), new google.maps.LatLng(25.176165, 121.459587), new google.maps.LatLng(24.998520, 121.529999), new google.maps.LatLng(25.020443, 121.584404), new google.maps.LatLng(25.036718, 121.513847), new google.maps.LatLng(25.057341, 121.616234), new google.maps.LatLng(24.952114, 121.538383), new google.maps.LatLng(25.051884, 121.567726), new google.maps.LatLng(25.056095, 121.513580), new google.maps.LatLng(25.151312, 121.425667), new google.maps.LatLng(24.977488, 121.519646), new google.maps.LatLng(25.043009, 121.538208), new google.maps.LatLng(25.057983, 121.513313), new google.maps.LatLng(25.025118, 121.580391), new google.maps.LatLng(24.982367, 121.222435), new google.maps.LatLng(24.957445, 121.500465), new google.maps.LatLng(25.074818, 121.517509), new google.maps.LatLng(25.039297, 121.551849), new google.maps.LatLng(25.053576, 121.429680), new google.maps.LatLng(25.147635, 121.428253), new google.maps.LatLng(25.009775, 121.470032), new google.maps.LatLng(25.140015, 121.504303), new google.maps.LatLng(25.060390, 121.558006), new google.maps.LatLng(25.006462, 121.576912), new google.maps.LatLng(25.042763, 121.452446), new google.maps.LatLng(24.995008, 121.357246), new google.maps.LatLng(25.010996, 121.506531), new google.maps.LatLng(25.003429, 121.471283), new google.maps.LatLng(24.972191, 121.497696), new google.maps.LatLng(25.055841, 121.613113), new google.maps.LatLng(25.027002, 121.574150), new google.maps.LatLng(25.049988, 121.594749), new google.maps.LatLng(25.167307, 121.556488), new google.maps.LatLng(25.012066, 121.509392), new google.maps.LatLng(24.999125, 121.424858), new google.maps.LatLng(25.141356, 121.500015), new google.maps.LatLng(25.045731, 121.507248), new google.maps.LatLng(25.019867, 121.514297), new google.maps.LatLng(25.146936, 121.558540), new google.maps.LatLng(25.027023, 121.586723), new google.maps.LatLng(24.999792, 121.365913), new google.maps.LatLng(24.961960, 121.391106), new google.maps.LatLng(25.132151, 121.469048), new google.maps.LatLng(25.038910, 121.522507), new google.maps.LatLng(25.067484, 121.590469), new google.maps.LatLng(25.060522, 121.579590), new google.maps.LatLng(25.082466, 121.482529), new google.maps.LatLng(25.050465, 121.576553), new google.maps.LatLng(24.990446, 121.526253), new google.maps.LatLng(25.058788, 121.583420), new google.maps.LatLng(24.998173, 121.328384), new google.maps.LatLng(25.130457, 121.499123), new google.maps.LatLng(25.062315, 121.384583), new google.maps.LatLng(25.121185, 121.501534), new google.maps.LatLng(24.989706, 121.547394), new google.maps.LatLng(25.082880, 121.560326), new google.maps.LatLng(25.013271, 121.552925), new google.maps.LatLng(24.997787, 121.451820), new google.maps.LatLng(24.964090, 121.563622), new google.maps.LatLng(24.995256, 121.509300), new google.maps.LatLng(25.070013, 121.529816), new google.maps.LatLng(25.067608, 121.612045), new google.maps.LatLng(25.144455, 121.502342), new google.maps.LatLng(25.034033, 121.565765), new google.maps.LatLng(25.034800, 121.433701), new google.maps.LatLng(25.005503, 121.462090), new google.maps.LatLng(24.981241, 121.427895), new google.maps.LatLng(24.928452, 121.252129), new google.maps.LatLng(25.018726, 121.550514), new google.maps.LatLng(24.980328, 121.552032), new google.maps.LatLng(25.071686, 121.511795), new google.maps.LatLng(25.013268, 121.476013), new google.maps.LatLng(24.989235, 121.574417), new google.maps.LatLng(24.972645, 121.498947), new google.maps.LatLng(25.121363, 121.572807), new google.maps.LatLng(25.106695, 121.454590), new google.maps.LatLng(25.017986, 121.460480), new google.maps.LatLng(25.113184, 121.514740), new google.maps.LatLng(24.942621, 121.391106), new google.maps.LatLng(25.065256, 121.484848), new google.maps.LatLng(25.020615, 121.471909), new google.maps.LatLng(24.987789, 121.430397), new google.maps.LatLng(25.068579, 121.450928), new google.maps.LatLng(25.026209, 121.330261), new google.maps.LatLng(25.026340, 121.343216), new google.maps.LatLng(25.042311, 121.549263), new google.maps.LatLng(25.156315, 121.517418), new google.maps.LatLng(24.970875, 121.395927), new google.maps.LatLng(25.062197, 121.489403), new google.maps.LatLng(24.966505, 121.388336), new google.maps.LatLng(25.061644, 121.561127), new google.maps.LatLng(25.074484, 121.435661), new google.maps.LatLng(25.196650, 121.463425), new google.maps.LatLng(25.037346, 121.496719), new google.maps.LatLng(25.027878, 121.460396), new google.maps.LatLng(25.190500, 121.495827), new google.maps.LatLng(25.030615, 121.584137), new google.maps.LatLng(25.003666, 121.412895), new google.maps.LatLng(25.063568, 121.456734), new google.maps.LatLng(24.996037, 121.520454), new google.maps.LatLng(25.141916, 121.461372), new google.maps.LatLng(25.114922, 121.509834), new google.maps.LatLng(25.171835, 121.614006), new google.maps.LatLng(25.024521, 121.510010), new google.maps.LatLng(25.154776, 121.458878), new google.maps.LatLng(24.940130, 121.340179), new google.maps.LatLng(24.977142, 121.525719), new google.maps.LatLng(25.077381, 121.492523), new google.maps.LatLng(25.049591, 121.466103), new google.maps.LatLng(24.964800, 121.351173), new google.maps.LatLng(24.960293, 121.259193), new google.maps.LatLng(24.994730, 121.456734), new google.maps.LatLng(24.949255, 121.352333), new google.maps.LatLng(25.088894, 121.427628), new google.maps.LatLng(24.948160, 121.297462), new google.maps.LatLng(24.936262, 121.251411), new google.maps.LatLng(25.003708, 121.413429), new google.maps.LatLng(25.088144, 121.613823), new google.maps.LatLng(25.001200, 121.590469), new google.maps.LatLng(25.164211, 121.451195), new google.maps.LatLng(24.966545, 121.435036), new google.maps.LatLng(25.021746, 121.552834), new google.maps.LatLng(24.936235, 121.362251), new google.maps.LatLng(25.003700, 121.559074), new google.maps.LatLng(25.022968, 121.313545), new google.maps.LatLng(25.000040, 121.596794), new google.maps.LatLng(25.025114, 121.568443), new google.maps.LatLng(24.996986, 121.559433), new google.maps.LatLng(25.015310, 121.407806), new google.maps.LatLng(25.042566, 121.504837), new google.maps.LatLng(25.052423, 121.607582), new google.maps.LatLng(25.030516, 121.537399), new google.maps.LatLng(24.978235, 121.519295), new google.maps.LatLng(25.097113, 121.587433), new google.maps.LatLng(25.002489, 121.619797), new google.maps.LatLng(24.977346, 121.460838), new google.maps.LatLng(25.055960, 121.563446), new google.maps.LatLng(25.083239, 121.546501), new google.maps.LatLng(25.153408, 121.417450), new google.maps.LatLng(25.032927, 121.481995), new google.maps.LatLng(25.167076, 121.468964), new google.maps.LatLng(24.967918, 121.533920), new google.maps.LatLng(25.116596, 121.516792), new google.maps.LatLng(25.004230, 121.525093), new google.maps.LatLng(25.126102, 121.524284), new google.maps.LatLng(25.029291, 121.583420), new google.maps.LatLng(25.088888, 121.524284), new google.maps.LatLng(25.030867, 121.429947), new google.maps.LatLng(25.034864, 121.432358), new google.maps.LatLng(25.037411, 121.532051), new google.maps.LatLng(25.071859, 121.495201), new google.maps.LatLng(25.064667, 121.448517), new google.maps.LatLng(25.034864, 121.501984), new google.maps.LatLng(25.168497, 121.538826), new google.maps.LatLng(24.952579, 121.560059), new google.maps.LatLng(24.995071, 121.589394), new google.maps.LatLng(25.070780, 121.611237), new google.maps.LatLng(25.026436, 121.563538), new google.maps.LatLng(25.127996, 121.471550), new google.maps.LatLng(24.984964, 121.240234), new google.maps.LatLng(25.106161, 121.641632), new google.maps.LatLng(25.101494, 121.503143), new google.maps.LatLng(25.008547, 121.507782), new google.maps.LatLng(25.009457, 121.645737), new google.maps.LatLng(25.165897, 121.486275), new google.maps.LatLng(25.006575, 121.454323), new google.maps.LatLng(25.159149, 121.565407), new google.maps.LatLng(25.029053, 121.472351), new google.maps.LatLng(25.041943, 121.540970), new google.maps.LatLng(24.991932, 121.421913), new google.maps.LatLng(25.136959, 121.567101), new google.maps.LatLng(25.070007, 121.524910), new google.maps.LatLng(24.944260, 121.479225), new google.maps.LatLng(25.039560, 121.520096), new google.maps.LatLng(25.035995, 121.579948), new google.maps.LatLng(25.091303, 121.501717), new google.maps.LatLng(25.076405, 121.586365), new google.maps.LatLng(25.044825, 121.559700), new google.maps.LatLng(25.006578, 121.515457), new google.maps.LatLng(25.088039, 121.587967), new google.maps.LatLng(24.988300, 121.468246), new google.maps.LatLng(25.049145, 121.435844), new google.maps.LatLng(25.068550, 121.587349), new google.maps.LatLng(25.060144, 121.544624), new google.maps.LatLng(25.073092, 121.574776), new google.maps.LatLng(25.049759, 121.595016), new google.maps.LatLng(25.054752, 121.519295), new google.maps.LatLng(25.067745, 121.597778), new google.maps.LatLng(25.014454, 121.455032), new google.maps.LatLng(25.104273, 121.446198), new google.maps.LatLng(25.067711, 121.628090), new google.maps.LatLng(25.010319, 121.449326), new google.maps.LatLng(25.080959, 121.564606), new google.maps.LatLng(25.148647, 121.506355), new google.maps.LatLng(24.941959, 121.336250), new google.maps.LatLng(25.124849, 121.470482), new google.maps.LatLng(25.104691, 121.555328), new google.maps.LatLng(24.928764, 121.315155), new google.maps.LatLng(25.049818, 121.458427), new google.maps.LatLng(25.041739, 121.371094), new google.maps.LatLng(25.093399, 121.531868), new google.maps.LatLng(25.070616, 121.529373), new google.maps.LatLng(25.094378, 121.587791), new google.maps.LatLng(25.015928, 121.316673), new google.maps.LatLng(25.149158, 121.502426), new google.maps.LatLng(24.971840, 121.497070), new google.maps.LatLng(25.045752, 121.467979), new google.maps.LatLng(25.103819, 121.514740), new google.maps.LatLng(24.960333, 121.534454), new google.maps.LatLng(25.007721, 121.461823), new google.maps.LatLng(24.969278, 121.393867), new google.maps.LatLng(25.081450, 121.577629), new google.maps.LatLng(25.038549, 121.583870), new google.maps.LatLng(25.079063, 121.567368), new google.maps.LatLng(24.984617, 121.559166), new google.maps.LatLng(25.047632, 121.415749), new google.maps.LatLng(25.137068, 121.461197), new google.maps.LatLng(24.982685, 121.545876), new google.maps.LatLng(25.071856, 121.530441), new google.maps.LatLng(24.964949, 121.420570), new google.maps.LatLng(25.003958, 121.412361), new google.maps.LatLng(25.179777, 121.546143), new google.maps.LatLng(24.997414, 121.595284), new google.maps.LatLng(25.020992, 121.533836), new google.maps.LatLng(25.059711, 121.550339), new google.maps.LatLng(25.060778, 121.435753), new google.maps.LatLng(25.021292, 121.584671), new google.maps.LatLng(25.014050, 121.428429), new google.maps.LatLng(25.093363, 121.571381), new google.maps.LatLng(25.116060, 121.509567), new google.maps.LatLng(25.095352, 121.517952), new google.maps.LatLng(25.104856, 121.571831), new google.maps.LatLng(25.048624, 121.480118), new google.maps.LatLng(25.072741, 121.491455), new google.maps.LatLng(25.070728, 121.484848), new google.maps.LatLng(24.962938, 121.560768), new google.maps.LatLng(25.155987, 121.469231), new google.maps.LatLng(25.003304, 121.515274), new google.maps.LatLng(25.041883, 121.512329), new google.maps.LatLng(24.993750, 121.479317), new google.maps.LatLng(25.001280, 121.468430), new google.maps.LatLng(25.107777, 121.532761), new google.maps.LatLng(25.020752, 121.559525), new google.maps.LatLng(24.989723, 121.472084), new google.maps.LatLng(24.941486, 121.329010), new google.maps.LatLng(25.132109, 121.573257), new google.maps.LatLng(24.989550, 121.494400), new google.maps.LatLng(25.033026, 121.529198), new google.maps.LatLng(25.024946, 121.581818), new google.maps.LatLng(25.052982, 121.542305), new google.maps.LatLng(25.016670, 121.626747), new google.maps.LatLng(25.103823, 121.537582), new google.maps.LatLng(24.932346, 121.372162), new google.maps.LatLng(24.991175, 121.241402), new google.maps.LatLng(24.992109, 121.427177), new google.maps.LatLng(24.993839, 121.363319), new google.maps.LatLng(25.015980, 121.510727), new google.maps.LatLng(25.071922, 121.577271), new google.maps.LatLng(25.111923, 121.554527), new google.maps.LatLng(24.983654, 121.361084), new google.maps.LatLng(25.188461, 121.568977), new google.maps.LatLng(25.048456, 121.599831), new google.maps.LatLng(25.120302, 121.623184), new google.maps.LatLng(25.128181, 121.472176), new google.maps.LatLng(24.964243, 121.421463), new google.maps.LatLng(25.095123, 121.424057), new google.maps.LatLng(25.147549, 121.500465), new google.maps.LatLng(25.047222, 121.514648), new google.maps.LatLng(24.988821, 121.422089), new google.maps.LatLng(24.964085, 121.399765), new google.maps.LatLng(25.152361, 121.527496), new google.maps.LatLng(25.002207, 121.515007), new google.maps.LatLng(25.118465, 121.463783), new google.maps.LatLng(25.116926, 121.583870), new google.maps.LatLng(25.092676, 121.531425), new google.maps.LatLng(25.115734, 121.520454), new google.maps.LatLng(25.007746, 121.487885), new google.maps.LatLng(24.994942, 121.420395), new google.maps.LatLng(24.990061, 121.575127), new google.maps.LatLng(25.051256, 121.531334), new google.maps.LatLng(25.005671, 121.470566), new google.maps.LatLng(25.073845, 121.543114), new google.maps.LatLng(25.011574, 121.591805), new google.maps.LatLng(24.988291, 121.416908), new google.maps.LatLng(24.956423, 121.343307), new google.maps.LatLng(25.002886, 121.365463), new google.maps.LatLng(24.988487, 121.362427), new google.maps.LatLng(25.023499, 121.512245), new google.maps.LatLng(24.943565, 121.227089), new google.maps.LatLng(25.039595, 121.621223), new google.maps.LatLng(25.180695, 121.443878), new google.maps.LatLng(24.963619, 121.511261), new google.maps.LatLng(25.077154, 121.477615), new google.maps.LatLng(24.961903, 121.479675), new google.maps.LatLng(25.092249, 121.586632), new google.maps.LatLng(24.980106, 121.556488), new google.maps.LatLng(25.000999, 121.229141), new google.maps.LatLng(25.040211, 121.462265), new google.maps.LatLng(25.090239, 121.468513), new google.maps.LatLng(25.090645, 121.506264), new google.maps.LatLng(24.995354, 121.323021), new google.maps.LatLng(24.936638, 121.351257), new google.maps.LatLng(25.078480, 121.568443), new google.maps.LatLng(25.074167, 121.513580), new google.maps.LatLng(25.043600, 121.533920), new google.maps.LatLng(25.052584, 121.517242), new google.maps.LatLng(24.990889, 121.575485), new google.maps.LatLng(25.027969, 121.474136), new google.maps.LatLng(25.049179, 121.419411), new google.maps.LatLng(25.040371, 121.546944), new google.maps.LatLng(25.030300, 121.591446), new google.maps.LatLng(25.002626, 121.528389), new google.maps.LatLng(25.045708, 121.468872), new google.maps.LatLng(25.053190, 121.528748), new google.maps.LatLng(25.001417, 121.480560), new google.maps.LatLng(24.959742, 121.538742), new google.maps.LatLng(24.970032, 121.566208), new google.maps.LatLng(25.021494, 121.533119), new google.maps.LatLng(25.056341, 121.560417), new google.maps.LatLng(24.978210, 121.276093), new google.maps.LatLng(24.961649, 121.512245), new google.maps.LatLng(24.981850, 121.489044), new google.maps.LatLng(24.987953, 121.419411), new google.maps.LatLng(25.041714, 121.591179), new google.maps.LatLng(24.989386, 121.358231), new google.maps.LatLng(24.953815, 121.554794), new google.maps.LatLng(25.135977, 121.537933), new google.maps.LatLng(25.004387, 121.598045), new google.maps.LatLng(25.016668, 121.475296), new google.maps.LatLng(24.967016, 121.591003), new google.maps.LatLng(24.999332, 121.456909), new google.maps.LatLng(24.969374, 121.365021), new google.maps.LatLng(25.030266, 121.530708), new google.maps.LatLng(24.966610, 121.388245), new google.maps.LatLng(25.006714, 121.549088), new google.maps.LatLng(25.097158, 121.547211), new google.maps.LatLng(25.043819, 121.556580), new google.maps.LatLng(25.076845, 121.573616), new google.maps.LatLng(25.159122, 121.434410), new google.maps.LatLng(25.018780, 121.553818), new google.maps.LatLng(25.041573, 121.446915), new google.maps.LatLng(25.076994, 121.524467), new google.maps.LatLng(25.066868, 121.410484), new google.maps.LatLng(25.080288, 121.379761), new google.maps.LatLng(25.072466, 121.576378), new google.maps.LatLng(25.155914, 121.530357), new google.maps.LatLng(25.032160, 121.497963), new google.maps.LatLng(25.050247, 121.555328), new google.maps.LatLng(24.998091, 121.542755), new google.maps.LatLng(25.080080, 121.518044), new google.maps.LatLng(24.968721, 121.352867), new google.maps.LatLng(25.147694, 121.529015), new google.maps.LatLng(25.076693, 121.393333), new google.maps.LatLng(24.936338, 121.363945), new google.maps.LatLng(25.081488, 121.567635), new google.maps.LatLng(25.074900, 121.475922), new google.maps.LatLng(25.003740, 121.617302), new google.maps.LatLng(25.017019, 121.427094), new google.maps.LatLng(25.126177, 121.508850), new google.maps.LatLng(24.951248, 121.509567), new google.maps.LatLng(25.137939, 121.527855), new google.maps.LatLng(25.000799, 121.469406), new google.maps.LatLng(25.070402, 121.530975), new google.maps.LatLng(25.011374, 121.563446), new google.maps.LatLng(25.107210, 121.609901), new google.maps.LatLng(25.036793, 121.451736), new google.maps.LatLng(24.968561, 121.194168), new google.maps.LatLng(24.985636, 121.429321), new google.maps.LatLng(25.041933, 121.616234), new google.maps.LatLng(25.120205, 121.561218), new google.maps.LatLng(25.068266, 121.397087), new google.maps.LatLng(25.055685, 121.582527), new google.maps.LatLng(25.044416, 121.517418), new google.maps.LatLng(25.133852, 121.546234), new google.maps.LatLng(24.983862, 121.458519), new google.maps.LatLng(24.986750, 121.419945), new google.maps.LatLng(25.142382, 121.478065), new google.maps.LatLng(24.997396, 121.538651), new google.maps.LatLng(25.110538, 121.530891), new google.maps.LatLng(24.986736, 121.328293), new google.maps.LatLng(25.137304, 121.478157), new google.maps.LatLng(24.988750, 121.540527), new google.maps.LatLng(24.967524, 121.387169), new google.maps.LatLng(25.030972, 121.475838), new google.maps.LatLng(25.077280, 121.585114), new google.maps.LatLng(25.074511, 121.605263), new google.maps.LatLng(24.994862, 121.526161), new google.maps.LatLng(25.069439, 121.588150), new google.maps.LatLng(25.037476, 121.583153), new google.maps.LatLng(25.080126, 121.630226), new google.maps.LatLng(24.989384, 121.420753), new google.maps.LatLng(24.994949, 121.427803), new google.maps.LatLng(25.128826, 121.471550), new google.maps.LatLng(24.994022, 121.587166), new google.maps.LatLng(24.976238, 121.368324), new google.maps.LatLng(25.031506, 121.577896), new google.maps.LatLng(25.021709, 121.530090), new google.maps.LatLng(25.034185, 121.550339), new google.maps.LatLng(25.060509, 121.500107), new google.maps.LatLng(25.131821, 121.529907), new google.maps.LatLng(25.028955, 121.539452), new google.maps.LatLng(25.118896, 121.471817), new google.maps.LatLng(24.964907, 121.420753), new google.maps.LatLng(25.016975, 121.468338), new google.maps.LatLng(25.110556, 121.520271), new google.maps.LatLng(25.064262, 121.581993), new google.maps.LatLng(25.049196, 121.520363), new google.maps.LatLng(24.973627, 121.561844), new google.maps.LatLng(24.991209, 121.519470), new google.maps.LatLng(25.053699, 121.376366), new google.maps.LatLng(24.983480, 121.572098), new google.maps.LatLng(25.002321, 121.411194), new google.maps.LatLng(25.045959, 121.535172), new google.maps.LatLng(24.989643, 121.489403), new google.maps.LatLng(25.079746, 121.484222), new google.maps.LatLng(25.088322, 121.526337), new google.maps.LatLng(25.020599, 121.503769), new google.maps.LatLng(25.006571, 121.475922), new google.maps.LatLng(25.007849, 121.297905), new google.maps.LatLng(25.130009, 121.554436), new google.maps.LatLng(25.056566, 121.494308), new google.maps.LatLng(24.942125, 121.478065), new google.maps.LatLng(25.012156, 121.506889), new google.maps.LatLng(25.017769, 121.523933), new google.maps.LatLng(25.078268, 121.533478), new google.maps.LatLng(25.008348, 121.487076), new google.maps.LatLng(24.987900, 121.325790), new google.maps.LatLng(25.135427, 121.506180), new google.maps.LatLng(24.986437, 121.588058), new google.maps.LatLng(25.138111, 121.542931), new google.maps.LatLng(24.997072, 121.457359), new google.maps.LatLng(24.957424, 121.383507), new google.maps.LatLng(25.134171, 121.538918), new google.maps.LatLng(24.933203, 121.391640), new google.maps.LatLng(25.059315, 121.525269), new google.maps.LatLng(25.137789, 121.556938), new google.maps.LatLng(24.969379, 121.396278), new google.maps.LatLng(25.063383, 121.529816), new google.maps.LatLng(24.953190, 121.493507), new google.maps.LatLng(25.043468, 121.563004), new google.maps.LatLng(25.012306, 121.327934), new google.maps.LatLng(25.104832, 121.539276), new google.maps.LatLng(25.002613, 121.328918), new google.maps.LatLng(25.061840, 121.371361), new google.maps.LatLng(24.999695, 121.442268), new google.maps.LatLng(25.039757, 121.617035), new google.maps.LatLng(24.967358, 121.543022), new google.maps.LatLng(25.128635, 121.452271), new google.maps.LatLng(25.017855, 121.571114), new google.maps.LatLng(25.114498, 121.595192), new google.maps.LatLng(25.167213, 121.445839), new google.maps.LatLng(25.054943, 121.581100), new google.maps.LatLng(25.047853, 121.571114), new google.maps.LatLng(24.968987, 121.576645), new google.maps.LatLng(25.007551, 121.453697), new google.maps.LatLng(24.977182, 121.517776), new google.maps.LatLng(24.973518, 121.404495), new google.maps.LatLng(25.006136, 121.399498), new google.maps.LatLng(25.033670, 121.490829), new google.maps.LatLng(24.967476, 121.596794), new google.maps.LatLng(24.968866, 121.279846), new google.maps.LatLng(25.060713, 121.617393), new google.maps.LatLng(25.011738, 121.423073), new google.maps.LatLng(25.042177, 121.524826), new google.maps.LatLng(24.971581, 121.437988), new google.maps.LatLng(24.975067, 121.534904), new google.maps.LatLng(25.117094, 121.522774), new google.maps.LatLng(24.985477, 121.342949), new google.maps.LatLng(25.047297, 121.455032), new google.maps.LatLng(25.059048, 121.510551), new google.maps.LatLng(24.976164, 121.535530), new google.maps.LatLng(25.101154, 121.548195), new google.maps.LatLng(25.133713, 121.560860), new google.maps.LatLng(25.131908, 121.466911), new google.maps.LatLng(25.017353, 121.572540), new google.maps.LatLng(24.989754, 121.521431), new google.maps.LatLng(25.030392, 121.563980), new google.maps.LatLng(25.056173, 121.548462), new google.maps.LatLng(24.971861, 121.532677), new google.maps.LatLng(25.173683, 121.445129), new google.maps.LatLng(25.056902, 121.461464), new google.maps.LatLng(25.009769, 121.598404), new google.maps.LatLng(25.000450, 121.495644), new google.maps.LatLng(24.986740, 121.583603), new google.maps.LatLng(25.051462, 121.510727), new google.maps.LatLng(25.149151, 121.504570), new google.maps.LatLng(24.974770, 121.545700), new google.maps.LatLng(24.975887, 121.575485), new google.maps.LatLng(25.050232, 121.553635), new google.maps.LatLng(25.047972, 121.475479), new google.maps.LatLng(25.176086, 121.439148), new google.maps.LatLng(24.993980, 121.587349), new google.maps.LatLng(24.970154, 121.392265), new google.maps.LatLng(25.037233, 121.499306), new google.maps.LatLng(25.010801, 121.509476), new google.maps.LatLng(25.000679, 121.512329), new google.maps.LatLng(25.139086, 121.430397), new google.maps.LatLng(25.002113, 121.305054), new google.maps.LatLng(25.122757, 121.463516), new google.maps.LatLng(25.124784, 121.549889), new google.maps.LatLng(25.103231, 121.440041), new google.maps.LatLng(25.075422, 121.496269), new google.maps.LatLng(24.962467, 121.477615), new google.maps.LatLng(24.983002, 121.324722), new google.maps.LatLng(25.038794, 121.579323), new google.maps.LatLng(24.967709, 121.190323), new google.maps.LatLng(25.088680, 121.598579), new google.maps.LatLng(25.055613, 121.613380), new google.maps.LatLng(25.109488, 121.546944), new google.maps.LatLng(25.172470, 121.518845), new google.maps.LatLng(25.177528, 121.429146), new google.maps.LatLng(25.062550, 121.550606), new google.maps.LatLng(25.164337, 121.487968), new google.maps.LatLng(25.084776, 121.486809), new google.maps.LatLng(24.949890, 121.384132), new google.maps.LatLng(25.088060, 121.587883), new google.maps.LatLng(24.985889, 121.366447), new google.maps.LatLng(25.020056, 121.411285), new google.maps.LatLng(25.015253, 121.561752), new google.maps.LatLng(25.038618, 121.291649), new google.maps.LatLng(25.159758, 121.401016), new google.maps.LatLng(24.984930, 121.599739), new google.maps.LatLng(24.987173, 121.324631), new google.maps.LatLng(25.093636, 121.497787), new google.maps.LatLng(25.016071, 121.544891), new google.maps.LatLng(24.992599, 121.339104), new google.maps.LatLng(25.026691, 121.574417), new google.maps.LatLng(25.053688, 121.607140), new google.maps.LatLng(25.127157, 121.518753), new google.maps.LatLng(25.035763, 121.499573), new google.maps.LatLng(24.966816, 121.190948), new google.maps.LatLng(25.081997, 121.552475), new google.maps.LatLng(25.037140, 121.578247), new google.maps.LatLng(25.053223, 121.557472), new google.maps.LatLng(25.049780, 121.526337), new google.maps.LatLng(24.948170, 121.505013), new google.maps.LatLng(25.134052, 121.464142), new google.maps.LatLng(25.026003, 121.582260), new google.maps.LatLng(25.033014, 121.434593), new google.maps.LatLng(25.011992, 121.276184), new google.maps.LatLng(24.983757, 121.341072), new google.maps.LatLng(24.976702, 121.339645), new google.maps.LatLng(25.059301, 121.548912), new google.maps.LatLng(25.027283, 121.484131), new google.maps.LatLng(24.984938, 121.344200), new google.maps.LatLng(25.088425, 121.600365), new google.maps.LatLng(25.136963, 121.418251), new google.maps.LatLng(25.034748, 121.535263), new google.maps.LatLng(25.037476, 121.538475), new google.maps.LatLng(25.026592, 121.539635), new google.maps.LatLng(25.009117, 121.458336), new google.maps.LatLng(24.976517, 121.500465), new google.maps.LatLng(25.137032, 121.548912), new google.maps.LatLng(25.011950, 121.571564), new google.maps.LatLng(25.001831, 121.593765), new google.maps.LatLng(25.046850, 121.579590), new google.maps.LatLng(25.072227, 121.537315), new google.maps.LatLng(25.053909, 121.550339), new google.maps.LatLng(24.951635, 121.522057), new google.maps.LatLng(25.088139, 121.525002), new google.maps.LatLng(25.136131, 121.540436), new google.maps.LatLng(24.988590, 121.487167), new google.maps.LatLng(24.989395, 121.470299), new google.maps.LatLng(25.101538, 121.533569), new google.maps.LatLng(24.997206, 121.582794), new google.maps.LatLng(25.028883, 121.569336), new google.maps.LatLng(24.943928, 121.370560), new google.maps.LatLng(25.044756, 121.529373), new google.maps.LatLng(24.962561, 121.538383), new google.maps.LatLng(25.047791, 121.519295), new google.maps.LatLng(25.025826, 121.539719), new google.maps.LatLng(24.985649, 121.574860), new google.maps.LatLng(25.046688, 121.578522), new google.maps.LatLng(25.148523, 121.506180), new google.maps.LatLng(25.026678, 121.476814), new google.maps.LatLng(25.027651, 121.431290), new google.maps.LatLng(25.144283, 121.425575), new google.maps.LatLng(25.095766, 121.448875), new google.maps.LatLng(25.007959, 121.286736), new google.maps.LatLng(25.101835, 121.506264), new google.maps.LatLng(25.046015, 121.569778), new google.maps.LatLng(25.025953, 121.509209), new google.maps.LatLng(25.044380, 121.592514), new google.maps.LatLng(25.003326, 121.290573), new google.maps.LatLng(25.138044, 121.473602), new google.maps.LatLng(25.106264, 121.520538), new google.maps.LatLng(25.135946, 121.426109), new google.maps.LatLng(25.075480, 121.483688), new google.maps.LatLng(24.998264, 121.582176), new google.maps.LatLng(25.071163, 121.575218), new google.maps.LatLng(25.097172, 121.588234), new google.maps.LatLng(25.001513, 121.614807), new google.maps.LatLng(25.058636, 121.523575), new google.maps.LatLng(25.174339, 121.447266), new google.maps.LatLng(24.964336, 121.540703), new google.maps.LatLng(24.949930, 121.550873), new google.maps.LatLng(24.982155, 121.542488), new google.maps.LatLng(24.986174, 121.453255), new google.maps.LatLng(25.081135, 121.550156), new google.maps.LatLng(24.970915, 121.396461), new google.maps.LatLng(25.056889, 121.379402), new google.maps.LatLng(24.992395, 121.429504), new google.maps.LatLng(25.069393, 121.402534), new google.maps.LatLng(24.971363, 121.548195), new google.maps.LatLng(24.999632, 121.453163), new google.maps.LatLng(25.001099, 121.327583), new google.maps.LatLng(25.013533, 121.518669), new google.maps.LatLng(25.039188, 121.560417), new google.maps.LatLng(25.116076, 121.535172), new google.maps.LatLng(25.165108, 121.486809), new google.maps.LatLng(24.953047, 121.417892), new google.maps.LatLng(25.022560, 121.498589), new google.maps.LatLng(25.034773, 121.580215), new google.maps.LatLng(25.092079, 121.530441), new google.maps.LatLng(25.068699, 121.592339), new google.maps.LatLng(24.976255, 121.466911), new google.maps.LatLng(25.018000, 121.571564), new google.maps.LatLng(25.130692, 121.450928), new google.maps.LatLng(24.962076, 121.549980), new google.maps.LatLng(25.003168, 121.535263), new google.maps.LatLng(24.980240, 121.418701), new google.maps.LatLng(24.959610, 121.323914), new google.maps.LatLng(25.056881, 121.617477), new google.maps.LatLng(25.069107, 121.593765), new google.maps.LatLng(25.076109, 121.515541), new google.maps.LatLng(25.032244, 121.610260), new google.maps.LatLng(25.002283, 121.483238), new google.maps.LatLng(25.016457, 121.533386), new google.maps.LatLng(24.963924, 121.376633), new google.maps.LatLng(24.946072, 121.385567), new google.maps.LatLng(24.954506, 121.353317), new google.maps.LatLng(25.017960, 121.529465), new google.maps.LatLng(25.027679, 121.474319), new google.maps.LatLng(25.027248, 121.444321), new google.maps.LatLng(25.132744, 121.549179), new google.maps.LatLng(25.062838, 121.497253), new google.maps.LatLng(24.971767, 121.394226), new google.maps.LatLng(25.099474, 121.582352), new google.maps.LatLng(24.964106, 121.516617), new google.maps.LatLng(25.028770, 121.584229), new google.maps.LatLng(25.007414, 121.512955), new google.maps.LatLng(24.979544, 121.364128), new google.maps.LatLng(24.969746, 121.193008), new google.maps.LatLng(24.953035, 121.559875), new google.maps.LatLng(25.174500, 121.449059), new google.maps.LatLng(25.104116, 121.524376), new google.maps.LatLng(24.981924, 121.606873), new google.maps.LatLng(24.964043, 121.216179), new google.maps.LatLng(25.061487, 121.539276), new google.maps.LatLng(25.118296, 121.510635), new google.maps.LatLng(25.125681, 121.514473), new google.maps.LatLng(25.116175, 121.487617), new google.maps.LatLng(24.990942, 121.418343), new google.maps.LatLng(24.977066, 121.324181), new google.maps.LatLng(24.998663, 121.489136), new google.maps.LatLng(24.994938, 121.586098), new google.maps.LatLng(24.999271, 121.456818), new google.maps.LatLng(25.042852, 121.528305), new google.maps.LatLng(24.996290, 121.287270), new google.maps.LatLng(25.138506, 121.502960), new google.maps.LatLng(24.957193, 121.418610), new google.maps.LatLng(24.986179, 121.563446), new google.maps.LatLng(25.153360, 121.536957), new google.maps.LatLng(25.132011, 121.467178), new google.maps.LatLng(25.000406, 121.565674), new google.maps.LatLng(24.999681, 121.537048), new google.maps.LatLng(25.060936, 121.509926), new google.maps.LatLng(25.008400, 121.560234), new google.maps.LatLng(24.950043, 121.317574), new google.maps.LatLng(25.022600, 121.577362), new google.maps.LatLng(25.101219, 121.541595), new google.maps.LatLng(25.001574, 121.614891), new google.maps.LatLng(25.108080, 121.471283), new google.maps.LatLng(25.132563, 121.525002), new google.maps.LatLng(25.122299, 121.464050), new google.maps.LatLng(25.083969, 121.544807), new google.maps.LatLng(24.940166, 121.377075), new google.maps.LatLng(25.104357, 121.539185), new google.maps.LatLng(25.005430, 121.541145), new google.maps.LatLng(25.070225, 121.521881), new google.maps.LatLng(25.108818, 121.531158), new google.maps.LatLng(25.016792, 121.627281), new google.maps.LatLng(24.975330, 121.363319), new google.maps.LatLng(25.026279, 121.525803), new google.maps.LatLng(25.070492, 121.529198), new google.maps.LatLng(25.118061, 121.524643), new google.maps.LatLng(25.026648, 121.562286), new google.maps.LatLng(25.028086, 121.385475), new google.maps.LatLng(25.072758, 121.575844), new google.maps.LatLng(24.998886, 121.581642), new google.maps.LatLng(24.931549, 121.355278), new google.maps.LatLng(25.040518, 121.504036), new google.maps.LatLng(25.034233, 121.592339), new google.maps.LatLng(25.139227, 121.466461), new google.maps.LatLng(25.010096, 121.629692), new google.maps.LatLng(24.962488, 121.550690), new google.maps.LatLng(25.060163, 121.557564), new google.maps.LatLng(24.992195, 121.588593), new google.maps.LatLng(25.186928, 121.540077), new google.maps.LatLng(24.945379, 121.371094), new google.maps.LatLng(25.135290, 121.538383), new google.maps.LatLng(24.962971, 121.250877), new google.maps.LatLng(25.058073, 121.517860), new google.maps.LatLng(25.156969, 121.466820), new google.maps.LatLng(25.052376, 121.455658), new google.maps.LatLng(25.016628, 121.500557), new google.maps.LatLng(24.986801, 121.367165), new google.maps.LatLng(25.034901, 121.614090), new google.maps.LatLng(25.086679, 121.591621), new google.maps.LatLng(25.119036, 121.563713), new google.maps.LatLng(25.090803, 121.474228), new google.maps.LatLng(24.993116, 121.421112), new google.maps.LatLng(24.999352, 121.425667), new google.maps.LatLng(25.024338, 121.380203), new google.maps.LatLng(24.982838, 121.348938), new google.maps.LatLng(25.044401, 121.529816), new google.maps.LatLng(25.025129, 121.241127), new google.maps.LatLng(25.077551, 121.584671), new google.maps.LatLng(24.988495, 121.511261), new google.maps.LatLng(25.068222, 121.499039), new google.maps.LatLng(25.024246, 121.519295), new google.maps.LatLng(24.999819, 121.343758), new google.maps.LatLng(25.111219, 121.537491), new google.maps.LatLng(24.985674, 121.587433), new google.maps.LatLng(24.994459, 121.521164), new google.maps.LatLng(25.100859, 121.532227), new google.maps.LatLng(24.982018, 121.422447), new google.maps.LatLng(24.995531, 121.642616), new google.maps.LatLng(25.032747, 121.578606), new google.maps.LatLng(25.110394, 121.512871), new google.maps.LatLng(24.983185, 121.329994), new google.maps.LatLng(25.051376, 121.448608), new google.maps.LatLng(25.001972, 121.554794), new google.maps.LatLng(25.043184, 121.466553), new google.maps.LatLng(25.052036, 121.303535), new google.maps.LatLng(25.026348, 121.538208), new google.maps.LatLng(25.039963, 121.531067), new google.maps.LatLng(24.999252, 121.410843), new google.maps.LatLng(25.018808, 121.514565), new google.maps.LatLng(25.053848, 121.556221), new google.maps.LatLng(25.026134, 121.518669), new google.maps.LatLng(25.107307, 121.518578), new google.maps.LatLng(24.986032, 121.414856), new google.maps.LatLng(25.059893, 121.490738), new google.maps.LatLng(25.030672, 121.503944), new google.maps.LatLng(25.107899, 121.545250), new google.maps.LatLng(25.003206, 121.564697), new google.maps.LatLng(25.120127, 121.581192), new google.maps.LatLng(24.960999, 121.412987), new google.maps.LatLng(25.122662, 121.552567), new google.maps.LatLng(24.928633, 121.199356), new google.maps.LatLng(25.039946, 121.621490), new google.maps.LatLng(24.940199, 121.329903), new google.maps.LatLng(24.980087, 121.540703), new google.maps.LatLng(25.033138, 121.434059), new google.maps.LatLng(25.102930, 121.582794), new google.maps.LatLng(25.111715, 121.526253), new google.maps.LatLng(24.933372, 121.387352), new google.maps.LatLng(25.063164, 121.499397), new google.maps.LatLng(25.034601, 121.475563), new google.maps.LatLng(25.023436, 121.581909), new google.maps.LatLng(25.011486, 121.413162), new google.maps.LatLng(24.988758, 121.421646), new google.maps.LatLng(25.052725, 121.582085), new google.maps.LatLng(25.122486, 121.463966), new google.maps.LatLng(24.930532, 121.383148), new google.maps.LatLng(24.931555, 121.347778), new google.maps.LatLng(25.022339, 121.264198), new google.maps.LatLng(25.051901, 121.523666), new google.maps.LatLng(24.951803, 121.209824), new google.maps.LatLng(25.045370, 121.524643), new google.maps.LatLng(25.200659, 121.430573), new google.maps.LatLng(25.043972, 121.554527), new google.maps.LatLng(24.909920, 121.365105), new google.maps.LatLng(25.054106, 121.554085), new google.maps.LatLng(25.116024, 121.526604), new google.maps.LatLng(25.059141, 121.611061), new google.maps.LatLng(24.986403, 121.429947), new google.maps.LatLng(25.094193, 121.498238), new google.maps.LatLng(24.960533, 121.510277), new google.maps.LatLng(25.070572, 121.503143), new google.maps.LatLng(25.047508, 121.569061), new google.maps.LatLng(24.966722, 121.379936), new google.maps.LatLng(25.061592, 121.450661), new google.maps.LatLng(25.159275, 121.589043), new google.maps.LatLng(24.992456, 121.590645), new google.maps.LatLng(25.105679, 121.578873), new google.maps.LatLng(25.001041, 121.612930), new google.maps.LatLng(24.996996, 121.583336), new google.maps.LatLng(25.011909, 121.505463), new google.maps.LatLng(25.050688, 121.553459), new google.maps.LatLng(25.076117, 121.492256), new google.maps.LatLng(25.056013, 121.513222), new google.maps.LatLng(24.989344, 121.550690), new google.maps.LatLng(25.003935, 121.436554), new google.maps.LatLng(25.026320, 121.586540), new google.maps.LatLng(25.003769, 121.570763), new google.maps.LatLng(25.072409, 121.574509), new google.maps.LatLng(25.043076, 121.568527), new google.maps.LatLng(25.026575, 121.516434), new google.maps.LatLng(25.098455, 121.588058), new google.maps.LatLng(25.020611, 121.583687), new google.maps.LatLng(24.990633, 121.472801), new google.maps.LatLng(25.051893, 121.300941), new google.maps.LatLng(24.953741, 121.219398), new google.maps.LatLng(25.029289, 121.565498), new google.maps.LatLng(25.002365, 121.525627), new google.maps.LatLng(25.088600, 121.592606), new google.maps.LatLng(25.050529, 121.563980), new google.maps.LatLng(25.017551, 121.575577), new google.maps.LatLng(25.057453, 121.603127), new google.maps.LatLng(25.073032, 121.579590), new google.maps.LatLng(24.999004, 121.475296), new google.maps.LatLng(24.961569, 121.481461), new google.maps.LatLng(24.939260, 121.338570), new google.maps.LatLng(25.033287, 121.590378), new google.maps.LatLng(25.072632, 121.576378), new google.maps.LatLng(25.080322, 121.580299), new google.maps.LatLng(25.012148, 121.517860), new google.maps.LatLng(25.011061, 121.270554), new google.maps.LatLng(25.039633, 121.588417), new google.maps.LatLng(25.056700, 121.576820), new google.maps.LatLng(25.111418, 121.545784), new google.maps.LatLng(25.000059, 121.535080), new google.maps.LatLng(25.000742, 121.477081), new google.maps.LatLng(24.985266, 121.534187), new google.maps.LatLng(25.040247, 121.518936), new google.maps.LatLng(25.006756, 121.562645), new google.maps.LatLng(25.135054, 121.535172), new google.maps.LatLng(24.995626, 121.483688), new google.maps.LatLng(25.041058, 121.577446), new google.maps.LatLng(24.976255, 121.326958), new google.maps.LatLng(25.065172, 121.559166), new google.maps.LatLng(24.954227, 121.265633), new google.maps.LatLng(24.932098, 121.372520), new google.maps.LatLng(25.005287, 121.308899), new google.maps.LatLng(25.050400, 121.595100), new google.maps.LatLng(25.008139, 121.460396), new google.maps.LatLng(24.928307, 121.320343), new google.maps.LatLng(25.015244, 121.317482), new google.maps.LatLng(25.038712, 121.553993), new google.maps.LatLng(25.153532, 121.417625), new google.maps.LatLng(24.966175, 121.566391), new google.maps.LatLng(25.041691, 121.449593), new google.maps.LatLng(25.114382, 121.556404), new google.maps.LatLng(25.087267, 121.525894), new google.maps.LatLng(25.022787, 121.425484), new google.maps.LatLng(25.065084, 121.455574), new google.maps.LatLng(24.994986, 121.492081), new google.maps.LatLng(24.959826, 121.562737), new google.maps.LatLng(24.996149, 121.482170), new google.maps.LatLng(25.027651, 121.578430), new google.maps.LatLng(25.053255, 121.566124), new google.maps.LatLng(25.118963, 121.463783), new google.maps.LatLng(24.990732, 121.419594), new google.maps.LatLng(25.070316, 121.580566), new google.maps.LatLng(25.028368, 121.424683), new google.maps.LatLng(24.998766, 121.440216), new google.maps.LatLng(24.996958, 121.582794), new google.maps.LatLng(25.039864, 121.621490), new google.maps.LatLng(25.152960, 121.449677), new google.maps.LatLng(25.054874, 121.559608), new google.maps.LatLng(24.935877, 121.369843), new google.maps.LatLng(25.043253, 121.504395), new google.maps.LatLng(24.961725, 121.549355), new google.maps.LatLng(25.085915, 121.487617), new google.maps.LatLng(25.127337, 121.570312), new google.maps.LatLng(25.085993, 121.592430), new google.maps.LatLng(25.053366, 121.539276), new google.maps.LatLng(25.046841, 121.570137), new google.maps.LatLng(25.058512, 121.624252), new google.maps.LatLng(25.014736, 121.458427), new google.maps.LatLng(25.022402, 121.554977), new google.maps.LatLng(24.940153, 121.338303), new google.maps.LatLng(25.001736, 121.468605), new google.maps.LatLng(25.004934, 121.368767), new google.maps.LatLng(24.977005, 121.417625), new google.maps.LatLng(25.014103, 121.552208), new google.maps.LatLng(24.936275, 121.363853), new google.maps.LatLng(24.942492, 121.301842), new google.maps.LatLng(25.051411, 121.306221), new google.maps.LatLng(25.113894, 121.537048), new google.maps.LatLng(24.986387, 121.584045), new google.maps.LatLng(25.117802, 121.539101), new google.maps.LatLng(25.010708, 121.505638), new google.maps.LatLng(25.002745, 121.552925), new google.maps.LatLng(25.000360, 121.574326), new google.maps.LatLng(25.037563, 121.450218), new google.maps.LatLng(25.066778, 121.503769), new google.maps.LatLng(25.003502, 121.526787), new google.maps.LatLng(24.996885, 121.551407), new google.maps.LatLng(25.179451, 121.486099), new google.maps.LatLng(24.983568, 121.411552), new google.maps.LatLng(24.996300, 121.307915), new google.maps.LatLng(25.041660, 121.633522), new google.maps.LatLng(25.005573, 121.457176), new google.maps.LatLng(25.035370, 121.549530), new google.maps.LatLng(25.141876, 121.461197), new google.maps.LatLng(25.031527, 121.577805), new google.maps.LatLng(25.073235, 121.608208), new google.maps.LatLng(25.068798, 121.576111), new google.maps.LatLng(24.999870, 121.267601), new google.maps.LatLng(25.078262, 121.559525), new google.maps.LatLng(25.042915, 121.613823), new google.maps.LatLng(24.978107, 121.274391), new google.maps.LatLng(25.033421, 121.447716), new google.maps.LatLng(25.013168, 121.552299), new google.maps.LatLng(24.969776, 121.575752), new google.maps.LatLng(25.118067, 121.568176), new google.maps.LatLng(25.007437, 121.359833), new google.maps.LatLng(25.071371, 121.519829), new google.maps.LatLng(25.042215, 121.357338), new google.maps.LatLng(25.149275, 121.515991), new google.maps.LatLng(25.058884, 121.624077), new google.maps.LatLng(25.039963, 121.582794), new google.maps.LatLng(25.025021, 121.256599), new google.maps.LatLng(25.008204, 121.320251), new google.maps.LatLng(24.984673, 121.467804), new google.maps.LatLng(25.055561, 121.307289), new google.maps.LatLng(25.012695, 121.396278), new google.maps.LatLng(25.109976, 121.519913), new google.maps.LatLng(25.079800, 121.552658), new google.maps.LatLng(24.998678, 121.452980), new google.maps.LatLng(25.134960, 121.430305), new google.maps.LatLng(25.033829, 121.601074), new google.maps.LatLng(24.962725, 121.194260), new google.maps.LatLng(24.961899, 121.406288), new google.maps.LatLng(25.078381, 121.578697), new google.maps.LatLng(25.035175, 121.516884), new google.maps.LatLng(25.041748, 121.615967), new google.maps.LatLng(25.041861, 121.547302), new google.maps.LatLng(24.973103, 121.497696), new google.maps.LatLng(24.994953, 121.479134), new google.maps.LatLng(25.104862, 121.530708), new google.maps.LatLng(24.941872, 121.290215), new google.maps.LatLng(25.009438, 121.464050), new google.maps.LatLng(24.995253, 121.591087), new google.maps.LatLng(24.989025, 121.410568), new google.maps.LatLng(25.114111, 121.551582), new google.maps.LatLng(24.952328, 121.508850), new google.maps.LatLng(25.029955, 121.476280), new google.maps.LatLng(25.043694, 121.582085), new google.maps.LatLng(25.021992, 121.314888), new google.maps.LatLng(25.071674, 121.464943), new google.maps.LatLng(24.993120, 121.590286), new google.maps.LatLng(25.141796, 121.432625), new google.maps.LatLng(25.155794, 121.385742), new google.maps.LatLng(24.972605, 121.432892), new google.maps.LatLng(25.036383, 121.581459), new google.maps.LatLng(25.098089, 121.586456), new google.maps.LatLng(24.976765, 121.566124), new google.maps.LatLng(24.991442, 121.500465), new google.maps.LatLng(25.163855, 121.432625), new google.maps.LatLng(25.031351, 121.586990), new google.maps.LatLng(25.096207, 121.422630), new google.maps.LatLng(25.048647, 121.530441), new google.maps.LatLng(25.026857, 121.574417), new google.maps.LatLng(24.992836, 121.539368), new google.maps.LatLng(24.987423, 121.427002), new google.maps.LatLng(24.959446, 121.532944), new google.maps.LatLng(25.046761, 121.569420), new google.maps.LatLng(25.097773, 121.588150), new google.maps.LatLng(24.986097, 121.366982), new google.maps.LatLng(25.032806, 121.603302), new google.maps.LatLng(25.139116, 121.528839), new google.maps.LatLng(25.022963, 121.420486), new google.maps.LatLng(25.103397, 121.448158), new google.maps.LatLng(25.168167, 121.445663), new google.maps.LatLng(25.001368, 121.328201), new google.maps.LatLng(25.026009, 121.561127), new google.maps.LatLng(25.022573, 121.313812), new google.maps.LatLng(25.001659, 121.569153), new google.maps.LatLng(24.932495, 121.369041), new google.maps.LatLng(25.136456, 121.502518), new google.maps.LatLng(24.936899, 121.328384), new google.maps.LatLng(25.013462, 121.472351), new google.maps.LatLng(24.993710, 121.299782), new google.maps.LatLng(25.142876, 121.526604), new google.maps.LatLng(25.110130, 121.552299), new google.maps.LatLng(25.131353, 121.414230), new google.maps.LatLng(25.007938, 121.581909), new google.maps.LatLng(25.073578, 121.488953), new google.maps.LatLng(25.056780, 121.605980), new google.maps.LatLng(24.997885, 121.549622), new google.maps.LatLng(25.002661, 121.538475), new google.maps.LatLng(25.136969, 121.400215), new google.maps.LatLng(25.021544, 121.557564), new google.maps.LatLng(24.955887, 121.241310), new google.maps.LatLng(25.081413, 121.592873), new google.maps.LatLng(25.046144, 121.567818), new google.maps.LatLng(24.995718, 121.523216), new google.maps.LatLng(24.973507, 121.339104), new google.maps.LatLng(25.029018, 121.460121), new google.maps.LatLng(25.022017, 121.416374), new google.maps.LatLng(25.115858, 121.526253), new google.maps.LatLng(25.093435, 121.527496), new google.maps.LatLng(25.054482, 121.458694), new google.maps.LatLng(25.093918, 121.441910), new google.maps.LatLng(25.077999, 121.569420), new google.maps.LatLng(24.993715, 121.422447), new google.maps.LatLng(25.003836, 121.501717), new google.maps.LatLng(25.130558, 121.506088), new google.maps.LatLng(25.035440, 121.565765), new google.maps.LatLng(24.978359, 121.234688), new google.maps.LatLng(25.095331, 121.592514), new google.maps.LatLng(24.970816, 121.392616), new google.maps.LatLng(25.080393, 121.577896), new google.maps.LatLng(25.077166, 121.570847), new google.maps.LatLng(24.960918, 121.374580), new google.maps.LatLng(25.147572, 121.428162), new google.maps.LatLng(25.063276, 121.449142), new google.maps.LatLng(25.013985, 121.504745), new google.maps.LatLng(25.021742, 121.540169), new google.maps.LatLng(24.970863, 121.368591), new google.maps.LatLng(24.995359, 121.463249), new google.maps.LatLng(25.035097, 121.581993), new google.maps.LatLng(25.118895, 121.517593), new google.maps.LatLng(25.012806, 121.556313), new google.maps.LatLng(25.046101, 121.592606), new google.maps.LatLng(24.997341, 121.457985), new google.maps.LatLng(25.116034, 121.535706), new google.maps.LatLng(25.132025, 121.525177), new google.maps.LatLng(25.167845, 121.525803), new google.maps.LatLng(25.057173, 121.540703), new google.maps.LatLng(24.989540, 121.547394), new google.maps.LatLng(25.001701, 121.454948), new google.maps.LatLng(25.157183, 121.539719), new google.maps.LatLng(25.019245, 121.497879), new google.maps.LatLng(24.978390, 121.523933), new google.maps.LatLng(25.200550, 121.431732), new google.maps.LatLng(25.144403, 121.474762), new google.maps.LatLng(25.078232, 121.526253), new google.maps.LatLng(24.989859, 121.504036), new google.maps.LatLng(24.947643, 121.487793), new google.maps.LatLng(24.992226, 121.339287), new google.maps.LatLng(25.032091, 121.492256), new google.maps.LatLng(24.973017, 121.391373), new google.maps.LatLng(25.073399, 121.520721), new google.maps.LatLng(25.055620, 121.533569), new google.maps.LatLng(25.002089, 121.535622), new google.maps.LatLng(25.038309, 121.374039), new google.maps.LatLng(25.124758, 121.407356), new google.maps.LatLng(25.066610, 121.612755), new google.maps.LatLng(24.939758, 121.337143), new google.maps.LatLng(24.998634, 121.500557), new google.maps.LatLng(25.009159, 121.457802), new google.maps.LatLng(25.134636, 121.469765), new google.maps.LatLng(25.067703, 121.435577), new google.maps.LatLng(24.957186, 121.549622), new google.maps.LatLng(24.959623, 121.417091), new google.maps.LatLng(25.073360, 121.491989), new google.maps.LatLng(25.073042, 121.577087), new google.maps.LatLng(25.142958, 121.432266), new google.maps.LatLng(24.976282, 121.239342), new google.maps.LatLng(25.088024, 121.586273), new google.maps.LatLng(25.043697, 121.549713), new google.maps.LatLng(25.025270, 121.475746), new google.maps.LatLng(24.971416, 121.393250), new google.maps.LatLng(25.074760, 121.577179), new google.maps.LatLng(25.149441, 121.516350), new google.maps.LatLng(25.118071, 121.464050), new google.maps.LatLng(25.059580, 121.546326), new google.maps.LatLng(25.057428, 121.557915), new google.maps.LatLng(25.003954, 121.550247), new google.maps.LatLng(25.030504, 121.480293), new google.maps.LatLng(24.989756, 121.520363), new google.maps.LatLng(24.999578, 121.495827), new google.maps.LatLng(25.020096, 121.514030), new google.maps.LatLng(25.104523, 121.539185), new google.maps.LatLng(25.159307, 121.480118), new google.maps.LatLng(24.992325, 121.422714), new google.maps.LatLng(24.955992, 121.241936), new google.maps.LatLng(25.050674, 121.455482), new google.maps.LatLng(25.019896, 121.574417), new google.maps.LatLng(25.007011, 121.453873), new google.maps.LatLng(25.043407, 121.555862), new google.maps.LatLng(25.025801, 121.504570), new google.maps.LatLng(25.070885, 121.577805), new google.maps.LatLng(25.160107, 121.544182), new google.maps.LatLng(25.062271, 121.520805), new google.maps.LatLng(25.135599, 121.549713), new google.maps.LatLng(24.998079, 121.581551), new google.maps.LatLng(25.002785, 121.462357), new google.maps.LatLng(25.039637, 121.586990), new google.maps.LatLng(25.024240, 121.570045), new google.maps.LatLng(25.040627, 121.524017), new google.maps.LatLng(24.960155, 121.369667), new google.maps.LatLng(25.026333, 121.576286), new google.maps.LatLng(24.990700, 121.490204), new google.maps.LatLng(25.070181, 121.449409), new google.maps.LatLng(25.130894, 121.545433), new google.maps.LatLng(25.127962, 121.469589), new google.maps.LatLng(25.075998, 121.483238), new google.maps.LatLng(25.054960, 121.599648), new google.maps.LatLng(24.946276, 121.487259), new google.maps.LatLng(24.995058, 121.522148), new google.maps.LatLng(25.164583, 121.494667), new google.maps.LatLng(25.025351, 121.566391), new google.maps.LatLng(24.989336, 121.344559), new google.maps.LatLng(25.083851, 121.438522), new google.maps.LatLng(24.980648, 121.555595), new google.maps.LatLng(25.062422, 121.490913), new google.maps.LatLng(25.014420, 121.366180), new google.maps.LatLng(24.984873, 121.490646), new google.maps.LatLng(25.076771, 121.515900), new google.maps.LatLng(25.009747, 121.454590), new google.maps.LatLng(25.005293, 121.623718), new google.maps.LatLng(24.966936, 121.237015), new google.maps.LatLng(25.039061, 121.448074), new google.maps.LatLng(24.981802, 121.572540), new google.maps.LatLng(25.117983, 121.505280), new google.maps.LatLng(25.065491, 121.482796), new google.maps.LatLng(24.989504, 121.344200), new google.maps.LatLng(25.144449, 121.497787), new google.maps.LatLng(25.028612, 121.588417), new google.maps.LatLng(24.932531, 121.374580), new google.maps.LatLng(25.056690, 121.515633), new google.maps.LatLng(25.074345, 121.577896), new google.maps.LatLng(25.000025, 121.463875), new google.maps.LatLng(25.041857, 121.449593), new google.maps.LatLng(25.057962, 121.594299), new google.maps.LatLng(24.993347, 121.534012), new google.maps.LatLng(25.015648, 121.405663), new google.maps.LatLng(24.999905, 121.553368), new google.maps.LatLng(24.975183, 121.399857), new google.maps.LatLng(25.053928, 121.531601), new google.maps.LatLng(25.126261, 121.564697), new google.maps.LatLng(24.960468, 121.481544), new google.maps.LatLng(25.114426, 121.555862), new google.maps.LatLng(25.048763, 121.375832), new google.maps.LatLng(25.037077, 121.566208), new google.maps.LatLng(25.054996, 121.521072), new google.maps.LatLng(24.960501, 121.412628), new google.maps.LatLng(24.972775, 121.316589), new google.maps.LatLng(24.983669, 121.518044), new google.maps.LatLng(24.933546, 121.349205), new google.maps.LatLng(25.007584, 121.426643), new google.maps.LatLng(24.934895, 121.377617), new google.maps.LatLng(25.024942, 121.243362), new google.maps.LatLng(24.983128, 121.492790), new google.maps.LatLng(25.088467, 121.526070), new google.maps.LatLng(24.966873, 121.269119), new google.maps.LatLng(25.038052, 121.577896), new google.maps.LatLng(25.184381, 121.411644), new google.maps.LatLng(25.046024, 121.457985), new google.maps.LatLng(24.993311, 121.589485), new google.maps.LatLng(24.994141, 121.588776), new google.maps.LatLng(24.976803, 121.244621), new google.maps.LatLng(25.057117, 121.598579), new google.maps.LatLng(24.948465, 121.378868), new google.maps.LatLng(25.033228, 121.531517), new google.maps.LatLng(25.045435, 121.537399), new google.maps.LatLng(25.035803, 121.569153), new google.maps.LatLng(24.989616, 121.598137), new google.maps.LatLng(24.994690, 121.605087), new google.maps.LatLng(25.087980, 121.592430), new google.maps.LatLng(25.004311, 121.569511), new google.maps.LatLng(24.999540, 121.571472), new google.maps.LatLng(25.053108, 121.548462), new google.maps.LatLng(25.109365, 121.470390), new google.maps.LatLng(25.074617, 121.577087), new google.maps.LatLng(25.130758, 121.502068), new google.maps.LatLng(25.119204, 121.563004), new google.maps.LatLng(24.963373, 121.433342), new google.maps.LatLng(25.045340, 121.584938), new google.maps.LatLng(25.149282, 121.502251), new google.maps.LatLng(24.995703, 121.529282), new google.maps.LatLng(25.137011, 121.510010), new google.maps.LatLng(25.050667, 121.572189), new google.maps.LatLng(25.056116, 121.605980), new google.maps.LatLng(25.014696, 121.517593), new google.maps.LatLng(24.986675, 121.450394), new google.maps.LatLng(25.078352, 121.533478), new google.maps.LatLng(25.053728, 121.493683), new google.maps.LatLng(25.124220, 121.406822), new google.maps.LatLng(25.002876, 121.577713), new google.maps.LatLng(25.036177, 121.499573), new google.maps.LatLng(25.054272, 121.612045), new google.maps.LatLng(25.110250, 121.512421), new google.maps.LatLng(25.060740, 121.599380), new google.maps.LatLng(25.002590, 121.411110), new google.maps.LatLng(24.986403, 121.429588), new google.maps.LatLng(25.130474, 121.529640), new google.maps.LatLng(25.048025, 121.471016), new google.maps.LatLng(25.169218, 121.583778), new google.maps.LatLng(25.041359, 121.614807), new google.maps.LatLng(25.102610, 121.523041), new google.maps.LatLng(24.988865, 121.465836), new google.maps.LatLng(25.154163, 121.538475), new google.maps.LatLng(25.133390, 121.470123), new google.maps.LatLng(24.991827, 121.344559), new google.maps.LatLng(25.000530, 121.552116), new google.maps.LatLng(25.136730, 121.506981), new google.maps.LatLng(25.038586, 121.534454), new google.maps.LatLng(25.014223, 121.508316), new google.maps.LatLng(25.021547, 121.535706), new google.maps.LatLng(25.062643, 121.615875), new google.maps.LatLng(24.952568, 121.492966), new google.maps.LatLng(25.043400, 121.532318), new google.maps.LatLng(24.994196, 121.518753), new google.maps.LatLng(25.056171, 121.523125), new google.maps.LatLng(25.075029, 121.495827), new google.maps.LatLng(24.986492, 121.321503), new google.maps.LatLng(25.128134, 121.424767), new google.maps.LatLng(25.003153, 121.366447), new google.maps.LatLng(25.057335, 121.462090), new google.maps.LatLng(25.156473, 121.530090), new google.maps.LatLng(25.127344, 121.518669), new google.maps.LatLng(25.103733, 121.556938), new google.maps.LatLng(25.048056, 121.566391), new google.maps.LatLng(24.935846, 121.380653), new google.maps.LatLng(24.931238, 121.355194), new google.maps.LatLng(25.154234, 121.519913), new google.maps.LatLng(25.044008, 121.508224), new google.maps.LatLng(24.952387, 121.537933), new google.maps.LatLng(25.138424, 121.547928), new google.maps.LatLng(25.159433, 121.434143), new google.maps.LatLng(25.000984, 121.416199), new google.maps.LatLng(25.138109, 121.503586), new google.maps.LatLng(25.075741, 121.608475), new google.maps.LatLng(25.114695, 121.556129), new google.maps.LatLng(25.047909, 121.378059), new google.maps.LatLng(25.045630, 121.506264), new google.maps.LatLng(25.050669, 121.565857), new google.maps.LatLng(25.109207, 121.514030), new google.maps.LatLng(25.062611, 121.489754), new google.maps.LatLng(24.978558, 121.522858), new google.maps.LatLng(25.141457, 121.529465), new google.maps.LatLng(25.149595, 121.524467), new google.maps.LatLng(25.058767, 121.611595), new google.maps.LatLng(25.147633, 121.406013), new google.maps.LatLng(25.035088, 121.546860), new google.maps.LatLng(24.940166, 121.376366), new google.maps.LatLng(25.039431, 121.373863), new google.maps.LatLng(25.155119, 121.504570), new google.maps.LatLng(25.088863, 121.525093), new google.maps.LatLng(25.056858, 121.617928), new google.maps.LatLng(25.090168, 121.525536), new google.maps.LatLng(25.071632, 121.535263), new google.maps.LatLng(24.979280, 121.421738), new google.maps.LatLng(25.028746, 121.503319), new google.maps.LatLng(24.950115, 121.550781), new google.maps.LatLng(25.060358, 121.515900), new google.maps.LatLng(25.050175, 121.570763), new google.maps.LatLng(24.996483, 121.451378), new google.maps.LatLng(25.029989, 121.470123), new google.maps.LatLng(25.131306, 121.467354), new google.maps.LatLng(24.977667, 121.466553), new google.maps.LatLng(25.092083, 121.586632), new google.maps.LatLng(25.004362, 121.514648), new google.maps.LatLng(25.058594, 121.562469), new google.maps.LatLng(25.111580, 121.523666), new google.maps.LatLng(24.992685, 121.590736), new google.maps.LatLng(25.077963, 121.391106), new google.maps.LatLng(25.075516, 121.282265), new google.maps.LatLng(24.998384, 121.345276), new google.maps.LatLng(25.138056, 121.541412), new google.maps.LatLng(25.104151, 121.538651), new google.maps.LatLng(25.032953, 121.602684), new google.maps.LatLng(25.037794, 121.458069), new google.maps.LatLng(24.983961, 121.449234), new google.maps.LatLng(25.003916, 121.413254), new google.maps.LatLng(25.006788, 121.558990), new google.maps.LatLng(24.965923, 121.194435), new google.maps.LatLng(24.961218, 121.510193), new google.maps.LatLng(24.935358, 121.370293), new google.maps.LatLng(25.000326, 121.425041), new google.maps.LatLng(25.139132, 121.489754), new google.maps.LatLng(25.176107, 121.451736), new google.maps.LatLng(24.974686, 121.546051), new google.maps.LatLng(25.156630, 121.516434), new google.maps.LatLng(25.005966, 121.400925), new google.maps.LatLng(25.019623, 121.336784), new google.maps.LatLng(24.972507, 121.562019), new google.maps.LatLng(25.049919, 121.513763), new google.maps.LatLng(25.128700, 121.586632), new google.maps.LatLng(24.945955, 121.522591), new google.maps.LatLng(25.035782, 121.550247), new google.maps.LatLng(25.156090, 121.510994), new google.maps.LatLng(25.116911, 121.509476), new google.maps.LatLng(25.062685, 121.386192), new google.maps.LatLng(25.036797, 121.515274), new google.maps.LatLng(24.959297, 121.486542), new google.maps.LatLng(25.028261, 121.617302), new google.maps.LatLng(25.056778, 121.547661), new google.maps.LatLng(24.937128, 121.362694), new google.maps.LatLng(24.991323, 121.460304), new google.maps.LatLng(25.056215, 121.521881), new google.maps.LatLng(25.105663, 121.538559), new google.maps.LatLng(24.979637, 121.589844), new google.maps.LatLng(25.031860, 121.577087), new google.maps.LatLng(25.098375, 121.587700), new google.maps.LatLng(25.045452, 121.524643), new google.maps.LatLng(25.034405, 121.546234), new google.maps.LatLng(24.995193, 121.589928), new google.maps.LatLng(25.166855, 121.575218), new google.maps.LatLng(24.992830, 121.590469), new google.maps.LatLng(25.071468, 121.430489), new google.maps.LatLng(25.072565, 121.577362), new google.maps.LatLng(25.064243, 121.587349), new google.maps.LatLng(24.997032, 121.578247), new google.maps.LatLng(25.117765, 121.531868), new google.maps.LatLng(25.148170, 121.500290), new google.maps.LatLng(24.976114, 121.546326), new google.maps.LatLng(25.020863, 121.411736), new google.maps.LatLng(24.992949, 121.421822), new google.maps.LatLng(24.991230, 121.419945), new google.maps.LatLng(25.016344, 121.316673), new google.maps.LatLng(25.069418, 121.593857), new google.maps.LatLng(24.981060, 121.508316), new google.maps.LatLng(25.018375, 121.570312), new google.maps.LatLng(24.988661, 121.431290), new google.maps.LatLng(25.009159, 121.510818), new google.maps.LatLng(25.075569, 121.522415), new google.maps.LatLng(24.966873, 121.352600), new google.maps.LatLng(25.000681, 121.503502), new google.maps.LatLng(25.142653, 121.457893), new google.maps.LatLng(24.988321, 121.362785), new google.maps.LatLng(25.048153, 121.403603), new google.maps.LatLng(24.941729, 121.370735), new google.maps.LatLng(25.054317, 121.599915), new google.maps.LatLng(24.957380, 121.364838), new google.maps.LatLng(24.961779, 121.479492), new google.maps.LatLng(24.989367, 121.510727), new google.maps.LatLng(25.118050, 121.515900), new google.maps.LatLng(25.018808, 121.529732), new google.maps.LatLng(25.050531, 121.575218), new google.maps.LatLng(25.139795, 121.421021), new google.maps.LatLng(25.061682, 121.638870), new google.maps.LatLng(24.987570, 121.383781), new google.maps.LatLng(25.034706, 121.428787), new google.maps.LatLng(24.962091, 121.363503), new google.maps.LatLng(25.026613, 121.532143), new google.maps.LatLng(25.165644, 121.469765), new google.maps.LatLng(25.074636, 121.577362), new google.maps.LatLng(24.999334, 121.434952), new google.maps.LatLng(25.143267, 121.548820), new google.maps.LatLng(25.022640, 121.465752), new google.maps.LatLng(24.954924, 121.349030), new google.maps.LatLng(24.974188, 121.561577), new google.maps.LatLng(25.097359, 121.588150), new google.maps.LatLng(25.125914, 121.530708), new google.maps.LatLng(25.057283, 121.457710), new google.maps.LatLng(24.981245, 121.585472), new google.maps.LatLng(25.026775, 121.574059), new google.maps.LatLng(24.943489, 121.522148), new google.maps.LatLng(24.973057, 121.459320), new google.maps.LatLng(24.994308, 121.515099), new google.maps.LatLng(24.966131, 121.544357), new google.maps.LatLng(25.088982, 121.473511), new google.maps.LatLng(24.971588, 121.432266), new google.maps.LatLng(25.035793, 121.539635), new google.maps.LatLng(25.017750, 121.571564), new google.maps.LatLng(25.045065, 121.529816), new google.maps.LatLng(25.068083, 121.450928), new google.maps.LatLng(25.024574, 121.569336), new google.maps.LatLng(25.091574, 121.500908), new google.maps.LatLng(24.990618, 121.489487), new google.maps.LatLng(25.035475, 121.527946), new google.maps.LatLng(24.997124, 121.452538), new google.maps.LatLng(25.023977, 121.451553), new google.maps.LatLng(25.149870, 121.518044), new google.maps.LatLng(24.996042, 121.577179), new google.maps.LatLng(25.014822, 121.475746), new google.maps.LatLng(25.005716, 121.495468), new google.maps.LatLng(25.126095, 121.565048), new google.maps.LatLng(24.986324, 121.413605), new google.maps.LatLng(25.165773, 121.492081), new google.maps.LatLng(24.984255, 121.539902), new google.maps.LatLng(25.008902, 121.559166), new google.maps.LatLng(25.040659, 121.512604), new google.maps.LatLng(25.026850, 121.634865), new google.maps.LatLng(25.124756, 121.467712), new google.maps.LatLng(24.964174, 121.355637), new google.maps.LatLng(25.080688, 121.564697), new google.maps.LatLng(25.055595, 121.606781), new google.maps.LatLng(25.081045, 121.569153), new google.maps.LatLng(24.982948, 121.340981), new google.maps.LatLng(24.947584, 121.365555), new google.maps.LatLng(25.070633, 121.530708), new google.maps.LatLng(24.983688, 121.579323), new google.maps.LatLng(25.052160, 121.513046), new google.maps.LatLng(25.058603, 121.589127), new google.maps.LatLng(24.998127, 121.572899), new google.maps.LatLng(25.137556, 121.477081), new google.maps.LatLng(25.034330, 121.507423), new google.maps.LatLng(24.981722, 121.317390), new google.maps.LatLng(25.028643, 121.461372), new google.maps.LatLng(24.962137, 121.414497), new google.maps.LatLng(25.149197, 121.503319), new google.maps.LatLng(24.941788, 121.290215), new google.maps.LatLng(24.996140, 121.512245), new google.maps.LatLng(24.957182, 121.324364), new google.maps.LatLng(24.986629, 121.453072), new google.maps.LatLng(25.042051, 121.480209), new google.maps.LatLng(25.027191, 121.525803), new google.maps.LatLng(25.117979, 121.568886), new google.maps.LatLng(24.983315, 121.415482), new google.maps.LatLng(25.013828, 121.579765), new google.maps.LatLng(25.086205, 121.590820), new google.maps.LatLng(25.071156, 121.577713), new google.maps.LatLng(25.080105, 121.566124), new google.maps.LatLng(25.013191, 121.453697), new google.maps.LatLng(24.959490, 121.462357), new google.maps.LatLng(25.029192, 121.569778), new google.maps.LatLng(24.997206, 121.463516), new google.maps.LatLng(25.012768, 121.510277), new google.maps.LatLng(25.003212, 121.526604), new google.maps.LatLng(25.102270, 121.548729), new google.maps.LatLng(25.102621, 121.451462), new google.maps.LatLng(25.103434, 121.450127), new google.maps.LatLng(25.012224, 121.583061), new google.maps.LatLng(25.145397, 121.396461), new google.maps.LatLng(25.020985, 121.464317), new google.maps.LatLng(25.027447, 121.571564), new google.maps.LatLng(25.014692, 121.478424), new google.maps.LatLng(25.056181, 121.605354), new google.maps.LatLng(25.050797, 121.545609), new google.maps.LatLng(25.009384, 121.322304), new google.maps.LatLng(24.968605, 121.430840), new google.maps.LatLng(25.000317, 121.462624), new google.maps.LatLng(25.006800, 121.509926), new google.maps.LatLng(25.072878, 121.577087), new google.maps.LatLng(25.149490, 121.502426), new google.maps.LatLng(25.082533, 121.564606), new google.maps.LatLng(24.938984, 121.206696), new google.maps.LatLng(25.136896, 121.506622), new google.maps.LatLng(25.074768, 121.539543), new google.maps.LatLng(25.068136, 121.587349), new google.maps.LatLng(24.995840, 121.461197), new google.maps.LatLng(24.938843, 121.183968), new google.maps.LatLng(24.996510, 121.559700), new google.maps.LatLng(25.059963, 121.516525), new google.maps.LatLng(24.972322, 121.339912), new google.maps.LatLng(25.061470, 121.592430), new google.maps.LatLng(25.066895, 121.492348), new google.maps.LatLng(24.988646, 121.577271), new google.maps.LatLng(25.033512, 121.471375), new google.maps.LatLng(25.056787, 121.603844), new google.maps.LatLng(25.062420, 121.519470), new google.maps.LatLng(25.070143, 121.521523), new google.maps.LatLng(25.108698, 121.585381), new google.maps.LatLng(25.130770, 121.423790), new google.maps.LatLng(24.978331, 121.418701), new google.maps.LatLng(24.985641, 121.584045), new google.maps.LatLng(24.933130, 121.349205), new google.maps.LatLng(25.050648, 121.519829), new google.maps.LatLng(25.062454, 121.515099), new google.maps.LatLng(25.001558, 121.575218), new google.maps.LatLng(25.166126, 121.485649), new google.maps.LatLng(25.102655, 121.521431), new google.maps.LatLng(25.019398, 121.540970), new google.maps.LatLng(25.067684, 121.484047), new google.maps.LatLng(25.033728, 121.600449), new google.maps.LatLng(25.029646, 121.550957), new google.maps.LatLng(25.023840, 121.508675), new google.maps.LatLng(25.033381, 121.581192), new google.maps.LatLng(25.003952, 121.536507), new google.maps.LatLng(25.083221, 121.557472), new google.maps.LatLng(25.082582, 121.579498), new google.maps.LatLng(25.065098, 121.450577), new google.maps.LatLng(25.055510, 121.407265), new google.maps.LatLng(25.113901, 121.517326), new google.maps.LatLng(25.048771, 121.557022), new google.maps.LatLng(24.947222, 121.229233), new google.maps.LatLng(25.071564, 121.544006), new google.maps.LatLng(25.102097, 121.495644), new google.maps.LatLng(25.032724, 121.433701), new google.maps.LatLng(25.104429, 121.449768), new google.maps.LatLng(24.961412, 121.275826), new google.maps.LatLng(25.149883, 121.513763), new google.maps.LatLng(25.120504, 121.500908), new google.maps.LatLng(25.137226, 121.546677), new google.maps.LatLng(25.120689, 121.501534), new google.maps.LatLng(25.105947, 121.589661), new google.maps.LatLng(25.023853, 121.534012), new google.maps.LatLng(25.042187, 121.549446), new google.maps.LatLng(25.038095, 121.424591), new google.maps.LatLng(25.055132, 121.537399), new google.maps.LatLng(25.084417, 121.598045), new google.maps.LatLng(25.052643, 121.319092), new google.maps.LatLng(25.015142, 121.577003), new google.maps.LatLng(25.028475, 121.567551), new google.maps.LatLng(24.989794, 121.588234), new google.maps.LatLng(25.017649, 121.557915), new google.maps.LatLng(25.021269, 121.467354), new google.maps.LatLng(24.999300, 121.581993), new google.maps.LatLng(24.957403, 121.361176), new google.maps.LatLng(25.116072, 121.536240), new google.maps.LatLng(25.032187, 121.566566), new google.maps.LatLng(25.042383, 121.454414), new google.maps.LatLng(24.966372, 121.555328), new google.maps.LatLng(25.045458, 121.452271), new google.maps.LatLng(25.047173, 121.582085), new google.maps.LatLng(24.987864, 121.468697), new google.maps.LatLng(25.088091, 121.590912), new google.maps.LatLng(25.002201, 121.464142), new google.maps.LatLng(24.953974, 121.505013), new google.maps.LatLng(24.981955, 121.458160), new google.maps.LatLng(25.040783, 121.624969), new google.maps.LatLng(25.052774, 121.328835), new google.maps.LatLng(25.069012, 121.452271), new google.maps.LatLng(25.135399, 121.436554), new google.maps.LatLng(25.038403, 121.590469), new google.maps.LatLng(25.032389, 121.609993), new google.maps.LatLng(24.986147, 121.466820), new google.maps.LatLng(24.955769, 121.535889), new google.maps.LatLng(25.039539, 121.553993), new google.maps.LatLng(25.031300, 121.583687), new google.maps.LatLng(25.066402, 121.451019), new google.maps.LatLng(25.147449, 121.462173), new google.maps.LatLng(25.043753, 121.502960), new google.maps.LatLng(25.025278, 121.581818), new google.maps.LatLng(24.986691, 121.464500), new google.maps.LatLng(24.986086, 121.588150), new google.maps.LatLng(25.061024, 121.547928), new google.maps.LatLng(25.056776, 121.612312), new google.maps.LatLng(25.170612, 121.511620), new google.maps.LatLng(24.996105, 121.576553), new google.maps.LatLng(25.026606, 121.575485), new google.maps.LatLng(25.021528, 121.535080), new google.maps.LatLng(25.091585, 121.453964), new google.maps.LatLng(24.980692, 121.523308), new google.maps.LatLng(25.033895, 121.384399), new google.maps.LatLng(24.963070, 121.487076), new google.maps.LatLng(25.125044, 121.500641), new google.maps.LatLng(24.981747, 121.488419), new google.maps.LatLng(25.061058, 121.562553), new google.maps.LatLng(24.994982, 121.465569), new google.maps.LatLng(25.150181, 121.463608), new google.maps.LatLng(25.017412, 121.539902), new google.maps.LatLng(24.962509, 121.477440), new google.maps.LatLng(25.048500, 121.551140), new google.maps.LatLng(25.054260, 121.456108), new google.maps.LatLng(25.069300, 121.377075), new google.maps.LatLng(25.108067, 121.532585), new google.maps.LatLng(25.106573, 121.533295), new google.maps.LatLng(24.938555, 121.368324), new google.maps.LatLng(25.029720, 121.511169), new google.maps.LatLng(25.164150, 121.451111), new google.maps.LatLng(25.112457, 121.533295), new google.maps.LatLng(25.026340, 121.586456), new google.maps.LatLng(25.032164, 121.504303), new google.maps.LatLng(25.033205, 121.486450), new google.maps.LatLng(24.995304, 121.522858), new google.maps.LatLng(25.018082, 121.544449), new google.maps.LatLng(25.137657, 121.477707), new google.maps.LatLng(25.088528, 121.464851), new google.maps.LatLng(25.110060, 121.481186), new google.maps.LatLng(25.071333, 121.580124), new google.maps.LatLng(24.936872, 121.370201), new google.maps.LatLng(24.998356, 121.468872), new google.maps.LatLng(25.075333, 121.476547), new google.maps.LatLng(25.168098, 121.447716), new google.maps.LatLng(24.959162, 121.218948), new google.maps.LatLng(24.935019, 121.350723), new google.maps.LatLng(24.987703, 121.419769), new google.maps.LatLng(25.014139, 121.531960), new google.maps.LatLng(25.154360, 121.459587), new google.maps.LatLng(25.029257, 121.549446), new google.maps.LatLng(25.064020, 121.382614), new google.maps.LatLng(25.003719, 121.514565), new google.maps.LatLng(25.053806, 121.556755), new google.maps.LatLng(25.156269, 121.529549), new google.maps.LatLng(24.996853, 121.583244), new google.maps.LatLng(24.988558, 121.510994), new google.maps.LatLng(25.024925, 121.581909), new google.maps.LatLng(25.065125, 121.584312), new google.maps.LatLng(25.033031, 121.380295), new google.maps.LatLng(24.956110, 121.343216), new google.maps.LatLng(24.993683, 121.590019), new google.maps.LatLng(24.970697, 121.457001), new google.maps.LatLng(25.060183, 121.414230), new google.maps.LatLng(25.013065, 121.398605), new google.maps.LatLng(25.075823, 121.608475), new google.maps.LatLng(25.062485, 121.489937), new google.maps.LatLng(25.079929, 121.590736), new google.maps.LatLng(24.986012, 121.578247), new google.maps.LatLng(25.086853, 121.589485), new google.maps.LatLng(25.044865, 121.513046), new google.maps.LatLng(24.973372, 121.533295), new google.maps.LatLng(24.985506, 121.465302), new google.maps.LatLng(24.957773, 121.538651), new google.maps.LatLng(25.003872, 121.603394), new google.maps.LatLng(25.149632, 121.515190), new google.maps.LatLng(24.975245, 121.529907), new google.maps.LatLng(25.000072, 121.415840), new google.maps.LatLng(24.954529, 121.348579), new google.maps.LatLng(24.969706, 121.193542), new google.maps.LatLng(25.034052, 121.566391), new google.maps.LatLng(24.961102, 121.476723), new google.maps.LatLng(25.031103, 121.567993), new google.maps.LatLng(24.973457, 121.404053), new google.maps.LatLng(25.035725, 121.513489), new google.maps.LatLng(25.118433, 121.530800), new google.maps.LatLng(25.091721, 121.464676), new google.maps.LatLng(25.034798, 121.518845), new google.maps.LatLng(25.024954, 121.469673), new google.maps.LatLng(25.126478, 121.473427), new google.maps.LatLng(24.984785, 121.599648), new google.maps.LatLng(24.953650, 121.381905), new google.maps.LatLng(25.024443, 121.602234), new google.maps.LatLng(25.009014, 121.319984), new google.maps.LatLng(24.941502, 121.479317), new google.maps.LatLng(25.006895, 121.536331), new google.maps.LatLng(25.007881, 121.560684), new google.maps.LatLng(24.987432, 121.420570), new google.maps.LatLng(24.982601, 121.545876), new google.maps.LatLng(25.135191, 121.531784), new google.maps.LatLng(25.003342, 121.365646), new google.maps.LatLng(25.100903, 121.450302), new google.maps.LatLng(25.048723, 121.532585), new google.maps.LatLng(25.076954, 121.548912), new google.maps.LatLng(25.052977, 121.537399), new google.maps.LatLng(25.130583, 121.423874), new google.maps.LatLng(24.942062, 121.338661), new google.maps.LatLng(25.108717, 121.524559), new google.maps.LatLng(25.037645, 121.508499), new google.maps.LatLng(25.030256, 121.471458), new google.maps.LatLng(25.071646, 121.518311), new google.maps.LatLng(24.948475, 121.407982), new google.maps.LatLng(25.106943, 121.557022), new google.maps.LatLng(25.041550, 121.447716), new google.maps.LatLng(25.098152, 121.586189), new google.maps.LatLng(25.150759, 121.524109), new google.maps.LatLng(24.963427, 121.395119), new google.maps.LatLng(24.995581, 121.585831), new google.maps.LatLng(25.087515, 121.464233), new google.maps.LatLng(25.169344, 121.478333), new google.maps.LatLng(25.042261, 121.502609), new google.maps.LatLng(25.059134, 121.561928), new google.maps.LatLng(24.982441, 121.580750), new google.maps.LatLng(25.016048, 121.483597), new google.maps.LatLng(25.101604, 121.549446), new google.maps.LatLng(25.062330, 121.528305), new google.maps.LatLng(25.057293, 121.508141), new google.maps.LatLng(25.087265, 121.432449), new google.maps.LatLng(25.067005, 121.591087), new google.maps.LatLng(25.027697, 121.515541), new google.maps.LatLng(25.134672, 121.584496), new google.maps.LatLng(24.974941, 121.460121), new google.maps.LatLng(25.077301, 121.585030), new google.maps.LatLng(25.068319, 121.455574), new google.maps.LatLng(25.018766, 121.571472), new google.maps.LatLng(25.068632, 121.576469), new google.maps.LatLng(24.983486, 121.448784), new google.maps.LatLng(24.996914, 121.482796), new google.maps.LatLng(24.973015, 121.526337), new google.maps.LatLng(24.998783, 121.581367), new google.maps.LatLng(25.034458, 121.610352), new google.maps.LatLng(25.101248, 121.489044), new google.maps.LatLng(25.087566, 121.564697), new google.maps.LatLng(25.054554, 121.463341), new google.maps.LatLng(24.973457, 121.248642), new google.maps.LatLng(25.058285, 121.618546), new google.maps.LatLng(25.077763, 121.496536), new google.maps.LatLng(25.055101, 121.520630), new google.maps.LatLng(25.054268, 121.542488), new google.maps.LatLng(24.993746, 121.355904), new google.maps.LatLng(24.979614, 121.554703), new google.maps.LatLng(25.042217, 121.539452), new google.maps.LatLng(25.023174, 121.585114), new google.maps.LatLng(24.971333, 121.567726), new google.maps.LatLng(24.982180, 121.507782), new google.maps.LatLng(25.093735, 121.505821), new google.maps.LatLng(25.129221, 121.471283), new google.maps.LatLng(25.094942, 121.523216), new google.maps.LatLng(25.028404, 121.507248), new google.maps.LatLng(25.085178, 121.593765), new google.maps.LatLng(25.089109, 121.471909), new google.maps.LatLng(25.008455, 121.457985), new google.maps.LatLng(25.132151, 121.462357), new google.maps.LatLng(25.108091, 121.560234), new google.maps.LatLng(25.003910, 121.513405), new google.maps.LatLng(25.122120, 121.530975), new google.maps.LatLng(25.158480, 121.434685), new google.maps.LatLng(24.989614, 121.510727), new google.maps.LatLng(25.021641, 121.501801), new google.maps.LatLng(24.940386, 121.329453), new google.maps.LatLng(24.998438, 121.458961), new google.maps.LatLng(25.053005, 121.560860), new google.maps.LatLng(25.026848, 121.427628), new google.maps.LatLng(24.967388, 121.426109), new google.maps.LatLng(24.998077, 121.524826), new google.maps.LatLng(25.003923, 121.251236), new google.maps.LatLng(25.014439, 121.497162), new google.maps.LatLng(24.985844, 121.605354), new google.maps.LatLng(25.126282, 121.564964), new google.maps.LatLng(25.033548, 121.497696), new google.maps.LatLng(25.144749, 121.524643), new google.maps.LatLng(25.042336, 121.579407), new google.maps.LatLng(25.133333, 121.402267), new google.maps.LatLng(25.098476, 121.549355), new google.maps.LatLng(25.033710, 121.610703), new google.maps.LatLng(25.114861, 121.555779), new google.maps.LatLng(25.059149, 121.531960), new google.maps.LatLng(25.107943, 121.532761), new google.maps.LatLng(25.080563, 121.553993), new google.maps.LatLng(25.156803, 121.466820), new google.maps.LatLng(25.038172, 121.497787), new google.maps.LatLng(24.984732, 121.342232), new google.maps.LatLng(25.150084, 121.467888), new google.maps.LatLng(25.058302, 121.524284), new google.maps.LatLng(24.936869, 121.346703), new google.maps.LatLng(25.007328, 121.514030), new google.maps.LatLng(25.073772, 121.539902), new google.maps.LatLng(24.998240, 121.454140), new google.maps.LatLng(25.149359, 121.515991), new google.maps.LatLng(25.150717, 121.512688), new google.maps.LatLng(25.039688, 121.504036), new google.maps.LatLng(24.956409, 121.537048), new google.maps.LatLng(25.014631, 121.540794), new google.maps.LatLng(25.106510, 121.539185), new google.maps.LatLng(25.044828, 121.511436), new google.maps.LatLng(25.051588, 121.510193), new google.maps.LatLng(24.992947, 121.422539), new google.maps.LatLng(25.071337, 121.530891), new google.maps.LatLng(25.021410, 121.440216), new google.maps.LatLng(25.103130, 121.539810), new google.maps.LatLng(25.133554, 121.471191), new google.maps.LatLng(24.965801, 121.433250), new google.maps.LatLng(24.971130, 121.433876), new google.maps.LatLng(25.000866, 121.477264), new google.maps.LatLng(25.063038, 121.534103), new google.maps.LatLng(24.976032, 121.226463), new google.maps.LatLng(24.980953, 121.314980), new google.maps.LatLng(24.982115, 121.578606), new google.maps.LatLng(24.978870, 121.546593), new google.maps.LatLng(25.129219, 121.570763), new google.maps.LatLng(25.073906, 121.543556), new google.maps.LatLng(24.996124, 121.583870), new google.maps.LatLng(25.106169, 121.564514), new google.maps.LatLng(25.060225, 121.557648), new google.maps.LatLng(25.013720, 121.477264), new google.maps.LatLng(25.047192, 121.407356), new google.maps.LatLng(24.975697, 121.570312), new google.maps.LatLng(25.136740, 121.504128), new google.maps.LatLng(25.010691, 121.534996), new google.maps.LatLng(25.164276, 121.493507), new google.maps.LatLng(24.952988, 121.537491), new google.maps.LatLng(25.001448, 121.615784), new google.maps.LatLng(25.151068, 121.524200), new google.maps.LatLng(25.053629, 121.534637), new google.maps.LatLng(25.011343, 121.455215), new google.maps.LatLng(25.050163, 121.555328), new google.maps.LatLng(24.980637, 121.416290), new google.maps.LatLng(24.973185, 121.579231), new google.maps.LatLng(25.007643, 121.404770), new google.maps.LatLng(25.063257, 121.543022), new google.maps.LatLng(24.949713, 121.529198), new google.maps.LatLng(25.109303, 121.522774), new google.maps.LatLng(25.023804, 121.570496), new google.maps.LatLng(25.055578, 121.565765), new google.maps.LatLng(25.087851, 121.524467), new google.maps.LatLng(25.041428, 121.446823), new google.maps.LatLng(25.136511, 121.539185), new google.maps.LatLng(24.995441, 121.316589), new google.maps.LatLng(25.058645, 121.492165), new google.maps.LatLng(25.038229, 121.580658), new google.maps.LatLng(25.013327, 121.510727), new google.maps.LatLng(25.022463, 121.297546), new google.maps.LatLng(25.054808, 121.601700), new google.maps.LatLng(25.029755, 121.506088), new google.maps.LatLng(25.024666, 121.553459), new google.maps.LatLng(25.025860, 121.599739), new google.maps.LatLng(25.139000, 121.521255), new google.maps.LatLng(24.986185, 121.575394), new google.maps.LatLng(25.015209, 121.646622), new google.maps.LatLng(25.162460, 121.551048), new google.maps.LatLng(25.077705, 121.480560), new google.maps.LatLng(25.013973, 121.622383), new google.maps.LatLng(24.957567, 121.501717), new google.maps.LatLng(25.035788, 121.614891), new google.maps.LatLng(25.012138, 121.528481), new google.maps.LatLng(25.007113, 121.568176), new google.maps.LatLng(25.050255, 121.526787), new google.maps.LatLng(25.158054, 121.539185), new google.maps.LatLng(24.981388, 121.517860), new google.maps.LatLng(25.125586, 121.467354), new google.maps.LatLng(25.068474, 121.476105), new google.maps.LatLng(25.164438, 121.578072), new google.maps.LatLng(25.053249, 121.508766), new google.maps.LatLng(25.036823, 121.548286), new google.maps.LatLng(25.134691, 121.422630), new google.maps.LatLng(25.176641, 121.459679), new google.maps.LatLng(25.004507, 121.514381), new google.maps.LatLng(25.151215, 121.430305), new google.maps.LatLng(25.048531, 121.548195), new google.maps.LatLng(25.113707, 121.537132), new google.maps.LatLng(25.020994, 121.460396), new google.maps.LatLng(25.071169, 121.531242), new google.maps.LatLng(24.982288, 121.457092), new google.maps.LatLng(25.068811, 121.516617), new google.maps.LatLng(25.015640, 121.505463), new google.maps.LatLng(25.025089, 121.563622), new google.maps.LatLng(24.977949, 121.517685), new google.maps.LatLng(25.069029, 121.598312), new google.maps.LatLng(24.995455, 121.586006), new google.maps.LatLng(25.134478, 121.539719), new google.maps.LatLng(24.990013, 121.500198), new google.maps.LatLng(25.023247, 121.569687), new google.maps.LatLng(25.088533, 121.525093), new google.maps.LatLng(25.068989, 121.477081), new google.maps.LatLng(25.160385, 121.467804), new google.maps.LatLng(24.975567, 121.525719), new google.maps.LatLng(25.059603, 121.532494), new google.maps.LatLng(25.012547, 121.523216), new google.maps.LatLng(25.087538, 121.525093), new google.maps.LatLng(25.049751, 121.452003), new google.maps.LatLng(25.101046, 121.451462), new google.maps.LatLng(25.058830, 121.594833), new google.maps.LatLng(24.989435, 121.426910), new google.maps.LatLng(24.987436, 121.356621), new google.maps.LatLng(24.990179, 121.471550), new google.maps.LatLng(25.018478, 121.550514), new google.maps.LatLng(25.050837, 121.565140), new google.maps.LatLng(25.049192, 121.629333), new google.maps.LatLng(25.000477, 121.366180), new google.maps.LatLng(24.985493, 121.348579), new google.maps.LatLng(25.030581, 121.529015), new google.maps.LatLng(25.016171, 121.500732), new google.maps.LatLng(25.029510, 121.462624), new google.maps.LatLng(24.987114, 121.577087), new google.maps.LatLng(25.020823, 121.569420), new google.maps.LatLng(25.035330, 121.520805), new google.maps.LatLng(24.980385, 121.545784), new google.maps.LatLng(25.068653, 121.593231), new google.maps.LatLng(25.069252, 121.356354), new google.maps.LatLng(25.083977, 121.572189), new google.maps.LatLng(25.112444, 121.519295), new google.maps.LatLng(25.192314, 121.446289), new google.maps.LatLng(25.125639, 121.514297), new google.maps.LatLng(25.165829, 121.600899), new google.maps.LatLng(24.996483, 121.461998), new google.maps.LatLng(25.117254, 121.524200), new google.maps.LatLng(24.983252, 121.324364), new google.maps.LatLng(25.010412, 121.453522), new google.maps.LatLng(25.019394, 121.410217), new google.maps.LatLng(25.112417, 121.508850), new google.maps.LatLng(25.065231, 121.446823), new google.maps.LatLng(25.116425, 121.512245), new google.maps.LatLng(25.034740, 121.421913), new google.maps.LatLng(24.945099, 121.383690), new google.maps.LatLng(24.955406, 121.388603), new google.maps.LatLng(25.007010, 121.560860), new google.maps.LatLng(24.998753, 121.486275), new google.maps.LatLng(24.984476, 121.385300), new google.maps.LatLng(25.008535, 121.458694), new google.maps.LatLng(25.041796, 121.585922), new google.maps.LatLng(25.076252, 121.481461), new google.maps.LatLng(25.032236, 121.529732), new google.maps.LatLng(25.067345, 121.577713), new google.maps.LatLng(25.132774, 121.567635), new google.maps.LatLng(25.159777, 121.457359), new google.maps.LatLng(25.043188, 121.618279), new google.maps.LatLng(24.951208, 121.509033), new google.maps.LatLng(24.985491, 121.519112), new google.maps.LatLng(25.049429, 121.564781), new google.maps.LatLng(25.131853, 121.503052), new google.maps.LatLng(24.908455, 121.262413), new google.maps.LatLng(24.991121, 121.422539), new google.maps.LatLng(25.064398, 121.448250), new google.maps.LatLng(25.048328, 121.526520), new google.maps.LatLng(24.972813, 121.533211), new google.maps.LatLng(25.086502, 121.555153), new google.maps.LatLng(25.031134, 121.552032), new google.maps.LatLng(25.053303, 121.558540), new google.maps.LatLng(25.053400, 121.521164), new google.maps.LatLng(25.062899, 121.575127), new google.maps.LatLng(25.149357, 121.516350), new google.maps.LatLng(25.058748, 121.577629), new google.maps.LatLng(25.045410, 121.454590), new google.maps.LatLng(25.017191, 121.260628), new google.maps.LatLng(25.074371, 121.479225), new google.maps.LatLng(25.044294, 121.425041), new google.maps.LatLng(25.129955, 121.418076), new google.maps.LatLng(25.045918, 121.580032), new google.maps.LatLng(25.050497, 121.618904), new google.maps.LatLng(25.063437, 121.538742), new google.maps.LatLng(25.012678, 121.328476), new google.maps.LatLng(24.983753, 121.450127), new google.maps.LatLng(24.986425, 121.451820), new google.maps.LatLng(25.019585, 121.540878), new google.maps.LatLng(25.015182, 121.577538), new google.maps.LatLng(25.063705, 121.532677), new google.maps.LatLng(24.950630, 121.391998), new google.maps.LatLng(24.971043, 121.567551), new google.maps.LatLng(24.990250, 121.468430), new google.maps.LatLng(25.093063, 121.474136), new google.maps.LatLng(25.025549, 121.463249), new google.maps.LatLng(25.045656, 121.525536), new google.maps.LatLng(25.114395, 121.579857), new google.maps.LatLng(25.177101, 121.464767), new google.maps.LatLng(25.072571, 121.546410), new google.maps.LatLng(24.989136, 121.431732), new google.maps.LatLng(24.972229, 121.499306), new google.maps.LatLng(25.022381, 121.264023), new google.maps.LatLng(24.935396, 121.373329), new google.maps.LatLng(25.040892, 121.539452), new google.maps.LatLng(25.003189, 121.583420), new google.maps.LatLng(25.084562, 121.378868), new google.maps.LatLng(25.125742, 121.470207), new google.maps.LatLng(25.007498, 121.459229), new google.maps.LatLng(25.102209, 121.548637), new google.maps.LatLng(25.063744, 121.533569), new google.maps.LatLng(25.018332, 121.551140), new google.maps.LatLng(25.046455, 121.468155), new google.maps.LatLng(25.061171, 121.514565), new google.maps.LatLng(25.062735, 121.574776), new google.maps.LatLng(25.071831, 121.525269), new google.maps.LatLng(25.007338, 121.518578), new google.maps.LatLng(24.999376, 121.456375), new google.maps.LatLng(24.999475, 121.468338), new google.maps.LatLng(24.984549, 121.621048), new google.maps.LatLng(25.031748, 121.489136), new google.maps.LatLng(25.003769, 121.535172), new google.maps.LatLng(25.002968, 121.508583), new google.maps.LatLng(25.113932, 121.380653), new google.maps.LatLng(24.999880, 121.547478), new google.maps.LatLng(25.086960, 121.560593), new google.maps.LatLng(24.981745, 121.508224), new google.maps.LatLng(24.973326, 121.392532), new google.maps.LatLng(25.001949, 121.614357), new google.maps.LatLng(25.121176, 121.556755), new google.maps.LatLng(25.000093, 121.573349), new google.maps.LatLng(25.055798, 121.428345), new google.maps.LatLng(25.099405, 121.539101), new google.maps.LatLng(24.971130, 121.324005), new google.maps.LatLng(25.031185, 121.528214), new google.maps.LatLng(24.968664, 121.190140), new google.maps.LatLng(25.089666, 121.526962), new google.maps.LatLng(24.983103, 121.187012), new google.maps.LatLng(24.990622, 121.488060), new google.maps.LatLng(25.032190, 121.552116), new google.maps.LatLng(25.067972, 121.397621), new google.maps.LatLng(25.150171, 121.432625), new google.maps.LatLng(25.085808, 121.528572), new google.maps.LatLng(24.963200, 121.394676), new google.maps.LatLng(25.008722, 121.376007), new google.maps.LatLng(25.060926, 121.394768), new google.maps.LatLng(25.016760, 121.557114), new google.maps.LatLng(25.125320, 121.479401), new google.maps.LatLng(25.114370, 121.525536), new google.maps.LatLng(25.055220, 121.542305), new google.maps.LatLng(24.978455, 121.546944), new google.maps.LatLng(25.142170, 121.527145), new google.maps.LatLng(25.023605, 121.469765), new google.maps.LatLng(25.016289, 121.393692), new google.maps.LatLng(25.040173, 121.550606), new google.maps.LatLng(25.024231, 121.585205), new google.maps.LatLng(24.990866, 121.507874), new google.maps.LatLng(25.133141, 121.502159), new google.maps.LatLng(25.124992, 121.471642), new google.maps.LatLng(25.153332, 121.511795), new google.maps.LatLng(25.012320, 121.314354), new google.maps.LatLng(24.979164, 121.415840), new google.maps.LatLng(25.137854, 121.528572), new google.maps.LatLng(25.005964, 121.468246), new google.maps.LatLng(25.080626, 121.553726), new google.maps.LatLng(25.130060, 121.551765), new google.maps.LatLng(25.080082, 121.548996), new google.maps.LatLng(25.037825, 121.425041), new google.maps.LatLng(25.027634, 121.500999), new google.maps.LatLng(25.116322, 121.536240), new google.maps.LatLng(24.985836, 121.574417), new google.maps.LatLng(25.119768, 121.394676), new google.maps.LatLng(25.042091, 121.539635), new google.maps.LatLng(24.997240, 121.645203), new google.maps.LatLng(25.163069, 121.522858), new google.maps.LatLng(24.993986, 121.433342), new google.maps.LatLng(25.006901, 121.446915), new google.maps.LatLng(25.136866, 121.400299), new google.maps.LatLng(24.975285, 121.233978), new google.maps.LatLng(25.022997, 121.498505), new google.maps.LatLng(25.007029, 121.501534), new google.maps.LatLng(25.066511, 121.600899), new google.maps.LatLng(24.961145, 121.451736), new google.maps.LatLng(25.176796, 121.530357), new google.maps.LatLng(25.105511, 121.569061), new google.maps.LatLng(25.033632, 121.573792), new google.maps.LatLng(25.186852, 121.538292), new google.maps.LatLng(25.123363, 121.475029), new google.maps.LatLng(25.070200, 121.578247), new google.maps.LatLng(24.958651, 121.265182), new google.maps.LatLng(25.088593, 121.583870), new google.maps.LatLng(25.050726, 121.451736), new google.maps.LatLng(25.124891, 121.554703), new google.maps.LatLng(25.067841, 121.447716), new google.maps.LatLng(25.025551, 121.562019), new google.maps.LatLng(25.030531, 121.469589), new google.maps.LatLng(25.147734, 121.501091), new google.maps.LatLng(25.124777, 121.467621), new google.maps.LatLng(25.000551, 121.355194), new google.maps.LatLng(25.176874, 121.603218), new google.maps.LatLng(25.021841, 121.441910), new google.maps.LatLng(25.058645, 121.582977), new google.maps.LatLng(25.163061, 121.434235), new google.maps.LatLng(25.168993, 121.390297), new google.maps.LatLng(25.015802, 121.317574), new google.maps.LatLng(24.998266, 121.581100), new google.maps.LatLng(25.094604, 121.498947), new google.maps.LatLng(25.058088, 121.423523), new google.maps.LatLng(25.021952, 121.417717), new google.maps.LatLng(24.979374, 121.320702), new google.maps.LatLng(24.948294, 121.505196), new google.maps.LatLng(25.057552, 121.458336), new google.maps.LatLng(25.168051, 121.443695), new google.maps.LatLng(25.049084, 121.530357), new google.maps.LatLng(25.084932, 121.529816), new google.maps.LatLng(25.067093, 121.529549), new google.maps.LatLng(25.026543, 121.362961), new google.maps.LatLng(24.963102, 121.314980), new google.maps.LatLng(25.082001, 121.545433), new google.maps.LatLng(25.034815, 121.267334), new google.maps.LatLng(24.987120, 121.422272), new google.maps.LatLng(25.085817, 121.605087), new google.maps.LatLng(24.989780, 121.308098), new google.maps.LatLng(24.997913, 121.613197), new google.maps.LatLng(25.164371, 121.452980), new google.maps.LatLng(25.069874, 121.594032), new google.maps.LatLng(24.949196, 121.394943), new google.maps.LatLng(24.998249, 121.580124), new google.maps.LatLng(24.963354, 121.343124), new google.maps.LatLng(25.045807, 121.550957), new google.maps.LatLng(25.140129, 121.551582), new google.maps.LatLng(25.029083, 121.538208), new google.maps.LatLng(25.054504, 121.519295), new google.maps.LatLng(25.167473, 121.556488), new google.maps.LatLng(24.994905, 121.589394), new google.maps.LatLng(25.030987, 121.386902), new google.maps.LatLng(25.012070, 121.515724), new google.maps.LatLng(25.027603, 121.471458), new google.maps.LatLng(25.149115, 121.503319), new google.maps.LatLng(25.038488, 121.538742), new google.maps.LatLng(25.026773, 121.548019), new google.maps.LatLng(24.997778, 121.486542), new google.maps.LatLng(25.092747, 121.446198), new google.maps.LatLng(25.056965, 121.547569), new google.maps.LatLng(25.060007, 121.486366), new google.maps.LatLng(25.000378, 121.463074), new google.maps.LatLng(25.098665, 121.548912), new google.maps.LatLng(25.012466, 121.638245), new google.maps.LatLng(25.096123, 121.516792), new google.maps.LatLng(25.024078, 121.534454), new google.maps.LatLng(25.103640, 121.575935), new google.maps.LatLng(25.045765, 121.524376), new google.maps.LatLng(25.004047, 121.618462), new google.maps.LatLng(25.137905, 121.542397), new google.maps.LatLng(25.163893, 121.472618), new google.maps.LatLng(25.162085, 121.383690), new google.maps.LatLng(25.027849, 121.575127), new google.maps.LatLng(25.019072, 121.457985), new google.maps.LatLng(25.059511, 121.521614), new google.maps.LatLng(25.063744, 121.527229), new google.maps.LatLng(24.995094, 121.546677), new google.maps.LatLng(25.002634, 121.444588), new google.maps.LatLng(25.048561, 121.524826), new google.maps.LatLng(25.018353, 121.571114), new google.maps.LatLng(25.000942, 121.470566), new google.maps.LatLng(25.039982, 121.577087), new google.maps.LatLng(25.129110, 121.539986), new google.maps.LatLng(25.037399, 121.491539), new google.maps.LatLng(25.060526, 121.578522), new google.maps.LatLng(24.991346, 121.496986), new google.maps.LatLng(25.122425, 121.591446), new google.maps.LatLng(25.108683, 121.545784), new google.maps.LatLng(25.032673, 121.594391), new google.maps.LatLng(25.121859, 121.556671), new google.maps.LatLng(25.009233, 121.558807), new google.maps.LatLng(24.957214, 121.537849), new google.maps.LatLng(24.981894, 121.457359), new google.maps.LatLng(25.131638, 121.551048), new google.maps.LatLng(24.962702, 121.254547), new google.maps.LatLng(24.967255, 121.542397), new google.maps.LatLng(25.156052, 121.421021), new google.maps.LatLng(25.055336, 121.569954), new google.maps.LatLng(24.974907, 121.548996), new google.maps.LatLng(25.064672, 121.594658), new google.maps.LatLng(25.050735, 121.576469), new google.maps.LatLng(24.964998, 121.486633), new google.maps.LatLng(25.072620, 121.579231), new google.maps.LatLng(25.072481, 121.502426), new google.maps.LatLng(25.028650, 121.475479), new google.maps.LatLng(25.165676, 121.484047), new google.maps.LatLng(24.969505, 121.395744), new google.maps.LatLng(25.019148, 121.541328), new google.maps.LatLng(24.935703, 121.350632), new google.maps.LatLng(24.974701, 121.404053), new google.maps.LatLng(25.056681, 121.576202), new google.maps.LatLng(25.061441, 121.416641), new google.maps.LatLng(25.014894, 121.577003), new google.maps.LatLng(24.980719, 121.503769), new google.maps.LatLng(25.020576, 121.555687), new google.maps.LatLng(25.067516, 121.587166), new google.maps.LatLng(25.038139, 121.451645), new google.maps.LatLng(25.047989, 121.568085), new google.maps.LatLng(25.013597, 121.476723), new google.maps.LatLng(24.930708, 121.372437), new google.maps.LatLng(25.042063, 121.450485), new google.maps.LatLng(24.977840, 121.234421), new google.maps.LatLng(24.995153, 121.452805), new google.maps.LatLng(24.987619, 121.466911), new google.maps.LatLng(24.953388, 121.346344), new google.maps.LatLng(25.133286, 121.470924), new google.maps.LatLng(24.994862, 121.583603), new google.maps.LatLng(25.176620, 121.459770), new google.maps.LatLng(25.141376, 121.499931), new google.maps.LatLng(25.000193, 121.320427), new google.maps.LatLng(25.078981, 121.578606), new google.maps.LatLng(24.990120, 121.524109), new google.maps.LatLng(24.983856, 121.490738), new google.maps.LatLng(25.139132, 121.513672), new google.maps.LatLng(24.988823, 121.494667), new google.maps.LatLng(25.016611, 121.463875), new google.maps.LatLng(25.172331, 121.427269), new google.maps.LatLng(25.063643, 121.545609), new google.maps.LatLng(25.012596, 121.328476), new google.maps.LatLng(25.038145, 121.458694), new google.maps.LatLng(25.047182, 121.579590), new google.maps.LatLng(25.075752, 121.396637), new google.maps.LatLng(24.967381, 121.386368), new google.maps.LatLng(25.131721, 121.466995), new google.maps.LatLng(25.059610, 121.495468), new google.maps.LatLng(25.028025, 121.578606), new google.maps.LatLng(25.130997, 121.466911), new google.maps.LatLng(25.110706, 121.530174), new google.maps.LatLng(25.083012, 121.546410), new google.maps.LatLng(24.963305, 121.393867), new google.maps.LatLng(25.032799, 121.529106), new google.maps.LatLng(24.986113, 121.297813), new google.maps.LatLng(25.063885, 121.547394), new google.maps.LatLng(25.075193, 121.523666), new google.maps.LatLng(25.134228, 121.545341), new google.maps.LatLng(24.966558, 121.222527), new google.maps.LatLng(24.979597, 121.417892), new google.maps.LatLng(24.989536, 121.584045), new google.maps.LatLng(24.960886, 121.386101), new google.maps.LatLng(24.957228, 121.349472), new google.maps.LatLng(24.962133, 121.362251), new google.maps.LatLng(24.950043, 121.319717), new google.maps.LatLng(25.068380, 121.487076), new google.maps.LatLng(25.136578, 121.537849), new google.maps.LatLng(25.118889, 121.530975), new google.maps.LatLng(25.038940, 121.578697), new google.maps.LatLng(24.979404, 121.555595), new google.maps.LatLng(25.019899, 121.525093), new google.maps.LatLng(24.956438, 121.392708), new google.maps.LatLng(24.975121, 121.545967), new google.maps.LatLng(24.965588, 121.554436), new google.maps.LatLng(25.048887, 121.376366), new google.maps.LatLng(25.174578, 121.450485), new google.maps.LatLng(25.101326, 121.522507), new google.maps.LatLng(25.078676, 121.434059), new google.maps.LatLng(25.050512, 121.620239), new google.maps.LatLng(25.045589, 121.458069), new google.maps.LatLng(25.127951, 121.423073), new google.maps.LatLng(24.966528, 121.388245), new google.maps.LatLng(25.077215, 121.585381), new google.maps.LatLng(24.995480, 121.542572), new google.maps.LatLng(24.978731, 121.462715), new google.maps.LatLng(25.081545, 121.562820), new google.maps.LatLng(25.114796, 121.484314), new google.maps.LatLng(25.153143, 121.512604), new google.maps.LatLng(25.125042, 121.563896), new google.maps.LatLng(25.015091, 121.476013), new google.maps.LatLng(25.149254, 121.468246), new google.maps.LatLng(25.074762, 121.534996), new google.maps.LatLng(24.967499, 121.251411), new google.maps.LatLng(25.120977, 121.455215), new google.maps.LatLng(24.983196, 121.340981), new google.maps.LatLng(25.148163, 121.514381), new google.maps.LatLng(25.053041, 121.556129), new google.maps.LatLng(25.027842, 121.523399), new google.maps.LatLng(25.097340, 121.587883), new google.maps.LatLng(25.137245, 121.542038), new google.maps.LatLng(25.045877, 121.467445), new google.maps.LatLng(25.004412, 121.550072), new google.maps.LatLng(25.006266, 121.587257), new google.maps.LatLng(25.018412, 121.545158), new google.maps.LatLng(25.056736, 121.528122), new google.maps.LatLng(25.043764, 121.567368), new google.maps.LatLng(25.177776, 121.448517), new google.maps.LatLng(24.976213, 121.327492), new google.maps.LatLng(24.994759, 121.583687), new google.maps.LatLng(25.012066, 121.446465), new google.maps.LatLng(25.052551, 121.547661), new google.maps.LatLng(25.009123, 121.646088), new google.maps.LatLng(25.013084, 121.455574), new google.maps.LatLng(24.993572, 121.454948), new google.maps.LatLng(24.988134, 121.362877), new google.maps.LatLng(25.061710, 121.588951), new google.maps.LatLng(25.042646, 121.520363), new google.maps.LatLng(24.931919, 121.362602), new google.maps.LatLng(25.057205, 121.556404), new google.maps.LatLng(25.137112, 121.504303), new google.maps.LatLng(24.950542, 121.509743), new google.maps.LatLng(24.990568, 121.418877), new google.maps.LatLng(25.045919, 121.572990), new google.maps.LatLng(24.990725, 121.538826), new google.maps.LatLng(25.062313, 121.384941), new google.maps.LatLng(24.965235, 121.261520), new google.maps.LatLng(24.956053, 121.241310), new google.maps.LatLng(25.035772, 121.503410), new google.maps.LatLng(25.166422, 121.484756), new google.maps.LatLng(25.152893, 121.512245), new google.maps.LatLng(25.024282, 121.569511), new google.maps.LatLng(24.962049, 121.479401), new google.maps.LatLng(24.964806, 121.201416), new google.maps.LatLng(25.160406, 121.467712), new google.maps.LatLng(24.972958, 121.497963), new google.maps.LatLng(24.960611, 121.422806), new google.maps.LatLng(24.928354, 121.282265), new google.maps.LatLng(25.159939, 121.424950), new google.maps.LatLng(25.157148, 121.436111), new google.maps.LatLng(25.031115, 121.430305), new google.maps.LatLng(25.011936, 121.582176), new google.maps.LatLng(25.067471, 121.588417), new google.maps.LatLng(25.072563, 121.502785), new google.maps.LatLng(25.140179, 121.554886), new google.maps.LatLng(25.063025, 121.538383), new google.maps.LatLng(25.032988, 121.610260), new google.maps.LatLng(24.993801, 121.610260), new google.maps.LatLng(24.969940, 121.395302), new google.maps.LatLng(25.034824, 121.617569), new google.maps.LatLng(25.092377, 121.502426), new google.maps.LatLng(24.961432, 121.428520), new google.maps.LatLng(24.958015, 121.523483), new google.maps.LatLng(25.045877, 121.506981), new google.maps.LatLng(25.020718, 121.582886), new google.maps.LatLng(24.973063, 121.548729), new google.maps.LatLng(25.012814, 121.508675), new google.maps.LatLng(25.021969, 121.554352), new google.maps.LatLng(24.990595, 121.490295), new google.maps.LatLng(25.039906, 121.450127), new google.maps.LatLng(25.010592, 121.502609), new google.maps.LatLng(24.999004, 121.365730), new google.maps.LatLng(25.166901, 121.489754), new google.maps.LatLng(24.981379, 121.521790), new google.maps.LatLng(25.033381, 121.555511), new google.maps.LatLng(25.027107, 121.561043), new google.maps.LatLng(25.055161, 121.535172), new google.maps.LatLng(24.986406, 121.427094), new google.maps.LatLng(25.011808, 121.327934), new google.maps.LatLng(24.995825, 121.505821), new google.maps.LatLng(25.033625, 121.522774), new google.maps.LatLng(25.144196, 121.549805), new google.maps.LatLng(25.029831, 121.564247), new google.maps.LatLng(24.980146, 121.571472), new google.maps.LatLng(25.128033, 121.453072), new google.maps.LatLng(25.059166, 121.491005), new google.maps.LatLng(24.994034, 121.533569), new google.maps.LatLng(24.995707, 121.445480), new google.maps.LatLng(24.953220, 121.560150), new google.maps.LatLng(25.019602, 121.549263), new google.maps.LatLng(25.050365, 121.517509), new google.maps.LatLng(25.055004, 121.544983), new google.maps.LatLng(25.101940, 121.506180), new google.maps.LatLng(25.062140, 121.509392), new google.maps.LatLng(25.094254, 121.524734), new google.maps.LatLng(25.071535, 121.513489), new google.maps.LatLng(24.981308, 121.585205), new google.maps.LatLng(25.008633, 121.558899), new google.maps.LatLng(24.981768, 121.458252), new google.maps.LatLng(25.101370, 121.502960), new google.maps.LatLng(25.022850, 121.499123), new google.maps.LatLng(25.084723, 121.484222), new google.maps.LatLng(25.083715, 121.581017), new google.maps.LatLng(25.072077, 121.580482), new google.maps.LatLng(25.043800, 121.500999), new google.maps.LatLng(25.020077, 121.410843), new google.maps.LatLng(25.047377, 121.532677), new google.maps.LatLng(25.006483, 121.316589), new google.maps.LatLng(25.026428, 121.566032), new google.maps.LatLng(25.061752, 121.520897), new google.maps.LatLng(25.165051, 121.473694), new google.maps.LatLng(24.970917, 121.567726), new google.maps.LatLng(25.118685, 121.569061), new google.maps.LatLng(25.035082, 121.534904), new google.maps.LatLng(24.996531, 121.559608), new google.maps.LatLng(25.093346, 121.476456), new google.maps.LatLng(25.027590, 121.565674), new google.maps.LatLng(25.013084, 121.399940), new google.maps.LatLng(25.006891, 121.471016), new google.maps.LatLng(25.081846, 121.489044), new google.maps.LatLng(25.157429, 121.529907), new google.maps.LatLng(25.060759, 121.565590), new google.maps.LatLng(25.031328, 121.575127), new google.maps.LatLng(25.118040, 121.518402), new google.maps.LatLng(25.054064, 121.492615), new google.maps.LatLng(25.154459, 121.485916), new google.maps.LatLng(25.046875, 121.578430), new google.maps.LatLng(24.942698, 121.504662), new google.maps.LatLng(25.075300, 121.609634), new google.maps.LatLng(24.983282, 121.615517), new google.maps.LatLng(25.083031, 121.575844), new google.maps.LatLng(25.133743, 121.536507), new google.maps.LatLng(25.095482, 121.476547), new google.maps.LatLng(24.997885, 121.422005), new google.maps.LatLng(24.997793, 121.459946), new google.maps.LatLng(25.035381, 121.422714), new google.maps.LatLng(25.145096, 121.514740), new google.maps.LatLng(25.035675, 121.508766), new google.maps.LatLng(24.961542, 121.391815), new google.maps.LatLng(25.042351, 121.580750), new google.maps.LatLng(25.121613, 121.395660), new google.maps.LatLng(25.132694, 121.505463), new google.maps.LatLng(25.068165, 121.596710), new google.maps.LatLng(25.030933, 121.490829), new google.maps.LatLng(25.139406, 121.540253), new google.maps.LatLng(25.013323, 121.504395), new google.maps.LatLng(25.040388, 121.547928), new google.maps.LatLng(25.030127, 121.528839), new google.maps.LatLng(25.014679, 121.592339), new google.maps.LatLng(25.148029, 121.522324), new google.maps.LatLng(25.085932, 121.528748), new google.maps.LatLng(25.061720, 121.517860), new google.maps.LatLng(24.968140, 121.471458), new google.maps.LatLng(25.108223, 121.517509), new google.maps.LatLng(24.986246, 121.487968), new google.maps.LatLng(25.079098, 121.520805), new google.maps.LatLng(25.174545, 121.447807), new google.maps.LatLng(25.120028, 121.580215), new google.maps.LatLng(24.985882, 121.599915), new google.maps.LatLng(25.045572, 121.525894), new google.maps.LatLng(25.069546, 121.454590), new google.maps.LatLng(25.151281, 121.442719), new google.maps.LatLng(25.005365, 121.511436), new google.maps.LatLng(25.110111, 121.604286), new google.maps.LatLng(24.995434, 121.586098), new google.maps.LatLng(25.055925, 121.584671), new google.maps.LatLng(25.025774, 121.506439), new google.maps.LatLng(25.005514, 121.600990), new google.maps.LatLng(24.972088, 121.246674), new google.maps.LatLng(24.987810, 121.463966), new google.maps.LatLng(25.132917, 121.535797), new google.maps.LatLng(24.968424, 121.539543), new google.maps.LatLng(24.969746, 121.548729), new google.maps.LatLng(25.045761, 121.539185), new google.maps.LatLng(25.034264, 121.551765), new google.maps.LatLng(25.017118, 121.533745), new google.maps.LatLng(25.158394, 121.428345), new google.maps.LatLng(25.174074, 121.445930), new google.maps.LatLng(24.919050, 121.303001), new google.maps.LatLng(24.944820, 121.371002), new google.maps.LatLng(25.010683, 121.591354), new google.maps.LatLng(25.077213, 121.486191), new google.maps.LatLng(25.002813, 121.468246), new google.maps.LatLng(25.005070, 121.551140), new google.maps.LatLng(25.114428, 121.526695), new google.maps.LatLng(25.185848, 121.525360), new google.maps.LatLng(25.032919, 121.595100), new google.maps.LatLng(24.973391, 121.579407), new google.maps.LatLng(25.078140, 121.480835), new google.maps.LatLng(25.051695, 121.523125), new google.maps.LatLng(25.019140, 121.570938), new google.maps.LatLng(25.067837, 121.637711), new google.maps.LatLng(25.113701, 121.566658), new google.maps.LatLng(25.038509, 121.589661), new google.maps.LatLng(24.964191, 121.486191), new google.maps.LatLng(24.987246, 121.466370), new google.maps.LatLng(25.141897, 121.425842), new google.maps.LatLng(24.947014, 121.230125), new google.maps.LatLng(25.057962, 121.433968), new google.maps.LatLng(24.972092, 121.400658), new google.maps.LatLng(25.085901, 121.477798), new google.maps.LatLng(25.054853, 121.491364), new google.maps.LatLng(25.077873, 121.570312), new google.maps.LatLng(25.082411, 121.586540), new google.maps.LatLng(24.989431, 121.491364), new google.maps.LatLng(25.148636, 121.503944), new google.maps.LatLng(24.962965, 121.542664), new google.maps.LatLng(25.070850, 121.581818), new google.maps.LatLng(24.936251, 121.368950), new google.maps.LatLng(24.936140, 121.378326), new google.maps.LatLng(25.000916, 121.363945), new google.maps.LatLng(25.034904, 121.552208), new google.maps.LatLng(25.078218, 121.482262), new google.maps.LatLng(24.996025, 121.471725), new google.maps.LatLng(24.977882, 121.253563), new google.maps.LatLng(25.021702, 121.585739), new google.maps.LatLng(25.126110, 121.560768), new google.maps.LatLng(25.123487, 121.468872), new google.maps.LatLng(25.032698, 121.604820), new google.maps.LatLng(24.972574, 121.568085), new google.maps.LatLng(25.134096, 121.482620), new google.maps.LatLng(25.100143, 121.585472), new google.maps.LatLng(25.020065, 121.525093), new google.maps.LatLng(25.156193, 121.400299), new google.maps.LatLng(25.060423, 121.501183), new google.maps.LatLng(25.102427, 121.502693), new google.maps.LatLng(25.083193, 121.593407), new google.maps.LatLng(25.098873, 121.548729), new google.maps.LatLng(25.107327, 121.570847), new google.maps.LatLng(25.135609, 121.470207), new google.maps.LatLng(25.018621, 121.401108), new google.maps.LatLng(25.047398, 121.447540), new google.maps.LatLng(24.980179, 121.417534), new google.maps.LatLng(25.040127, 121.564514), new google.maps.LatLng(25.061665, 121.365730), new google.maps.LatLng(25.172682, 121.427177), new google.maps.LatLng(25.039326, 121.499931), new google.maps.LatLng(25.182989, 121.445755), new google.maps.LatLng(25.067654, 121.479942), new google.maps.LatLng(24.976658, 121.520004), new google.maps.LatLng(25.009129, 121.472443), new google.maps.LatLng(24.986605, 121.521072), new google.maps.LatLng(25.081688, 121.563622), new google.maps.LatLng(25.040710, 121.530357), new google.maps.LatLng(25.024559, 121.460747), new google.maps.LatLng(25.031643, 121.379135), new google.maps.LatLng(24.971470, 121.547752), new google.maps.LatLng(25.032358, 121.493591), new google.maps.LatLng(25.067097, 121.621223), new google.maps.LatLng(24.995449, 121.642616), new google.maps.LatLng(25.014370, 121.455032), new google.maps.LatLng(25.017132, 121.505821), new google.maps.LatLng(25.067633, 121.542038), new google.maps.LatLng(25.049789, 121.561844), new google.maps.LatLng(25.001680, 121.327934), new google.maps.LatLng(25.092459, 121.596260), new google.maps.LatLng(25.079447, 121.528481), new google.maps.LatLng(24.999847, 121.513405), new google.maps.LatLng(25.103392, 121.449951), new google.maps.LatLng(25.088121, 121.524376), new google.maps.LatLng(25.088867, 121.524376), new google.maps.LatLng(24.999313, 121.410927), new google.maps.LatLng(25.087521, 121.524467), new google.maps.LatLng(25.171839, 121.438522), new google.maps.LatLng(25.031441, 121.511261), new google.maps.LatLng(25.043865, 121.507065), new google.maps.LatLng(24.999445, 121.361359), new google.maps.LatLng(25.038349, 121.508316), new google.maps.LatLng(25.031967, 121.569954), new google.maps.LatLng(25.006788, 121.592072), new google.maps.LatLng(25.046480, 121.506180), new google.maps.LatLng(25.001244, 121.614891), new google.maps.LatLng(25.069811, 121.501091), new google.maps.LatLng(25.176306, 121.415306), new google.maps.LatLng(24.963207, 121.343758), new google.maps.LatLng(25.087626, 121.565498), new google.maps.LatLng(25.135660, 121.539276), new google.maps.LatLng(25.025755, 121.506180), new google.maps.LatLng(25.043673, 121.425217), new google.maps.LatLng(25.100092, 121.588150), new google.maps.LatLng(25.066015, 121.509476), new google.maps.LatLng(25.007425, 121.539009), new google.maps.LatLng(25.010490, 121.387260), new google.maps.LatLng(25.134235, 121.390297), new google.maps.LatLng(25.034266, 121.523216), new google.maps.LatLng(25.147339, 121.545967), new google.maps.LatLng(25.005051, 121.416199), new google.maps.LatLng(25.011545, 121.594032), new google.maps.LatLng(25.056650, 121.445213), new google.maps.LatLng(25.016891, 121.554436), new google.maps.LatLng(25.016413, 121.478157), new google.maps.LatLng(24.919508, 121.288879), new google.maps.LatLng(25.036795, 121.493416), new google.maps.LatLng(25.156660, 121.459320), new google.maps.LatLng(24.990044, 121.423248), new google.maps.LatLng(25.105907, 121.583870), new google.maps.LatLng(25.047037, 121.579498), new google.maps.LatLng(25.046200, 121.570045), new google.maps.LatLng(25.063629, 121.457176), new google.maps.LatLng(25.031979, 121.443970), new google.maps.LatLng(25.068674, 121.593140), new google.maps.LatLng(25.002010, 121.456108), new google.maps.LatLng(25.102757, 121.439949), new google.maps.LatLng(25.135944, 121.426468), new google.maps.LatLng(25.036507, 121.581642), new google.maps.LatLng(25.140793, 121.529465), new google.maps.LatLng(25.118946, 121.559875), new google.maps.LatLng(24.986986, 121.577980), new google.maps.LatLng(25.070654, 121.530624), new google.maps.LatLng(24.982113, 121.535263), new google.maps.LatLng(25.097357, 121.588509), new google.maps.LatLng(24.953384, 121.509300), new google.maps.LatLng(25.098705, 121.549088), new google.maps.LatLng(25.124846, 121.369843), new google.maps.LatLng(24.950418, 121.509567), new google.maps.LatLng(25.094908, 121.527588), new google.maps.LatLng(25.047148, 121.456734), new google.maps.LatLng(25.081934, 121.564339), new google.maps.LatLng(25.050303, 121.575485), new google.maps.LatLng(25.035515, 121.448341), new google.maps.LatLng(25.069811, 121.582710), new google.maps.LatLng(25.119452, 121.552475), new google.maps.LatLng(25.046263, 121.306580), new google.maps.LatLng(24.988653, 121.343216), new google.maps.LatLng(25.025553, 121.561310), new google.maps.LatLng(25.041656, 121.552742), new google.maps.LatLng(25.057135, 121.498589), new google.maps.LatLng(24.987902, 121.576553), new google.maps.LatLng(24.975863, 121.569954), new google.maps.LatLng(25.043507, 121.509659), new google.maps.LatLng(25.005259, 121.597153), new google.maps.LatLng(25.081352, 121.552742), new google.maps.LatLng(24.997631, 121.551407), new google.maps.LatLng(25.005201, 121.484940), new google.maps.LatLng(25.051043, 121.571297), new google.maps.LatLng(25.056843, 121.594833), new google.maps.LatLng(25.070690, 121.580032), new google.maps.LatLng(25.093586, 121.604462), new google.maps.LatLng(25.085913, 121.528122), new google.maps.LatLng(25.080349, 121.567192), new google.maps.LatLng(24.957577, 121.534187), new google.maps.LatLng(25.137066, 121.505905), new google.maps.LatLng(25.081387, 121.491005), new google.maps.LatLng(24.970341, 121.601875), new google.maps.LatLng(25.062193, 121.371628), new google.maps.LatLng(25.033905, 121.566658), new google.maps.LatLng(24.990866, 121.490204), new google.maps.LatLng(24.955221, 121.240952), new google.maps.LatLng(25.015039, 121.577087), new google.maps.LatLng(25.127554, 121.424057), new google.maps.LatLng(25.112537, 121.528389), new google.maps.LatLng(25.061766, 121.638870), new google.maps.LatLng(25.077394, 121.582176), new google.maps.LatLng(24.998053, 121.548553), new google.maps.LatLng(25.104017, 121.448700), new google.maps.LatLng(25.038170, 121.243996), new google.maps.LatLng(25.087523, 121.565590), new google.maps.LatLng(25.001736, 121.425751), new google.maps.LatLng(25.074335, 121.519562), new google.maps.LatLng(25.039982, 121.510193), new google.maps.LatLng(25.142797, 121.501984), new google.maps.LatLng(25.012283, 121.543022), new google.maps.LatLng(25.121975, 121.481995), new google.maps.LatLng(25.030766, 121.563805), new google.maps.LatLng(24.997213, 121.529549), new google.maps.LatLng(25.033516, 121.442719), new google.maps.LatLng(25.073683, 121.577538), new google.maps.LatLng(25.061905, 121.592697), new google.maps.LatLng(25.063316, 121.550156), new google.maps.LatLng(25.142986, 121.406372), new google.maps.LatLng(25.011633, 121.580299), new google.maps.LatLng(24.968849, 121.543022), new google.maps.LatLng(24.974373, 121.256866), new google.maps.LatLng(25.069773, 121.587791), new google.maps.LatLng(24.946707, 121.510902), new google.maps.LatLng(25.155956, 121.490112), new google.maps.LatLng(25.032370, 121.609726), new google.maps.LatLng(25.021894, 121.414772), new google.maps.LatLng(25.178415, 121.569061), new google.maps.LatLng(24.990774, 121.419769), new google.maps.LatLng(25.096607, 121.521072), new google.maps.LatLng(25.124943, 121.467621), new google.maps.LatLng(25.081425, 121.550339), new google.maps.LatLng(24.910471, 121.378418), new google.maps.LatLng(25.012253, 121.475388), new google.maps.LatLng(25.147427, 121.528389), new google.maps.LatLng(25.038191, 121.567459), new google.maps.LatLng(25.015949, 121.551048), new google.maps.LatLng(25.001928, 121.327934), new google.maps.LatLng(25.110785, 121.537582), new google.maps.LatLng(25.064871, 121.580124), new google.maps.LatLng(25.018211, 121.549889), new google.maps.LatLng(25.006601, 121.461639), new google.maps.LatLng(25.129309, 121.553192), new google.maps.LatLng(24.978395, 121.416641), new google.maps.LatLng(25.082008, 121.523933), new google.maps.LatLng(25.017029, 121.550339), new google.maps.LatLng(25.027987, 121.583687), new google.maps.LatLng(25.039774, 121.589218), new google.maps.LatLng(25.144831, 121.501801), new google.maps.LatLng(24.950344, 121.283066), new google.maps.LatLng(25.035028, 121.452538), new google.maps.LatLng(25.038359, 121.547752), new google.maps.LatLng(25.085838, 121.555862), new google.maps.LatLng(25.023472, 121.464676), new google.maps.LatLng(25.067913, 121.518669), new google.maps.LatLng(24.971201, 121.192108), new google.maps.LatLng(25.066154, 121.450661), new google.maps.LatLng(24.957430, 121.199181), new google.maps.LatLng(25.019768, 121.542221), new google.maps.LatLng(24.970016, 121.430130), new google.maps.LatLng(24.998396, 121.458786), new google.maps.LatLng(25.150303, 121.422897), new google.maps.LatLng(24.997343, 121.485565), new google.maps.LatLng(25.006746, 121.559166), new google.maps.LatLng(24.978863, 121.336067), new google.maps.LatLng(25.039717, 121.621758), new google.maps.LatLng(25.082390, 121.581017), new google.maps.LatLng(25.017931, 121.501717), new google.maps.LatLng(25.050352, 121.521431), new google.maps.LatLng(25.069345, 121.612396), new google.maps.LatLng(24.968937, 121.385742), new google.maps.LatLng(24.977854, 121.466820), new google.maps.LatLng(24.995327, 121.587257), new google.maps.LatLng(24.999939, 121.517952), new google.maps.LatLng(25.128263, 121.472893), new google.maps.LatLng(25.047304, 121.555511), new google.maps.LatLng(24.988432, 121.391106), new google.maps.LatLng(25.063107, 121.458694), new google.maps.LatLng(25.097246, 121.509209), new google.maps.LatLng(25.029705, 121.458611), new google.maps.LatLng(25.022350, 121.425934), new google.maps.LatLng(25.031860, 121.589394), new google.maps.LatLng(24.955776, 121.524200), new google.maps.LatLng(25.002361, 121.583420), new google.maps.LatLng(24.969723, 121.346077), new google.maps.LatLng(24.961222, 121.443970), new google.maps.LatLng(25.067036, 121.514297), new google.maps.LatLng(25.028793, 121.493240), new google.maps.LatLng(25.000275, 121.482262), new google.maps.LatLng(25.017807, 121.457359), new google.maps.LatLng(24.953070, 121.358406), new google.maps.LatLng(24.983566, 121.450218), new google.maps.LatLng(25.029200, 121.412987), new google.maps.LatLng(25.027895, 121.540436), new google.maps.LatLng(24.961016, 121.508224), new google.maps.LatLng(24.986647, 121.587524), new google.maps.LatLng(25.021568, 121.535622), new google.maps.LatLng(25.049070, 121.541328), new google.maps.LatLng(25.052732, 121.567635), new google.maps.LatLng(24.988008, 121.343842), new google.maps.LatLng(25.027927, 121.570221), new google.maps.LatLng(25.056894, 121.603035), new google.maps.LatLng(25.047443, 121.416199), new google.maps.LatLng(25.032871, 121.590378), new google.maps.LatLng(25.006704, 121.461906), new google.maps.LatLng(25.006924, 121.533386), new google.maps.LatLng(25.032717, 121.474403), new google.maps.LatLng(25.068266, 121.483688), new google.maps.LatLng(25.006540, 121.585381), new google.maps.LatLng(25.069078, 121.450577), new google.maps.LatLng(25.105555, 121.573433), new google.maps.LatLng(25.007338, 121.446823), new google.maps.LatLng(25.046350, 121.535973), new google.maps.LatLng(25.144812, 121.524376), new google.maps.LatLng(25.133139, 121.371269), new google.maps.LatLng(25.032076, 121.562111), new google.maps.LatLng(25.086254, 121.588860), new google.maps.LatLng(25.113960, 121.524109), new google.maps.LatLng(24.998610, 121.410393), new google.maps.LatLng(25.118052, 121.463425), new google.maps.LatLng(25.149281, 121.410660), new google.maps.LatLng(24.931259, 121.353668), new google.maps.LatLng(25.005812, 121.586723), new google.maps.LatLng(25.159779, 121.400566), new google.maps.LatLng(24.990107, 121.587257), new google.maps.LatLng(25.020069, 121.456909), new google.maps.LatLng(25.011236, 121.509392), new google.maps.LatLng(24.964430, 121.434502), new google.maps.LatLng(25.149870, 121.534187), new google.maps.LatLng(24.955853, 121.353943), new google.maps.LatLng(25.086424, 121.483688), new google.maps.LatLng(25.021950, 121.315422), new google.maps.LatLng(25.020800, 121.529373), new google.maps.LatLng(25.031639, 121.528389), new google.maps.LatLng(25.020788, 121.574150), new google.maps.LatLng(25.079393, 121.567726), new google.maps.LatLng(24.974901, 121.459946), new google.maps.LatLng(24.975737, 121.327400), new google.maps.LatLng(25.026323, 121.539719), new google.maps.LatLng(25.020569, 121.584229), new google.maps.LatLng(25.012917, 121.560417), new google.maps.LatLng(25.086082, 121.486900), new google.maps.LatLng(25.133493, 121.470749), new google.maps.LatLng(25.131638, 121.567192), new google.maps.LatLng(24.943851, 121.329903), new google.maps.LatLng(24.976158, 121.248817), new google.maps.LatLng(25.069557, 121.449234), new google.maps.LatLng(25.063152, 121.523750), new google.maps.LatLng(24.975971, 121.494308), new google.maps.LatLng(25.095852, 121.447807), new google.maps.LatLng(25.082682, 121.580833), new google.maps.LatLng(25.137314, 121.556488), new google.maps.LatLng(25.006798, 121.510994), new google.maps.LatLng(25.150084, 121.468246), new google.maps.LatLng(25.030235, 121.413162), new google.maps.LatLng(25.051086, 121.564430), new google.maps.LatLng(25.013830, 121.531517), new google.maps.LatLng(25.055855, 121.531517), new google.maps.LatLng(25.018162, 121.415123), new google.maps.LatLng(25.016668, 121.500732), new google.maps.LatLng(25.006710, 121.427177), new google.maps.LatLng(25.098333, 121.587883), new google.maps.LatLng(25.049385, 121.617302), new google.maps.LatLng(24.932524, 121.358589), new google.maps.LatLng(24.948151, 121.382706), new google.maps.LatLng(25.122322, 121.559967), new google.maps.LatLng(25.029865, 121.591179), new google.maps.LatLng(25.021667, 121.413963), new google.maps.LatLng(25.124752, 121.468781), new google.maps.LatLng(25.111319, 121.550072), new google.maps.LatLng(25.035591, 121.564072), new google.maps.LatLng(24.994102, 121.587883), new google.maps.LatLng(25.135056, 121.540077), new google.maps.LatLng(25.020302, 121.557564), new google.maps.LatLng(25.039644, 121.560234), new google.maps.LatLng(25.087706, 121.524376), new google.maps.LatLng(24.952986, 121.205444), new google.maps.LatLng(24.989832, 121.506622), new google.maps.LatLng(25.023722, 121.601074), new google.maps.LatLng(25.034279, 121.480118), new google.maps.LatLng(25.016401, 121.530800), new google.maps.LatLng(24.984745, 121.579056), new google.maps.LatLng(25.042770, 121.548019), new google.maps.LatLng(24.997515, 121.583244), new google.maps.LatLng(25.106903, 121.454765), new google.maps.LatLng(25.133429, 121.532227), new google.maps.LatLng(25.021963, 121.520187), new google.maps.LatLng(25.020712, 121.500107), new google.maps.LatLng(25.131304, 121.529640), new google.maps.LatLng(25.005741, 121.484756), new google.maps.LatLng(25.025906, 121.586540), new google.maps.LatLng(24.981970, 121.413071), new google.maps.LatLng(25.003452, 121.616768), new google.maps.LatLng(25.014551, 121.476547), new google.maps.LatLng(25.039486, 121.589043), new google.maps.LatLng(25.100559, 121.522591), new google.maps.LatLng(25.079762, 121.569336), new google.maps.LatLng(25.054367, 121.516701), new google.maps.LatLng(25.126167, 121.466637), new google.maps.LatLng(24.980852, 121.236481), new google.maps.LatLng(25.045803, 121.605804), new google.maps.LatLng(24.978802, 121.336334), new google.maps.LatLng(24.986124, 121.575310), new google.maps.LatLng(25.082830, 121.585114), new google.maps.LatLng(24.944227, 121.403069), new google.maps.LatLng(25.080685, 121.435394), new google.maps.LatLng(24.976248, 121.534813), new google.maps.LatLng(24.963778, 121.486191), new google.maps.LatLng(24.988188, 121.352692), new google.maps.LatLng(25.137985, 121.543465), new google.maps.LatLng(25.172337, 121.612930), new google.maps.LatLng(24.968399, 121.532585), new google.maps.LatLng(25.063515, 121.577087), new google.maps.LatLng(25.054588, 121.631744), new google.maps.LatLng(25.001736, 121.535706), new google.maps.LatLng(25.051273, 121.448341), new google.maps.LatLng(25.125443, 121.473244), new google.maps.LatLng(25.114344, 121.533028), new google.maps.LatLng(24.968178, 121.546593), new google.maps.LatLng(24.966537, 121.218323), new google.maps.LatLng(24.979898, 121.411285), new google.maps.LatLng(25.038713, 121.503944), new google.maps.LatLng(25.006016, 121.473694), new google.maps.LatLng(25.008160, 121.460663), new google.maps.LatLng(25.049913, 121.562378), new google.maps.LatLng(24.991938, 121.266708), new google.maps.LatLng(25.008661, 121.486099), new google.maps.LatLng(25.031549, 121.589661), new google.maps.LatLng(25.079481, 121.589127), new google.maps.LatLng(25.035824, 121.543381), new google.maps.LatLng(25.022503, 121.520363), new google.maps.LatLng(25.167606, 121.446289), new google.maps.LatLng(25.020363, 121.583687), new google.maps.LatLng(25.082628, 121.498413), new google.maps.LatLng(25.025721, 121.526070), new google.maps.LatLng(24.969290, 121.572189), new google.maps.LatLng(25.037941, 121.498413), new google.maps.LatLng(25.107275, 121.521881), new google.maps.LatLng(25.125147, 121.530800), new google.maps.LatLng(24.979143, 121.415932), new google.maps.LatLng(24.986197, 121.518219), new google.maps.LatLng(25.050856, 121.526695), new google.maps.LatLng(25.004148, 121.600807), new google.maps.LatLng(25.089386, 121.446732), new google.maps.LatLng(25.095543, 121.586365), new google.maps.LatLng(24.936333, 121.370377), new google.maps.LatLng(25.081972, 121.565231), new google.maps.LatLng(24.999292, 121.302200), new google.maps.LatLng(25.000546, 121.507957), new google.maps.LatLng(24.951748, 121.349113), new google.maps.LatLng(25.035673, 121.431732), new google.maps.LatLng(24.994961, 121.422447), new google.maps.LatLng(24.996841, 121.559341), new google.maps.LatLng(25.049635, 121.518845), new google.maps.LatLng(25.149349, 121.524109), new google.maps.LatLng(25.106731, 121.585297), new google.maps.LatLng(24.987682, 121.420929), new google.maps.LatLng(24.994089, 121.433609), new google.maps.LatLng(25.153448, 121.417625), new google.maps.LatLng(25.013866, 121.467804), new google.maps.LatLng(24.929127, 121.377792), new google.maps.LatLng(25.018360, 121.408249), new google.maps.LatLng(24.936268, 121.373505), new google.maps.LatLng(25.040720, 121.447716), new google.maps.LatLng(25.078037, 121.570671), new google.maps.LatLng(25.087299, 121.564430), new google.maps.LatLng(24.928703, 121.315071), new google.maps.LatLng(25.166311, 121.474319), new google.maps.LatLng(25.186583, 121.430489), new google.maps.LatLng(25.133245, 121.470390), new google.maps.LatLng(25.066532, 121.487885), new google.maps.LatLng(24.977524, 121.568886), new google.maps.LatLng(25.057070, 121.520721), new google.maps.LatLng(25.024801, 121.569061), new google.maps.LatLng(25.136393, 121.502785), new google.maps.LatLng(25.020403, 121.327042), new google.maps.LatLng(24.985851, 121.343483), new google.maps.LatLng(25.067478, 121.512062), new google.maps.LatLng(24.981949, 121.413162), new google.maps.LatLng(25.112934, 121.533028), new google.maps.LatLng(25.078520, 121.492966), new google.maps.LatLng(25.043037, 121.619972), new google.maps.LatLng(25.185484, 121.430573), new google.maps.LatLng(25.002508, 121.411110), new google.maps.LatLng(24.995253, 121.584404), new google.maps.LatLng(25.137362, 121.504303), new google.maps.LatLng(25.164984, 121.486633), new google.maps.LatLng(25.020924, 121.583061), new google.maps.LatLng(25.016550, 121.316856), new google.maps.LatLng(25.055090, 121.598404), new google.maps.LatLng(25.003933, 121.487167), new google.maps.LatLng(25.090862, 121.475388), new google.maps.LatLng(24.974478, 121.546234), new google.maps.LatLng(25.159401, 121.458252), new google.maps.LatLng(24.946747, 121.511086), new google.maps.LatLng(25.142105, 121.425667), new google.maps.LatLng(25.173626, 121.503769), new google.maps.LatLng(25.002060, 121.618462), new google.maps.LatLng(25.065430, 121.503853), new google.maps.LatLng(25.134329, 121.535080), new google.maps.LatLng(25.127359, 121.564606), new google.maps.LatLng(25.007172, 121.424858), new google.maps.LatLng(25.019243, 121.570847), new google.maps.LatLng(25.051018, 121.547836), new google.maps.LatLng(24.983541, 121.416290), new google.maps.LatLng(24.987814, 121.492256), new google.maps.LatLng(25.032820, 121.491272), new google.maps.LatLng(25.065090, 121.492256), new google.maps.LatLng(25.020531, 121.423790), new google.maps.LatLng(25.142021, 121.504929), new google.maps.LatLng(25.077227, 121.571297), new google.maps.LatLng(25.083284, 121.539635), new google.maps.LatLng(25.026087, 121.413879), new google.maps.LatLng(25.012222, 121.535889), new google.maps.LatLng(25.083076, 121.539452), new google.maps.LatLng(24.996420, 121.461906), new google.maps.LatLng(25.082722, 121.540253), new google.maps.LatLng(25.027878, 121.539810), new google.maps.LatLng(24.984711, 121.577087), new google.maps.LatLng(25.043842, 121.529732), new google.maps.LatLng(24.943153, 121.378151), new google.maps.LatLng(25.085773, 121.589844), new google.maps.LatLng(24.983467, 121.361176), new google.maps.LatLng(25.175419, 121.548462), new google.maps.LatLng(24.988728, 121.570938), new google.maps.LatLng(24.995512, 121.642349), new google.maps.LatLng(25.084349, 121.438164), new google.maps.LatLng(25.021631, 121.556129), new google.maps.LatLng(25.146338, 121.446465), new google.maps.LatLng(25.137283, 121.477890), new google.maps.LatLng(25.017649, 121.259377), new google.maps.LatLng(24.992474, 121.474854), new google.maps.LatLng(25.058311, 121.547478), new google.maps.LatLng(25.103056, 121.451736), new google.maps.LatLng(25.136553, 121.538651), new google.maps.LatLng(24.935921, 121.366089), new google.maps.LatLng(25.004232, 121.600449), new google.maps.LatLng(25.174667, 121.448341), new google.maps.LatLng(25.100866, 121.541679), new google.maps.LatLng(25.088425, 121.526253), new google.maps.LatLng(24.992212, 121.230843), new google.maps.LatLng(25.191858, 121.446465), new google.maps.LatLng(24.955013, 121.337234), new google.maps.LatLng(25.030207, 121.570045), new google.maps.LatLng(25.025608, 121.506088), new google.maps.LatLng(25.036209, 121.494843), new google.maps.LatLng(25.114653, 121.556313), new google.maps.LatLng(25.060450, 121.539810), new google.maps.LatLng(25.032574, 121.610260), new google.maps.LatLng(25.041363, 121.567017), new google.maps.LatLng(25.134653, 121.483421), new google.maps.LatLng(25.004051, 121.294952), new google.maps.LatLng(25.123104, 121.471909), new google.maps.LatLng(25.004185, 121.412804), new google.maps.LatLng(25.069475, 121.488060), new google.maps.LatLng(25.050200, 121.446198), new google.maps.LatLng(25.078037, 121.480560), new google.maps.LatLng(25.174696, 121.439774), new google.maps.LatLng(25.046011, 121.558182), new google.maps.LatLng(25.060266, 121.511711), new google.maps.LatLng(25.093361, 121.525360), new google.maps.LatLng(25.057034, 121.609810), new google.maps.LatLng(24.960201, 121.510277), new google.maps.LatLng(24.998491, 121.582260), new google.maps.LatLng(25.017799, 121.549179), new google.maps.LatLng(24.972984, 121.400032), new google.maps.LatLng(25.133726, 121.535530), new google.maps.LatLng(24.955000, 121.537048), new google.maps.LatLng(24.987642, 121.335800), new google.maps.LatLng(25.069485, 121.520096), new google.maps.LatLng(24.957413, 121.349380), new google.maps.LatLng(24.978771, 121.415398), new google.maps.LatLng(25.184608, 121.431824), new google.maps.LatLng(25.088627, 121.488777), new google.maps.LatLng(24.962152, 121.559875), new google.maps.LatLng(25.011723, 121.505554), new google.maps.LatLng(25.039919, 121.503052), new google.maps.LatLng(25.107279, 121.461639), new google.maps.LatLng(25.010202, 121.455124), new google.maps.LatLng(25.064819, 121.492699), new google.maps.LatLng(25.040617, 121.553993), new google.maps.LatLng(25.143862, 121.388870), new google.maps.LatLng(24.993181, 121.590736), new google.maps.LatLng(25.140842, 121.409500), new google.maps.LatLng(25.011230, 121.503410), new google.maps.LatLng(25.075968, 121.608566), new google.maps.LatLng(24.991796, 121.428879), new google.maps.LatLng(25.175976, 121.448074), new google.maps.LatLng(24.992931, 121.493416), new google.maps.LatLng(25.002600, 121.462090), new google.maps.LatLng(25.066195, 121.450844), new google.maps.LatLng(25.031658, 121.474670), new google.maps.LatLng(25.069315, 121.587967), new google.maps.LatLng(25.094303, 121.502693), new google.maps.LatLng(24.991817, 121.230759), new google.maps.LatLng(25.036930, 121.496719), new google.maps.LatLng(25.073231, 121.501358), new google.maps.LatLng(24.998276, 121.578606), new google.maps.LatLng(25.020266, 121.479401), new google.maps.LatLng(25.016571, 121.317123), new google.maps.LatLng(24.995600, 121.544182), new google.maps.LatLng(25.014414, 121.473244), new google.maps.LatLng(24.963076, 121.531601), new google.maps.LatLng(24.960302, 121.481903), new google.maps.LatLng(25.043756, 121.575485), new google.maps.LatLng(24.932932, 121.369308), new google.maps.LatLng(25.131468, 121.529999), new google.maps.LatLng(25.012119, 121.520096), new google.maps.LatLng(25.035294, 121.566391), new google.maps.LatLng(24.997599, 121.583244), new google.maps.LatLng(24.965942, 121.191124), new google.maps.LatLng(24.997246, 121.582977), new google.maps.LatLng(24.969893, 121.548462), new google.maps.LatLng(25.001226, 121.443520), new google.maps.LatLng(25.124722, 121.472084), new google.maps.LatLng(24.972458, 121.499039), new google.maps.LatLng(25.133909, 121.536507), new google.maps.LatLng(25.086351, 121.539276), new google.maps.LatLng(25.067305, 121.565590), new google.maps.LatLng(25.037918, 121.457535), new google.maps.LatLng(25.070675, 121.517509), new google.maps.LatLng(25.054558, 121.596443), new google.maps.LatLng(24.996078, 121.571739), new google.maps.LatLng(24.995955, 121.550423), new google.maps.LatLng(25.072670, 121.494576), new google.maps.LatLng(25.032692, 121.500290), new google.maps.LatLng(24.986469, 121.322304), new google.maps.LatLng(25.035671, 121.433167), new google.maps.LatLng(25.017862, 121.548912), new google.maps.LatLng(25.155424, 121.528214), new google.maps.LatLng(25.142563, 121.432541), new google.maps.LatLng(24.997248, 121.582619), new google.maps.LatLng(24.957319, 121.384315), new google.maps.LatLng(24.985540, 121.273857), new google.maps.LatLng(25.068899, 121.615341), new google.maps.LatLng(24.956270, 121.318642), new google.maps.LatLng(24.974159, 121.571205), new google.maps.LatLng(25.114323, 121.550339), new google.maps.LatLng(25.062647, 121.545967), new google.maps.LatLng(25.010845, 121.464409), new google.maps.LatLng(25.024481, 121.256783), new google.maps.LatLng(24.969732, 121.396194), new google.maps.LatLng(24.957863, 121.536156), new google.maps.LatLng(25.077473, 121.398155), new google.maps.LatLng(25.004503, 121.481903), new google.maps.LatLng(25.033537, 121.590019), new google.maps.LatLng(24.971754, 121.498146), new google.maps.LatLng(25.112976, 121.532852), new google.maps.LatLng(25.058283, 121.323380), new google.maps.LatLng(24.954258, 121.411644), new google.maps.LatLng(25.037071, 121.609459), new google.maps.LatLng(25.059715, 121.590736), new google.maps.LatLng(25.162683, 121.474937), new google.maps.LatLng(24.972395, 121.499306), new google.maps.LatLng(25.134966, 121.483505), new google.maps.LatLng(24.989408, 121.598312), new google.maps.LatLng(25.020472, 121.555779), new google.maps.LatLng(24.959858, 121.427094), new google.maps.LatLng(25.001604, 121.515099), new google.maps.LatLng(25.118134, 121.527496), new google.maps.LatLng(25.007563, 121.534546), new google.maps.LatLng(25.004038, 121.468338), new google.maps.LatLng(25.027449, 121.475296), new google.maps.LatLng(24.999470, 121.470833), new google.maps.LatLng(25.040567, 121.500641), new google.maps.LatLng(25.043875, 121.617836), new google.maps.LatLng(25.044384, 121.591805), new google.maps.LatLng(25.107904, 121.565590), new google.maps.LatLng(25.000338, 121.472084), new google.maps.LatLng(24.962898, 121.560234), new google.maps.LatLng(25.033047, 121.605804), new google.maps.LatLng(25.161539, 121.456909), new google.maps.LatLng(25.044783, 121.559875), new google.maps.LatLng(25.083120, 121.562820), new google.maps.LatLng(25.143925, 121.388962), new google.maps.LatLng(25.075043, 121.436470), new google.maps.LatLng(25.062775, 121.586899), new google.maps.LatLng(25.134775, 121.471283), new google.maps.LatLng(24.992283, 121.365021), new google.maps.LatLng(25.033548, 121.586807), new google.maps.LatLng(25.128756, 121.431999), new google.maps.LatLng(25.016785, 121.367073), new google.maps.LatLng(25.066839, 121.591087), new google.maps.LatLng(25.069811, 121.583061), new google.maps.LatLng(25.174084, 121.436378), new google.maps.LatLng(24.951937, 121.347595), new google.maps.LatLng(25.036690, 121.537582), new google.maps.LatLng(25.076500, 121.482170), new google.maps.LatLng(25.059746, 121.546326), new google.maps.LatLng(25.135605, 121.537399), new google.maps.LatLng(25.140446, 121.528122), new google.maps.LatLng(25.089457, 121.590736), new google.maps.LatLng(25.032019, 121.573616), new google.maps.LatLng(24.972853, 121.498772), new google.maps.LatLng(25.186771, 121.430038), new google.maps.LatLng(25.105618, 121.584045), new google.maps.LatLng(24.998501, 121.551582), new google.maps.LatLng(25.026554, 121.429237), new google.maps.LatLng(25.112116, 121.459053), new google.maps.LatLng(25.083788, 121.498772), new google.maps.LatLng(25.114223, 121.380112), new google.maps.LatLng(25.085007, 121.431824), new google.maps.LatLng(25.001846, 121.484047), new google.maps.LatLng(25.015749, 121.606422), new google.maps.LatLng(25.124697, 121.499306), new google.maps.LatLng(25.023403, 121.381363), new google.maps.LatLng(24.959539, 121.509567), new google.maps.LatLng(25.066998, 121.469315), new google.maps.LatLng(24.990231, 121.574059), new google.maps.LatLng(25.032755, 121.594749), new google.maps.LatLng(24.969553, 121.543556), new google.maps.LatLng(25.149540, 121.517685), new google.maps.LatLng(25.007133, 121.444862), new google.maps.LatLng(24.949863, 121.342949), new google.maps.LatLng(24.992140, 121.421379), new google.maps.LatLng(25.026979, 121.527763), new google.maps.LatLng(25.112474, 121.510368), new google.maps.LatLng(25.056017, 121.604996), new google.maps.LatLng(25.137003, 121.462173), new google.maps.LatLng(24.999413, 121.572723), new google.maps.LatLng(25.046125, 121.468155), new google.maps.LatLng(25.028706, 121.603485), new google.maps.LatLng(25.037308, 121.452713), new google.maps.LatLng(24.945393, 121.483238), new google.maps.LatLng(24.959414, 121.340088), new google.maps.LatLng(24.975853, 121.527321), new google.maps.LatLng(24.989468, 121.311584), new google.maps.LatLng(25.039867, 121.373413), new google.maps.LatLng(25.140139, 121.532585), new google.maps.LatLng(25.020355, 121.231293), new google.maps.LatLng(25.131968, 121.557022), new google.maps.LatLng(25.068310, 121.596794), new google.maps.LatLng(24.991377, 121.578339), new google.maps.LatLng(25.133703, 121.535973), new google.maps.LatLng(24.994511, 121.589661), new google.maps.LatLng(24.992079, 121.341339), new google.maps.LatLng(25.151138, 121.468338), new google.maps.LatLng(25.065529, 121.545700), new google.maps.LatLng(25.177673, 121.448608), new google.maps.LatLng(25.126589, 121.560501), new google.maps.LatLng(24.946386, 121.381721), new google.maps.LatLng(25.021091, 121.423164), new google.maps.LatLng(25.060804, 121.532677), new google.maps.LatLng(25.166943, 121.446289), new google.maps.LatLng(25.142881, 121.406822), new google.maps.LatLng(25.070990, 121.515816), new google.maps.LatLng(25.033007, 121.605263), new google.maps.LatLng(25.126171, 121.561218), new google.maps.LatLng(25.064966, 121.581818), new google.maps.LatLng(25.024647, 121.256424), new google.maps.LatLng(25.127735, 121.507156), new google.maps.LatLng(25.105715, 121.564339), new google.maps.LatLng(25.058359, 121.551498), new google.maps.LatLng(25.082327, 121.564781), new google.maps.LatLng(25.050526, 121.552742), new google.maps.LatLng(24.992222, 121.364571), new google.maps.LatLng(24.968210, 121.343307), new google.maps.LatLng(25.000809, 121.638161), new google.maps.LatLng(24.995611, 121.524017), new google.maps.LatLng(25.081009, 121.568260), new google.maps.LatLng(25.001989, 121.510277), new google.maps.LatLng(25.136917, 121.540970), new google.maps.LatLng(24.956921, 121.341522), new google.maps.LatLng(24.973915, 121.547569), new google.maps.LatLng(25.027845, 121.634148), new google.maps.LatLng(25.071743, 121.575577), new google.maps.LatLng(25.061024, 121.486275), new google.maps.LatLng(24.963491, 121.423965), new google.maps.LatLng(25.030022, 121.514832), new google.maps.LatLng(25.034636, 121.494484), new google.maps.LatLng(25.081919, 121.590736), new google.maps.LatLng(25.012381, 121.633347), new google.maps.LatLng(25.133999, 121.535080), new google.maps.LatLng(25.124723, 121.549805), new google.maps.LatLng(25.081869, 121.564964), new google.maps.LatLng(25.169950, 121.445839), new google.maps.LatLng(25.055904, 121.548553), new google.maps.LatLng(25.041071, 121.520721), new google.maps.LatLng(25.020067, 121.538826), new google.maps.LatLng(24.986725, 121.487701), new google.maps.LatLng(24.914282, 121.238358), new google.maps.LatLng(25.010740, 121.455307), new google.maps.LatLng(25.101484, 121.449951), new google.maps.LatLng(25.032701, 121.497070), new google.maps.LatLng(24.972416, 121.499573), new google.maps.LatLng(25.036299, 121.492699), new google.maps.LatLng(25.001970, 121.455215), new google.maps.LatLng(24.933182, 121.392082), new google.maps.LatLng(25.019007, 121.226372), new google.maps.LatLng(25.098520, 121.549179), new google.maps.LatLng(25.061630, 121.384315), new google.maps.LatLng(25.117950, 121.520897), new google.maps.LatLng(25.126877, 121.472084), new google.maps.LatLng(25.096903, 121.457443), new google.maps.LatLng(24.969872, 121.548553), new google.maps.LatLng(25.121120, 121.570671), new google.maps.LatLng(25.185381, 121.410217), new google.maps.LatLng(25.063829, 121.498322), new google.maps.LatLng(25.020954, 121.468338), new google.maps.LatLng(25.006514, 121.454231), new google.maps.LatLng(25.167021, 121.490646), new google.maps.LatLng(24.970617, 121.311584), new google.maps.LatLng(25.035604, 121.566483), new google.maps.LatLng(24.967916, 121.588234), new google.maps.LatLng(25.008574, 121.536240), new google.maps.LatLng(25.073450, 121.578522), new google.maps.LatLng(24.939966, 121.336960), new google.maps.LatLng(25.033987, 121.567017), new google.maps.LatLng(24.998852, 121.573349), new google.maps.LatLng(25.036121, 121.489220), new google.maps.LatLng(24.989071, 121.421738), new google.maps.LatLng(25.054451, 121.543114), new google.maps.LatLng(25.089453, 121.591805), new google.maps.LatLng(25.134718, 121.536598), new google.maps.LatLng(24.993168, 121.229950), new google.maps.LatLng(25.153120, 121.471191), new google.maps.LatLng(25.097033, 121.547752), new google.maps.LatLng(25.039654, 121.587967), new google.maps.LatLng(24.981571, 121.528038), new google.maps.LatLng(25.064587, 121.515900), new google.maps.LatLng(24.978298, 121.543381), new google.maps.LatLng(24.997135, 121.527763), new google.maps.LatLng(25.015749, 121.478157), new google.maps.LatLng(25.009583, 121.645203), new google.maps.LatLng(25.012897, 121.465210), new google.maps.LatLng(25.145369, 121.513222), new google.maps.LatLng(24.988052, 121.456909), new google.maps.LatLng(25.137972, 121.541412), new google.maps.LatLng(25.098726, 121.537399), new google.maps.LatLng(24.975071, 121.549355), new google.maps.LatLng(24.981762, 121.572365), new google.maps.LatLng(25.126219, 121.564873), new google.maps.LatLng(24.949974, 121.383781), new google.maps.LatLng(25.059324, 121.572723), new google.maps.LatLng(24.980314, 121.556671), new google.maps.LatLng(25.089087, 121.526962), new google.maps.LatLng(25.048138, 121.534729), new google.maps.LatLng(25.004896, 121.587791), new google.maps.LatLng(24.956863, 121.537224), new google.maps.LatLng(25.100174, 121.588509), new google.maps.LatLng(24.970209, 121.568619), new google.maps.LatLng(25.012815, 121.552742), new google.maps.LatLng(25.068506, 121.593857), new google.maps.LatLng(25.066982, 121.568352), new google.maps.LatLng(24.999847, 121.505280), new google.maps.LatLng(25.081907, 121.379578), new google.maps.LatLng(24.997591, 121.486275), new google.maps.LatLng(25.003555, 121.428612), new google.maps.LatLng(25.136175, 121.480835), new google.maps.LatLng(25.015642, 121.461639), new google.maps.LatLng(25.048363, 121.507339), new google.maps.LatLng(25.024981, 121.571472), new google.maps.LatLng(25.042084, 121.614891), new google.maps.LatLng(25.135765, 121.538826), new google.maps.LatLng(25.077101, 121.481728), new google.maps.LatLng(24.949665, 121.503227), new google.maps.LatLng(25.041948, 121.545876), new google.maps.LatLng(24.980398, 121.488861), new google.maps.LatLng(25.029600, 121.590202), new google.maps.LatLng(24.981665, 121.506439), new google.maps.LatLng(25.086781, 121.591896), new google.maps.LatLng(25.028360, 121.515900), new google.maps.LatLng(25.086180, 121.528389), new google.maps.LatLng(25.038292, 121.621132), new google.maps.LatLng(25.042677, 121.551231), new google.maps.LatLng(25.103672, 121.502342), new google.maps.LatLng(25.012161, 121.469765), new google.maps.LatLng(25.032768, 121.510193), new google.maps.LatLng(25.100410, 121.569954), new google.maps.LatLng(24.972729, 121.497879), new google.maps.LatLng(25.008921, 121.627998), new google.maps.LatLng(25.015162, 121.462982), new google.maps.LatLng(25.094790, 121.499573), new google.maps.LatLng(25.075195, 121.515900), new google.maps.LatLng(24.943745, 121.367432), new google.maps.LatLng(24.995186, 121.467888), new google.maps.LatLng(25.008074, 121.461731), new google.maps.LatLng(25.039930, 121.567459), new google.maps.LatLng(24.951900, 121.339554), new google.maps.LatLng(25.075745, 121.532227), new google.maps.LatLng(25.072807, 121.579140), new google.maps.LatLng(25.067108, 121.482262), new google.maps.LatLng(25.054935, 121.600449), new google.maps.LatLng(25.032837, 121.594749), new google.maps.LatLng(25.009150, 121.591896), new google.maps.LatLng(25.035391, 121.506798), new google.maps.LatLng(25.092062, 121.586723), new google.maps.LatLng(24.931177, 121.355103), new google.maps.LatLng(24.945862, 121.497879), new google.maps.LatLng(25.022457, 121.454498), new google.maps.LatLng(25.016626, 121.524559), new google.maps.LatLng(24.988989, 121.495026), new google.maps.LatLng(25.005890, 121.445213), new google.maps.LatLng(24.935797, 121.366623), new google.maps.LatLng(25.110598, 121.537666), new google.maps.LatLng(25.051321, 121.556404), new google.maps.LatLng(24.954062, 121.556221), new google.maps.LatLng(24.967978, 121.190231), new google.maps.LatLng(25.024736, 121.550690), new google.maps.LatLng(25.121956, 121.507065), new google.maps.LatLng(25.159546, 121.539543), new google.maps.LatLng(24.977030, 121.520897), new google.maps.LatLng(25.095703, 121.518219), new google.maps.LatLng(24.952326, 121.509567), new google.maps.LatLng(25.130978, 121.545074), new google.maps.LatLng(25.023808, 121.582085), new google.maps.LatLng(25.012932, 121.511353), new google.maps.LatLng(25.040586, 121.550606), new google.maps.LatLng(24.982885, 121.436470), new google.maps.LatLng(24.974424, 121.459496), new google.maps.LatLng(25.188248, 121.428345), new google.maps.LatLng(25.177231, 121.372879), new google.maps.LatLng(25.017021, 121.572540), new google.maps.LatLng(25.076397, 121.610260), new google.maps.LatLng(24.978678, 121.556580), new google.maps.LatLng(24.987972, 121.587524), new google.maps.LatLng(24.995699, 121.546234), new google.maps.LatLng(24.983412, 121.355011), new google.maps.LatLng(25.039373, 121.526878), new google.maps.LatLng(25.111416, 121.557739), new google.maps.LatLng(25.153921, 121.440666), new google.maps.LatLng(24.980204, 121.551849), new google.maps.LatLng(25.081493, 121.565498), new google.maps.LatLng(25.058096, 121.429863), new google.maps.LatLng(25.156906, 121.591354), new google.maps.LatLng(25.063374, 121.575935), new google.maps.LatLng(24.964149, 121.549263), new google.maps.LatLng(25.005526, 121.429054), new google.maps.LatLng(25.024342, 121.563980), new google.maps.LatLng(24.951851, 121.349380), new google.maps.LatLng(25.064196, 121.528122), new google.maps.LatLng(24.961119, 121.415665), new google.maps.LatLng(25.066563, 121.539902), new google.maps.LatLng(25.021833, 121.277794), new google.maps.LatLng(25.096371, 121.497787), new google.maps.LatLng(25.175690, 121.452805), new google.maps.LatLng(25.059954, 121.394318), new google.maps.LatLng(25.057755, 121.594482), new google.maps.LatLng(25.071316, 121.612129), new google.maps.LatLng(24.961605, 121.391907), new google.maps.LatLng(25.141663, 121.529640), new google.maps.LatLng(25.077148, 121.393867), new google.maps.LatLng(24.955332, 121.537048), new google.maps.LatLng(25.121202, 121.463425), new google.maps.LatLng(25.045668, 121.468338), new google.maps.LatLng(24.994326, 121.311043), new google.maps.LatLng(24.991167, 121.454590), new google.maps.LatLng(25.072084, 121.523483), new google.maps.LatLng(25.008350, 121.319984), new google.maps.LatLng(25.031832, 121.609543), new google.maps.LatLng(25.058338, 121.512154), new google.maps.LatLng(25.127865, 121.460838), new google.maps.LatLng(25.006077, 121.422447), new google.maps.LatLng(24.991329, 121.456375), new google.maps.LatLng(25.029295, 121.466019), new google.maps.LatLng(25.023991, 121.570045), new google.maps.LatLng(25.116297, 121.537048), new google.maps.LatLng(25.130877, 121.414497), new google.maps.LatLng(25.082315, 121.525452), new google.maps.LatLng(25.136255, 121.462173), new google.maps.LatLng(25.103180, 121.451553), new google.maps.LatLng(25.053013, 121.539368), new google.maps.LatLng(25.023647, 121.420753), new google.maps.LatLng(25.082750, 121.561928), new google.maps.LatLng(24.973824, 121.500290), new google.maps.LatLng(25.172319, 121.437538), new google.maps.LatLng(25.000298, 121.481461), new google.maps.LatLng(24.994726, 121.586990), new google.maps.LatLng(25.067493, 121.500015), new google.maps.LatLng(25.038967, 121.531067), new google.maps.LatLng(24.975182, 121.546410), new google.maps.LatLng(24.931696, 121.356087), new google.maps.LatLng(25.127110, 121.532318), new google.maps.LatLng(25.059067, 121.524910), new google.maps.LatLng(25.165575, 121.559258), new google.maps.LatLng(25.020296, 121.475029), new google.maps.LatLng(25.025715, 121.599648), new google.maps.LatLng(25.161535, 121.482971), new google.maps.LatLng(25.027451, 121.474937), new google.maps.LatLng(25.002823, 121.365730), new google.maps.LatLng(24.984686, 121.285751), new google.maps.LatLng(25.102333, 121.548820), new google.maps.LatLng(25.013325, 121.562553), new google.maps.LatLng(24.988714, 121.343307), new google.maps.LatLng(24.987930, 121.512604), new google.maps.LatLng(24.955166, 121.536690), new google.maps.LatLng(25.023991, 121.455750), new google.maps.LatLng(25.111593, 121.531334), new google.maps.LatLng(25.037552, 121.546944), new google.maps.LatLng(25.121042, 121.507065), new google.maps.LatLng(25.176123, 121.460121), new google.maps.LatLng(25.066330, 121.521523), new google.maps.LatLng(25.070610, 121.385300), new google.maps.LatLng(25.065092, 121.526070), new google.maps.LatLng(25.039558, 121.591896), new google.maps.LatLng(24.943695, 121.376183), new google.maps.LatLng(25.035379, 121.613464), new google.maps.LatLng(24.978540, 121.386543), new google.maps.LatLng(25.032993, 121.479942), new google.maps.LatLng(25.081125, 121.564606), new google.maps.LatLng(25.014980, 121.479317), new google.maps.LatLng(25.023758, 121.602684), new google.maps.LatLng(25.041546, 121.449501), new google.maps.LatLng(25.066637, 121.536064), new google.maps.LatLng(24.973927, 121.491005), new google.maps.LatLng(24.974920, 121.459854), new google.maps.LatLng(25.042791, 121.591179), new google.maps.LatLng(25.029800, 121.471283), new google.maps.LatLng(25.105791, 121.531334), new google.maps.LatLng(25.053635, 121.539185), new google.maps.LatLng(25.006882, 121.568794), new google.maps.LatLng(25.056885, 121.552834), new google.maps.LatLng(24.950089, 121.509209), new google.maps.LatLng(25.028936, 121.468964), new google.maps.LatLng(25.030504, 121.413071), new google.maps.LatLng(24.970194, 121.392082), new google.maps.LatLng(24.998552, 121.547836), new google.maps.LatLng(25.022745, 121.507339), new google.maps.LatLng(25.075130, 121.496803), new google.maps.LatLng(24.989727, 121.547302), new google.maps.LatLng(25.136677, 121.538826), new google.maps.LatLng(25.121305, 121.571297), new google.maps.LatLng(25.053360, 121.392349), new google.maps.LatLng(25.028137, 121.331245), new google.maps.LatLng(25.071182, 121.527321), new google.maps.LatLng(25.111387, 121.537132), new google.maps.LatLng(25.111574, 121.518753), new google.maps.LatLng(25.055323, 121.426826), new google.maps.LatLng(25.137505, 121.539185), new google.maps.LatLng(24.978167, 121.554169), new google.maps.LatLng(24.965504, 121.554436), new google.maps.LatLng(25.015223, 121.578072), new google.maps.LatLng(24.987370, 121.594658), new google.maps.LatLng(25.045597, 121.454857), new google.maps.LatLng(25.085405, 121.555244), new google.maps.LatLng(25.067738, 121.501801), new google.maps.LatLng(24.988928, 121.377258), new google.maps.LatLng(24.959141, 121.482262), new google.maps.LatLng(25.038807, 121.549713), new google.maps.LatLng(25.041761, 121.565315), new google.maps.LatLng(25.057280, 121.552567), new google.maps.LatLng(24.982939, 121.580750), new google.maps.LatLng(25.013000, 121.446022), new google.maps.LatLng(24.946564, 121.371361), new google.maps.LatLng(25.063566, 121.457092), new google.maps.LatLng(25.159367, 121.435844), new google.maps.LatLng(25.132067, 121.530624), new google.maps.LatLng(25.000637, 121.520271), new google.maps.LatLng(24.972771, 121.497696), new google.maps.LatLng(25.017467, 121.575935), new google.maps.LatLng(25.116278, 121.536774), new google.maps.LatLng(24.970451, 121.430397), new google.maps.LatLng(24.986294, 121.574234), new google.maps.LatLng(24.998636, 121.581993), new google.maps.LatLng(25.137575, 121.477348), new google.maps.LatLng(25.127520, 121.605980), new google.maps.LatLng(25.007671, 121.483597), new google.maps.LatLng(24.998714, 121.454948), new google.maps.LatLng(25.043989, 121.507248), new google.maps.LatLng(25.114891, 121.518753), new google.maps.LatLng(25.050909, 121.415573), new google.maps.LatLng(24.989201, 121.431107), new google.maps.LatLng(25.103992, 121.524559), new google.maps.LatLng(24.956749, 121.316231), new google.maps.LatLng(25.041811, 121.549980), new google.maps.LatLng(24.937771, 121.362785), new google.maps.LatLng(25.173695, 121.448250), new google.maps.LatLng(24.986679, 121.448967), new google.maps.LatLng(24.958086, 121.537666), new google.maps.LatLng(25.171692, 121.445839), new google.maps.LatLng(24.972162, 121.394676), new google.maps.LatLng(25.083485, 121.592873), new google.maps.LatLng(25.024740, 121.444412), new google.maps.LatLng(25.020947, 121.462715), new google.maps.LatLng(24.964718, 121.436470), new google.maps.LatLng(25.029205, 121.477707), new google.maps.LatLng(25.006599, 121.559792), new google.maps.LatLng(24.956047, 121.343124), new google.maps.LatLng(25.053789, 121.470123), new google.maps.LatLng(25.122635, 121.469673), new google.maps.LatLng(25.048101, 121.519028), new google.maps.LatLng(24.981903, 121.527321), new google.maps.LatLng(24.970938, 121.567635), new google.maps.LatLng(24.992807, 121.314354), new google.maps.LatLng(25.022926, 121.458519), new google.maps.LatLng(25.051922, 121.516884), new google.maps.LatLng(25.082308, 121.480743), new google.maps.LatLng(24.935184, 121.283241), new google.maps.LatLng(24.970524, 121.394226), new google.maps.LatLng(25.113630, 121.529732), new google.maps.LatLng(25.072105, 121.433434), new google.maps.LatLng(25.053665, 121.493950), new google.maps.LatLng(25.007723, 121.479851), new google.maps.LatLng(25.118162, 121.558990), new google.maps.LatLng(25.149681, 121.506889), new google.maps.LatLng(24.977087, 121.324455), new google.maps.LatLng(24.997425, 121.572006), new google.maps.LatLng(25.034521, 121.535172), new google.maps.LatLng(25.134041, 121.551048), new google.maps.LatLng(25.017805, 121.427628), new google.maps.LatLng(25.079954, 121.491096), new google.maps.LatLng(25.042227, 121.542931), new google.maps.LatLng(25.127087, 121.436287), new google.maps.LatLng(24.979134, 121.507339), new google.maps.LatLng(25.168306, 121.472534), new google.maps.LatLng(25.084448, 121.636108), new google.maps.LatLng(25.046944, 121.558098), new google.maps.LatLng(25.035624, 121.496986), new google.maps.LatLng(25.044641, 121.308540), new google.maps.LatLng(24.995432, 121.478508), new google.maps.LatLng(25.115305, 121.518753), new google.maps.LatLng(24.966734, 121.388062), new google.maps.LatLng(25.034998, 121.383240), new google.maps.LatLng(25.035074, 121.523308), new google.maps.LatLng(25.054611, 121.531868), new google.maps.LatLng(25.159014, 121.481010), new google.maps.LatLng(24.965202, 121.431915), new google.maps.LatLng(25.075771, 121.482796), new google.maps.LatLng(25.001808, 121.482079), new google.maps.LatLng(25.050070, 121.482079), new google.maps.LatLng(25.083990, 121.574234), new google.maps.LatLng(24.976330, 121.543648), new google.maps.LatLng(24.980532, 121.588509), new google.maps.LatLng(25.136127, 121.470123), new google.maps.LatLng(25.040674, 121.580482), new google.maps.LatLng(25.000114, 121.514030), new google.maps.LatLng(24.994465, 121.454681), new google.maps.LatLng(25.038033, 121.424500), new google.maps.LatLng(25.012934, 121.485565), new google.maps.LatLng(25.001905, 121.570221), new google.maps.LatLng(25.007996, 121.535172), new google.maps.LatLng(25.014805, 121.464851), new google.maps.LatLng(25.009968, 121.458252), new google.maps.LatLng(25.028336, 121.385117), new google.maps.LatLng(24.957363, 121.358856), new google.maps.LatLng(24.962694, 121.478065), new google.maps.LatLng(24.974791, 121.560768), new google.maps.LatLng(24.989571, 121.586365), new google.maps.LatLng(24.994789, 121.587074), new google.maps.LatLng(25.008190, 121.411285), new google.maps.LatLng(24.972902, 121.561394), new google.maps.LatLng(25.047676, 121.542664), new google.maps.LatLng(25.105219, 121.523216), new google.maps.LatLng(25.021048, 121.583244), new google.maps.LatLng(24.952320, 121.359482), new google.maps.LatLng(25.003304, 121.462624), new google.maps.LatLng(24.977480, 121.466286), new google.maps.LatLng(25.163706, 121.433968), new google.maps.LatLng(25.044189, 121.462624), new google.maps.LatLng(25.073174, 121.477615), new google.maps.LatLng(25.160124, 121.574951), new google.maps.LatLng(25.018707, 121.556938), new google.maps.LatLng(25.008223, 121.416824), new google.maps.LatLng(25.043653, 121.556938), new google.maps.LatLng(24.997465, 121.572189), new google.maps.LatLng(25.067177, 121.448433), new google.maps.LatLng(25.074219, 121.578072), new google.maps.LatLng(25.083572, 121.557739), new google.maps.LatLng(25.066410, 121.515900), new google.maps.LatLng(24.981543, 121.590202), new google.maps.LatLng(25.069050, 121.608742), new google.maps.LatLng(25.002962, 121.466194), new google.maps.LatLng(25.090338, 121.536774), new google.maps.LatLng(25.114922, 121.484131), new google.maps.LatLng(24.988974, 121.353943), new google.maps.LatLng(25.034807, 121.304428), new google.maps.LatLng(25.040392, 121.455482), new google.maps.LatLng(24.999048, 121.344559), new google.maps.LatLng(25.077335, 121.527588), new google.maps.LatLng(24.997702, 121.525719), new google.maps.LatLng(24.947697, 121.380028), new google.maps.LatLng(25.012260, 121.514206), new google.maps.LatLng(25.000641, 121.511086), new google.maps.LatLng(25.009604, 121.598755), new google.maps.LatLng(25.083387, 121.545517), new google.maps.LatLng(24.978144, 121.522858), new google.maps.LatLng(25.022026, 121.568886), new google.maps.LatLng(25.071732, 121.536598), new google.maps.LatLng(25.081251, 121.564072), new google.maps.LatLng(24.970295, 121.394493), new google.maps.LatLng(25.083675, 121.494667), new google.maps.LatLng(24.972292, 121.499397), new google.maps.LatLng(25.051495, 121.578522), new google.maps.LatLng(25.040510, 121.521347), new google.maps.LatLng(25.041775, 121.585648), new google.maps.LatLng(24.974993, 121.403519), new google.maps.LatLng(24.992565, 121.427719), new google.maps.LatLng(25.115623, 121.528305), new google.maps.LatLng(24.986034, 121.366898), new google.maps.LatLng(25.019850, 121.542572), new google.maps.LatLng(25.097628, 121.588058), new google.maps.LatLng(25.081238, 121.567993), new google.maps.LatLng(25.047264, 121.514832), new google.maps.LatLng(25.039389, 121.514832), new google.maps.LatLng(25.006636, 121.455482), new google.maps.LatLng(25.137136, 121.569511), new google.maps.LatLng(25.030951, 121.429947), new google.maps.LatLng(25.029510, 121.245155), new google.maps.LatLng(25.012167, 121.342415), new google.maps.LatLng(25.125973, 121.469231), new google.maps.LatLng(25.114922, 121.550606), new google.maps.LatLng(25.091413, 121.431732), new google.maps.LatLng(25.034863, 121.510460), new google.maps.LatLng(25.079687, 121.630669), new google.maps.LatLng(24.983009, 121.458961), new google.maps.LatLng(24.995571, 121.440392), new google.maps.LatLng(25.149540, 121.534187), new google.maps.LatLng(24.972162, 121.393959), new google.maps.LatLng(25.007015, 121.559074), new google.maps.LatLng(25.077871, 121.373772), new google.maps.LatLng(24.985172, 121.495377), new google.maps.LatLng(25.065048, 121.615166), new google.maps.LatLng(24.945620, 121.381096), new google.maps.LatLng(25.081917, 121.479225), new google.maps.LatLng(24.949442, 121.376450), new google.maps.LatLng(25.152838, 121.527588), new google.maps.LatLng(24.976606, 121.524467), new google.maps.LatLng(24.988392, 121.510994), new google.maps.LatLng(25.020096, 121.399406), new google.maps.LatLng(24.966976, 121.590820), new google.maps.LatLng(25.022518, 121.425575), new google.maps.LatLng(25.044565, 121.523483), new google.maps.LatLng(25.070080, 121.515457), new google.maps.LatLng(25.031260, 121.583511), new google.maps.LatLng(25.062008, 121.490204), new google.maps.LatLng(25.005711, 121.585739), new google.maps.LatLng(25.018166, 121.590202), new google.maps.LatLng(25.135250, 121.538208), new google.maps.LatLng(25.107908, 121.580658), new google.maps.LatLng(25.036446, 121.549530), new google.maps.LatLng(24.995737, 121.523483), new google.maps.LatLng(25.165607, 121.492081), new google.maps.LatLng(25.058067, 121.593857), new google.maps.LatLng(24.981440, 121.522240), new google.maps.LatLng(25.078680, 121.374580), new google.maps.LatLng(24.976492, 121.245247), new google.maps.LatLng(24.987127, 121.416908), new google.maps.LatLng(24.992544, 121.427452), new google.maps.LatLng(25.039848, 121.541412), new google.maps.LatLng(25.070454, 121.391640), new google.maps.LatLng(25.080999, 121.581642), new google.maps.LatLng(25.069378, 121.588058), new google.maps.LatLng(24.970266, 121.429771), new google.maps.LatLng(24.986265, 121.576469), new google.maps.LatLng(24.983795, 121.344826), new google.maps.LatLng(24.952185, 121.348312), new google.maps.LatLng(24.989288, 121.570312), new google.maps.LatLng(25.021778, 121.264114), new google.maps.LatLng(25.007326, 121.559166), new google.maps.LatLng(24.979647, 121.461288), new google.maps.LatLng(25.050108, 121.553459), new google.maps.LatLng(24.997101, 121.582886), new google.maps.LatLng(25.019386, 121.402443), new google.maps.LatLng(25.008808, 121.289505), new google.maps.LatLng(25.011484, 121.593590), new google.maps.LatLng(24.993635, 121.465302), new google.maps.LatLng(25.024067, 121.585205), new google.maps.LatLng(25.069431, 121.503410), new google.maps.LatLng(24.932056, 121.373413), new google.maps.LatLng(25.036728, 121.518044), new google.maps.LatLng(24.996391, 121.421646), new google.maps.LatLng(25.089365, 121.469765), new google.maps.LatLng(25.143593, 121.388962), new google.maps.LatLng(25.103516, 121.450485), new google.maps.LatLng(25.119757, 121.519562), new google.maps.LatLng(24.992849, 121.419411), new google.maps.LatLng(25.100828, 121.522507), new google.maps.LatLng(25.067722, 121.635040), new google.maps.LatLng(24.972523, 121.497696), new google.maps.LatLng(25.031046, 121.591805), new google.maps.LatLng(25.008492, 121.459946), new google.maps.LatLng(25.073597, 121.489220), new google.maps.LatLng(24.982319, 121.492348), new google.maps.LatLng(25.104549, 121.500374), new google.maps.LatLng(24.976591, 121.274124), new google.maps.LatLng(24.986593, 121.450394), new google.maps.LatLng(25.053423, 121.612129), new google.maps.LatLng(24.958576, 121.484314), new google.maps.LatLng(24.949083, 121.532585), new google.maps.LatLng(24.984827, 121.510277), new google.maps.LatLng(25.040524, 121.594124), new google.maps.LatLng(25.083830, 121.498589), new google.maps.LatLng(25.045605, 121.515541), new google.maps.LatLng(25.079004, 121.548637), new google.maps.LatLng(24.968430, 121.545158), new google.maps.LatLng(25.034555, 121.570580), new google.maps.LatLng(25.105061, 121.539368), new google.maps.LatLng(24.995363, 121.588509), new google.maps.LatLng(25.021704, 121.585381), new google.maps.LatLng(25.070696, 121.503319), new google.maps.LatLng(24.974291, 121.546677), new google.maps.LatLng(25.135674, 121.540970), new google.maps.LatLng(25.133373, 121.529999), new google.maps.LatLng(25.081091, 121.595993), new google.maps.LatLng(25.058739, 121.613464), new google.maps.LatLng(24.992088, 121.301033), new google.maps.LatLng(24.994856, 121.422539), new google.maps.LatLng(25.028038, 121.541237), new google.maps.LatLng(24.945816, 121.478241), new google.maps.LatLng(25.081905, 121.490204), new google.maps.LatLng(25.015545, 121.428078), new google.maps.LatLng(25.069939, 121.587433), new google.maps.LatLng(24.960529, 121.370560), new google.maps.LatLng(25.096718, 121.588058), new google.maps.LatLng(25.139156, 121.529373), new google.maps.LatLng(25.133833, 121.535080), new google.maps.LatLng(25.008190, 121.560768), new google.maps.LatLng(24.976959, 121.329277), new google.maps.LatLng(25.028769, 121.532494), new google.maps.LatLng(25.062256, 121.490562), new google.maps.LatLng(25.037329, 121.538742), new google.maps.LatLng(25.042618, 121.501801), new google.maps.LatLng(25.104137, 121.581192), new google.maps.LatLng(25.057110, 121.611595), new google.maps.LatLng(25.008066, 121.508766), new google.maps.LatLng(25.012741, 121.328560), new google.maps.LatLng(24.932724, 121.367699), new google.maps.LatLng(25.087139, 121.432625), new google.maps.LatLng(25.117306, 121.509209), new google.maps.LatLng(24.981911, 121.508224), new google.maps.LatLng(25.161345, 121.466194), new google.maps.LatLng(24.928341, 121.373329), new google.maps.LatLng(25.025345, 121.561485), new google.maps.LatLng(25.028839, 121.569870), new google.maps.LatLng(25.035461, 121.613464), new google.maps.LatLng(25.056639, 121.498238), new google.maps.LatLng(24.993509, 121.455215), new google.maps.LatLng(24.989950, 121.525536), new google.maps.LatLng(25.074850, 121.485649), new google.maps.LatLng(25.173859, 121.448608), new google.maps.LatLng(24.917189, 121.239433), new google.maps.LatLng(24.980309, 121.501266), new google.maps.LatLng(25.128099, 121.633972), new google.maps.LatLng(25.083189, 121.517860), new google.maps.LatLng(25.130997, 121.504929), new google.maps.LatLng(25.049917, 121.541954), new google.maps.LatLng(25.145319, 121.559074), new google.maps.LatLng(25.069450, 121.622826), new google.maps.LatLng(25.082977, 121.584496), new google.maps.LatLng(24.981619, 121.411736), new google.maps.LatLng(25.150749, 121.526253), new google.maps.LatLng(25.018826, 121.402710), new google.maps.LatLng(25.080301, 121.551231), new google.maps.LatLng(25.131598, 121.467178), new google.maps.LatLng(25.001804, 121.328117), new google.maps.LatLng(25.046101, 121.452354), new google.maps.LatLng(25.120735, 121.563179), new google.maps.LatLng(24.992201, 121.422539), new google.maps.LatLng(25.011539, 121.563805), new google.maps.LatLng(25.072166, 121.433876), new google.maps.LatLng(25.038002, 121.506622), new google.maps.LatLng(25.081068, 121.568710), new google.maps.LatLng(25.165237, 121.485207), new google.maps.LatLng(25.006874, 121.528305), new google.maps.LatLng(25.153984, 121.519913), new google.maps.LatLng(25.011381, 121.509117), new google.maps.LatLng(25.138624, 121.544273), new google.maps.LatLng(25.063702, 121.499931), new google.maps.LatLng(24.984653, 121.561127), new google.maps.LatLng(25.025240, 121.568260), new google.maps.LatLng(25.101835, 121.524910), new google.maps.LatLng(25.076761, 121.477173), new google.maps.LatLng(24.993217, 121.617661), new google.maps.LatLng(25.005127, 121.623718), new google.maps.LatLng(24.944738, 121.499840), new google.maps.LatLng(25.020327, 121.471375), new google.maps.LatLng(25.068140, 121.512421), new google.maps.LatLng(25.030430, 121.545158), new google.maps.LatLng(25.069675, 121.585739), new google.maps.LatLng(25.012243, 121.469765), new google.maps.LatLng(25.018570, 121.381454), new google.maps.LatLng(25.063845, 121.540878), new google.maps.LatLng(24.973906, 121.500290), new google.maps.LatLng(25.067648, 121.524376), new google.maps.LatLng(25.053549, 121.546944), new google.maps.LatLng(24.995665, 121.323112), new google.maps.LatLng(25.011547, 121.593674), new google.maps.LatLng(25.005520, 121.499481), new google.maps.LatLng(24.998260, 121.344376), new google.maps.LatLng(25.055708, 121.557831), new google.maps.LatLng(25.131105, 121.497429), new google.maps.LatLng(25.088902, 121.526337), new google.maps.LatLng(24.986444, 121.492432), new google.maps.LatLng(24.982260, 121.413254), new google.maps.LatLng(25.130026, 121.466103), new google.maps.LatLng(24.990726, 121.468155), new google.maps.LatLng(25.112976, 121.526878), new google.maps.LatLng(25.127588, 121.537315), new google.maps.LatLng(25.040541, 121.617928), new google.maps.LatLng(24.940323, 121.329369), new google.maps.LatLng(25.055902, 121.542572), new google.maps.LatLng(25.072098, 121.491722), new google.maps.LatLng(25.148123, 121.519470), new google.maps.LatLng(24.960489, 121.481812), new google.maps.LatLng(25.016800, 121.557297), new google.maps.LatLng(25.178265, 121.451378), new google.maps.LatLng(25.121998, 121.574326), new google.maps.LatLng(25.156382, 121.516083), new google.maps.LatLng(24.970543, 121.395569), new google.maps.LatLng(25.011856, 121.501801), new google.maps.LatLng(25.022486, 121.633347), new google.maps.LatLng(25.085918, 121.485832), new google.maps.LatLng(24.989964, 121.314087), new google.maps.LatLng(24.986334, 121.587791), new google.maps.LatLng(25.012512, 121.589577), new google.maps.LatLng(25.162813, 121.566032), new google.maps.LatLng(24.995790, 121.455750), new google.maps.LatLng(25.039803, 121.621399), new google.maps.LatLng(24.948343, 121.395386), new google.maps.LatLng(24.960764, 121.509300), new google.maps.LatLng(25.175768, 121.447891), new google.maps.LatLng(25.036852, 121.583687), new google.maps.LatLng(25.089241, 121.587791), new google.maps.LatLng(24.997732, 121.487434), new google.maps.LatLng(25.080690, 121.480209), new google.maps.LatLng(24.984684, 121.348846), new google.maps.LatLng(25.040558, 121.526070), new google.maps.LatLng(25.118563, 121.529198), new google.maps.LatLng(24.961330, 121.557381), new google.maps.LatLng(24.948107, 121.505280), new google.maps.LatLng(25.056688, 121.543465), new google.maps.LatLng(25.062197, 121.556671), new google.maps.LatLng(25.066612, 121.536865), new google.maps.LatLng(25.023863, 121.571297), new google.maps.LatLng(25.103424, 121.538918), new google.maps.LatLng(25.020561, 121.236839), new google.maps.LatLng(25.063261, 121.589752), new google.maps.LatLng(24.982199, 121.508766), new google.maps.LatLng(24.966465, 121.388153), new google.maps.LatLng(25.007704, 121.460121), new google.maps.LatLng(25.079525, 121.593857), new google.maps.LatLng(24.987289, 121.431824), new google.maps.LatLng(25.087206, 121.525452), new google.maps.LatLng(25.011360, 121.388153), new google.maps.LatLng(25.118557, 121.559074), new google.maps.LatLng(24.988848, 121.418427), new google.maps.LatLng(25.057255, 121.617302), new google.maps.LatLng(25.105700, 121.573883), new google.maps.LatLng(24.985012, 121.599739), new google.maps.LatLng(25.041157, 121.464943), new google.maps.LatLng(24.969643, 121.343216), new google.maps.LatLng(25.053415, 121.515816), new google.maps.LatLng(24.994659, 121.588684), new google.maps.LatLng(25.103046, 121.540169), new google.maps.LatLng(24.988506, 121.343483), new google.maps.LatLng(24.992241, 121.573967), new google.maps.LatLng(25.056490, 121.611420), new google.maps.LatLng(25.024055, 121.569420), new google.maps.LatLng(25.057821, 121.432091), new google.maps.LatLng(25.045242, 121.511436), new google.maps.LatLng(25.065222, 121.568443), new google.maps.LatLng(25.035839, 121.544716), new google.maps.LatLng(25.051125, 121.565674), new google.maps.LatLng(25.035585, 121.566208), new google.maps.LatLng(25.071169, 121.612396), new google.maps.LatLng(24.997046, 121.522858), new google.maps.LatLng(24.967855, 121.543022), new google.maps.LatLng(25.143570, 121.389404), new google.maps.LatLng(25.023888, 121.528931), new google.maps.LatLng(25.109383, 121.471725), new google.maps.LatLng(24.932709, 121.386993), new google.maps.LatLng(25.108679, 121.471550), new google.maps.LatLng(24.981911, 121.507515), new google.maps.LatLng(25.023188, 121.568527), new google.maps.LatLng(25.069687, 121.521698), new google.maps.LatLng(24.946957, 121.344025), new google.maps.LatLng(25.036669, 121.375381), new google.maps.LatLng(25.045115, 121.505280), new google.maps.LatLng(25.057531, 121.458069), new google.maps.LatLng(25.017284, 121.468781), new google.maps.LatLng(25.005058, 121.445213), new google.maps.LatLng(25.150242, 121.495026), new google.maps.LatLng(24.936735, 121.360817), new google.maps.LatLng(25.016661, 121.366180), new google.maps.LatLng(25.026899, 121.586540), new google.maps.LatLng(25.106697, 121.454231), new google.maps.LatLng(24.964952, 121.417717), new google.maps.LatLng(25.045740, 121.525536), new google.maps.LatLng(25.135744, 121.538559), new google.maps.LatLng(25.155924, 121.462799), new google.maps.LatLng(25.011862, 121.465034), new google.maps.LatLng(25.023434, 121.582260), new google.maps.LatLng(25.038324, 121.589043), new google.maps.LatLng(25.015226, 121.577003), new google.maps.LatLng(24.998812, 121.425842), new google.maps.LatLng(25.075005, 121.510727), new google.maps.LatLng(25.167318, 121.445755), new google.maps.LatLng(24.964762, 121.434502), new google.maps.LatLng(25.118454, 121.530708), new google.maps.LatLng(25.043516, 121.534279), new google.maps.LatLng(25.017647, 121.296829), new google.maps.LatLng(24.963615, 121.483688), new google.maps.LatLng(24.959290, 121.569244), new google.maps.LatLng(25.040728, 121.564781), new google.maps.LatLng(25.156866, 121.530174), new google.maps.LatLng(24.985229, 121.342232), new google.maps.LatLng(25.094900, 121.476547), new google.maps.LatLng(25.041019, 121.588509), new google.maps.LatLng(25.017977, 121.342773), new google.maps.LatLng(25.125566, 121.562019), new google.maps.LatLng(25.149342, 121.503410), new google.maps.LatLng(24.979029, 121.557205), new google.maps.LatLng(25.134073, 121.470749), new google.maps.LatLng(25.139435, 121.548912), new google.maps.LatLng(25.001392, 121.500824), new google.maps.LatLng(25.075113, 121.535622), new google.maps.LatLng(25.158499, 121.434952), new google.maps.LatLng(25.033651, 121.505730), new google.maps.LatLng(24.997400, 121.521698), new google.maps.LatLng(25.054558, 121.515190), new google.maps.LatLng(24.982834, 121.581192), new google.maps.LatLng(24.983072, 121.340805), new google.maps.LatLng(25.024750, 121.517509), new google.maps.LatLng(24.962311, 121.539101), new google.maps.LatLng(25.014118, 121.492882), new google.maps.LatLng(25.122919, 121.515633), new google.maps.LatLng(25.065294, 121.541061), new google.maps.LatLng(24.992470, 121.467445), new google.maps.LatLng(25.117792, 121.568977), new google.maps.LatLng(25.036449, 121.534729), new google.maps.LatLng(24.954420, 121.355820), new google.maps.LatLng(25.058046, 121.593941), new google.maps.LatLng(25.159279, 121.457710), new google.maps.LatLng(24.997215, 121.572540), new google.maps.LatLng(25.084276, 121.591270), new google.maps.LatLng(25.064421, 121.578522), new google.maps.LatLng(25.173424, 121.502518), new google.maps.LatLng(25.181284, 121.447357), new google.maps.LatLng(25.018541, 121.411377), new google.maps.LatLng(25.001284, 121.465927), new google.maps.LatLng(25.085205, 121.546944), new google.maps.LatLng(25.011267, 121.564606), new google.maps.LatLng(25.036877, 121.501183), new google.maps.LatLng(24.971085, 121.459946), new google.maps.LatLng(24.999008, 121.509209), new google.maps.LatLng(24.993530, 121.465752), new google.maps.LatLng(25.033636, 121.566391), new google.maps.LatLng(24.973783, 121.479942), new google.maps.LatLng(25.085550, 121.476814), new google.maps.LatLng(25.017982, 121.397804), new google.maps.LatLng(24.998766, 121.580750), new google.maps.LatLng(24.971443, 121.258034), new google.maps.LatLng(24.972689, 121.497345), new google.maps.LatLng(24.989960, 121.345093), new google.maps.LatLng(24.969995, 121.548729), new google.maps.LatLng(25.039749, 121.546768), new google.maps.LatLng(25.046810, 121.467354), new google.maps.LatLng(25.041588, 121.567459), new google.maps.LatLng(25.025290, 121.565941), new google.maps.LatLng(25.060841, 121.492348), new google.maps.LatLng(25.033739, 121.479942), new google.maps.LatLng(24.952534, 121.509392), new google.maps.LatLng(25.003483, 121.331245), new google.maps.LatLng(25.079397, 121.566658), new google.maps.LatLng(25.100950, 121.580299), new google.maps.LatLng(25.079548, 121.559700), new google.maps.LatLng(24.991909, 121.364838), new google.maps.LatLng(25.062624, 121.374397), new google.maps.LatLng(25.035547, 121.577629), new google.maps.LatLng(25.123962, 121.558990), new google.maps.LatLng(25.061388, 121.562912), new google.maps.LatLng(25.029753, 121.474319), new google.maps.LatLng(25.146004, 121.460571), new google.maps.LatLng(24.997984, 121.551315), new google.maps.LatLng(24.934406, 121.330528), new google.maps.LatLng(25.010046, 121.520805), new google.maps.LatLng(25.061802, 121.586456), new google.maps.LatLng(25.019110, 121.554527), new google.maps.LatLng(25.005402, 121.513405), new google.maps.LatLng(24.993513, 121.541771), new google.maps.LatLng(24.984804, 121.599915), new google.maps.LatLng(25.040106, 121.589218), new google.maps.LatLng(24.998253, 121.487350), new google.maps.LatLng(25.060806, 121.497429), new google.maps.LatLng(24.981592, 121.543465), new google.maps.LatLng(25.027777, 121.552208), new google.maps.LatLng(25.000616, 121.413879), new google.maps.LatLng(25.052160, 121.303360), new google.maps.LatLng(24.998545, 121.476906), new google.maps.LatLng(25.005684, 121.547127), new google.maps.LatLng(25.139294, 121.547752), new google.maps.LatLng(25.059839, 121.501892), new google.maps.LatLng(25.045429, 121.327934), new google.maps.LatLng(25.013260, 121.512421), new google.maps.LatLng(24.947948, 121.229683), new google.maps.LatLng(24.964020, 121.340981), new google.maps.LatLng(25.013330, 121.293259), new google.maps.LatLng(24.962517, 121.539635), new google.maps.LatLng(25.009289, 121.646088), new google.maps.LatLng(25.125740, 121.470566), new google.maps.LatLng(25.137302, 121.548820), new google.maps.LatLng(25.053595, 121.320343), new google.maps.LatLng(25.033518, 121.558449), new google.maps.LatLng(25.039917, 121.565407), new google.maps.LatLng(25.127136, 121.409592), new google.maps.LatLng(24.981901, 121.502609), new google.maps.LatLng(25.067850, 121.597328), new google.maps.LatLng(25.134012, 121.536423), new google.maps.LatLng(24.964214, 121.355820), new google.maps.LatLng(25.052181, 121.303627), new google.maps.LatLng(25.082989, 121.564781), new google.maps.LatLng(25.032515, 121.567635), new google.maps.LatLng(25.117649, 121.568527), new google.maps.LatLng(24.989588, 121.317482), new google.maps.LatLng(25.062458, 121.520721), new google.maps.LatLng(25.030313, 121.446465), new google.maps.LatLng(25.006804, 121.560684), new google.maps.LatLng(25.010790, 121.505997), new google.maps.LatLng(25.025446, 121.568794), new google.maps.LatLng(24.985878, 121.466194), new google.maps.LatLng(24.940670, 121.340355), new google.maps.LatLng(24.985941, 121.573967), new google.maps.LatLng(25.034592, 121.452980), new google.maps.LatLng(25.034191, 121.574234), new google.maps.LatLng(25.026594, 121.509300), new google.maps.LatLng(25.134281, 121.470566), new google.maps.LatLng(25.021191, 121.507248), new google.maps.LatLng(25.072708, 121.516258), new google.maps.LatLng(25.013046, 121.421379), new google.maps.LatLng(24.958748, 121.218948), new google.maps.LatLng(25.012627, 121.553192), new google.maps.LatLng(25.101862, 121.547302), new google.maps.LatLng(24.993025, 121.574509), new google.maps.LatLng(25.173258, 121.507782), new google.maps.LatLng(25.021629, 121.549805), new google.maps.LatLng(24.983023, 121.492882), new google.maps.LatLng(25.139442, 121.507423), new google.maps.LatLng(25.103176, 121.501625), new google.maps.LatLng(25.133413, 121.536156), new google.maps.LatLng(24.946772, 121.342323), new google.maps.LatLng(24.991726, 121.528572), new google.maps.LatLng(25.050476, 121.555061), new google.maps.LatLng(25.155165, 121.552475), new google.maps.LatLng(25.151543, 121.478241), new google.maps.LatLng(25.081373, 121.564606), new google.maps.LatLng(24.977671, 121.545700), new google.maps.LatLng(25.002434, 121.617569), new google.maps.LatLng(25.057510, 121.609901), new google.maps.LatLng(25.067738, 121.438606), new google.maps.LatLng(25.016937, 121.572899), new google.maps.LatLng(24.981831, 121.458336), new google.maps.LatLng(25.088964, 121.464767), new google.maps.LatLng(24.984711, 121.622475), new google.maps.LatLng(25.006529, 121.510368), new google.maps.LatLng(25.149315, 121.516525), new google.maps.LatLng(25.100380, 121.588684), new google.maps.LatLng(25.087894, 121.554169), new google.maps.LatLng(25.001909, 121.569153), new google.maps.LatLng(25.089006, 121.526253), new google.maps.LatLng(25.012671, 121.638786), new google.maps.LatLng(24.983210, 121.558807), new google.maps.LatLng(25.070963, 121.531067), new google.maps.LatLng(25.138538, 121.544983), new google.maps.LatLng(25.079065, 121.567017), new google.maps.LatLng(24.961477, 121.556755), new google.maps.LatLng(25.167223, 121.556488), new google.maps.LatLng(24.958220, 121.395744), new google.maps.LatLng(25.103254, 121.629425), new google.maps.LatLng(25.118383, 121.463425), new google.maps.LatLng(24.961655, 121.218948), new google.maps.LatLng(25.125437, 121.500732), new google.maps.LatLng(25.066822, 121.590111), new google.maps.LatLng(25.077312, 121.558632), new google.maps.LatLng(24.986372, 121.314171), new google.maps.LatLng(25.141144, 121.529732), new google.maps.LatLng(24.980141, 121.536598), new google.maps.LatLng(24.984505, 121.468872), new google.maps.LatLng(25.156006, 121.527855), new google.maps.LatLng(25.049688, 121.567551), new google.maps.LatLng(25.139622, 121.503853), new google.maps.LatLng(24.969591, 121.519379), new google.maps.LatLng(25.093672, 121.587967), new google.maps.LatLng(25.098471, 121.551140), new google.maps.LatLng(25.149700, 121.513138), new google.maps.LatLng(25.112080, 121.614182), new google.maps.LatLng(24.935942, 121.366356), new google.maps.LatLng(24.999352, 121.622917), new google.maps.LatLng(24.994234, 121.558098), new google.maps.LatLng(25.127338, 121.564697), new google.maps.LatLng(25.137926, 121.542305), new google.maps.LatLng(24.930960, 121.235588), new google.maps.LatLng(25.074459, 121.491898), new google.maps.LatLng(25.029526, 121.575394), new google.maps.LatLng(25.038134, 121.552925), new google.maps.LatLng(25.073765, 121.542038), new google.maps.LatLng(25.153875, 121.510193), new google.maps.LatLng(25.050316, 121.533920), new google.maps.LatLng(24.958147, 121.225479), new google.maps.LatLng(24.992317, 121.233261), new google.maps.LatLng(25.054810, 121.460480), new google.maps.LatLng(25.138193, 121.543289), new google.maps.LatLng(25.008741, 121.535530), new google.maps.LatLng(25.018524, 121.470566), new google.maps.LatLng(25.051781, 121.535797), new google.maps.LatLng(24.993137, 121.315781), new google.maps.LatLng(24.992378, 121.241936), new google.maps.LatLng(25.065165, 121.632896), new google.maps.LatLng(25.120722, 121.550957), new google.maps.LatLng(25.084064, 121.496185), new google.maps.LatLng(25.030277, 121.471375), new google.maps.LatLng(25.019682, 121.557022), new google.maps.LatLng(24.931330, 121.372971), new google.maps.LatLng(25.117863, 121.464233), new google.maps.LatLng(25.071711, 121.530357), new google.maps.LatLng(24.989941, 121.587257), new google.maps.LatLng(25.009022, 121.645821), new google.maps.LatLng(25.013367, 121.510902), new google.maps.LatLng(25.134232, 121.539009), new google.maps.LatLng(25.000727, 121.555511), new google.maps.LatLng(25.026981, 121.574234), new google.maps.LatLng(24.960806, 121.509476), new google.maps.LatLng(25.022062, 121.413696), new google.maps.LatLng(25.059532, 121.461906), new google.maps.LatLng(25.096741, 121.448608), new google.maps.LatLng(25.019897, 121.574059), new google.maps.LatLng(25.027582, 121.471550), new google.maps.LatLng(24.931154, 121.303452), new google.maps.LatLng(25.054724, 121.515190), new google.maps.LatLng(24.990921, 121.578522), new google.maps.LatLng(25.055681, 121.433784), new google.maps.LatLng(25.072666, 121.542488), new google.maps.LatLng(25.054798, 121.581367), new google.maps.LatLng(24.995348, 121.587166), new google.maps.LatLng(24.935682, 121.350723), new google.maps.LatLng(25.142723, 121.522682), new google.maps.LatLng(25.039305, 121.529282), new google.maps.LatLng(24.977589, 121.463692), new google.maps.LatLng(24.963160, 121.513222), new google.maps.LatLng(25.024649, 121.523575), new google.maps.LatLng(25.064625, 121.530174), new google.maps.LatLng(25.010237, 121.427719), new google.maps.LatLng(25.087767, 121.525177), new google.maps.LatLng(24.991913, 121.421288), new google.maps.LatLng(25.079596, 121.545784), new google.maps.LatLng(25.056093, 121.601166), new google.maps.LatLng(25.077349, 121.503227), new google.maps.LatLng(25.015429, 121.538116), new google.maps.LatLng(25.017708, 121.474403), new google.maps.LatLng(25.157459, 121.498856), new google.maps.LatLng(25.039429, 121.421738), new google.maps.LatLng(25.102015, 121.453339), new google.maps.LatLng(25.082207, 121.486809), new google.maps.LatLng(24.999556, 121.522057), new google.maps.LatLng(25.053841, 121.599831), new google.maps.LatLng(25.011343, 121.423340), new google.maps.LatLng(25.132677, 121.399406), new google.maps.LatLng(24.994829, 121.496986), new google.maps.LatLng(25.086750, 121.525269), new google.maps.LatLng(25.073551, 121.353943), new google.maps.LatLng(25.012625, 121.517593), new google.maps.LatLng(25.074749, 121.380028), new google.maps.LatLng(25.089417, 121.621399), new google.maps.LatLng(24.944572, 121.369934), new google.maps.LatLng(24.995344, 121.588234), new google.maps.LatLng(25.121861, 121.561928), new google.maps.LatLng(24.984329, 121.565315), new google.maps.LatLng(24.993284, 121.432091), new google.maps.LatLng(24.975197, 121.548462), new google.maps.LatLng(25.021425, 121.569336), new google.maps.LatLng(24.957218, 121.358765), new google.maps.LatLng(24.938057, 121.370110), new google.maps.LatLng(25.122568, 121.464317), new google.maps.LatLng(24.988722, 121.565315), new google.maps.LatLng(25.020887, 121.534637), new google.maps.LatLng(25.030001, 121.474319), new google.maps.LatLng(25.110708, 121.553009), new google.maps.LatLng(25.151579, 121.433701), new google.maps.LatLng(25.059980, 121.531242), new google.maps.LatLng(25.065662, 121.502518), new google.maps.LatLng(25.020679, 121.549263), new google.maps.LatLng(25.154322, 121.529732), new google.maps.LatLng(25.087425, 121.368416), new google.maps.LatLng(25.009459, 121.592697), new google.maps.LatLng(25.047073, 121.550156), new google.maps.LatLng(25.134121, 121.535263), new google.maps.LatLng(25.014246, 121.454857), new google.maps.LatLng(25.049246, 121.557472), new google.maps.LatLng(25.029980, 121.465569), new google.maps.LatLng(25.075445, 121.609726), new google.maps.LatLng(25.065384, 121.525894), new google.maps.LatLng(25.088808, 121.468605), new google.maps.LatLng(25.023098, 121.536865), new google.maps.LatLng(25.051250, 121.388962), new google.maps.LatLng(25.039536, 121.568085), new google.maps.LatLng(24.957500, 121.218948), new google.maps.LatLng(25.058962, 121.587257), new google.maps.LatLng(25.062134, 121.490021), new google.maps.LatLng(25.133184, 121.469940), new google.maps.LatLng(25.075766, 121.492348), new google.maps.LatLng(24.998049, 121.578163), new google.maps.LatLng(25.046078, 121.516350), new google.maps.LatLng(25.097250, 121.589310), new google.maps.LatLng(25.008595, 121.470482), new google.maps.LatLng(24.931135, 121.353493), new google.maps.LatLng(25.055990, 121.600899), new google.maps.LatLng(25.063330, 121.564514), new google.maps.LatLng(24.957647, 121.340179), new google.maps.LatLng(25.138969, 121.529465), new google.maps.LatLng(25.068874, 121.457092), new google.maps.LatLng(25.027647, 121.479050), new google.maps.LatLng(25.011492, 121.591446), new google.maps.LatLng(25.004900, 121.599030), new google.maps.LatLng(25.018017, 121.591537), new google.maps.LatLng(25.014647, 121.577003), new google.maps.LatLng(25.039165, 121.456467), new google.maps.LatLng(24.991650, 121.563087), new google.maps.LatLng(25.088633, 121.526428), new google.maps.LatLng(25.037994, 121.509476), new google.maps.LatLng(25.024279, 121.475029), new google.maps.LatLng(25.087069, 121.475296), new google.maps.LatLng(24.990814, 121.315422), new google.maps.LatLng(25.099501, 121.586098), new google.maps.LatLng(25.008951, 121.519470), new google.maps.LatLng(25.102560, 121.443253), new google.maps.LatLng(25.057365, 121.511711), new google.maps.LatLng(24.996792, 121.576111), new google.maps.LatLng(25.033300, 121.472977), new google.maps.LatLng(24.975492, 121.402443), new google.maps.LatLng(25.062056, 121.495644), new google.maps.LatLng(24.999432, 121.537048), new google.maps.LatLng(25.051928, 121.567192), new google.maps.LatLng(24.989941, 121.573883), new google.maps.LatLng(24.995628, 121.583870), new google.maps.LatLng(24.988432, 121.431557), new google.maps.LatLng(25.125004, 121.424324), new google.maps.LatLng(25.078606, 121.568260), new google.maps.LatLng(25.055042, 121.599648), new google.maps.LatLng(24.998169, 121.579765), new google.maps.LatLng(25.015421, 121.561394), new google.maps.LatLng(25.021973, 121.501801), new google.maps.LatLng(24.982265, 121.590645), new google.maps.LatLng(25.101580, 121.533386), new google.maps.LatLng(25.032106, 121.502068), new google.maps.LatLng(25.116751, 121.525986), new google.maps.LatLng(25.041544, 121.586632), new google.maps.LatLng(25.028503, 121.467262), new google.maps.LatLng(25.036905, 121.609459), new google.maps.LatLng(25.149622, 121.534187), new google.maps.LatLng(25.069832, 121.401733), new google.maps.LatLng(25.195898, 121.482079), new google.maps.LatLng(25.036999, 121.502068), new google.maps.LatLng(25.105883, 121.563622), new google.maps.LatLng(25.018009, 121.575043), new google.maps.LatLng(25.135286, 121.539452), new google.maps.LatLng(25.012043, 121.485115), new google.maps.LatLng(25.002569, 121.410843), new google.maps.LatLng(24.973042, 121.387711), new google.maps.LatLng(24.990776, 121.578430), new google.maps.LatLng(24.960649, 121.474052), new google.maps.LatLng(24.993204, 121.525803), new google.maps.LatLng(25.089088, 121.464943), new google.maps.LatLng(25.041273, 121.514923), new google.maps.LatLng(24.972317, 121.496803), new google.maps.LatLng(25.053885, 121.551498), new google.maps.LatLng(25.137724, 121.546677), new google.maps.LatLng(25.111868, 121.535797), new google.maps.LatLng(24.997208, 121.451820), new google.maps.LatLng(25.071121, 121.513489), new google.maps.LatLng(24.995264, 121.587166), new google.maps.LatLng(25.088202, 121.525093), new google.maps.LatLng(24.998789, 121.573616), new google.maps.LatLng(25.059780, 121.486275), new google.maps.LatLng(25.083561, 121.549355), new google.maps.LatLng(25.151669, 121.513222), new google.maps.LatLng(25.039097, 121.522415), new google.maps.LatLng(25.088596, 121.524467), new google.maps.LatLng(25.089487, 121.524559), new google.maps.LatLng(25.036121, 121.585381), new google.maps.LatLng(24.981289, 121.507690), new google.maps.LatLng(25.072958, 121.577446), new google.maps.LatLng(25.054543, 121.600723), new google.maps.LatLng(25.054352, 121.452538), new google.maps.LatLng(25.034143, 121.475746), new google.maps.LatLng(24.971189, 121.535889), new google.maps.LatLng(25.050278, 121.525986), new google.maps.LatLng(25.078171, 121.584846), new google.maps.LatLng(25.088263, 121.525177), new google.maps.LatLng(25.022917, 121.556313), new google.maps.LatLng(24.986948, 121.569687), new google.maps.LatLng(25.034910, 121.430397), new google.maps.LatLng(25.056124, 121.598938), new google.maps.LatLng(25.105009, 121.434235), new google.maps.LatLng(24.992876, 121.588860), new google.maps.LatLng(25.047140, 121.579765), new google.maps.LatLng(25.010088, 121.620239), new google.maps.LatLng(25.108540, 121.578339), new google.maps.LatLng(25.082062, 121.527229), new google.maps.LatLng(24.987833, 121.463158), new google.maps.LatLng(25.002022, 121.629158), new google.maps.LatLng(25.115217, 121.482170), new google.maps.LatLng(25.031590, 121.577538), new google.maps.LatLng(25.019142, 121.570580), new google.maps.LatLng(24.972063, 121.498947), new google.maps.LatLng(25.009836, 121.621315), new google.maps.LatLng(25.058249, 121.566032), new google.maps.LatLng(25.161379, 121.455841), new google.maps.LatLng(25.048929, 121.376183), new google.maps.LatLng(25.127405, 121.518753), new google.maps.LatLng(24.996626, 121.452896), new google.maps.LatLng(25.019665, 121.556046), new google.maps.LatLng(25.037424, 121.547836), new google.maps.LatLng(24.999653, 121.319176), new google.maps.LatLng(24.963020, 121.560768), new google.maps.LatLng(24.981441, 121.330353), new google.maps.LatLng(25.080359, 121.564339), new google.maps.LatLng(25.154543, 121.485916), new google.maps.LatLng(25.137308, 121.541412), new google.maps.LatLng(25.058064, 121.566124), new google.maps.LatLng(25.122381, 121.515816), new google.maps.LatLng(25.008442, 121.560417), new google.maps.LatLng(24.987955, 121.430756), new google.maps.LatLng(25.015154, 121.532585), new google.maps.LatLng(25.002151, 121.535706), new google.maps.LatLng(24.974447, 121.525177), new google.maps.LatLng(25.010248, 121.591446), new google.maps.LatLng(25.161800, 121.466019), new google.maps.LatLng(25.079111, 121.565407), new google.maps.LatLng(25.031605, 121.560234), new google.maps.LatLng(24.995193, 121.583244), new google.maps.LatLng(24.977331, 121.524200), new google.maps.LatLng(25.056442, 121.613022), new google.maps.LatLng(25.025637, 121.469940), new google.maps.LatLng(25.076242, 121.485023), new google.maps.LatLng(25.036509, 121.568977), new google.maps.LatLng(25.011494, 121.590736), new google.maps.LatLng(25.136261, 121.473778), new google.maps.LatLng(25.132004, 121.525269), new google.maps.LatLng(25.039499, 121.504478), new google.maps.LatLng(25.030905, 121.578339), new google.maps.LatLng(25.070520, 121.592697), new google.maps.LatLng(24.999767, 121.476997), new google.maps.LatLng(25.007942, 121.410927), new google.maps.LatLng(25.061024, 121.528931), new google.maps.LatLng(25.040743, 121.519295), new google.maps.LatLng(25.041407, 121.584404), new google.maps.LatLng(25.019089, 121.510902), new google.maps.LatLng(25.133999, 121.545609), new google.maps.LatLng(25.096882, 121.588058), new google.maps.LatLng(24.961123, 121.412086), new google.maps.LatLng(24.944681, 121.405746), new google.maps.LatLng(24.996592, 121.580482), new google.maps.LatLng(25.066656, 121.617126), new google.maps.LatLng(25.005379, 121.489136), new google.maps.LatLng(25.116699, 121.517059), new google.maps.LatLng(25.054897, 121.532761), new google.maps.LatLng(25.031876, 121.479050), new google.maps.LatLng(25.141470, 121.568352), new google.maps.LatLng(25.068186, 121.497070), new google.maps.LatLng(24.955002, 121.324455), new google.maps.LatLng(25.066759, 121.503143), new google.maps.LatLng(25.030680, 121.430038), new google.maps.LatLng(24.940123, 121.244080), new google.maps.LatLng(24.989458, 121.425751), new google.maps.LatLng(25.068224, 121.452087), new google.maps.LatLng(25.114429, 121.554794), new google.maps.LatLng(25.109591, 121.363770), new google.maps.LatLng(25.008362, 121.462624), new google.maps.LatLng(24.971485, 121.318909), new google.maps.LatLng(24.986385, 121.481728), new google.maps.LatLng(25.063053, 121.522057), new google.maps.LatLng(24.946539, 121.511261), new google.maps.LatLng(24.983278, 121.341339), new google.maps.LatLng(25.136984, 121.418159), new google.maps.LatLng(25.131937, 121.496719), new google.maps.LatLng(25.095434, 121.498589), new google.maps.LatLng(24.961443, 121.370560), new google.maps.LatLng(25.055969, 121.600990), new google.maps.LatLng(24.986006, 121.443344), new google.maps.LatLng(25.139526, 121.530266), new google.maps.LatLng(25.041632, 121.591179), new google.maps.LatLng(24.950722, 121.205170), new google.maps.LatLng(24.984673, 121.246140), new google.maps.LatLng(25.040388, 121.447357), new google.maps.LatLng(25.102852, 121.530800), new google.maps.LatLng(25.155310, 121.491455), new google.maps.LatLng(24.944260, 121.478867), new google.maps.LatLng(25.165380, 121.561127), new google.maps.LatLng(24.967186, 121.436195), new google.maps.LatLng(25.066099, 121.528839), new google.maps.LatLng(25.094244, 121.600632), new google.maps.LatLng(25.001751, 121.319092), new google.maps.LatLng(25.109314, 121.513222), new google.maps.LatLng(24.999229, 121.302467), new google.maps.LatLng(24.964172, 121.563980), new google.maps.LatLng(25.018480, 121.556847), new google.maps.LatLng(25.002384, 121.410927), new google.maps.LatLng(24.989040, 121.576645), new google.maps.LatLng(24.980656, 121.504036), new google.maps.LatLng(25.083042, 121.491364), new google.maps.LatLng(25.143990, 121.434235), new google.maps.LatLng(24.949890, 121.384850), new google.maps.LatLng(25.040266, 121.547035), new google.maps.LatLng(25.024759, 121.563271), new google.maps.LatLng(25.077929, 121.482079), new google.maps.LatLng(25.021887, 121.316048), new google.maps.LatLng(25.072874, 121.495827), new google.maps.LatLng(25.063421, 121.523666), new google.maps.LatLng(24.963560, 121.433609), new google.maps.LatLng(25.079212, 121.482620), new google.maps.LatLng(25.028128, 121.493950), new google.maps.LatLng(25.136978, 121.541412), new google.maps.LatLng(24.957153, 121.384315), new google.maps.LatLng(25.142317, 121.548286), new google.maps.LatLng(25.096306, 121.553993), new google.maps.LatLng(25.036711, 121.570580), new google.maps.LatLng(24.959902, 121.351524), new google.maps.LatLng(25.044073, 121.548462), new google.maps.LatLng(24.955612, 121.343216), new google.maps.LatLng(25.182568, 121.447540), new google.maps.LatLng(25.044092, 121.586365), new google.maps.LatLng(25.070770, 121.580750), new google.maps.LatLng(25.032396, 121.517418), new google.maps.LatLng(24.936157, 121.251144), new google.maps.LatLng(25.161297, 121.468155), new google.maps.LatLng(24.972872, 121.600273), new google.maps.LatLng(25.046696, 121.616409), new google.maps.LatLng(25.100033, 121.587700), new google.maps.LatLng(25.043209, 121.578163), new google.maps.LatLng(25.069567, 121.492615), new google.maps.LatLng(24.997244, 121.577003), new google.maps.LatLng(24.941565, 121.478691), new google.maps.LatLng(25.173723, 121.445305), new google.maps.LatLng(25.025942, 121.581818), new google.maps.LatLng(25.089170, 121.526604), new google.maps.LatLng(24.971216, 121.368500), new google.maps.LatLng(25.089895, 121.479851), new google.maps.LatLng(25.048281, 121.521431), new google.maps.LatLng(25.066202, 121.501984), new google.maps.LatLng(25.026520, 121.521614), new google.maps.LatLng(25.150120, 121.534187), new google.maps.LatLng(25.006069, 121.401909), new google.maps.LatLng(24.995844, 121.523041), new google.maps.LatLng(25.176662, 121.459587), new google.maps.LatLng(25.043085, 121.589928), new google.maps.LatLng(25.013493, 121.525894), new google.maps.LatLng(24.995461, 121.590912), new google.maps.LatLng(25.114670, 121.578697), new google.maps.LatLng(25.081663, 121.540878), new google.maps.LatLng(24.957195, 121.363144), new google.maps.LatLng(25.053099, 121.538651), new google.maps.LatLng(25.126614, 121.564606), new google.maps.LatLng(24.971064, 121.393333), new google.maps.LatLng(24.980307, 121.587349), new google.maps.LatLng(25.026131, 121.472084), new google.maps.LatLng(25.093716, 121.517860), new google.maps.LatLng(24.990883, 121.526161), new google.maps.LatLng(25.009861, 121.299248), new google.maps.LatLng(25.045994, 121.544540), new google.maps.LatLng(25.018476, 121.537132), new google.maps.LatLng(25.118391, 121.519028), new google.maps.LatLng(25.050638, 121.523041), new google.maps.LatLng(25.042976, 121.541504), new google.maps.LatLng(25.090034, 121.591446), new google.maps.LatLng(25.073105, 121.577179), new google.maps.LatLng(25.014675, 121.517685), new google.maps.LatLng(24.950686, 121.510902), new google.maps.LatLng(24.993135, 121.528214), new google.maps.LatLng(25.017181, 121.468155), new google.maps.LatLng(25.000341, 121.470657), new google.maps.LatLng(25.013029, 121.461823), new google.maps.LatLng(24.978849, 121.546326), new google.maps.LatLng(25.071157, 121.521790), new google.maps.LatLng(24.981291, 121.507339), new google.maps.LatLng(25.166988, 121.445038), new google.maps.LatLng(25.024815, 121.538383), new google.maps.LatLng(25.002611, 121.410660), new google.maps.LatLng(25.016241, 121.461906), new google.maps.LatLng(25.026459, 121.576111), new google.maps.LatLng(25.003834, 121.526787), new google.maps.LatLng(25.089657, 121.504478), new google.maps.LatLng(25.067411, 121.593231), new google.maps.LatLng(25.068657, 121.592514), new google.maps.LatLng(24.936220, 121.379761), new google.maps.LatLng(24.936417, 121.370018), new google.maps.LatLng(25.012405, 121.480743), new google.maps.LatLng(25.006113, 121.476105), new google.maps.LatLng(25.006086, 121.550690), new google.maps.LatLng(25.006866, 121.482437), new google.maps.LatLng(25.166901, 121.573967), new google.maps.LatLng(25.066305, 121.502251), new google.maps.LatLng(25.079782, 121.569244), new google.maps.LatLng(24.935797, 121.366272), new google.maps.LatLng(25.058954, 121.492615), new google.maps.LatLng(25.040794, 121.529999), new google.maps.LatLng(25.060637, 121.558365), new google.maps.LatLng(24.993584, 121.587967), new google.maps.LatLng(25.075811, 121.584312), new google.maps.LatLng(24.956507, 121.472267), new google.maps.LatLng(25.027815, 121.533028), new google.maps.LatLng(24.952372, 121.347504), new google.maps.LatLng(25.121782, 121.463783), new google.maps.LatLng(24.967180, 121.426643), new google.maps.LatLng(24.996578, 121.577713), new google.maps.LatLng(25.055325, 121.508408), new google.maps.LatLng(24.959745, 121.536957), new google.maps.LatLng(25.069403, 121.436821), new google.maps.LatLng(25.138277, 121.532051), new google.maps.LatLng(25.073269, 121.515991), new google.maps.LatLng(25.046368, 121.537315), new google.maps.LatLng(25.103870, 121.541954), new google.maps.LatLng(25.054955, 121.553993), new google.maps.LatLng(25.091576, 121.441643), new google.maps.LatLng(25.085161, 121.460480), new google.maps.LatLng(25.129559, 121.553192), new google.maps.LatLng(24.986889, 121.582977), new google.maps.LatLng(24.949808, 121.383781), new google.maps.LatLng(25.055717, 121.584846), new google.maps.LatLng(24.952396, 121.388336), new google.maps.LatLng(25.027678, 121.550873), new google.maps.LatLng(25.060818, 121.515007), new google.maps.LatLng(25.064262, 121.453072), new google.maps.LatLng(25.142458, 121.460838), new google.maps.LatLng(25.125792, 121.500290), new google.maps.LatLng(25.116488, 121.505997), new google.maps.LatLng(25.167150, 121.389313), new google.maps.LatLng(25.090525, 121.536690), new google.maps.LatLng(25.176352, 121.459496), new google.maps.LatLng(25.078756, 121.599915), new google.maps.LatLng(25.161516, 121.457710), new google.maps.LatLng(24.992096, 121.422981), new google.maps.LatLng(24.976362, 121.368858), new google.maps.LatLng(25.154715, 121.458786), new google.maps.LatLng(25.010700, 121.599030), new google.maps.LatLng(25.083750, 121.523933), new google.maps.LatLng(24.953409, 121.346252), new google.maps.LatLng(25.127172, 121.564697), new google.maps.LatLng(25.148827, 121.439056), new google.maps.LatLng(25.051641, 121.422714), new google.maps.LatLng(25.155392, 121.412178), new google.maps.LatLng(25.094702, 121.520721), new google.maps.LatLng(25.068794, 121.583153), new google.maps.LatLng(24.989553, 121.598045), new google.maps.LatLng(24.995893, 121.550339), new google.maps.LatLng(24.986023, 121.466286), new google.maps.LatLng(25.118120, 121.559525), new google.maps.LatLng(25.032200, 121.568977), new google.maps.LatLng(25.019545, 121.532944), new google.maps.LatLng(25.044161, 121.560059), new google.maps.LatLng(24.989656, 121.510551), new google.maps.LatLng(24.975143, 121.545158), new google.maps.LatLng(25.136749, 121.541328), new google.maps.LatLng(25.072735, 121.546410), new google.maps.LatLng(24.988659, 121.586365), new google.maps.LatLng(25.054295, 121.526878), new google.maps.LatLng(25.117563, 121.553101), new google.maps.LatLng(25.004362, 121.405663), new google.maps.LatLng(24.959097, 121.369934), new google.maps.LatLng(25.087679, 121.532944), new google.maps.LatLng(24.984245, 121.463608), new google.maps.LatLng(25.131037, 121.467445), new google.maps.LatLng(24.944899, 121.376724), new google.maps.LatLng(25.061987, 121.640388), new google.maps.LatLng(25.148165, 121.535797), new google.maps.LatLng(25.032721, 121.609993), new google.maps.LatLng(25.014524, 121.556404), new google.maps.LatLng(24.994059, 121.439415), new google.maps.LatLng(25.133783, 121.470566), new google.maps.LatLng(24.992813, 121.589127), new google.maps.LatLng(25.082344, 121.565048), new google.maps.LatLng(25.036823, 121.497879), new google.maps.LatLng(24.994354, 121.468246), new google.maps.LatLng(24.956448, 121.491272), new google.maps.LatLng(25.045712, 121.514381), new google.maps.LatLng(25.053276, 121.534729), new google.maps.LatLng(24.992733, 121.588776), new google.maps.LatLng(25.022633, 121.419769), new google.maps.LatLng(25.027126, 121.443787), new google.maps.LatLng(25.051666, 121.564430), new google.maps.LatLng(25.066299, 121.482170), new google.maps.LatLng(25.026054, 121.532410), new google.maps.LatLng(24.980677, 121.417534), new google.maps.LatLng(25.128723, 121.471283), new google.maps.LatLng(25.078968, 121.386101), new google.maps.LatLng(24.992752, 121.589043), new google.maps.LatLng(25.086384, 121.482796), new google.maps.LatLng(24.954939, 121.355011), new google.maps.LatLng(25.011299, 121.456108), new google.maps.LatLng(25.044104, 121.532494), new google.maps.LatLng(25.089066, 121.526695), new google.maps.LatLng(24.979368, 121.418159), new google.maps.LatLng(25.103481, 121.439682), new google.maps.LatLng(25.024389, 121.520454), new google.maps.LatLng(25.049286, 121.517860), new google.maps.LatLng(25.013365, 121.511978), new google.maps.LatLng(25.021660, 121.553551), new google.maps.LatLng(25.090700, 121.501450), new google.maps.LatLng(25.061340, 121.599297), new google.maps.LatLng(25.135227, 121.560059), new google.maps.LatLng(24.977306, 121.517593), new google.maps.LatLng(25.006630, 121.527588), new google.maps.LatLng(24.971504, 121.498505), new google.maps.LatLng(25.021339, 121.556671), new google.maps.LatLng(25.009472, 121.635841), new google.maps.LatLng(25.012167, 121.518135), new google.maps.LatLng(25.059942, 121.464409), new google.maps.LatLng(25.138750, 121.559875), new google.maps.LatLng(25.032713, 121.492790), new google.maps.LatLng(24.962696, 121.224495), new google.maps.LatLng(24.932337, 121.359032), new google.maps.LatLng(25.036575, 121.547928), new google.maps.LatLng(25.045439, 121.507782), new google.maps.LatLng(25.063562, 121.544540), new google.maps.LatLng(24.972187, 121.499481), new google.maps.LatLng(25.013229, 121.552742), new google.maps.LatLng(25.036932, 121.578430), new google.maps.LatLng(24.958391, 121.484047), new google.maps.LatLng(25.072624, 121.577805), new google.maps.LatLng(25.098394, 121.587967), new google.maps.LatLng(25.061695, 121.576019), new google.maps.LatLng(25.025162, 121.604111), new google.maps.LatLng(25.066216, 121.450752), new google.maps.LatLng(25.028620, 121.567635), new google.maps.LatLng(25.014551, 121.466995), new google.maps.LatLng(25.070265, 121.522415), new google.maps.LatLng(24.983030, 121.340981), new google.maps.LatLng(25.071791, 121.525093), new google.maps.LatLng(25.153437, 121.528214), new google.maps.LatLng(25.050577, 121.529282), new google.maps.LatLng(25.008879, 121.507782), new google.maps.LatLng(24.993685, 121.439590), new google.maps.LatLng(24.987972, 121.420395), new google.maps.LatLng(24.988226, 121.430664), new google.maps.LatLng(25.112856, 121.554794), new google.maps.LatLng(25.068132, 121.501183), new google.maps.LatLng(24.971722, 121.546326), new google.maps.LatLng(25.023266, 121.569954), new google.maps.LatLng(25.021410, 121.314529), new google.maps.LatLng(25.118776, 121.509300), new google.maps.LatLng(25.095104, 121.523933), ]; var pointArray = new google.maps.MVCArray(heatmap_points); var heatmap; heatmap = new google.maps.visualization.HeatmapLayer({ data: pointArray }); heatmap.setMap(map); heatmap.set('threshold', 10); heatmap.set('radius', 8); heatmap.set('opacity', 0.600000); heatmap.set('dissipating', true); } </script> </head> <body style="margin:0px; padding:0px;" onload="initialize()"> <div id="map_canvas" style="width: 100%; height: 100%;"></div> </body> </html>
behappycc/pokemon-crawler
plotMap/Jigglypuff,胖丁map.html
HTML
mit
259,483
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="./assets/lib/jquery-ui/jquery-ui.css"> <link rel="stylesheet" type="text/css" href="./assets/lib/w2ui/w2ui.css" /> <link rel="stylesheet" type="text/css" href="./assets/common/css/style.css" /> <title>Interactive visualization of artificial neural networks</title> <meta name="description" content="A web-based interactive step-by-step visualization of artificial neural networks. It aims to help visual learners gain visual intuition as to how artificial neural networks work."> <meta name="author" content="Mostafa Abdelraouf"> <meta property="og:title" content="Interactive visualization of artificial neural networks" /> <meta property="og:description" content="A web-based interactive step-by-step visualization of artificial neural networks. It aims to help visual learners gain visual intuition as to how artificial neural networks work." /> <meta property="og:type" content="website" /> <meta property="og:image" content="http://experiments.mostafa.io/public/ffbpann/assets/common/images/thumb.png"> <meta property="og:url" content="http://experiments.mostafa.io/public/ffbpann/"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Interactive visualization of artificial neural networks"> <meta name="twitter:description" content="A web-based interactive step-by-step visualization of artificial neural networks. It aims to help visual learners gain visual intuition as to how artificial neural networks work."> <meta name="twitter:creator" content="@droushi"> </head> <body> <div id="top-panel"> <div id="top-left-pane"> <div id="menu"> <a class="navicon-button larr"> <div class="navicon"></div> </a> </div> <div class="help"></div> <div class="about"></div> </div> <div id="lower-left-pane"> <a class="share" href="http://www.facebook.com/sharer.php?u=http://experiments.mostafa.io/public/ffbpann/" target="_blank"><img src="./assets/common/images/facebook.png" alt="Facebook" /></a> <a class="share" href="https://plus.google.com/share?url=http://experiments.mostafa.io/public/ffbpann/" target="_blank"><img src="./assets/common/images/google.png" alt="Google" /></a> <a class="share" href="https://twitter.com/share?url=http://experiments.mostafa.io/public/ffbpann/&text=Step-by-step Artificial Neural Network visualizer" target="_blank"><img src="./assets/common/images/twitter.png" alt="Twitter" /></a> </div> <div id="controls" class="hidden"> <span class="inline-label">Stepping mode</span> <ul> <li> <input checked type="radio" name="step-mode" id="step-mode-node" value="node"> <label for="step-mode-node">Node</label> </li> <li> <input type="radio" name="step-mode" id="step-mode-layer" value="layer"> <label for="step-mode-layer">Layer</label> </li> <li> <input type="radio" name="step-mode" id="step-mode-example" value="example"> <label for="step-mode-example">Example</label> </li> <li> <input type="radio" name="step-mode" id="step-mode-epoch" value="epoch"> <label for="step-mode-epoch">Epoch</label> </li> <li> <input type="radio" name="step-mode" id="step-mode-full" value="full"> <label for="step-mode-full">Full</label> </li> </ul> <br clear="all"> <p> <span class="inline-label">Number of steps</span> <input type="number" min="1" max="500" step="1" value="1" id="number-of-steps" /> <button class="run">Run</button> </p> </div> <div id="examples" class="hidden"> <table class="rwd-table"> <thead> <tr> <th colspan="15"><h4>Learning Progress <br> by Examples</h4></th> </tr> <tr> <th>#</th> <th>Progress</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> <div id="bottom-panel"> <div class="container "> <h1>Step-by-step Artificial Neural Network visualizer</h1> <form> <a href="javascript:void(0)" class="button build">Build</a> <h2>Settings</h2> <section> <p> <label for="number-of-epochs">Epochs</label> <input type="number" min="1" max="20001" step="10" value="15001" id="number-of-epochs" /> </p> <p> <label for="learning-rate">Learning Rate</label> <input type="number" min="0.01" max="5" step="0.01" value="0.5" id="learning-rate" /> </p> <p> <label for="tolerance">Tolerance</label> <input type="number" min="0.01" max="0.5" step="0.01" value="0.1" id="tolerance" /> </p> <p> <label for="number-of-layers">Hidden Layers</label> <input type="number" min="1" max="5" step="1" value="1" id="number-of-layers" /> </p> <p id="number-of-nodes-container"> <label>Nodes per layer</label> </p> </section> </form> <br clear="all" /> <h2>Data</h2> <div id="grid"></div> </div> </div> <div id="about-dialog" class="tab-body"> <!-- <h2></h2>--> <p> <a href="javascript:void(0)">This</a> demo aims to serve as a tool to help visual learners, such as myself, gain visual intuition as to how artificial neural networks work, it allows step-by-step iteration through the training process of a fully-connected backpropagation artificial neural network. The default demo attempts to learn an XOR problem. </p> <p>The demo is experimental and it uses some of the latest ES6 features so <span style="color:red;text-decoration: underline;font-weight:bold">it won't work on all browsers, also the performance still needs optimization so I recommend running it in Google Chrome.</span> </p> <p> The code still needs cleanup and further testing so issue reports and pull request are most welcome, you can fiind the code on github <a href="https://github.com/drdrsh/interactive-bpann">github</a> and is released under MIT license. If you wish to contact me send me an email to [email protected]. </p> </div> </div> <script language="text/html" id="example_meter"> <tr id="example-state-<%=exampleId%>" data-example-id="<%=exampleId%>"> <td class="example-number"></td> <td class="example-progress" style="background-color:<%=exampleColor%>"><progress value="0" max="100"></progress></td> </tr> </script> <script language="text/html" id="tooltip_tmpl"> <ul> <li>Input <%=input%></li> <li>Threshold <%=thres%></li> <li>Output <%=output%></li> <!--<li>Error <%=error%></li>--> </ul> </script> <script src="./assets/lib/jquery/jquery.js"></script> <script src="./assets/lib/jquery-ui/jquery-ui.js"></script> <script src="./assets/lib/w2ui/w2ui.js"></script> <script src="./assets/lib/sigma/sigma.js"></script> <script>var appNS = {};</script> <script src='./assets/common/js/sigma-overrides.js'></script> <script src='./assets/common/js/template.js'></script> <script src='./assets/common/js/main.js'></script> <script src='./assets/common/js/help.js'></script> <script src='./assets/common/js/ANN.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-990635-16', 'auto'); ga('send', 'pageview'); </script> </body> </html>
drdrsh/interactive-bpann
source/index.html
HTML
mit
8,936
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)]><!--> <html class="no-js not-oldie" lang="en" dir="ltr"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="HandheldFriendly" content="true" /> <link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="MobileOptimized" content="width" /> <meta http-equiv="cleartype" content="on" /> <meta http-equiv="ImageToolbar" content="false" /> <meta name="viewport" content="width=device-width" /> <meta name="version" content="20161218" /> <!--googleon: all--> <meta name="DC.description" content="" /> <meta name="DC.title" content="" /> <title> Evaluating Source Grouting and ORC for Remediating MTBE Sites| Research Project Database | Grantee Research Project | ORD | US EPA</title> <!--googleoff: snippet--> <meta name="keywords" content="" /> <link rel="shortlink" href="" /> <link rel="canonical" href="" /> <meta name="DC.creator" content="" /> <meta name="DC.language" content="en" /> <meta name="DC.Subject.epachannel" content="" /> <meta name="DC.type" content="" /> <meta name="DC.date.created" content="" /> <meta name="DC.date.modified" content="2003-03-17" /> <!--googleoff: all--> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" /> <!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]--> <link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" /> <link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" /> <link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" /> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]--> <style type="text/css"> /*This style needed for highlight link. Please do not remove*/ .hlText { font-family: "Arial"; color: red; font-weight: bold; font-style: italic; background-color: yellow; } .tblClass { font-size:smaller; min-width: 10%; line-height: normal; } </style> </head> <!-- NOTE, figure out body classes! --> <body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" > <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" 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!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script> <!-- End Google Tag Manager --> <div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div> <header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" /> <hgroup class="site-name-and-slogan"> <h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1> <div class="site-slogan">United States Environmental Protection Agency</div> </hgroup> <form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch"> <label class="element-hidden" for="search-box">Search</label> <input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/> <button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button> <input type="hidden" name="fld" value="" /> <input type="hidden" name="areaname" value="" /> <input type="hidden" name="areacontacts" value="" /> <input type="hidden" name="areasearchurl" value="" /> <input type="hidden" name="typeofsearch" value="epa" /> <input type="hidden" name="result_template" value="2col.ftl" /> <input type="hidden" name="filter" value="sample4filt.hts" /> </form> </header> <section id="main-content" class="main-content clearfix" role="main"> <div class="region-preface clearfix"> <div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region"> <ul class="menu utility-menu"> <li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li> </ul> </div> </div> <div class="main-column clearfix"> <!--googleon: all--> <div class="panel-pane pane-node-content" > <div class="pane-content"> <div class="node node-page clearfix view-mode-full"> <div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index--> <h5 class="pane-title">Project Research Results</h5> <div class="pane-content"> <ul> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/F">Final Report</a></li> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/2001">2001 Progress Report</a></li> </ul> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/abstract/5883">7 publications for this subproject</a><br /> <strong>Main Center: <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">R828598</a><br /> </strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/Center/59">359 publications for this center</a><br /> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.journals/Center/59">90 journal articles for this center</a><br /> </div> <!-- RFA Search start --> <h5 class="pane-title">Related Information</h5> <div class="pane-content"> <ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li> <li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li> <li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li> <li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li> </ul> </div> <!-- RFA Search End --><!--googleon: index--> </div> <a name="content"></a> <h2> Evaluating Source Grouting and ORC for Remediating MTBE Sites</h2> <b>EPA Grant Number:</b> R828598C809<br /> <b>Subproject:</b> <i>this is subproject number 809 , established and managed by the Center Director under grant <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">R828598</a> <br> (EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</i><br /> <b>Center:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">Gulf Coast HSRC (Lamar)</a><br /> <b>Center Director:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/5702"> Ho, Tho C.</a><br /> <b>Title:</b> Evaluating Source Grouting and ORC for Remediating MTBE Sites<br /> <b>Investigators:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6390"> Rifai, Hanadi </a> , <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/3501"> Rixey, William G. </a> <br /> <strong>Institution:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/4633"> <b>University of Houston - University Park</b> </a> <br /> <strong>EPA Project Officer:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/4005"> Lasat, Mitch </a> <br /> <b>Project Period:</b> September 1, 2000 through August 31, 2004 <br /> <b>RFA:</b> Gulf Coast Hazardous Substance Research Center (Lamar University) (1996) <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/270">RFA Text</a>&nbsp;|&nbsp; <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/270">Recipients Lists</a> <br /> <b>Research Category:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/846">Hazardous Waste/Remediation</a> , <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/965">Targeted Research</a> <br /> <br> <h3>Objective:</h3> <p>The focus of the proposal is on pilot-testing the use of Oxygen Releasing Compounds (ORC) and an MTBE degrading BC-4 microbial consortium culture grown by Shell Westhollow researchers (Salanitro et al., 1999) for treating MTBE sites. Preliminary field studies have demonstrated that ORC enhances the natural attenuation of MTBE, however these studies lack the rigor of controlled field experiments and do not provide the data necessary to quantify the viability of this technology.</p> <p></p> <h3>Approach:</h3> <p>The proposed project involves controlled pilot testing of enhanced MTBE remediation using ORC and microbial amendments. Three sites will be selected in Texas and up to three pilot projects will be conducted. The first pilot project will evaluate the efficacy of ORC alone for reducing MTBE dissolved concentrations in groundwater. The second pilot test will quantify the reduction in dissolved MTBE concentrations using ORC and the BC-4 culture and the third pilot test will serve as a control cell with no amendments to quantify the natural attenuation rates of MTBE.</p> <p></p> <h3>Expected Results:</h3> <p>Laboratory microcosm and in-situ column studies will be conducted to obtain a good characterization of the in situ release/degradation parameters for the ORC/microbial systems. The laboratory experiments will be conducted with the primary purpose of designing and analyzing the pilot tests. The project additionally involves developing mathematical models that account for oxygen release and degradation of MTBE and cost models for the use of these technologies at contaminated sites.</p> <p>Typical remediation costs for gasoline storage tank spills average $350,000 per site. Using ORC for remediating MTBE plumes can provide potential savings of $100,000 - $200,000 per site and decrease the remediation time to between 1- 5 years.</p> <p></p> <h3>Publications and Presentations:</h3> Publications have been submitted on this subproject: <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/abstract/5883">View all 7 publications for this subproject</a> |&nbsp;<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/Center/59">View all 359 publications for this center</a> </p> <h3>Supplemental Keywords:</h3> <i>groundwater, remediation, oxygen releasing compounds, microbial degradation, MTBE, Texas, hazardous waste.</i>, RFA, Scientific Discipline, INTERNATIONAL COOPERATION, Waste, Water, Contaminated Sediments, Remediation, Health Risk Assessment, Hazardous Waste, Ecology and Ecosystems, Groundwater remediation, Hazardous, sediment treatment, advanced treatment technologies, in situ remediation, in situ treatment, contaminant dynamics, biodegradation, MTBE, contaminated sediment, source grouting, BTEX, chemical contaminants, emissions, contaminated soil, natural attenuation, in-situ treatment of chlorinated solvents, treatment, environmental engineering, hazadous waste streams, contaminated groundwater, contaminated aquifers, air emissions, groundwater, aquifer remediation <p /> <P><h3>Progress and Final Reports:</h3> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/2001">2001 Progress Report</a><br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/F">Final Report</a><br> </P> <br> <h3>Main Center Abstract and Reports:</h3> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">R828598</a> &nbsp;&nbsp; <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">Gulf Coast HSRC (Lamar)</a> <br /> <p> <strong>Subprojects under this Center:</strong> <span class="fileinfo">(EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</span><br /> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5932/report/0">R822721C529</a> Environmentally Acceptable Endpoints: Risk Based Remediation Using Bioremediation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5924/report/0">R822721C552</a> Degradative Solidification/Stabilization Technology for Chlorinated Hydrocarbons<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5928/report/0">R822721C569</a> Treatment and Product Recovery: Supercritical Water Oxidation of Nylon Monomer Manufacturing Waste<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5941/report/0">R822721C620</a> Colloidal Fouling of Membranes: Implications in the Treatment of Textile Dye Wastes and Water Reuse<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5920/report/0">R822721C626</a> Catalytic Hydroprocessing of Chlorinated Organics<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5921/report/0">R822721C627</a> The Interaction of Microbial Activity and Zero Valent Iron Permeable Barrier Technology<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5939/report/0">R822721C630</a> Microbial Cometabolism of Recalcitrant Chemicals in Contaminated Air Streams<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5936/report/0">R822721C633</a> Catalyst Lifetime Studies for Chlorocarbon Steam Reforming<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5938/report/0">R822721C635</a> Electrokinetic/Surfactant-Enhanced Remediation of Hydrophobic Pollutants in Low Permeability Subsurface Environments<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5937/report/0">R822721C636</a> Transformation Reactions of Nitroaromatic and Nitrogen Heterocyclic Compounds on Granular Activated Carbon (GAC) Surfaces: Enhancement of GAC Adsorption in Natural and Engineered Environmental Systems<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5918/report/0">R822721C640</a> Environmentally Friendly Organic Synthesis in Supercritical Fluids<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5926/report/0">R822721C645</a> Development and Evaluation of an Integrated Model to Facilitate Risk-Based Corrective Action at Superfund Sites<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5930/report/0">R822721C651</a> Adjustable Biopolymer Chelators for Cadmium, Lead and Mercury<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5925/report/0">R822721C653</a> New Electrochemically Smart Catalysts for Hazardous Waste Management and Development of Capillary Electrophoresis for Analysis of their Products<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5922/report/0">R822721C655</a> Soil Sampling in South Alabama Oil Fields<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5934/report/0">R822721C659</a> Subsurface Contamination Site Characterization via a Computer-Aided Visual Tool<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5940/report/0">R822721C661</a> New Insoluble supports for Protein Immobilization for Use in Metalloprotein Affinity Metal Chromatography<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5923/report/0">R822721C663</a> Soil Remediation with Ultra-High-Efficiency Hydrocyclones<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5919/report/0">R822721C669</a> Solid Acid Catalyzed Alkylation in Supercritical Fluids<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5935/report/0">R822721C679</a> Regeneration/Reactivation of Carbon Adsorbents by Radio Frequency (RF) Induction Heating<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5942/report/0">R822721C687</a> Improved Halogen Resistance of Catalytic Oxidation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5927/report/0">R822721C696</a> Phytoremediation and Bioremediation of Land Contaminated By PAHs, PCBs, and TNT<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5929/report/0">R822721C697</a> Fundamental and Kinetic Investigation of Sorbent Technology for Optimum Mercury Emission Control<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5933/report/0">R822721C700</a> Effects of Natural and Cyclic Variations on Contaminant Fate and Transport<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5931/report/0">R822721C703</a> Enhancement of DNAPL Dissolution Rates by Dechlorinating Anaerobes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5917/report/0">R826694C620</a> Colloidal Fouling of Membranes: Implications in the Treatment of Textile Dye Wastes and Water Reuse<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5916/report/0">R826694C625</a> Enhanced Treatment of DNAPLs Contaminated Soils and Groundwater Using Biosurfactants: In-Situ Bioremediation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5894/report/0">R826694C626</a> Catalytic Hydroprocessing of Chlorinated Wastes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5907/report/0">R826694C627</a> The Interaction of Microbial Activity and Zero Valent Iron Permeable Barrier Technology<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5904/report/0">R826694C629</a> Biofiltration of BTEX in Petroleum-Contaminated Soil Remediation Off-Gas<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5912/report/0">R826694C630</a> Microbial Cometabolism of Recalcitrant Chemicals in Contaminated Air Streams<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5908/report/0">R826694C633</a> Catalyst Lifetime Studies for Chlorocarbon Steam Reforming<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5910/report/0">R826694C635</a> Electrokinetic/Surfactant-Enhanced Remediation of Hydrophobic Pollutants in Low Permeability Subsurface Environments<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5911/report/0">R826694C636</a> Transformation Reactions of Nitroaromatic and Nitrogen Heterocyclic Compounds on Granular Activated Carbon (GAC) Surfaces: Enhancement of GAC Adsorption in Natural and Engineered Environmental Systems<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5892/report/0">R826694C640</a> Environmentally Friendly Organic Synthesis in Supercritical Fluids<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5895/report/0">R826694C645</a> Development and Evaluation of an Integrated Model to Facilitate Risk-Based Corrective Action at Superfund Sites<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5900/report/0">R826694C651</a> Adjustable Biopolymer Chelators for Cadmium, Lead, and Mercury Remeidation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5913/report/0">R826694C659</a> Subsurface Contamination Site characterization Via a Computer-Aided Visual Tool<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5915/report/0">R826694C661</a> New Insoluble supports for Protein Immobilization for Use in Metalloprotein Affinity Metal Chromatography<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5893/report/0">R826694C669</a> Solid Acid Catalyzed Alkylation in Supercritical Reaction Media<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5906/report/0">R826694C679</a> Regeneration and Reactivation of Carbon Adsorbents by Radio Frequency Induction Heating<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5897/report/0">R826694C696</a> Phytoremediation and Bioremediation of Land Contaminated By PAHs, PCBs, and TNT<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5899/report/0">R826694C697</a> Fundamental and Kinetic Investigation of Sorbent Technology for Optimum Mercury Emission Control<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5914/report/0">R826694C700</a> Effects of Natural Cyclic Variations on Contaminated Fate and Transport<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5903/report/0">R826694C703</a> Enhancement of DNAPL Dissolution Rates by Dechlorinating Anaerobes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5901/report/0">R826694C705</a> A Pilot Plant for Producing Mixed Ketones from Waste Biomass<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5896/report/0">R826694C722</a> The Effects of an Oily-Phase on VOC Emissions from Industrial Wastewater<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5909/report/0">R826694C724</a> Mercury Removal from Stack Gas by Aqueous Scrubbing<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5905/report/0">R826694C725</a> Transport, Fate and Risk Implications of Environmentally Acceptable Endpoint Decisions<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5898/report/0">R826694C731</a> Development and Application of a Real-Time Optical Sensor for Atmospheric Formaldehyde<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5902/report/0">R826694C734</a> An Advanced System for Pollution Prevention in Chemical Complexes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1138/report/0">R828598C001</a> Field Study Abstract: A Model of Ambient Air Pollution in Southeast Texas Using Artificial Neural Network Technology<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1168/report/0">R828598C002</a> Hollow Fiber Membrane Bioreactors for Treating Water and Air Streams Contaminated with Chlorinated Solvents<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1165/report/0">R828598C003</a> Fugitive Emissions of Hazardous Air Pollutants from On-Site Industrial Sewers<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1862/report/0">R828598C004</a> Biofiltration Technology Development<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1167/report/0">R828598C005</a> A Risk-Based Decision Analysis Approach for Aquifers Contaminated with DNAPLs<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1164/report/0">R828598C006</a> In-Situ Remediation for Contaminated Soils Using Prefabricated Vertical Drains<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1155/report/0">R828598C007</a> Membrane Technology Selection System for the Metal Finishing Industry<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1151/report/0">R828598C008</a> Sequential Environments for Enhanced Bioremediation of Chlorinated Aliphatic Hydrocarbons<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1163/report/0">R828598C009</a> Waste Minimization in the Magnetic Tape Industry: Waterborne Coating Formulations for Magnetic Tape Manufacture<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1162/report/0">R828598C010</a> Soil Remediation by Agglomeration with Petroleum Coke<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1161/report/0">R828598C011</a> Recovery of Dilute Phosphoric Acid in Waste Streams Using Waste Gas Ammonia: The Regenerative MAP/DAP Process<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1144/report/0">R828598C012</a> Stochastic Risk Assessment for Bioremediation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1147/report/0">R828598C013</a> Selective Removal of Heavy Metals from Wastewater by Chelation in Supercritical Fluids<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1146/report/0">R828598C014</a> Optimization of Treatment Technologies for Detoxification of PCB Contaminated Soils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1143/report/0">R828598C015</a> Wastewater Remediation by Catalytic Wet Oxidation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1150/report/0">R828598C016</a> Permanence of Metals Containment in Solidified and Stabilized Wastes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1149/report/0">R828598C017</a> Combustion Enhancement by Radial Jet Reattachment - Low Generation of Hazardous Gases and High Thermal Efficiency<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1148/report/0">R828598C018</a> A Process To Convert Industrial Biosludge and Paper Fines to Mixed Alcohol Fuels<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1142/report/0">R828598C019</a> Homogeneous Catalysis in Supercritical Carbon Dioxide<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1141/report/0">R828598C020</a> Ultrasonic Enhancement of the Removal of Heavy Metals<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1133/report/0">R828598C021</a> The Binding Chemistry and Leaching Mechanisms of Advanced Solidification/Stabilization Systems for Hazardous Waste Management<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1137/report/0">R828598C022</a> Development of an Air-Stripping and UV/H2O2 Oxidation Integrated Process To Treat a Chloro-Hydrocarbon-Contaminated Ground Water<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1139/report/0">R828598C023</a> A Comparative Study of Siting Opposition in Two Counties<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1131/report/0">R828598C024</a> Sonochemical Treatment of Hazardous Organic Compounds II: Process Optimization and Pathway Studies<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1130/report/0">R828598C025</a> Laser Diagnostics of the Combustion Process within a Rotary Kiln Incinerator<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1145/report/0">R828598C026</a> Use of Inorganic Ion Exchangers for Hazardous Waste Remediation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1166/report/0">R828598C027</a> Kaolinite Sorbent for the Removal of Heavy Metals from Incinerated Lubricating Oils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1159/report/0">R828598C028</a> Destruction of Chlorinated Hydrocarbons in Process Streams Using Catalytic Steam Reforming<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1160/report/0">R828598C029</a> Integrated Process Treatment Train (Bioremediation {Aerobic/Anaerobic} and Immobilization) for Texas Soils Contaminated with Combined Hazardous Wastes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1158/report/0">R828598C030</a> Photo-Oxidation by H2O2/VisUV of Off-Gas Atmospheric Emissions from Industrial and Environmental Remediation Sources<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1154/report/0">R828598C031</a> Concentrated Halide Extraction and Recovery of Lead from Soil<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1157/report/0">R828598C032</a> Biodegradable Surfactant for Underground Chlorinated Solvent Remediation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1153/report/0">R828598C033</a> A Software Guidance System for Choosing Analytical Subsurface Fate and Transport Models Including a Library of Computer Solutions for the Analytical Models<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1152/report/0">R828598C034</a> Hydrodynamic Modeling of Leachate Recirculating Landfill<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1136/report/0">R828598C035</a> Measurement of Oxygen Transfer Rate in Soil Matrices<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1134/report/0">R828598C036</a> Sorbent Technology for Multipollutant Control During Fluidized Bed Incineration<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1132/report/0">R828598C037</a> Pollution Prevention by Process Modification Using On-Line Optimization<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1135/report/0">R828598C038</a> Pollution Prevention by Process Modification<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1140/report/0">R828598C039</a> Water Solubility and Henry's Law Constant<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1129/report/0">R828598C040</a> Transferring Technical Information on Hazardous Substance Research by Publishing on the World Wide Web<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1156/report/0">R828598C041</a> Stress Protein Responses to Multiple Metal Exposure in Grass Shrimp<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1866/report/0">R828598C042</a> Life-Cycle Environmental Costing for Managing Pollution Prevention in the Chemical and Petroleum Refining Industries: A Cross-Border Approach<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7878/report/0">R828598C687</a> Improved Halogen Resistance of Catalytic Oxidation Through Efficient Catalyst Testing<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7879/report/0">R828598C696</a> Phytoremediation and Bioremediation of Land Contaminated By PAHs, PCBs, and TNT<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7880/report/0">R828598C697</a> Fundamental and Kinetic Investigation of Sorbent Technology for Optimum Mercury Emission Control<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7881/report/0">R828598C700</a> Effects of Natural Cyclic Variations on Contaminated Fate and Transport<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7882/report/0">R828598C703</a> Enhancement of DNAPL Dissolution Rates by Dechlorinating Anaerobes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/9601/report/0">R828598C705</a> A Pilot Plant for Producing Mixed Ketones from Waste Biomass<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5874/report/0">R828598C722</a> The Effects of an Oily-Phase on VOC Emissions from Industrial Wastewater<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5885/report/0">R828598C724</a> Mercury Removal from Stack Gas by Aqueous Scrubbing<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5884/report/0">R828598C725</a> Transport, Fate and Risk Implications of Environmentally Acceptable Endpoint Decisions<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/9602/report/0">R828598C731</a> Development and Application of a Real Time Optical Sensor for Atmospheric Formaldehyde<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5890/report/0">R828598C734</a> An Advanced System for Pollution Prevention in Chemical Complexes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5871/report/0">R828598C743</a> Field Demonstration of Ultrasound Enhancement of Permeable Treatment Walls<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5879/report/0">R828598C744</a> Optical Fibers Coated With Titania Membrane/UV-Generating Crystal in a Distributed-Light Photoreactor for VOC Oxidation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5876/report/0">R828598C749</a> Characterization and Modeling of Indoor Particulate Contaminants In a Heavily Industrialized Community<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5888/report/0">R828598C753</a> Adsolubilization and Photocatalysis in a Semiconducting Monolithic Reactor for Wastewater Treatment<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5875/report/0">R828598C754</a> Remote Detection of Gas Emissions in Industrial Processes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5886/report/0">R828598C759</a> Searching for Optimum Composition of Phosphogypsum: Fly ash: Cement Composites for Oyster Culch Materials<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/9603/report/0">R828598C761</a> Development of a Phytologically-Based Biosorptive Water Treatment Process<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5869/report/0">R828598C766</a> Chlorinated Solvent Impact and Remediation Strategies for the Dry Cleaning Industry<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5867/report/0">R828598C769</a> Soil/Sediment Remediation by Hot Water Extraction Combined with In-Situ Wet Oxidation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5868/report/0">R828598C771</a> Fluoracrylate Polymer Supported Ligands as Catalysts for Environmentally Benign Synthesis in Supercritical Fluids<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5873/report/0">R828598C774</a> The Feasibility of Electrophoretic Repair of Impoundment Leaks<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5891/report/0">R828598C777</a> Surfactant Enhanced Photo-oxidation of Wastewaters<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5887/report/0">R828598C778</a> Stationary Power Generation Via Solid Oxide Fuel Cells: A Response to Pollution and Global Warming<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5880/report/0">R828598C786</a> Photocatalytic Recovery of Sulfur and Hydrogen From Hydrogen Sulfide<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5889/report/0">R828598C787</a> Biosurfactant Produced from Used Vegetable Oil for removal of Metals From Wastewaters and Soils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5870/report/0">R828598C789</a> Genetic Engineering of Enzymatic Cyanide Clearance<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5882/report/0">R828598C791</a> Characterizing the Intrinsic Remediation of MTBE at Field Sites<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5878/report/0">R828598C799</a> Simultaneous Water Conservation/Recycling/Reuse and Waste Reduction in Semiconductor Manufacturing<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7926/report/0">R828598C801</a> Building Defined Mixed Cultures To Biodegrade Diverse Mixtures Of Chlorinated Solvents<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5881/report/0">R828598C802</a> Engineering of Nanocrystal Based Catalytic Materials for Hydroprocessing of Halogenated Organics<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5872/report/0">R828598C807</a> Commercial Demonstration of Hydrogen Peroxide Injection to Control NOx Emissions from Combustion Sources<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/0">R828598C809</a> Evaluating Source Grouting and ORC for Remediating MTBE Sites<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7927/report/0">R828598C810</a> Application of Total Cost Assessment To Process Design In the Chemical Industry<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5877/report/0">R828598C846</a> Quantitative Demonstration of Source-Zone Bioremediation in A Field-Scale Experimental Controlled Release System<br> </p> </div> </div> </div> <div id="block-epa-og-footer" class="block block-epa-og"> <p class="pagetop"><a href="#content">Top of Page</a></p> <!--googleoff: all--> <p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p> </div> <!--googleoff: all--> </div> </section> <nav class="nav simple-nav simple-main-nav" role="navigation"> <div class="nav__inner"> <h2 class="element-invisible">Main menu</h2> <ul class="menu" role="menu"> <li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA&#039;s research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li> <li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws &amp; Regulations</a></li> <li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li> </ul> </div> </nav> <footer class="main-footer clearfix" role="contentinfo"> <div class="main-footer__inner"> <div class="region-footer"> <div class="block block-pane block-pane-epa-global-footer"> <div class="row cols-3"> <div class="col size-1of3"> <div class="col__title">Discover.</div> <ul class="menu"> <li><a href="https://www.epa.gov/accessibility">Accessibility</a></li> <li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li> <li><a href="https://www.epa.gov/planandbudget">Budget &amp; Performance</a></li> <li><a href="https://www.epa.gov/contracts">Contracting</a></li> <li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li> <li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li> <li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Connect.</div> <ul class="menu"> <li><a href="https://www.data.gov/">Data.gov</a></li> <li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li> <li><a href="https://www.epa.gov/careers">Jobs</a></li> <li><a href="https://www.epa.gov/newsroom">Newsroom</a></li> <li><a href="https://www.whitehouse.gov/open">Open Government</a></li> <li><a href="http://www.regulations.gov/">Regulations.gov</a></li> <li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li> <li><a href="https://www.usa.gov/">USA.gov</a></li> <li><a href="https://www.whitehouse.gov/">White House</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Ask.</div> <ul class="menu"> <li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li> <li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li> <li><a href="https://www.epa.gov/foia">FOIA Requests</a></li> <li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li> </ul> <div class="col__title">Follow.</div> <ul class="social-menu"> <li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li> <li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li> <li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li> <li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li> <li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li> </ul> <p class="last-updated">Last updated on Monday, March 17, 2003</p> </div> </div> </div> </div> </div> </footer> <script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script> <script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script> <script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]--> <!-- REMOVE if not using --> <script language=javascript> <!-- // Activate cloak // pressing enter will not default submit the first defined button but the programmed defined button function chkCDVal(cdVal) { var isErr = true; try{ var CDParts = cdVal.split(','); var st = CDParts[0]; var cd = CDParts[1]; var objRegExp = new RegExp('[0-9][0-9]'); if (!isNaN(st)) { isErr = false; } if (!objRegExp.test(cd) || (cd.length>3)){ isErr = false; } } catch(err){ isErr = false; } return isErr; } function checkCongDist(cdtxt) { //alert(cdtxt.value); if (!chkCDVal(cdtxt.value)) { alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08'); return false; } else { return true; } } function fnTrapKD(btn, event) { var btn = getObject(btn); if (document.all) { if (event.keyCode == 13) { event.returnValue=false;event.cancel = true;btn.click(); } } else { if (event.which == 13) { event.returnValue=false;event.cancelBubble = true;btn.click(); } } } function CheckFilter() { if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){ alert('You must select a subtopic. \n This item is not selectable'); document.searchform.presetTopic.options[0].selected = true; } } function openHelpWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); win.focus(); } function openNewWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); } function openNewWindow(url,title) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewMapWindow(url,title) { var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNoticeWindow(url,title) { var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewSearchWindow(site,subj) { title = 'window'; var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no'); } function autoCheck(name) { document.forms['thisForm'].elements[name].checked = true; } function alertUser() { var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you."); } function closePopupWindow(redirectUrl) { opener.location = redirectUrl; opener.focus(); this.close(); } //--> </script> </body> </html>
1wheel/scraping
epa-grants/research/raw/05883.html
HTML
mit
56,507
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_11) on Mon Sep 01 21:58:18 IST 2014 --> <title>PBKDF1KeyGenerator</title> <meta name="date" content="2014-09-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="PBKDF1KeyGenerator"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PBKDF1KeyGenerator.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/security/crypt/pbe/PBES2EncryptionScheme.html" title="class in org.security.crypt.pbe"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/security/crypt/pbe/PBKDF2KeyGenerator.html" title="class in org.security.crypt.pbe"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/security/crypt/pbe/PBKDF1KeyGenerator.html" target="_top">Frames</a></li> <li><a href="PBKDF1KeyGenerator.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.security.crypt.pbe</div> <h2 title="Class PBKDF1KeyGenerator" class="title">Class PBKDF1KeyGenerator</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html" title="class in org.security.crypt.pbe">org.security.crypt.pbe.AbstractPKCSKeyGenerator</a></li> <li> <ul class="inheritance"> <li>org.security.crypt.pbe.PBKDF1KeyGenerator</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../org/security/crypt/pbe/KeyGenerator.html" title="interface in org.security.crypt.pbe">KeyGenerator</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">PBKDF1KeyGenerator</span> extends <a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html" title="class in org.security.crypt.pbe">AbstractPKCSKeyGenerator</a></pre> <div class="block">Implements the PBKDF1 key generation function defined in PKCS#5v2.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>shivam</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.security.crypt.pbe.<a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html" title="class in org.security.crypt.pbe">AbstractPKCSKeyGenerator</a></h3> <code><a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html#DEFAULT_ITERATION_COUNT">DEFAULT_ITERATION_COUNT</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/pbe/PBKDF1KeyGenerator.html#PBKDF1KeyGenerator-org.security.crypt.digest.DigestAlgorithm-byte:A-">PBKDF1KeyGenerator</a></span>(<a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a>&nbsp;prf, byte[]&nbsp;saltBytes)</code> <div class="block">Creates a new instance that uses the given digest for the pseudorandom function.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/pbe/PBKDF1KeyGenerator.html#PBKDF1KeyGenerator-org.security.crypt.digest.DigestAlgorithm-byte:A-int-">PBKDF1KeyGenerator</a></span>(<a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a>&nbsp;prf, byte[]&nbsp;saltBytes, int&nbsp;iterations)</code> <div class="block">Creates a new instance that uses the given digest for the pseudorandom function.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.security.crypt.pbe.<a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html" title="class in org.security.crypt.pbe">AbstractPKCSKeyGenerator</a></h3> <code><a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html#generate-char:A-int-">generate</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="PBKDF1KeyGenerator-org.security.crypt.digest.DigestAlgorithm-byte:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PBKDF1KeyGenerator</h4> <pre>public&nbsp;PBKDF1KeyGenerator(<a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a>&nbsp;prf, byte[]&nbsp;saltBytes)</pre> <div class="block">Creates a new instance that uses the given digest for the pseudorandom function.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>prf</code> - Pseudorandom function digest.</dd> <dd><code>saltBytes</code> - Key derivation function salt bytes.</dd> </dl> </li> </ul> <a name="PBKDF1KeyGenerator-org.security.crypt.digest.DigestAlgorithm-byte:A-int-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PBKDF1KeyGenerator</h4> <pre>public&nbsp;PBKDF1KeyGenerator(<a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a>&nbsp;prf, byte[]&nbsp;saltBytes, int&nbsp;iterations)</pre> <div class="block">Creates a new instance that uses the given digest for the pseudorandom function.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>prf</code> - Pseudorandom function digest.</dd> <dd><code>saltBytes</code> - Key derivation function salt bytes.</dd> <dd><code>iterations</code> - Key derivation function iteration count.</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PBKDF1KeyGenerator.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/security/crypt/pbe/PBES2EncryptionScheme.html" title="class in org.security.crypt.pbe"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/security/crypt/pbe/PBKDF2KeyGenerator.html" title="class in org.security.crypt.pbe"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/security/crypt/pbe/PBKDF1KeyGenerator.html" target="_top">Frames</a></li> <li><a href="PBKDF1KeyGenerator.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
shivam091/Java-Security
crypt/doc/org/security/crypt/pbe/PBKDF1KeyGenerator.html
HTML
mit
12,126
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Quixe</title> <meta name="viewport" content="width=device-width, user-scalable=no"> <link rel="stylesheet" href="media/glkote.css" type="text/css"> <link rel="stylesheet" href="media/dialog.css" type="text/css"> <style type="text/css"> body { margin: 0px; top: 0px; bottom: 0px; width: 100%; background: #BBB; /* this color fills the left and right margins, next to the gameport */ } #header { position: absolute; width: 100%; top: 0px; height: 72px; /* header height */ margin: 0px; background: #CCC; /* this color fills the header, all the way across */ } #subheader { position: relative; width: 600px; /* column width */ height: 100%; margin: auto; /* a background color here will fill the header at a width of 600px */ } #footer { position: absolute; width: 100%; bottom: 0px; height: 48px; /* footer height */ margin: 0px; background: #CCC; /* this color fills the footer, all the way across */ } #subfooter { position: relative; width: 600px; /* column width */ height: 100%; margin: auto; /* a background color here will fill the footer at a width of 600px */ } .framelabel { /* This class is used for the sample header and footer text. You can replace it with your own CSS classes. */ padding-top: 1em; font-size: 14px; font-style: italic; } #column { position: absolute; width: 100%; top: 72px; /* header height */ bottom: 48px; /* footer height */ margin: 0px; } #subcolumn { position: relative; width: 600px; /* column width */ height: 100%; margin: auto; } #gameport { position: absolute; overflow: hidden; background: #888; /* this color shows up only during loading, and for the space between windows, if the spacing config value is nonzero */ margin: auto; top: 0px; bottom: 0px; width: 100%; } @media screen and (max-device-width: 480px) { /* This stanza kicks in on phone-sized mobile browsers (but not tablet-sized ones). It narrows the column, including the header and footer content, to 320px. If you want to support this layout, you'll probably have to add more declarations here to simplify or shrink your header and footer content. */ #subcolumn { width: 320px; } #subheader { width: 320px; } #subfooter { width: 320px; } .framelabel { font-size: 12px; padding-left: 10px; padding-right: 10px; } } </style> <script src="lib/jquery-1.12.4.min.js" type="text/javascript"></script> <script src="lib/glkote.min.js" type="text/javascript"></script> <script src="lib/quixe.min.js" type="text/javascript"></script> <script type="text/javascript"> game_options = { default_story: 'stories/glulxercise.ulx', spacing: 0, use_query_story: true, log_execution_time: true, set_page_title: true }; </script> </head> <body onload="GiLoad.load_run();"> <div id="header"><div id="subheader"> <div class="framelabel">This is the header. It is fixed at 72 pixels high, in this template. To change the height, edit the two CSS lines labelled "header height" (in this file) from "72px" to whatever value you choose.</div> </div></div> <div id="column"><div id="subcolumn"> <div id="gameport"> <div id="windowport"> <noscript><hr> <p>You'll need to turn on Javascript in your web browser to play this game.</p> <hr></noscript> </div> <div id="loadingpane"> <img src="media/waiting.gif" alt="LOADING"><br> <em>&nbsp;&nbsp;&nbsp;Loading...</em> </div> <div id="errorpane" style="display:none;"><div id="errorcontent">...</div></div> </div> </div></div> <div id="footer"><div id="subfooter"> <div class="framelabel">This is the footer. It is fixed at 48 pixels high. To change it, edit the "footer height" lines.</div> </div></div> </body> </html>
erkyrath/quixe
play-remote-onecol.html
HTML
mit
3,863
<!DOCTYPE html> <html data-wf-page="577759c0280cf6ac3336e9a2" data-wf-site="57771fef280cf6ac3336b90b"> <head> <meta charset="utf-8"> <title>Blog</title> <meta content="Blog" property="og:title"> <meta content="width=device-width, initial-scale=1" name="viewport"> <meta content="Webflow" name="generator"> <link href="css/normalize.css" rel="stylesheet" type="text/css"> <link href="css/webflow.css" rel="stylesheet" type="text/css"> <link href="css/jasoncheng.webflow.css" rel="stylesheet" type="text/css"> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script> <script type="text/javascript"> WebFont.load({ google: { families: ["Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic","Quattrocento:regular,700","Quattrocento Sans:regular,italic,700,700italic"] } }); </script> <script src="js/modernizr.js" type="text/javascript"></script> <link href="images/favicon.png" rel="shortcut icon" type="image/x-icon"> <link href="images/webclip.png" rel="apple-touch-icon"> </head> <body class="body"> <div class="mobile-navigation"> <a class="mobile navigation-link-div w-hidden-main w-inline-block" data-ix="navigation-hover" href="about.html"> <div>About</div> </a> <a class="mobile navigation-link-div w-hidden-main w-inline-block" data-ix="navigation-hover" href="work.html"> <div>Work</div> </a> <a class="mobile navigation-link-div w-hidden-main w-inline-block" data-ix="navigation-hover" href="contact.html"> <div>Contact</div> </a> <div class="mobile-navigation-social-media-div w-hidden-main"> <a class="w-inline-block" href="https://www.instagram.com/jasonsscheng/" target="_blank"><img src="images/instagram.png"> </a> <a class="w-inline-block" href="https://linkedin.com/in/jasontcheng" target="_blank"><img src="images/linkedin.png"> </a> </div><img class="jason-avatar w-hidden-main w-hidden-small" sizes="(max-width: 479px) 75px, (max-width: 767px) 100vw, (max-width: 991px) 75px, 100vw" src="images/vector-avatar.png" srcset="images/vector-avatar-p-500x1173.png 500w, images/vector-avatar.png 1426w" width="75"> </div> <div class="content-wrapper"> <div class="blog-page-hero pages-hero"> <nav class="container navigation w-clearfix"> <a class="w-inline-block" href="index.html"> <div class="logo">jc</div> </a> <a class="hamburger-div w-clearfix w-hidden-main w-inline-block" data-ix="hamburger" href="#"> <div class="burger-top"></div> <div class="burger-mid"></div> <div class="burger-bottom"></div> </a> <div class="navigation-links-div w-hidden-medium w-hidden-small w-hidden-tiny"> <a class="navigation-link-div w-inline-block" data-ix="navigation-hover" href="about.html"> <div class="navigation-text">About</div> <div class="hover-div"></div> </a> <a class="navigation-link-div w-inline-block" data-ix="navigation-hover" href="work.html"> <div class="navigation-text">Work</div> <div class="hover-div"></div> </a> <a class="navigation-link-div w-inline-block" data-ix="navigation-hover" href="contact.html"> <div class="navigation-text">Contact</div> <div class="hover-div"></div> </a> <a class="instagram navigation-link-div w-inline-block" data-ix="social-media-hover" href="https://www.instagram.com/jasonsscheng/" target="_blank"><img class="desktop-navigation-social-media" src="images/instagram-icon-white.png" width="22"> </a> <a class="linkedin navigation-link-div w-inline-block" data-ix="social-media-hover" href="https://linkedin.com/in/jasontcheng" target="_blank"><img class="desktop-navigation-social-media linkedin" src="images/linkedin-icon-white.png" width="22"> </a> </div> </nav> <div class="container hero-text"> <h1 class="hero-title">Blog</h1> <div class="hero-subtitle">Tips &amp; Resources, Thoughts, Case Studies</div> </div> </div> <div class="content-section"> <div class="section"> <div class="container"> <div class="w-dyn-list"> <div class="w-dyn-items"> <div class="w-clearfix w-dyn-item"> <div class="featured-blog"> <h2 class="featured-heading">Feature</h2> <div class="featured-blog-text-div"> <div class="blog-date"></div> <div class="blog-separator">·</div> <div class="blog-date"></div> <div class="blog-title"></div> <div class="blog-summary"></div> </div> </div> </div> </div> <div class="w-dyn-empty"> <div>No items found.</div> </div> </div> </div> <div class="container"> <div class="w-dyn-list"> <div class="blog-item-wrapper w-clearfix w-dyn-items w-row"> <div class="blog-page-item w-col w-col-4 w-dyn-item"> <div class="blog"> <div class="blog-top"></div> <div class="blog-bottom"> <div class="blog-date"></div> <div class="blog-separator">·</div> <div class="blog-date"></div> <div class="blog-title"></div> <div class="blog-summary"></div> </div> </div> </div> </div> <div class="w-dyn-empty"> <div>No items found.</div> </div> </div> </div> <div class="section"> <div class="container footer w-clearfix"> <div class="copyright footer-text">© 2016 Jason Cheng &nbsp;All Rights Reserved.</div> <div class="footer-logo">jc</div> <div class="footer-text made">Designed &amp; Built by Jason. Crafted in Vancouver.</div> </div> </div> </div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js" type="text/javascript"></script> <script src="js/webflow.js" type="text/javascript"></script> <!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] --> </body> </html>
mrhedgie/portfolio_site
blog.html
HTML
mit
6,569
<!DOCTYPE html> <script> {{{!browserify index.js}}} </script> <h1> {{{-date}}} </h1> {{{=JSON.stringify({hello: 'THING'})}}} </body>
dominictarr/carpenter
template/index.html
HTML
mit
142
<div class="jumbotron"> <div class="alert" ng-show="notificationAlert.show" ng-class="{'alert-error': notificationAlert.type == 'error', 'alert-success': notificationAlert.type == 'success', 'alert-info': notificationAlert.type == 'info'}"> {{notificationAlert.message}} </div> <form name="EditCustomerForm" class="form-horizontal"> <fieldset> <legend>Customer details</legend> <div class="control-group" ng-class="{ error: EditCustomerForm.Name.$invalid }"> <label class="control-label" for="Name">Name</label> <div class="controls"> <input type="text" name="Name" class="input-large" ng-model="customer.name" placeholder="Name of the customer..." required> <span class="help-inline" ng-show="EditCustomerForm.Name.$dirty && EditCustomerForm.Name.$error.required">Please specifiy the customer's name.</span> </div> </div> <div class="control-group" ng-class="{ error: EditCustomerForm.Company.$invalid }"> <label class="control-label" for="Company">Company</label> <div class="controls"> <input type="text" name="Company" class="input-large" ng-model="customer.company" placeholder="The customer's company..."> </div> </div> <div class="control-group" ng-class="{ error: EditCustomerForm.Email.$invalid }"> <label class="control-label" for="inputEmail">Email</label> <div class="controls"> <input type="email" name="Email" class="input-large" ng-model="customer.email" placeholder="Email address…" required> <span class="help-inline" ng-show="EditCustomerForm.Email.$error.email">This is not a valid email.</span> </div> </div> <div class="form-actions"> <button type="submit" class="btn btn-primary" ng-click="updateCustomer(customer)" ng-disabled="EditCustomerForm.$invalid">Save changes</button> <button type="button" class="btn" ng-click="cancel()">Cancel</button> </div> </fieldset> </form> </div>
dnauck/License.Manager
src/License.Manager/partials/customer-detail.html
HTML
mit
2,236
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>History and What's New</title> <link rel="stylesheet" href="../math.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> <link rel="home" href="../index.html" title="Math Toolkit 2.3.0"> <link rel="up" href="../overview.html" title="Chapter&#160;1.&#160;Overview"> <link rel="prev" href="building.html" title="If and How to Build a Boost.Math Library, and its Examples and Tests"> <link rel="next" href="overview_tr1.html" title="C99 and C++ TR1 C-style Functions"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="building.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overview_tr1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="math_toolkit.history1"></a><a class="link" href="history1.html" title="History and What's New">History and What's New</a> </h2></div></div></div> <p> Currently open bug reports can be viewed <a href="https://svn.boost.org/trac/boost/query?status=assigned&amp;status=new&amp;status=reopened&amp;component=math&amp;col=id&amp;col=summary&amp;col=status&amp;col=type&amp;col=milestone&amp;col=component&amp;order=priority" target="_top">here</a>. </p> <p> All bug reports including closed ones can be viewed <a href="https://svn.boost.org/trac/boost/query?status=assigned&amp;status=closed&amp;status=new&amp;status=reopened&amp;component=math&amp;col=id&amp;col=summary&amp;col=status&amp;col=type&amp;col=milestone&amp;col=component&amp;order=priority" target="_top">here</a>. </p> <h5> <a name="math_toolkit.history1.h0"></a> <span class="phrase"><a name="math_toolkit.history1.math_2_3_0_boost_1_60"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_3_0_boost_1_60">Math-2.3.0 (Boost-1.60)</a> </h5> <p> New Features: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Promote the root finding and function minimization code to first class citizens - these are now officially supported as part of the library. </li> <li class="listitem"> Allow the library to be used and tested with compiler exception handling support turned off. To better facilitate this the default error handling policies have been changed to <span class="emphasis"><em>errno_on_error</em></span> but only when the compiler has no exception handling support. </li> </ul></div> <p> Patches: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Fix behaviour of the non-central chi-squared distribution when the non-centrality parameter is zero to match the chi-squared, see <a href="https://svn.boost.org/trac/boost/ticket/11557" target="_top">11557</a>. </li> <li class="listitem"> Fix comments in code for the hypergeometric to match what it actually does, also fixes the parameter access functions to return the correct values. See <a href="https://svn.boost.org/trac/boost/ticket/11556" target="_top">11556</a>. </li> <li class="listitem"> Stopped using hidden visiblity library build with the Oracle compiler as it leads to unresolved externals from the C++ standard library. See <a href="https://svn.boost.org/trac/boost/ticket/11547" target="_top">11547</a>. </li> <li class="listitem"> Fix unintended use of __declspec when building with Oracle C++. See <a href="https://svn.boost.org/trac/boost/ticket/11546" target="_top">11546</a>. </li> <li class="listitem"> Fix corner case bug in root bracketing code, see <a href="https://svn.boost.org/trac/boost/ticket/11532" target="_top">11532</a>. </li> <li class="listitem"> Add some missing typecasts in arguments to std::max in Bernoulli code. See <a href="https://svn.boost.org/trac/boost/ticket/11453" target="_top">11453</a>. </li> <li class="listitem"> Fix mistaken assumptions about the possible values for FLT_EVAL_METHOD. See <a href="https://svn.boost.org/trac/boost/ticket/11429" target="_top">11429</a>. </li> <li class="listitem"> Completely revamped performance testing and error-rate measuring code so we can more easily document how well (or not!) we're doing. This information will hopefully get more frequently updated in future as it's more or less automatically generated - see the <span class="emphasis"><em>reporting</em></span> sub-directory for more information. </li> <li class="listitem"> Fix some corner cases in the beta, incomplete beta, and incomplete beta derivative. With thanks to Rocco Romeo. </li> <li class="listitem"> Reorganized the Bessel functions internally to improve the performance of Jn and Yn. </li> <li class="listitem"> Fixed skewness formula for triangular distribution, see <a href="https://svn.boost.org/trac/boost/ticket/11768" target="_top">#11768</a>. </li> <li class="listitem"> Fixed some examples so they compile on Unix platforms which have an ::exception struct declared, see <a href="https://svn.boost.org/trac/boost/ticket/11827" target="_top">#11827</a>. </li> <li class="listitem"> Correct mistake in triangular distribution skewness formula <a href="https://svn.boost.org/trac/boost/ticket/11768" target="_top">11768</a>, reported by Juan Leni. </li> </ul></div> <h5> <a name="math_toolkit.history1.h1"></a> <span class="phrase"><a name="math_toolkit.history1.math_2_2_1"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_2_1">Math-2.2.1</a> </h5> <p> Patch release for Boost-1.58: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Minor <a href="https://github.com/boostorg/math/pull/13#issuecomment-98905579" target="_top">patch for Haiku support.</a> </li> <li class="listitem"> Fix the decimal digit count for 128-bit floating point types. </li> <li class="listitem"> Fix a few documentation typos. </li> </ul></div> <h5> <a name="math_toolkit.history1.h2"></a> <span class="phrase"><a name="math_toolkit.history1.math_2_2_0_boost_1_58_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_2_0_boost_1_58_0">Math-2.2.0 (boost-1.58.0)</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added two new special functions - <a class="link" href="sf_gamma/trigamma.html" title="Trigamma">trigamma</a> and <a class="link" href="sf_gamma/polygamma.html" title="Polygamma">polygamma</a>. </li> <li class="listitem"> Fixed namespace scope constants so they are constexpr on conforming compilers, see https://svn.boost.org/trac/boost/ticket/10901. </li> <li class="listitem"> Fixed various cases of spurious under/overflow in the incomplete beta and gamma functions, plus the elliptic integrals, with thanks to Rocco Romeo. </li> <li class="listitem"> Fix 3-arg <a class="link" href="sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_p</a> and <a class="link" href="sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_q</a> functions to not call the policy based overload if the final argument is not actually a policy. </li> <li class="listitem"> Cleaned up some dead code in the incomplete beta function, see <a href="https://svn.boost.org/trac/boost/ticket/10985" target="_top">#10985</a>. </li> <li class="listitem"> Fixed extreme-value pdf for large valued inputs, see <a href="https://svn.boost.org/trac/boost/ticket/10938" target="_top">#10938</a>. </li> <li class="listitem"> Large update to the Elliptic integral code to use Carlson's latest algorithms - these should be more stable, more accurate and slightly faster than before. Also added support for Carlson's RG integral. </li> <li class="listitem"> Added <a class="link" href="ellint/ellint_d.html" title="Elliptic Integral D - Legendre Form">ellint_d</a>, <a class="link" href="ellint/jacobi_zeta.html" title="Jacobi Zeta Function">jacobi_zeta</a> and <a class="link" href="ellint/heuman_lambda.html" title="Heuman Lambda Function">heuman_lambda</a> elliptic integrals. </li> <li class="listitem"> Switched documentation to use SVG rather than PNG graphs and equations - browsers seem to have finally caught up! </li> </ul></div> <h5> <a name="math_toolkit.history1.h3"></a> <span class="phrase"><a name="math_toolkit.history1.math_2_1_0_boost_1_57_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_1_0_boost_1_57_0">Math-2.1.0 (boost-1.57.0)</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added <a class="link" href="dist_ref/dists/hyperexponential_dist.html" title="Hyperexponential Distribution">Hyperexponential Distribution</a>. </li> <li class="listitem"> Fix some spurious overflows in the incomplete gamma functions (with thanks to Rocco Romeo). </li> <li class="listitem"> Fix bug in derivative of incomplete beta when a = b = 0.5 - this also effects several non-central distributions, see <a href="https://svn.boost.org/trac/boost/ticket/10480" target="_top">10480</a>. </li> <li class="listitem"> Fixed some corner cases in <a class="link" href="rounding/round.html" title="Rounding Functions">round</a>. </li> <li class="listitem"> Don't support 80-bit floats in cstdfloat.hpp if standard library support is broken. </li> </ul></div> <h5> <a name="math_toolkit.history1.h4"></a> <span class="phrase"><a name="math_toolkit.history1.math_2_0_0_boost_1_56_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_0_0_boost_1_56_0">Math-2.0.0 (Boost-1.56.0)</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> <span class="bold"><strong>Breaking change</strong></span>: moved a number of non-core headers that are predominantly used for internal maintenance into <code class="computeroutput"><span class="identifier">libs</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">include_private</span></code>. The headers effected are <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test_data</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">remez</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">constants</span><span class="special">/</span><span class="identifier">generate</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">solve</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test</span><span class="special">.</span><span class="identifier">hpp</span></code>. You can continue to use these headers by adding <code class="computeroutput"><span class="identifier">libs</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">include_private</span></code> to your compiler's include path. </li> <li class="listitem"> <span class="bold"><strong>Breaking change</strong></span>: A number of distributions and special functions were returning the maximum finite value rather than raising an <a class="link" href="error_handling.html#math_toolkit.error_handling.overflow_error">overflow_error</a>, this has now been fixed, which means these functions now behave as documented. However, since the default behavior on raising an <a class="link" href="error_handling.html#math_toolkit.error_handling.overflow_error">overflow_error</a> is to throw a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">overflow_error</span></code> exception, applications which have come to reply rely on these functions not throwing may experience exceptions where they did not before. The special functions involved are <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p_inva</a>, <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q_inva</a>, <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_inva</a>, <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_inva</a>, <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_invb</a>, <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_invb</a>, <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p_inv</a>, <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q_inv</a>. The distributions involved are <a class="link" href="dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto Distribution</a>, <a class="link" href="dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta Distribution</a>, <a class="link" href="dist_ref/dists/geometric_dist.html" title="Geometric Distribution">Geometric Distribution</a>, <a class="link" href="dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative Binomial Distribution</a>, <a class="link" href="dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial Distribution</a>, <a class="link" href="dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi Squared Distribution</a>, <a class="link" href="dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma Distribution</a>, <a class="link" href="dist_ref/dists/inverse_chi_squared_dist.html" title="Inverse Chi Squared Distribution">Inverse chi squared Distribution</a>, <a class="link" href="dist_ref/dists/inverse_gamma_dist.html" title="Inverse Gamma Distribution">Inverse Gamma Distribution</a>. See <a href="https://svn.boost.org/trac/boost/ticket/10111" target="_top">#10111</a>. </li> <li class="listitem"> Fix <a class="link" href="rounding/round.html" title="Rounding Functions">round</a> and <a class="link" href="rounding/trunc.html" title="Truncation Functions">trunc</a> functions so they can be used with integer arguments, see <a href="https://svn.boost.org/trac/boost/ticket/10066" target="_top">#10066</a>. </li> <li class="listitem"> Fix Halley iteration to handle zero derivative (with non-zero second derivative), see <a href="https://svn.boost.org/trac/boost/ticket/10046" target="_top">#10046</a>. </li> </ul></div> <h5> <a name="math_toolkit.history1.h5"></a> <span class="phrase"><a name="math_toolkit.history1.math_1_9_1"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_1_9_1">Math-1.9.1</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Fix Geometric distribution use of Policies, see <a href="https://svn.boost.org/trac/boost/ticket/9833" target="_top">#9833</a>. </li> <li class="listitem"> Fix corner cases in the negative binomial distribution, see <a href="https://svn.boost.org/trac/boost/ticket/9834" target="_top">#9834</a>. </li> <li class="listitem"> Fix compilation failures on Mac OS. </li> </ul></div> <h5> <a name="math_toolkit.history1.h6"></a> <span class="phrase"><a name="math_toolkit.history1.math_1_9_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_1_9_0">Math-1.9.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Changed version number to new Boost.Math specific version now that we're in the modular Boost world. </li> <li class="listitem"> Added <a class="link" href="number_series/bernoulli_numbers.html" title="Bernoulli Numbers">Bernoulli numbers</a>, changed arbitrary precision <a class="link" href="sf_gamma/tgamma.html" title="Gamma">tgamma</a>/<a class="link" href="sf_gamma/lgamma.html" title="Log Gamma">lgamma</a> to use Sterling's approximation (from Nikhar Agrawal). </li> <li class="listitem"> Added first derivatives of the Bessel functions: <a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">cyl_bessel_j_prime</a>, <a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">cyl_neumann_prime</a>, <a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">cyl_bessel_i_prime</a>, <a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">cyl_bessel_k_prime</a>, <a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">sph_bessel_prime</a> and <a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">sph_neumann_prime</a> (from Anton Bikineev). </li> <li class="listitem"> Fixed buggy Student's t example code, along with docs for testing sample means for equivalence. </li> <li class="listitem"> Documented <code class="computeroutput"><span class="identifier">max_iter</span></code> parameter in root finding code better, see <a href="https://svn.boost.org/trac/boost/ticket/9225" target="_top">#9225</a>. </li> <li class="listitem"> Add option to explicitly enable/disable use of __float128 in constants code, see <a href="https://svn.boost.org/trac/boost/ticket/9240" target="_top">#9240</a>. </li> <li class="listitem"> Cleaned up handling of negative values in Bessel I0 and I1 code (removed dead code), see <a href="https://svn.boost.org/trac/boost/ticket/9512" target="_top">#9512</a>. </li> <li class="listitem"> Fixed handling of very small values passed to <a class="link" href="sf_gamma/tgamma.html" title="Gamma">tgamma</a> and <a class="link" href="sf_gamma/lgamma.html" title="Log Gamma">lgamma</a> so they don't generate spurious overflows (thanks to Rocco Romeo). </li> <li class="listitem"> <a href="https://svn.boost.org/trac/boost/ticket/9672" target="_top">#9672 PDF and CDF of a Laplace distribution throwing domain_error</a> Random variate can now be infinite. </li> <li class="listitem"> Fixed several corner cases in <a class="link" href="factorials/sf_rising_factorial.html" title="Rising Factorial">rising_factorial</a>, <a class="link" href="factorials/sf_falling_factorial.html" title="Falling Factorial">falling_factorial</a> and <a class="link" href="sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">tgamma_delta_ratio</a> with thanks to Rocco Romeo. </li> <li class="listitem"> Fixed several corner cases in <a class="link" href="factorials/sf_rising_factorial.html" title="Rising Factorial">rising_factorial</a>, <a class="link" href="factorials/sf_falling_factorial.html" title="Falling Factorial">falling_factorial</a> and <a class="link" href="sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">tgamma_delta_ratio</a> (thanks to Rocco Romeo). </li> <li class="listitem"> Removed constant <code class="computeroutput"><span class="identifier">pow23_four_minus_pi</span> </code> whose value did not match the name (and was unused by Boost.Math), see <a href="https://svn.boost.org/trac/boost/ticket/9712" target="_top">#9712</a>. </li> </ul></div> <h5> <a name="math_toolkit.history1.h7"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_55"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_55">Boost-1.55</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Suppress numerous warnings (mostly from GCC-4.8 and MSVC) <a href="https://svn.boost.org/trac/boost/ticket/8384" target="_top">#8384</a>, <a href="https://svn.boost.org/trac/boost/ticket/8855" target="_top">#8855</a>, <a href="https://svn.boost.org/trac/boost/ticket/9107" target="_top">#9107</a>, <a href="https://svn.boost.org/trac/boost/ticket/9109" target="_top">#9109</a>.. </li> <li class="listitem"> Fixed PGI compilation issue <a href="https://svn.boost.org/trac/boost/ticket/8333" target="_top">#8333</a>. </li> <li class="listitem"> Fixed PGI constant value initialization issue that caused erf to generate incorrect results <a href="https://svn.boost.org/trac/boost/ticket/8621" target="_top">#8621</a>. </li> <li class="listitem"> Prevent macro expansion of some C99 macros that are also C++ functions <a href="https://svn.boost.org/trac/boost/ticket/8732" target="_top">#8732</a> and <a href="https://svn.boost.org/trac/boost/ticket/8733" target="_top">#8733</a>.. </li> <li class="listitem"> Fixed Student's T distribution to behave correctly with huge degrees of freedom (larger than the largest representable integer) <a href="https://svn.boost.org/trac/boost/ticket/8837" target="_top">#8837</a>. </li> <li class="listitem"> Make some core functions usable with <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code> even when the platform has no standard library <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code> support <a href="https://svn.boost.org/trac/boost/ticket/8940" target="_top">#8940</a>. </li> <li class="listitem"> Fix error handling of distributions to catch invalid scale and location parameters when the random variable is infinite <a href="https://svn.boost.org/trac/boost/ticket/9042" target="_top">#9042</a> and <a href="https://svn.boost.org/trac/boost/ticket/9126" target="_top">#9126</a>. </li> <li class="listitem"> Add workaround for broken &lt;tuple&gt; in Intel C++ 14 <a href="https://svn.boost.org/trac/boost/ticket/9087" target="_top">#9087</a>. </li> <li class="listitem"> Improve consistency of argument reduction in the elliptic integrals <a href="https://svn.boost.org/trac/boost/ticket/9104" target="_top">#9104</a>. </li> <li class="listitem"> Fix bug in inverse incomplete beta that results in cancellation errors when the beta function is really an arcsine or Student's T distribution. </li> <li class="listitem"> Fix issue in Bessel I and K function continued fractions that causes spurious over/underflow. </li> <li class="listitem"> Add improvement to non-central chi squared distribution quantile due to Thomas Luu. </li> </ul></div> <h5> <a name="math_toolkit.history1.h8"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_54"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_54">Boost-1.54</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Major reorganization to incorporate other Boost.Math like Integer Utilities Integer Utilities (Greatest Common Divisor and Least Common Multiple), quaternions and octonions. Making new chapter headings. </li> <li class="listitem"> Added many references to Boost.Multiprecision and <code class="computeroutput"><span class="identifier">cpp_dec_float_50</span></code> as an example of a User-defined Type (UDT). </li> <li class="listitem"> Added Clang to list of supported compilers. </li> <li class="listitem"> Fixed constants to use a thread-safe cache of computed values when used at arbitrary precision. </li> <li class="listitem"> Added finding zeros of Bessel functions <code class="computeroutput"><span class="identifier">cyl_bessel_j_zero</span></code>, <code class="computeroutput"><span class="identifier">cyl_neumann_zero</span></code>, <code class="computeroutput"><span class="identifier">airy_ai_zero</span></code> and <code class="computeroutput"><span class="identifier">airy_bi_zero</span></code>(by Christopher Kormanyos). </li> <li class="listitem"> More accuracy improvements to the Bessel J and Y functions from Rocco Romeo. </li> <li class="listitem"> Fixed nasty cyclic dependency bug that caused some headers to not compile <a href="https://svn.boost.org/trac/boost/ticket/7999" target="_top">#7999</a>. </li> <li class="listitem"> Fixed bug in <a class="link" href="sf_gamma/tgamma.html" title="Gamma">tgamma</a> that caused spurious overflow for arguments between 142.5 and 143. </li> <li class="listitem"> Fixed bug in raise_rounding_error that caused it to return an incorrect result when throwing an exception is turned off <a href="https://svn.boost.org/trac/boost/ticket/7905" target="_top">#7905</a>. </li> <li class="listitem"> Added minimal __float128 support. </li> <li class="listitem"> Fixed bug in edge-cases of poisson quantile <a href="https://svn.boost.org/trac/boost/ticket/8308" target="_top">#8308</a>. </li> <li class="listitem"> Adjusted heuristics used in Halley iteration to cope with inverting the incomplete beta in tricky regions where the derivative is flatlining. Example is computing the quantile of the Fisher F distribution for probabilities smaller than machine epsilon. See ticket <a href="https://svn.boost.org/trac/boost/ticket/8314" target="_top">#8314</a>. </li> </ul></div> <h5> <a name="math_toolkit.history1.h9"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_53"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_53">Boost-1.53</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/7325" target="_top">#7325</a>, <a href="https://svn.boost.org/trac/boost/ticket/7415" target="_top">#7415</a> and <a href="https://svn.boost.org/trac/boost/ticket/7416" target="_top">#7416</a>, <a href="https://svn.boost.org/trac/boost/ticket/7183" target="_top">#7183</a>, <a href="https://svn.boost.org/trac/boost/ticket/7649" target="_top">#7649</a>, <a href="https://svn.boost.org/trac/boost/ticket/7694" target="_top">#7694</a>, <a href="https://svn.boost.org/trac/boost/ticket/4445" target="_top">#4445</a>, <a href="https://svn.boost.org/trac/boost/ticket/7492" target="_top">#7492</a>, <a href="https://svn.boost.org/trac/boost/ticket/7891" target="_top">#7891</a>, <a href="https://svn.boost.org/trac/boost/ticket/7429" target="_top">#7429</a>. </li> <li class="listitem"> Fixed mistake in calculating pooled standard deviation in two-sample students t example <a href="https://svn.boost.org/trac/boost/ticket/7402" target="_top">#7402</a>. </li> <li class="listitem"> Improve complex acos/asin/atan, see <a href="https://svn.boost.org/trac/boost/ticket/7290" target="_top">#7290</a>, <a href="https://svn.boost.org/trac/boost/ticket/7291" target="_top">#7291</a>. </li> <li class="listitem"> Improve accuracy in some corner cases of <a class="link" href="bessel/bessel_first.html" title="Bessel Functions of the First and Second Kinds">cyl_bessel_j</a> and <a class="link" href="sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_p</a>/<a class="link" href="sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_q</a> thanks to suggestions from Rocco Romeo. </li> <li class="listitem"> Improve accuracy of Bessel J and Y for integer orders thanks to suggestions from Rocco Romeo. </li> </ul></div> <h5> <a name="math_toolkit.history1.h10"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_52"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_52">Boost-1.52</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Corrected moments for small degrees of freedom <a href="https://svn.boost.org/trac/boost/ticket/7177" target="_top">#7177</a> (reported by Thomas Mang). </li> <li class="listitem"> Added <a class="link" href="airy.html" title="Airy Functions">Airy functions</a> and <a class="link" href="jacobi.html" title="Jacobi Elliptic Functions">Jacobi Elliptic functions</a>. </li> <li class="listitem"> Corrected failure to detect bad parameters in many distributions <a href="https://svn.boost.org/trac/boost/ticket/6934" target="_top">#6934</a> (reported by Florian Schoppmann) by adding a function check_out_of_range to test many possible bad parameters. This test revealed several distributions where the checks for bad parameters were ineffective, and these have been rectified. </li> <li class="listitem"> Fixed issue in Hankel functions that causes incorrect values to be returned for <span class="emphasis"><em>x &lt; 0</em></span> and &#957; odd, see <a href="https://svn.boost.org/trac/boost/ticket/7135" target="_top">#7135</a>. </li> <li class="listitem"> Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/6517" target="_top">#6517</a>, <a href="https://svn.boost.org/trac/boost/ticket/6362" target="_top">#6362</a>, <a href="https://svn.boost.org/trac/boost/ticket/7053" target="_top">#7053</a>, <a href="https://svn.boost.org/trac/boost/ticket/2693" target="_top">#2693</a>, <a href="https://svn.boost.org/trac/boost/ticket/6937" target="_top">#6937</a>, <a href="https://svn.boost.org/trac/boost/ticket/7099" target="_top">#7099</a>. </li> <li class="listitem"> Permitted infinite degrees of freedom <a href="https://svn.boost.org/trac/boost/ticket/7259" target="_top">#7259</a> implemented using the normal distribution (requested by Thomas Mang). </li> <li class="listitem"> Much enhanced accuracy for large degrees of freedom &#957; and/or large non-centrality &#948; by switching to use the Students t distribution (or Normal distribution for infinite degrees of freedom) centered at delta, when &#948; / (4 * &#957;) &lt; epsilon for the floating-point type in use. <a href="https://svn.boost.org/trac/boost/ticket/7259" target="_top">#7259</a>. It was found that the incomplete beta was suffering from serious cancellation errors when degrees of freedom was very large. (That has now been fixed in our code, but any code based on Didonato and Morris's original papers (probably every implementation out there actually) will have the same issue). </li> </ul></div> <h5> <a name="math_toolkit.history1.h11"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_51"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_51">Boost-1.51</a> </h5> <p> See Boost-1.52 - some items were added but not listed in time for the release. </p> <h5> <a name="math_toolkit.history1.h12"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_50"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_50">Boost-1.50</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Promoted math constants to be 1st class citizens, including convenient access to the most widely used built-in float, double, long double via three namespaces. </li> <li class="listitem"> Added the Owen's T function and Skew Normal distribution written by Benjamin Sobotta: see <a class="link" href="owens_t.html" title="Owen's T function">Owens T</a> and skew_normal_distrib. </li> <li class="listitem"> Added Hankel functions <a class="link" href="hankel/cyl_hankel.html" title="Cyclic Hankel Functions">cyl_hankel_1</a>, <a class="link" href="hankel/cyl_hankel.html" title="Cyclic Hankel Functions">cyl_hankel_2</a>, <a class="link" href="hankel/sph_hankel.html" title="Spherical Hankel Functions">sph_hankel_1</a> and <a class="link" href="hankel/sph_hankel.html" title="Spherical Hankel Functions">sph_hankel_2</a>. </li> <li class="listitem"> Corrected issue <a href="https://svn.boost.org/trac/boost/ticket/6627" target="_top">#6627 nonfinite_num_put formatting of 0.0 is incorrect</a> based on a patch submitted by K R Walker. </li> <li class="listitem"> Changed constant initialization mechanism so that it is thread safe even for user-defined types, also so that user defined types get the full precision of the constant, even when <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code> does not. So for example 128-bit rational approximations will work with UDT's and do the right thing, even though <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code> may be only 64 or 80 bits. </li> <li class="listitem"> Fixed issue in <code class="computeroutput"><span class="identifier">bessel_jy</span></code> which causes Y<sub>8.5</sub>(4&#960;) to yield a NaN. </li> </ul></div> <h5> <a name="math_toolkit.history1.h13"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_49"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_49">Boost-1.49</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Deprecated wrongly named <code class="computeroutput"><span class="identifier">twothirds</span></code> math constant in favour of <code class="computeroutput"><span class="identifier">two_thirds</span></code> (with underscore separator). (issue <a href="https://svn.boost.org/trac/boost/ticket/6199" target="_top">#6199</a>). </li> <li class="listitem"> Refactored test data and some special function code to improve support for arbitary precision and/or expression-template-enabled types. </li> <li class="listitem"> Added new faster zeta function evaluation method. </li> </ul></div> <p> Fixed issues: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Corrected CDF complement for Laplace distribution (issue <a href="https://svn.boost.org/trac/boost/ticket/6151" target="_top">#6151</a>). </li> <li class="listitem"> Corrected branch cuts on the complex inverse trig functions, to handle signed zeros (issue <a href="https://svn.boost.org/trac/boost/ticket/6171" target="_top">#6171</a>). </li> <li class="listitem"> Fixed bug in <code class="computeroutput"><span class="identifier">bessel_yn</span></code> which caused incorrect overflow errors to be raised for negative <span class="emphasis"><em>n</em></span> (issue <a href="https://svn.boost.org/trac/boost/ticket/6367" target="_top">#6367</a>). </li> <li class="listitem"> Also fixed minor/cosmetic/configuration issues <a href="https://svn.boost.org/trac/boost/ticket/6120" target="_top">#6120</a>, <a href="https://svn.boost.org/trac/boost/ticket/6191" target="_top">#6191</a>, <a href="https://svn.boost.org/trac/boost/ticket/5982" target="_top">#5982</a>, <a href="https://svn.boost.org/trac/boost/ticket/6130" target="_top">#6130</a>, <a href="https://svn.boost.org/trac/boost/ticket/6234" target="_top">#6234</a>, <a href="https://svn.boost.org/trac/boost/ticket/6307" target="_top">#6307</a>, <a href="https://svn.boost.org/trac/boost/ticket/6192" target="_top">#6192</a>. </li> </ul></div> <h5> <a name="math_toolkit.history1.h14"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_48"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_48">Boost-1.48</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added new series evaluation methods to the cyclic Bessel I, J, K and Y functions. Also taken great care to avoid spurious over and underflow of these functions. Fixes issue <a href="https://svn.boost.org/trac/boost/ticket/5560" target="_top">#5560</a> </li> <li class="listitem"> Added an example of using Inverse Chi-Squared distribution for Bayesian statistics, provided by Thomas Mang. </li> <li class="listitem"> Added tests to use improved version of lexical_cast which handles C99 nonfinites without using globale facets. </li> <li class="listitem"> Corrected wrong out-of-bound uniform distribution CDF complement values <a href="https://svn.boost.org/trac/boost/ticket/5733" target="_top">#5733</a>. </li> <li class="listitem"> Enabled long double support on OpenBSD (issue <a href="https://svn.boost.org/trac/boost/ticket/6014" target="_top">#6014</a>). </li> <li class="listitem"> Changed nextafter and related functions to behave in the same way as other implementations - so that nextafter(+INF, 0) is a finite value (issue <a href="https://svn.boost.org/trac/boost/ticket/5823" target="_top">#5832</a>). </li> <li class="listitem"> Changed tuple include configuration to fix issue when using in conjunction with Boost.Tr1 (issue <a href="https://svn.boost.org/trac/boost/ticket/5934" target="_top">#5934</a>). </li> <li class="listitem"> Changed class eps_tolerance to behave correctly when both ends of the range are zero (issue <a href="https://svn.boost.org/trac/boost/ticket/6001" target="_top">#6001</a>). </li> <li class="listitem"> Fixed missing include guards on prime.hpp (issue <a href="https://svn.boost.org/trac/boost/ticket/5927" target="_top">#5927</a>). </li> <li class="listitem"> Removed unused/undocumented constants from constants.hpp (issue <a href="https://svn.boost.org/trac/boost/ticket/5982" target="_top">#5982</a>). </li> <li class="listitem"> Fixed missing std:: prefix in nonfinite_num_facets.hpp (issue <a href="https://svn.boost.org/trac/boost/ticket/5914" target="_top">#5914</a>). </li> <li class="listitem"> Minor patches for Cray compiler compatibility. </li> </ul></div> <h5> <a name="math_toolkit.history1.h15"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_47"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_47">Boost-1.47</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added changesign function to sign.hpp to facilitate addition of nonfinite facets. </li> <li class="listitem"> Addition of nonfinite facets from Johan Rade, with tests, examples of use for C99 format infinity and NaN, and documentation. </li> <li class="listitem"> Added tests and documentation of changesign from Johan Rade. </li> </ul></div> <h5> <a name="math_toolkit.history1.h16"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_46_1"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_46_1">Boost-1.46.1</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/5095" target="_top">#5095</a>, <a href="https://svn.boost.org/trac/boost/ticket/5095" target="_top">#5113</a>. </li></ul></div> <h5> <a name="math_toolkit.history1.h17"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_46_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_46_0">Boost-1.46.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added Wald, Inverse Gaussian and geometric distributions. </li> <li class="listitem"> Added information about configuration macros. </li> <li class="listitem"> Added support for mpreal as a real-numbered type. </li> </ul></div> <h5> <a name="math_toolkit.history1.h18"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_45_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_45_0">Boost-1.45.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added warnings about potential ambiguity with std random library in distribution and function names. </li> <li class="listitem"> Added inverse gamma distribution and inverse chi_square and scaled inverse chi_square. </li> <li class="listitem"> Editorial revision of documentation, and added FAQ. </li> </ul></div> <h5> <a name="math_toolkit.history1.h19"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_44_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_44_0">Boost-1.44.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Fixed incorrect range and support for Rayleigh distribution. </li> <li class="listitem"> Fixed numerical error in the quantile of the Student's T distribution: the function was returning garbage values for non-integer degrees of freedom between 2 and 3. </li> </ul></div> <h5> <a name="math_toolkit.history1.h20"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_41_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_41_0">Boost-1.41.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> Significantly improved performance for the incomplete gamma function and its inverse. </li></ul></div> <h5> <a name="math_toolkit.history1.h21"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_40_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_40_0">Boost-1.40.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added support for MPFR as a bignum type. </li> <li class="listitem"> Added some full specializations of the policy classes to reduce compile times. </li> <li class="listitem"> Added logistic and hypergeometric distributions, from Gautam Sewani's Google Summer of Code project. </li> <li class="listitem"> Added Laplace distribution submitted by Thijs van den Berg. </li> <li class="listitem"> Updated performance test code to include new distributions, and improved the performance of the non-central distributions. </li> <li class="listitem"> Added SSE2 optimised <a class="link" href="lanczos.html" title="The Lanczos Approximation">Lanczos approximation</a> code, from Gautam Sewani's Google Summer of Code project. </li> <li class="listitem"> Fixed bug in cyl_bessel_i that used an incorrect approximation for &#957; = 0.5, also effects the non-central Chi Square Distribution when &#957; = 3, see bug report <a href="https://svn.boost.org/trac/boost/ticket/2877" target="_top">#2877</a>. </li> <li class="listitem"> Fixed minor bugs <a href="https://svn.boost.org/trac/boost/ticket/2873" target="_top">#2873</a>. </li> </ul></div> <h5> <a name="math_toolkit.history1.h22"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_38_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_38_0">Boost-1.38.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added Johan R&#229;de's optimised floating point classification routines. </li> <li class="listitem"> Fixed code so that it compiles in GCC's -pedantic mode (bug report <a href="https://svn.boost.org/trac/boost/ticket/1451" target="_top">#1451</a>). </li> </ul></div> <h5> <a name="math_toolkit.history1.h23"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_37_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_37_0">Boost-1.37.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> Improved accuracy and testing of the inverse hypergeometric functions. </li></ul></div> <h5> <a name="math_toolkit.history1.h24"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_36_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_36_0">Boost-1.36.0</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added Noncentral Chi Squared Distribution. </li> <li class="listitem"> Added Noncentral Beta Distribution. </li> <li class="listitem"> Added Noncentral F Distribution. </li> <li class="listitem"> Added Noncentral T Distribution. </li> <li class="listitem"> Added Exponential Integral Functions. </li> <li class="listitem"> Added Zeta Function. </li> <li class="listitem"> Added Rounding and Truncation functions. </li> <li class="listitem"> Added Compile time powers of runtime bases. </li> <li class="listitem"> Added SSE2 optimizations for Lanczos evaluation. </li> </ul></div> <h5> <a name="math_toolkit.history1.h25"></a> <span class="phrase"><a name="math_toolkit.history1.boost_1_35_0_post_review_first_o"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_35_0_post_review_first_o">Boost-1.35.0: Post Review First Official Release</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Added Policy based framework that allows fine grained control over function behaviour. </li> <li class="listitem"> <span class="bold"><strong>Breaking change:</strong></span> Changed default behaviour for domain, pole and overflow errors to throw an exception (based on review feedback), this behaviour can be customised using <a class="link" href="../policy.html" title="Chapter&#160;15.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a>'s. </li> <li class="listitem"> <span class="bold"><strong>Breaking change:</strong></span> Changed exception thrown when an internal evaluation error occurs to boost::math::evaluation_error. </li> <li class="listitem"> <span class="bold"><strong>Breaking change:</strong></span> Changed discrete quantiles to return an integer result: this is anything up to 20 times faster than finding the true root, this behaviour can be customised using <a class="link" href="../policy.html" title="Chapter&#160;15.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a>'s. </li> <li class="listitem"> Polynomial/rational function evaluation is now customisable and hopefully faster than before. </li> <li class="listitem"> Added performance test program. </li> </ul></div> <h5> <a name="math_toolkit.history1.h26"></a> <span class="phrase"><a name="math_toolkit.history1.milestone_4_second_review_candid"></a></span><a class="link" href="history1.html#math_toolkit.history1.milestone_4_second_review_candid">Milestone 4: Second Review Candidate (1st March 2007)</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Moved Xiaogang Zhang's Bessel Functions code into the library, and brought them into line with the rest of the code. </li> <li class="listitem"> Added C# "Distribution Explorer" demo application. </li> </ul></div> <h5> <a name="math_toolkit.history1.h27"></a> <span class="phrase"><a name="math_toolkit.history1.milestone_3_first_review_candida"></a></span><a class="link" href="history1.html#math_toolkit.history1.milestone_3_first_review_candida">Milestone 3: First Review Candidate (31st Dec 2006)</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Implemented the main probability distribution and density functions. </li> <li class="listitem"> Implemented digamma. </li> <li class="listitem"> Added more factorial functions. </li> <li class="listitem"> Implemented the Hermite, Legendre and Laguerre polynomials plus the spherical harmonic functions from TR1. </li> <li class="listitem"> Moved Xiaogang Zhang's elliptic integral code into the library, and brought them into line with the rest of the code. </li> <li class="listitem"> Moved Hubert Holin's existing Boost.Math special functions into this library and brought them into line with the rest of the code. </li> </ul></div> <h5> <a name="math_toolkit.history1.h28"></a> <span class="phrase"><a name="math_toolkit.history1.milestone_2_released_september_1"></a></span><a class="link" href="history1.html#math_toolkit.history1.milestone_2_released_september_1">Milestone 2: Released September 10th 2006</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Implement preview release of the statistical distributions. </li> <li class="listitem"> Added statistical distributions tutorial. </li> <li class="listitem"> Implemented root finding algorithms. </li> <li class="listitem"> Implemented the inverses of the incomplete gamma and beta functions. </li> <li class="listitem"> Rewrite erf/erfc as rational approximations (valid to 128-bit precision). </li> <li class="listitem"> Integrated the statistical results generated from the test data with Boost.Test: uses a database of expected results, indexed by test, floating point type, platform, and compiler. </li> <li class="listitem"> Improved lgamma near 1 and 2 (rational approximations). </li> <li class="listitem"> Improved erf/erfc inverses (rational approximations). </li> <li class="listitem"> Implemented Rational function generation (the Remez method). </li> </ul></div> <h5> <a name="math_toolkit.history1.h29"></a> <span class="phrase"><a name="math_toolkit.history1.milestone_1_released_march_31st_"></a></span><a class="link" href="history1.html#math_toolkit.history1.milestone_1_released_march_31st_">Milestone 1: Released March 31st 2006</a> </h5> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Implement gamma/beta/erf functions along with their incomplete counterparts. </li> <li class="listitem"> Generate high quality test data, against which future improvements can be judged. </li> <li class="listitem"> Provide tools for the evaluation of infinite series, continued fractions, and rational functions. </li> <li class="listitem"> Provide tools for testing against tabulated test data, and collecting statistics on error rates. </li> <li class="listitem"> Provide sufficient docs for people to be able to find their way around the library. </li> </ul></div> <p> SVN Revisions: </p> <p> Sandbox and trunk last synchonised at revision: . </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2006-2010, 2012-2014 Nikhar Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert Holin, Bruno Lalande, John Maddock, Johan R&#229;de, Gautam Sewani, Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="building.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overview_tr1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
zjutjsj1004/third
boost/libs/math/doc/html/math_toolkit/history1.html
HTML
mit
59,236
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Lyricsmash (alpha test)</title> <meta name="keywords" content="lyrics mashup mash music" /> <link href="/css/default.css" rel="stylesheet" type="text/css" /> </head> <body> <!-- start header --> <div id="logo"> <h1><a href="/">LyricSmash</a></h1> <h2> :: Lyric mashup</h2> </div> <div id="header"> <div id="menu"> <ul> <li><a href="/">About</a></li> <li><a href="http://github.com/msbmsb/lyricsmash">Source Code</a></li> </ul> </div> </div> <!-- end header --> <div id="wrapper"> <!-- start page --> <div id="page"> <!-- start content --> <div id="content"> {% block content %} <div class="post"> <h1 class="title">Error</h1> <div class="entry"> <p>no content</p> </div> </div> {% endblock %} </div> <!-- end content --> <div style="clear: both;">&nbsp;</div> </div> </div> <!-- end page --> <!-- start footer --> <div id="footer"> <p id="legal">2010, <a href="https://www.google.com/profiles/mitchellbowden">Mitchell Bowden</a></p> </div> <!-- end footer --> </body> </html>
msbmsb/lyricsmash
gae_app/templates/layout.html
HTML
mit
1,341
{% if site.owner.disqus-shortname %} <script type="text/javascript"> var disqus_identifier = '{{ page.disqus_identifier }}'; var disqus_url = '{{site.url}}{{ page.url }}'; </script> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = '{{ site.owner.disqus-shortname }}'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); /* * * DON'T EDIT BELOW THIS LINE * * */ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> {% endif %}
mattberther/berther.io
_includes/disqus_comments.html
HTML
mit
1,395
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Contact form</title> <!-- Your META here --> <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0" name="viewport"> <!-- Stylesheets --> <link rel="stylesheet" href="j-folder/css/demo.css"> <link rel="stylesheet" href="j-folder/css/font-awesome.min.css"> <link rel="stylesheet" href="j-folder/css/j-forms.css"> <!-- Scripts --> <script src="j-folder/js/jquery.1.11.1.min.js"></script> <!--[if lt IE 10]> <script src="j-folder/js/jquery.placeholder.min.js"></script> <![endif]--> </head> <body class="bg-pic"> <div class="popup-btm-400"> <input type="radio" id="popup-input-open" name="popup-btm"> <input type="radio" id="popup-input-close" name="popup-btm" checked=""> <div class="popup-btm-wrapper"> <form action="" method="" class="j-forms" novalidate> <!-- start close-popup button --> <label class="popup-btm-close" for="popup-input-close"> <i></i> </label> <!-- end close-popup button --> <div class="content"> <!-- start name --> <div class="j-row"> <div class="span4"> <label class="label label-center">Your name</label> </div> <div class="span8 unit"> <div class="input"> <input type="text" placeholder="e.g. John Doe" name="name"> </div> </div> </div> <!-- end name --> <!-- start email --> <div class="j-row"> <div class="span4"> <label class="label label-center">Your email</label> </div> <div class="span8 unit"> <div class="input"> <input type="email" placeholder="[email protected]" name="email"> </div> </div> </div> <!-- end email --> <!-- start subject --> <div class="j-row"> <div class="span4"> <label class="label label-center">Your subject</label> </div> <div class="span8 unit"> <div class="input"> <input type="text" placeholder="subject" name="subject"> </div> </div> </div> <!-- end subject --> <!-- start textarea --> <div class="unit"> <div class="input"> <textarea placeholder="your message..." spellcheck="false" name="message"></textarea> </div> </div> <!-- end textarea --> <button type="submit" class="primary-btn">Contact</button> </div> <!-- end /.content --> </form> </div> <!-- /. popup-btm-wrapper --> <label class="popup-btm-label" for="popup-input-open">Contact us</label> </div> <!-- end /.popup-btm --> </body> </html>
Serious-Rage/SOCIAL-RAGE
j-forms/source/templates/contact_popup_bottom_2.html
HTML
mit
2,695
<!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_18) on Mon Feb 08 23:29:08 EST 2010 --> <TITLE> splar.plugins.reasoners.tests.sat.sat4j </TITLE> <META NAME="date" CONTENT="2010-02-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../../splar/plugins/reasoners/tests/sat/sat4j/package-summary.html" target="classFrame">splar.plugins.reasoners.tests.sat.sat4j</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="ReasoningWithSATTest.html" title="class in splar.plugins.reasoners.tests.sat.sat4j" target="classFrame">ReasoningWithSATTest</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
axel-halin/Thesis-JHipster
Dependencies/SPLAR/doc/splar/plugins/reasoners/tests/sat/sat4j/package-frame.html
HTML
mit
978
<!DOCTYPE html><html><head><title>http://liamblizard.co.uk/tags/git/</title><link rel="canonical" href="http://liamblizard.co.uk/tags/git/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=http://liamblizard.co.uk/tags/git/" /></head></html>
MrBliz/DevBlog
public/tags/git/page/1/index.html
HTML
mit
305
<html><body> <h4>Windows 10 x64 (18362.116)</h4><br> <h2>FEATURE_LOGGED_TRAITS</h2> <font face="arial"> +0x000 version : Uint2B<br> +0x002 baseVersion : Uint2B<br> +0x004 stage : UChar<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.116)/FEATURE_LOGGED_TRAITS.html
HTML
mit
243
<html><body> <h4>Windows 10 x64 (19041.572)</h4><br> <h2>_PROCLOCALSAPIC</h2> <font face="arial"> +0x000 Type : UChar<br> +0x001 Length : UChar<br> +0x002 ACPIProcessorID : UChar<br> +0x003 APICID : UChar<br> +0x004 APICEID : UChar<br> +0x005 Reserved : [3] UChar<br> +0x008 Flags : Uint4B<br> +0x00c ACPIProcessorUIDInteger : Uint4B<br> +0x010 ACPIProcessorUIDString : [1] Char<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.572)/_PROCLOCALSAPIC.html
HTML
mit
503
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"> <!-- Mirrored from tsconsulting.ru/en/about/partners.php by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 19 Aug 2017 18:54:31 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=Windows-1251" /><!-- /Added by HTTrack --> <head> <title>Partners</title> <link rel="shortcut icon" type="../image/x-icon" href="http://tsconsulting.ru/bitrix/templates/twocolumns/favicon.ico" /> <link rel="stylesheet" type="text/css" href="http://tsconsulting.ru/bitrix/templates/twocolumns/common.css" /> <link rel="stylesheet" type="text/css" href="http://tsconsulting.ru/bitrix/templates/twocolumns/template_styles.css" /> <script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/jquery.js"></script> <script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/mainmenu.js"></script> <script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/menu.js"></script> <link rel="stylesheet" type="text/css" href="http://tsconsulting.ru/bitrix/templates/twocolumns/common.css" /> <script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/balloon.config.js"></script> <script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/balloon.js"></script> <script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/yahoo-dom-event.js"></script> <!--[if IE 6]> <script type="text/javascript" src="/bitrix/templates/twocolumns/scripts/DD_belatedPNG.js"></script> <script> if (jQuery.browser.msie && jQuery.browser.version<7) DD_belatedPNG.fix('.menu-main li ul, .clients tr td img, img'); </script> <style type="text/css"> .menu-main li ul {background: #cad3db !important;} body {behavior:url("/bitrix/templates/twocolumns/csshover.htc");} #right-body { clear: left; } </style> <![endif]--> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1251" /> <meta name="robots" content="index, follow" /> <link href="http://tsconsulting.ru/bitrix/cache/css/EN/twocolumns/kernel_main/kernel_main.css?149985037631472" type="text/css" rel="stylesheet" /> <link href="http://tsconsulting.ru/bitrix/cache/css/EN/twocolumns/page_7ca3a776221cefbc430cc01170dff9e1/page_7ca3a776221cefbc430cc01170dff9e1.css?1499859479427" type="text/css" rel="stylesheet" /> <link href="http://tsconsulting.ru/bitrix/cache/css/EN/twocolumns/template_f063403c1c6403d6930905b803c0a1d2/template_f063403c1c6403d6930905b803c0a1d2.css?149985037617138" type="text/css" data-template-style="true" rel="stylesheet" /> <script type="text/javascript">if(!window.BX)window.BX={};if(!window.BX.message)window.BX.message=function(mess){if(typeof mess=='object') for(var i in mess) BX.message[i]=mess[i]; return true;};</script> <script type="text/javascript">(window.BX||top.BX).message({'JS_CORE_LOADING':'Loading...','JS_CORE_WINDOW_CLOSE':'Close','JS_CORE_WINDOW_EXPAND':'Expand','JS_CORE_WINDOW_NARROW':'Restore','JS_CORE_WINDOW_SAVE':'Save','JS_CORE_WINDOW_CANCEL':'Cancel','JS_CORE_H':'h','JS_CORE_M':'m','JS_CORE_S':'s','JS_CORE_NO_DATA':'- No data -','JSADM_AI_HIDE_EXTRA':'Hide extra items','JSADM_AI_ALL_NOTIF':'All notifications','JSADM_AUTH_REQ':'Authentication is required!','JS_CORE_WINDOW_AUTH':'Log In','JS_CORE_IMAGE_FULL':'Full size','JS_CORE_WINDOW_CONTINUE':'Continue'});</script> <script type="text/javascript">(window.BX||top.BX).message({'LANGUAGE_ID':'en','FORMAT_DATE':'DD.MM.YYYY','FORMAT_DATETIME':'DD.MM.YYYY HH:MI:SS','COOKIE_PREFIX':'TSCons_','SERVER_TZ_OFFSET':'10800','SITE_ID':'EN','SITE_DIR':'/en/','USER_ID':'','SERVER_TIME':'1503168818','USER_TZ_OFFSET':'0','USER_TZ_AUTO':'Y','bitrix_sessid':'9e7cca378bd3f65bafdec15d01912811'});</script> <script type="text/javascript" src="http://tsconsulting.ru/bitrix/cache/js/EN/twocolumns/kernel_main/kernel_main.js?1499850376280214"></script> <script type="text/javascript">BX.setJSList(['/bitrix/js/main/core/core.js','http://tsconsulting.ru/bitrix/js/main/core/core_ajax.js','http://tsconsulting.ru/bitrix/js/main/json/json2.min.js','http://tsconsulting.ru/bitrix/js/main/core/core_ls.js','http://tsconsulting.ru/bitrix/js/main/session.js','http://tsconsulting.ru/bitrix/js/main/core/core_window.js','http://tsconsulting.ru/bitrix/js/main/core/core_popup.js','http://tsconsulting.ru/bitrix/js/main/core/core_date.js','http://tsconsulting.ru/bitrix/js/main/utils.js','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/menu/mainmenu/script.js','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/search.form/searchform/script.js','/bitrix/templates/.default/components/bitrix/form.result.new/default_pop/script.js']); </script> <script type="text/javascript">BX.setCSSList(['/bitrix/js/main/core/css/core.css','http://tsconsulting.ru/bitrix/js/main/core/css/core_popup.css','http://tsconsulting.ru/bitrix/js/main/core/css/core_date.css','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/news.list/partners/style.css','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/menu/mainmenu/style.css','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/menu/leftmenu/style.css','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/breadcrumb/.default/style.css','http://tsconsulting.ru/bitrix/templates/.default/components/bitrix/form.result.new/default_pop/style.css','http://tsconsulting.ru/bitrix/templates/twocolumns/styles.css','/bitrix/templates/twocolumns/template_styles.css']); </script> <script type="text/javascript" src="http://tsconsulting.ru/bitrix/cache/js/EN/twocolumns/template_78e6a866b22ebc0ac14bec43d0b67dec/template_78e6a866b22ebc0ac14bec43d0b67dec.js?14998503767251"></script> <script type="text/javascript">var _ba = _ba || []; _ba.push(["aid", "045e6fc89e2672523e98f854a4be04cb"]); _ba.push(["host", "tsconsulting.ru"]); (function() {var ba = document.createElement("script"); ba.type = "text/javascript"; ba.async = true;ba.src = (document.location.protocol == "https:" ? "https://" : "http://") + "bitrix.info/ba.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ba, s);})();</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','http://www.google-analytics.com/analytics.js','ga'); ga('require', 'displayfeatures'); ga('create', 'UA-16056817-1', 'tsconsulting.ru'); ga('send', 'pageview'); </script> </head> <body> <div id="panel"></div> <div class="wrapper"> <div id="container"> <center> <div style="max-width:2000px;"><div style="background:url(http://tsconsulting.ru/images/top0.jpg) no-repeat;height:107px;"></div></div> </center> <center> <div class="main"> <div class="header"> <div class="logo"><a href="../index.html" title="Main Page"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/en//logo.jpg"></a></div> <div class="menu-top"> </div> <div class="tel"> +7 495 981-92-92 </div> <div class="ts-social"> <a href="https://www.facebook.com/TSConsulting?ref=br_rs" target="_blank" rel="nofollow" style="display:inline-block; float:left; margin-right:15px; width:23px; height:23px; background:url(http://tsconsulting.ru/images/tsconsult_social.png) no-repeat;"></a> <a href="http://www.linkedin.com/company/technoserv-consulting?goback=" target="_blank" rel="nofollow" style="display:inline-block; float:left; width:23px; margin-right:15px; height:23px;background:url(http://tsconsulting.ru/images/tsconsult_social.png) 0 -24px no-repeat;"></a> <a href="http://www.youtube.com/channel/UC21NGzWJop0ctFE_9hQlhAQ" target="_blank" rel="nofollow" style="display:inline-block; float:left; width:23px; height:23px;background:url(http://tsconsulting.ru/images/tsconsult_social.png) 0 -48px no-repeat;"></a> </div> <div class="lang"> <a class="ss" href="../../index.html" title="RU">RU</a> / <span title="EN"><b>EN</b></span> </div> </div> <div class="clear"></div> <div class="menu-main"> <ul id='horizontal-multilevel-menu-my'> <li class="root-item-hover" id="imselected" > <span class="left"></span><a href="index.html" class="root-item-hover-a ">Company&nbsp;Profile</a><span class="right"></span><div class="clear"></div> <ul> <li ><a href="clients.html">Clients</a><div class="clear"></div></li> <li class="item-hover" ><a href="partners.html">Partners</a><div class="clear"></div></li> <li ><a href="contacts.html">Contacts</a><div class="clear"></div></li> </ul></li> <li class="root-item-hover" > <span class="left"></span><a href="../services/index.html" class="root-item-hover-a ">Services</a><span class="right"></span><div class="clear"></div> <ul> <li ><a href="../services/sectiona34b.html?SECTION_ID=99">Customer Relationship Management</a><div class="clear"></div></li> <li ><a href="../services/section943e.html?SECTION_ID=101">Enterprise Resource Planning</a><div class="clear"></div></li> <li ><a href="../services/section770f.html?SECTION_ID=100">Enterprise Content Management</a><div class="clear"></div></li> <li ><a href="../services/section5909.html?SECTION_ID=97">Business Intelligence</a><div class="clear"></div></li> <li ><a href="../services/section775a.html?SECTION_ID=98">Custom engineering</a><div class="clear"></div></li> <li ><a href="../services/sectionb555.html?SECTION_ID=102">Technical support and maintenance</a><div class="clear"></div></li> <li ><a href="../services/section9ddb.html?SECTION_ID=127">Business Process Management</a><div class="clear"></div></li> <li ><a href="../services/sectiondf2e.html?SECTION_ID=126">Electronic Commerce</a><div class="clear"></div></li> <li ><a href="../services/sectiond4fe.html?SECTION_ID=128">Master Data Management</a><div class="clear"></div></li> <li ><a href="../services/sectionfaf4.html?SECTION_ID=129">Business Rules Management</a><div class="clear"></div></li> </ul></li> <li class="root-item-hover" > <span class="left"></span><a href="../success/index.html" class="root-item-hover-a ">Success Stories</a><span class="right"></span></li> </li> <li class="root-item-hover" > <span class="left"></span><a href="../technologies/index.html" class="root-item-hover-a ">Technologies</a><span class="right"></span><div class="clear"></div> <ul> <li ><a href="../technologies/bi.html">BI-systems </a><div class="clear"></div></li> <li ><a href="../technologies/bpm-systems.html"> BPM-systems</a><div class="clear"></div></li> <li ><a href="../technologies/brm-systems.html">BRM-systems</a><div class="clear"></div></li> <li ><a href="../technologies/crm.html">CRM-systems </a><div class="clear"></div></li> <li ><a href="../technologies/ecm.html">ECM-systems </a><div class="clear"></div></li> <li ><a href="../technologies/epm-systems.html">EPM-systems</a><div class="clear"></div></li> <li ><a href="../technologies/erp.html">ERP-systems </a><div class="clear"></div></li> <li ><a href="../technologies/mdm-systems.html">MDM-systems</a><div class="clear"></div></li> <li ><a href="../technologies/soa.html">Integration using SOA</a><div class="clear"></div></li> <li ><a href="../technologies/ibanking.html">iBanking</a><div class="clear"></div></li> </ul></li> <li class="root-item-hover" > <span class="left"></span><a href="../news/index.html" class="root-item-hover-a last">News</a><span class="right"></span></li> </li> </ul> <script>jshover();</script> <div class="search"> <div class="search-form"> <form action="http://tsconsulting.ru/en/search/"> <table border="0" cellspacing="0" cellpadding="2" align="center"> <tr> <td align="center"><input type="text" id="search_string" name="q" value="Search" start_value="Search" size="15" maxlength="50" /></td> </tr> </table> </form> </div> </div> </div> <div class="clear"></div> </div> <div class="menu_bottom"></div> <div class="content"> <table class="threetab"> <tr> <td width="250" class="threetableft"> <!-- <div class="left-colomn"> --> <div class="menu-left"> <ul> <li><a href="clients.html">Clients</a></li> <li><a href="partners.html" class="selected">Partners</a></li> <li><a href="contacts.html">Contacts</a></li> </ul> </div> &nbsp; <div class="ring"><a href="javascript:void(0)" data-event="REQUEST_CALL_MANAGER_POP"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/en/call.jpg"/> </a></div> <div class="banner-block"> </div> <!--</div>--> </td><td class="threetabcent"> <div class="center-colomn"> <div style="margin-bottom:15px;"> <span class="bread"> <a href="../index.html" title="Main">Main</a>&nbsp;<img src="http://tsconsulting.ru/images/arrow.png"><?/* &#8594; */?>&nbsp;<a href="index.html" title="About">About</a> </span> </div> <h1>Partners</h1> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="clients"> <tr> <td> <a href="http://www.sap.com/index.epx" target="_blank"> <img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/31b/31b75ca3b5cb51cd619e56ccbb3620ee.jpg" width="86" height="50" alt="SAP " title="SAP " style="float:left" /></a> <div class="clear"></div> <p> <b>SAP </b> <br /> <span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">The history of cooperation between SAP and Technoserv Consulting has been lasting for over 10 years. At present, the company has the partnership statuses SAP Gold Partner and Service Partner, and its expertise in the field of SAP software support has been distinguished by the certificate of the Partner Center of Expertise. Based on the results of the year 2012, Technoserv Consulting has become the winner in the nomination Maximal Sales of SAP Software among the SAP partners.</span> <div style="clear:both"></div> </p> </td> <td> <a href="http://www.oracle.com/index.html" target="_blank"> <img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/1e8/1e85ec46f62461271044ea3c2469f81f.jpg" width="172" height="49" alt="Oracle" title="Oracle" style="float:left" /></a> <div class="clear"></div> <p> <b>Oracle</b> <br /> <span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting has been Oracle certified partner since 2006, and has the highest Platinum partnership status. The company has the key expertise in Oracle Siebel CRM, Oracle CRM on Demand, Oracle BI Apps, Siebel Marketing and Loyalty Applications, Master Data Management and other solutions.</span> <div style="clear:both"></div> </p> </td> <td> <a href="http://www.microsoft.com/en/us/default.aspx" target="_blank"> <img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/4d0/4d08e6eb7a445695a278248b2abcbb9a.jpg" width="200" height="72" alt="Microsoft" title="Microsoft" style="float:left" /></a> <div class="clear"></div> <p> <b>Microsoft</b> <br /> <span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is an authorized partner for Microsoft Dynamics ERP. Within the frames of Microsoft Partner Network, Technoserv Consulting also has the competence of Gold Volume Licensing.</span> <div style="clear:both"></div> </p> </td> </tr> <tr> <td> <a href="http://www.emc.com/?fromGlobalSiteSelect" target="_blank"> <img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/302/30286eb577edd8a63c68b7ee06c5324f.jpg" width="48" height="72" alt="EMC" title="EMC" style="float:left" /></a> <div class="clear"></div> <p> <b>EMC</b> <br /> <span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is an EMC Premier Partner in IIG.</span> <div style="clear:both"></div> </p> </td> <td> <a href="http://www.swiftpage.com/" target="_blank"> <img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/a35/a35d363c1e38ff2130aff518091ab690.jpg" width="134" height="31" alt="Swiftpage" title="Swiftpage" style="float:left" /></a> <div class="clear"></div> <p> <b>Swiftpage</b> <br /> <span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting has been Sage (UK) Limited partner for SalesLogix CRM and has had the highest partnership status of Master VAR Partner for over 7 years. Since February 2013, the right to SalesLogix software has been assigned to Swiftpage International Limited, which is the legal successor of Sage in Europe, RF and the CIS.</span> <div style="clear:both"></div> </p> </td> <td> <a href="http://www.ibm.com/us/en/" target="_blank"> <img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/1dc/1dc9e054b18128a3c68e189dbfc1ffbf.jpg" width="104" height="50" alt="IBM" title="IBM" style="float:left" /></a> <div class="clear"></div> <p> <b>IBM</b> <br /> <span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is IBM Premier Business Partner and an authorized partner for the group of products: IBM WebSphere, Business Analytics and Enterprise Marketing Management.</span> <div style="clear:both"></div> </p> </td> </tr> <tr> <td> <a href="http://www.guidewire.com/" target="_blank"> <img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/54e/54ee61e3dc13ffbafbd45065765e920d.png" width="152" height="39" alt="Guidewire" title="Guidewire" style="float:left" /></a> <div class="clear"></div> <p> <b>Guidewire</b> <br /> <span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is the partner to Guidewire, a North American company, which has started representing the innovative product of insurance business automation on the Russian market recently. Technoserv Consulting has the Select Partner status.</span> <div style="clear:both"></div> </p> </td> <td> <a href="http://www.qlik.com/" target="_blank"> <img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/4fd/4fdda9535de6d1e2cb5f01d73b81c24b.jpg" width="95" height="32" alt="Qlik" title="Qlik" style="float:left" /></a> <div class="clear"></div> <p> <b>Qlik</b> <br /> <span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is Qlik partner and has the status of Qlik Solution Provider for QlikView, the software for multi-dimensional analysis.</span> <div style="clear:both"></div> </p> </td> </table> <div class="clear"></div> </div> </td> <td width="1px" class="threetabrit"> </td></tr></table> <div class="clear"></div> </center> </div> </div> <div class="footer"> <center> <div class="in_footer" id="foot"> <div>Ò: +7 495 981-92-92 <br />E: <a href="mailto:[email protected]" class="footmail"><span>[email protected]</span></a></div> <div style="text-align:left;"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/map.gif" /><br /><a href="../sitemap/index.html" >Site map</a></div> <div style="text-align:left;"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/feedback.gif" /><br /><a data-event="FEEDBACK_FORM_POP" href="javascript:void(0)">Feedback</a></div> <div style="text-align:left;"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/contacts.gif" /><br /><a href="contacts.html">Contacts</a></div> <div style="text-align:left;"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/call.gif" /><br /><a data-event="REQUEST_CALL_MANAGER_POP" href="javascript:void(0)">Manager's call</a></div> <div style="font-size:11px;">©&nbsp;2010-2013&nbsp;<span>TSConsulting</span><br /> <a href="https://mail.tsconsulting.ru/" target="blank" title="Êîðïîðàòèâíàÿ ïî÷òà"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/email.png" alt="Êîðïîðàòèâíàÿ ïî÷òà"></a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Site&nbsp;development&nbsp;<a href="http://articulmedia.ru/" target="_blank" class="footmail"><span>Articul&nbsp;Media</span></a></div> </div> </center> </div> </div> <script language="javascript"> function otz(){ var o = document.getElementById("otzivy"); var p = document.getElementById("projects"); var plink = document.getElementById("s1"); var olink = document.getElementById("s2"); o.style.display = "block"; p.style.display = "none"; olink.className = "classselect2"; plink.className = "none"; } function pro(){ var o = document.getElementById("otzivy"); var p = document.getElementById("projects"); var plink = document.getElementById("s1"); var olink = document.getElementById("s2"); o.style.display = "none"; p.style.display = "block"; plink.className = "classselect"; olink.className = "none"; } </script> <!-- SpyLOG --> <script src="http://tools.spylog.ru/counter_cv.js"; id="spylog_code" type="text/javascript" counter="756027" part="" track_links="ext" page_level="0"> </script> <noscript> <a href="http://u7560.27.spylog.com/cnt?cid=756027&amp;f=3&amp;p=0"; target="_blank"> <img src="http://u7560.27.spylog.com/cnt?cid=756027&amp;p=0"; alt="SpyLOG" border="0" width="1" height="1"></a> </noscript> <!--/ SpyLOG --> <div class="box-form" data-response="REQUEST_CALL_MANAGER"> <div class="window-form"> <div id="comp_00d63046524f0c7882fc9535f3af061d"> <div class="pop-reg"> <div class="cont-reg"> <div class="close-p"></div> <form name="REQUEST_CALL_MANAGER" action="http://tsconsulting.ru/en/about/partners.php" method="POST" enctype="multipart/form-data"><input type="hidden" name="bxajaxid" id="bxajaxid_00d63046524f0c7882fc9535f3af061d_8BACKi" value="00d63046524f0c7882fc9535f3af061d" /><input type="hidden" name="AJAX_CALL" value="Y" /><script type="text/javascript"> function _processform_8BACKi(){ var obForm = top.BX('bxajaxid_00d63046524f0c7882fc9535f3af061d_8BACKi').form; top.BX.bind(obForm, 'submit', function() {BX.ajax.submitComponentForm(this, 'comp_00d63046524f0c7882fc9535f3af061d', true)}); top.BX.removeCustomEvent('onAjaxSuccess', _processform_8BACKi); } if (top.BX('bxajaxid_00d63046524f0c7882fc9535f3af061d_8BACKi')) _processform_8BACKi(); else top.BX.addCustomEvent('onAjaxSuccess', _processform_8BACKi); </script><input type="hidden" name="sessid" id="sessid" value="9e7cca378bd3f65bafdec15d01912811" /><input type="hidden" name="WEB_FORM_ID" value="11" /> <table class="form-table data-table" data-form-type="POP"> <thead> <tr> <td colspan="3"> <h3>Çàêàçàòü çâîíîê</h3> </td> </tr> </thead> <tbody> <tr> <td class="label-p" nowrap> ÔÈÎ<font color='red'><span class='form-required starrequired'>*</span></font> </td> <td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_58" value="" size="0" /></td> </tr> <tr> <td class="label-p" nowrap> Êîíòàêòíûé òåëåôîí<font color='red'><span class='form-required starrequired'>*</span></font> </td> <td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_61" value="" size="0" /></td> </tr> </tbody> <tfoot> <tr> <td colspan="3" class="requid-p"> <font color='red'><span class='form-required starrequired'>*</span></font> required fields </td> </tr> <tr> <th colspan="3" class="b-but"> <div data-event="REQUEST_CALL_MANAGER_SUBMIT" type="submit" value=""></div> </th> </tr> </tfoot> </table> </form> </div> </div> </div> </div> <div class="overlay"></div> </div> <div class="box-form" data-response="FEEDBACK_FORM"> <div class="window-form"> <div id="comp_eaa3de9237f63d7081266abaea00d051"> <div class="pop-reg"> <div class="cont-reg"> <div class="close-p"></div> <form name="FEEDBACK_FORM" action="http://tsconsulting.ru/en/about/partners.php" method="POST" enctype="multipart/form-data"><input type="hidden" name="bxajaxid" id="bxajaxid_eaa3de9237f63d7081266abaea00d051_Ar8Szp" value="eaa3de9237f63d7081266abaea00d051" /><input type="hidden" name="AJAX_CALL" value="Y" /><script type="text/javascript"> function _processform_Ar8Szp(){ var obForm = top.BX('bxajaxid_eaa3de9237f63d7081266abaea00d051_Ar8Szp').form; top.BX.bind(obForm, 'submit', function() {BX.ajax.submitComponentForm(this, 'comp_eaa3de9237f63d7081266abaea00d051', true)}); top.BX.removeCustomEvent('onAjaxSuccess', _processform_Ar8Szp); } if (top.BX('bxajaxid_eaa3de9237f63d7081266abaea00d051_Ar8Szp')) _processform_Ar8Szp(); else top.BX.addCustomEvent('onAjaxSuccess', _processform_Ar8Szp); </script><input type="hidden" name="sessid" id="sessid_1" value="9e7cca378bd3f65bafdec15d01912811" /><input type="hidden" name="WEB_FORM_ID" value="13" /> <table class="form-table data-table" data-form-type="POP"> <thead> <tr> <td colspan="3"> <h3>Îáðàòíàÿ ñâÿçü</h3> </td> </tr> </thead> <tbody> <tr> <td class="label-p" nowrap> ÔÈÎ<font color='red'><span class='form-required starrequired'>*</span></font> </td> <td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_71" value="" size="0" /></td> </tr> <tr> <td class="label-p" nowrap> Êîìïàíèÿ<font color='red'><span class='form-required starrequired'>*</span></font> </td> <td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_72" value="" size="0" /></td> </tr> <tr> <td class="label-p" nowrap> Äîëæíîñòü </td> <td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_73" value="" size="0" /></td> </tr> <tr> <td class="label-p" nowrap> E-mail<font color='red'><span class='form-required starrequired'>*</span></font> </td> <td colspan="2" class="field-p" data-type="email"><input type="text" class="inputtext" name="form_email_74" value="" size="0" /></td> </tr> <tr> <td class="label-p" nowrap> Êîíòàêòíûé òåëåôîí </td> <td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_75" value="" size="0" /></td> </tr> <tr> <td class="label-p" nowrap> Ïðåäìåò çàïðîñà<font color='red'><span class='form-required starrequired'>*</span></font> </td> <td colspan="2" class="field-p" data-type="textarea"><textarea name="form_textarea_76" cols="40" rows="5" class="inputtextarea" ></textarea></td> </tr> </tbody> <tfoot> <tr> <td colspan="3" class="requid-p"> <font color='red'><span class='form-required starrequired'>*</span></font> required fields </td> </tr> <tr> <th colspan="3" class="b-but"> <div data-event="FEEDBACK_FORM_SUBMIT" type="submit" value=""></div> </th> </tr> </tfoot> </table> </form> </div> </div> </div> </div> <div class="overlay"></div> </div> </body> <!-- Mirrored from tsconsulting.ru/en/about/partners.php by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 19 Aug 2017 18:54:31 GMT --> </html>
finkvi/tscfish
TSCfish/en/about/partners.html
HTML
mit
31,557
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="style.css"/> <title>Kacha Mukabe</title> </head> <body> <header> <h1>Kacha Mukabe</h1> <aside><em>Full stack Python developer </em></aside> </header> <hr /> <h2>Projects I'm building</h2> <p> <a href="https://github.com/kMukabe/bozscraper"> Boz Scraper </br> <span class="sub-link">A simple scraper that pulls bank exchange rates for banks in Zambia</span> </a> </p> <p> <a href="https://github.com/kMukabe/bozscraper"> nicotine </br> <span class="sub-link">A simple youtube cli</span> </a> </p> <hr /> <footer> <small>&copy <span id="year"></span> Kacha Mukabe</small> </footer> <script> document.getElementById("year").innerHTML = new Date().getFullYear() </script> </body> </html>
brainDeadCoder/brainDeadCoder.github.io
index.html
HTML
mit
1,065
<form class="form-group form-group-sm" [formGroup]="adjustmentForm"> <div class="row"> <div class="col-sm-12"> <div class="input-group input-group-sm"> <input type="text" class="form-control input-sm" formControlName="operatingFraction" id="operatingFraction"> </div> <app-control-messages [control]="adjustmentForm.controls.operatingFraction"></app-control-messages> </div> </div> <div class="row"> <div class="col-sm-12"> <div class="input-group input-group-sm"> <input type="text" class="form-control input-sm" formControlName="costKwHr" id="costKwHr"> </div> <app-control-messages [control]="adjustmentForm.controls.costKwHr"></app-control-messages> </div> </div> <div class="row"> <div class="col-sm-12"> <div class="input-group input-group-sm"> <input type="text" class="form-control input-sm" formControlName="flowRate" id="flowRate"> </div> <app-control-messages [control]="adjustmentForm.controls.flowRate"></app-control-messages> </div> </div> <div class="row"> <div class="col-sm-12"> <div class="input-group input-group-sm"> <input type="text" class="form-control input-sm" formControlName="head" id="head"> </div> <app-control-messages [control]="adjustmentForm.controls.head"></app-control-messages> </div> </div> <div class="row"> <div class="col-sm-12"> <div class="input-group input-group-sm"> <select class="form-control input-sm" formControlName="loadEstimatedMethod" id="loadEstimatedMethod"> <option>Method 1</option> <option>Method 2</option> </select> </div> <app-control-messages [control]="adjustmentForm.controls.loadEstimatedMethod"></app-control-messages> </div> </div> <div class="row"> <div class="col-sm-12"> <div class="input-group input-group-sm"> <input type="text" class="form-control input-sm" formControlName="motorKW" id="motorKW"> </div> <app-control-messages [control]="adjustmentForm.controls.motorKW"></app-control-messages> </div> </div> <div class="row"> <div class="col-sm-12"> <div class="input-group input-group-sm"> <input type="text" class="form-control input-sm" formControlName="voltage" id="voltage"> </div> <app-control-messages [control]="adjustmentForm.controls.voltage"></app-control-messages> </div> </div> </form>
kbeanblossom/nsis
src/app/psat/modify-conditions/adjustment-selected/adjustment-field-data/adjustment-field-data.component.html
HTML
mit
2,599
--- comments: false layout: location title: "Location: Iceland" location: Iceland permalink: /iceland/ ---
richardp2/travel
pages/iceland/index.html
HTML
mit
107
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pautomata: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.10.dev / pautomata - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> pautomata <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-22 02:22:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-22 02:22:20 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/pautomata&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/PAutomata&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: p-automata&quot; &quot;keyword: ABR&quot; &quot;keyword: PGM&quot; &quot;keyword: time&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; ] authors: [ &quot;Emmanuel Freund &amp; Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pautomata/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pautomata.git&quot; synopsis: &quot;Parameterized automata&quot; description: &quot;&quot;&quot; This contribution is a modelisation in Coq of the p-automata designed in the CALIFE project (http://www.loria.fr/calife). It contains an axiomatisation of time, the definition of a p-automaton, the definition of binary and arbitrary synchronisation of a family of p-automaton, the semantics of a p-automaton as a labelled transition system. The description of the ABR algorithm as a p-automaton is also given. This work is reported in : P. Castéran, E. Freund, C. Paulin and D. Rouillard ``Bibliothèques Coq et Isabelle-HOL pour les systèmes de transitions et les p-automates&#39;&#39;&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pautomata/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=ac22083aa7f43752637891ba0ab5f1d4&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-pautomata.8.9.0 coq.8.10.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.dev). The following dependencies couldn&#39;t be met: - coq-pautomata -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-pautomata.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.10.dev/pautomata/8.9.0.html
HTML
mit
7,513
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v5.10.0 - v5.10.1: v8::ScriptCompiler::ExternalSourceStream Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v5.10.0 - v5.10.1 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptCompiler.html">ScriptCompiler</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">ExternalSourceStream</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::ScriptCompiler::ExternalSourceStream Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ac3a0221b5725f0b612a6342d8e83d899"><td class="memItemLeft" align="right" valign="top">virtual size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#ac3a0221b5725f0b612a6342d8e83d899">GetMoreData</a> (const uint8_t **src)=0</td></tr> <tr class="separator:ac3a0221b5725f0b612a6342d8e83d899"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6848508547b3508a2d016738f12561e8"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#a6848508547b3508a2d016738f12561e8">SetBookmark</a> ()</td></tr> <tr class="separator:a6848508547b3508a2d016738f12561e8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a425cf1ba265eeca194b805fe5c52bc19"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#a425cf1ba265eeca194b805fe5c52bc19">ResetToBookmark</a> ()</td></tr> <tr class="separator:a425cf1ba265eeca194b805fe5c52bc19"><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>For streaming incomplete script data to <a class="el" href="classv8_1_1V8.html">V8</a>. The embedder should implement a subclass of this class. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="ac3a0221b5725f0b612a6342d8e83d899"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual size_t v8::ScriptCompiler::ExternalSourceStream::GetMoreData </td> <td>(</td> <td class="paramtype">const uint8_t **&#160;</td> <td class="paramname"><em>src</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p><a class="el" href="classv8_1_1V8.html">V8</a> calls this to request the next chunk of data from the embedder. This function will be called on a background thread, so it's OK to block and wait for the data, if the embedder doesn't have data yet. Returns the length of the data returned. When the data ends, GetMoreData should return 0. Caller takes ownership of the data.</p> <p>When streaming UTF-8 data, <a class="el" href="classv8_1_1V8.html">V8</a> handles multi-byte characters split between two data chunks, but doesn't handle multi-byte characters split between more than two data chunks. The embedder can avoid this problem by always returning at least 2 bytes of data.</p> <p>If the embedder wants to cancel the streaming, they should make the next GetMoreData call return 0. <a class="el" href="classv8_1_1V8.html">V8</a> will interpret it as end of data (and most probably, parsing will fail). The streaming task will return as soon as <a class="el" href="classv8_1_1V8.html">V8</a> has parsed the data it received so far. </p> </div> </div> <a class="anchor" id="a425cf1ba265eeca194b805fe5c52bc19"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void v8::ScriptCompiler::ExternalSourceStream::ResetToBookmark </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p><a class="el" href="classv8_1_1V8.html">V8</a> calls this to return to a previously set bookmark. </p> </div> </div> <a class="anchor" id="a6848508547b3508a2d016738f12561e8"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual bool v8::ScriptCompiler::ExternalSourceStream::SetBookmark </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p><a class="el" href="classv8_1_1V8.html">V8</a> calls this method to set a 'bookmark' at the current position in the source stream, for the purpose of (maybe) later calling ResetToBookmark. If ResetToBookmark is called later, then subsequent calls to GetMoreData should return the same data as they did when SetBookmark was called earlier.</p> <p>The embedder may return 'false' to indicate it cannot provide this functionality. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
ec18131/html/classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html
HTML
mit
10,146
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta content="IE=edge;chrome=1" http-equiv="X-UA-Compatible" /> <title>dognews</title> <meta content="width=device-width, initial-scale=1" name="viewport" /> <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.xml" /><!--[if lt IE 9]><script src="../../js/ie8.js" type="text/javascript"></script><![endif]--><link href="../../css/all.css" media="screen" rel="stylesheet" type="text/css" /><script type="text/javascript"> (function(d,e,j,h,f,c,b){d.GoogleAnalyticsObject=f;d[f]=d[f]||function(){(d[f].q=d[f].q||[]).push(arguments)},d[f].l=1*new Date();c=e.createElement(j),b=e.getElementsByTagName(j)[0];c.async=1;c.src=h;b.parentNode.insertBefore(c,b)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create","UA-63279904-1", location.hostname);ga("send","pageview"); </script> <link href="/favicon.png" rel="icon" type="image/png" /> </head> <body> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle collapsed" data-target=".navbar-ex1-collapse" data-toggle="collapse" type="button"><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="/">dognews</a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li> <a href="/menu1.html"> Über Uns </a> </li> <li> <a href="/menu2.html"> Newsletter! </a> </li> <li class="dropdown"> <a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Categories <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> <a href="/tags/businessidee.html">businessidee (38)</a> </li> <li> <a href="/tags/deutschland.html">deutschland (596)</a> </li> <li> <a href="/tags/erziehung.html">erziehung (35)</a> </li> <li> <a href="/tags/fotografie.html">fotografie (5)</a> </li> <li> <a href="/tags/freizeit.html">freizeit (83)</a> </li> <li> <a href="/tags/gesetz.html">gesetz (38)</a> </li> <li> <a href="/tags/gesundheit.html">gesundheit (116)</a> </li> <li> <a href="/tags/herdenhunde.html">herdenhunde (10)</a> </li> <li> <a href="/tags/hundesachkunde.html">hundesachkunde (13)</a> </li> <li> <a href="/tags/hundesport.html">hundesport (12)</a> </li> <li> <a href="/tags/kinder.html">kinder (9)</a> </li> <li> <a href="/tags/kurioses.html">kurioses (29)</a> </li> <li> <a href="/tags/oesterreich.html">oesterreich (63)</a> </li> <li> <a href="/tags/rassen.html">rassen (8)</a> </li> <li> <a href="/tags/ratgeber.html">ratgeber (161)</a> </li> <li> <a href="/tags/rettungshunde.html">rettungshunde (3)</a> </li> <li> <a href="/tags/schweiz.html">schweiz (99)</a> </li> <li> <a href="/tags/senioren.html">senioren (10)</a> </li> <li> <a href="/tags/stars.html">stars (11)</a> </li> <li> <a href="/tags/urlaub.html">urlaub (39)</a> </li> <li> <a href="/tags/veranstaltung.html">veranstaltung (1)</a> </li> <li> <a href="/tags/wandern.html">wandern (17)</a> </li> <li> <a href="/tags/wissen.html">wissen (200)</a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">By Year <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> <a href="/2017.html">2017 (8)</a> </li> <li> <a href="/2016.html">2016 (55)</a> </li> <li> <a href="/2015.html">2015 (458)</a> </li> <li> <a href="/2014.html">2014 (273)</a> </li> </ul> </li> <ul class="list-unstyled list-inline nav navbar-nav navbar-right"></ul> <li><a href="https://twitter.com/cbdognews"> <i class="fa fa-lg fa-inverse fa-twitter-square"></i></a> </li> </ul> </div> </div> </nav> <div class="container"> <div class="row"> <div class="col-lg-9 col-md-9"> <h1> Archive for 2014 </h1> <p> Page 19 of 28 </p> <p> <a href="/2014/page/18.html">Previous page</a> </p> <ul> <h2> <a href="/2014/09/27/herbstzeit-hund-am-meer-zeit.html">Herbstzeit - Hund-am-Meer-Zeit</a> </h2> <p> <small class="label label-default">urlaub</small> <small class="label label-default">deutschland</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 27 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Während man hierzulande leider schon im Herbst ist, genießt man im Süden Europas noch den Sommer. Mit Temperaturen, die Badespaß garantieren, jedoch nicht mehr so sehr den Schweiß treiben. Perfekte Voraussetzungen also für einen Urlaub...</dummy></p> </div> </div><a class="btn btn-primary" href="/2014/09/27/herbstzeit-hund-am-meer-zeit.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/27/die-beliebtesten-filmhunde.html">Die beliebtesten Filmhunde</a> </h2> <p> <small class="label label-default">stars</small> <small class="label label-default">oesterreich</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 27 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Tierfreunde haben es immer schon gewusst, nun liefern amerikanische Wissenschaftler den Beweis: Der Erfolg von Filmen, in denen Hunde eine tragende Rolle spielen, beeinflusst die Beliebtheit der Rassen auch abseits der Leinwand. Wem Lassie...</dummy></p> </div> </div><a class="btn btn-primary" href="/2014/09/27/die-beliebtesten-filmhunde.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/27/absolventin-des-unilehrgangs-angewandte-kynologie-erhalt-bundestierschutzpreis.html">Absolventin des Unilehrgangs Angewandte Kynologie erhält Bundestierschutzpreis</a> </h2> <p> <small class="label label-default">wissen</small> <small class="label label-default">oesterreich</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 27 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Barbara Benett erhielt am 18.9.2014 für ihre wissenschaftliche Arbeit über die Auswirkungen von TV-Serien zu Hundetrainings den Bundestierschutzpreis des Gesundheitsministeriums. Die Abschlussarbeit entstand im Universitätslehrgang Angewandte...</dummy></p> </div> </div><a class="btn btn-primary" href="/2014/09/27/absolventin-des-unilehrgangs-angewandte-kynologie-erhalt-bundestierschutzpreis.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/26/haustiere-per-doppelklick-zum-sittergluck.html">Haustiere: Per Doppelklick zum Sitterglück</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">freizeit</small> <small class="label label-default">businessidee</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 26 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Mit Handy-Apps und Social Media werben Plattformen für private Tiersitter / Vorher sollten Besitzer die richtigen Fragen stellen <a href="http://www.svz.de/nachrichten/ratgeber-uebersicht/digital/per-doppelklick-zum-sitterglueck-id7767141.html">Link</a></p> </div> </div><a class="btn btn-primary" href="/2014/09/26/haustiere-per-doppelklick-zum-sittergluck.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/26/weinwanderung-mit-hunden.html">Weinwanderung mit Hunden</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">wandern</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 26 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Ehe die Lese so richtig beginnt, hat uns von der Hundegruppe der Rheingauer Weinbaupräsident, Peter Seyffardt, Gutsherr vom Weingut Diefenhardt, bei einem Rundgang über Wein und Lagen informiert. Zuerst wurde uns allen das „ große...</dummy></p> </div> </div><a class="btn btn-primary" href="/2014/09/26/weinwanderung-mit-hunden.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/26/12-huskys-mit-127-ps-die-hausmanns-zeigen-ihren-hunde-schlitten.html">12 Huskys mit 127 PS: Die Hausmanns zeigen ihren Hunde-Schlitten</a> </h2> <p> <small class="label label-default">schweiz</small> <small class="label label-default">hundesport</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 26 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Die Schlittenhundeführer aus Zofingen AG besitzen zwölf Huskys. Der älteste ist zwölf Jahre alt, der jüngste knapp drei. Für Fahrten zu Wettbewerben und in die Ferien haben die Hausmanns eine Spezialanfertigung: ein Wohnmobil mit eingebauten...</dummy></p> </div> </div><a class="btn btn-primary" href="/2014/09/26/12-huskys-mit-127-ps-die-hausmanns-zeigen-ihren-hunde-schlitten.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/25/tierischer-jetset-in-der-nebensaison-herrscht-auf-sylt-hundezeit.html">Tierischer Jetset - in der Nebensaison herrscht auf Sylt Hundezeit</a> </h2> <p> <small class="label label-default">urlaub</small> <small class="label label-default">deutschland</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 25 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Ferien mit Hund liegen im Trend. Damit Menschen und Vierbeiner sich rundum erholen können, bietet die Insel Sylt etwa 17 ausgewiesene Hundestrände. Zum Übernachten finden sich auf der ganzen Insel tierfreundliche Gastgeber. Wenn Frauchen...</dummy></p> </div> </div><a class="btn btn-primary" href="/2014/09/25/tierischer-jetset-in-der-nebensaison-herrscht-auf-sylt-hundezeit.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/25/flohprophylaxe-hund-und-katze-winterfest-machen-oder-wer-will-im-winter-schon-ei.html">Flohprophylaxe: Hund und Katze winterfest machen / Oder wer will im Winter schon einen Sack Flöhe hüten?</a> </h2> <p> <small class="label label-default">ratgeber</small> <small class="label label-default">deutschland</small> <small class="label label-default">gesundheit</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 25 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Flohprophylaxe: Hund sowie Katze &ldquo;winterfest&rdquo; machen / Oder wer möchte im Winter bereits einen Sack Flöhe hüten? <a href="http://www.newswalk.info/flohprophylaxe-hund-und-katze-winterfest-machen-oder-wer-will-im-winter-schon-einen-sack-floehe-hueten-291220.html">Link</a></p> </div> </div><a class="btn btn-primary" href="/2014/09/25/flohprophylaxe-hund-und-katze-winterfest-machen-oder-wer-will-im-winter-schon-ei.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/25/krank-durch-haustiere-die-wichtigsten-infektionen-im-uberblick.html">Krank durch Haustiere: Die wichtigsten Infektionen im Überblick</a> </h2> <p> <small class="label label-default">ratgeber</small> <small class="label label-default">deutschland</small> <small class="label label-default">gesundheit</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 25 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Schätzungsweise 30 Millionen Haustiere leben als haarige, gefederte oder geschuppte Familienmitglieder in deutschen Haushalten. Fast immer sind sie eine Bereicherung für das Familienleben. In manchen Fällen bringen Hunde, Katzen und Co...</dummy></p> </div> </div><a class="btn btn-primary" href="/2014/09/25/krank-durch-haustiere-die-wichtigsten-infektionen-im-uberblick.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2014/09/24/vom-rudel-verlassen.html">Vom Rudel verlassen</a> </h2> <p> <small class="label label-default">ratgeber</small> <small class="label label-default">deutschland</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on Sep 24 </p> <hr /> <div class="row"> <div class="article"> <p><dummy> Zerstörte Sachen, Jaulen oder Pinkelpfütze: Hunde machen deutlich, dass sie das Alleinsein ablehnen. Doch sie können es erlernen. <a href="http://www.moz.de/artikel-ansicht/dg/0/1/1328135">Link</a></p> </div> </div><a class="btn btn-primary" href="/2014/09/24/vom-rudel-verlassen.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> </ul> <p> <a href="/2014/page/20.html">Next page</a> </p> <hr /> <aside> <h3> Recent Articles </h3> <ol> <li> <a href="/2017/12/05/nun-ist-es-raus-hunde-sind-kluger-als-katzen.html">Nun ist es raus: Hunde sind klüger als Katzen</a> <span>Dec 5</span> </li> <li> <a href="/2017/07/27/die-macht-der-geruche.html">Die Macht der Gerüche</a> <span>Jul 27</span> </li> <li> <a href="/2017/06/21/vorsicht-giftig-diese-lebensmittel-sollten-hunde-nicht-fressen.html">Vorsicht giftig! Diese Lebensmittel sollten Hunde nicht fressen</a> <span>Jun 21</span> </li> <li> <a href="/2017/03/27/studie-schaferhunde-konnen-brustkrebs-diagnostizieren.html">Studie: Schäferhunde können Brustkrebs diagnostizieren</a> <span>Mar 27</span> </li> <li> <a href="/2017/03/27/atopische-dermatitis-was-tun-wenn-es-juckt-und-kratzt-allergien-belasten-das-woh.html">Atopische Dermatitis: Was tun, wenn es juckt und kratzt? / Allergien belasten das Wohlbefinden ...</a> <span>Mar 27</span> </li> <li> <a href="/2017/02/27/tiermedizin-epilepsie-gen-entdeckt.html">Tiermedizin - Epilepsie-Gen entdeckt</a> <span>Feb 27</span> </li> <li> <a href="/2017/01/17/auch-haustiere-frieren-so-kommt-bello-durch-den-winter.html">Auch Haustiere frieren | So kommt Bello durch den Winter</a> <span>Jan 17</span> </li> <li> <a href="/2017/01/17/hunde-sind-bei-minusgraden-schnell-unterkuhlt.html">Hunde sind bei Minusgraden schnell unterkühlt</a> <span>Jan 17</span> </li> <li> <a href="/2016/12/08/venedig-wo-die-gondeln-hunde-tragen.html">Venedig: Wo die Gondeln Hunde tragen</a> <span>Dec 8</span> </li> <li> <a href="/2016/11/01/hunde-heulten-halbe-stunde-vor-erdbeben.html">Hunde heulten halbe Stunde vor Erdbeben</a> <span>Nov 1</span> </li> </ol> </aside> <hr> <p class="text-center"> ©2018 <a href="/">dognews</a> - <a href="/footer1.html">Disclaimer</a><br /><span class="small">Powered by<a href="https://cloudburo.net/docs/products.html"> Cloudburo Curation Engine</a></span> </p> </hr> </div> <div class="col-lg-3 col-md-3"> <div class="well"> <h4> Categories </h4> <ul class="list-unstyled"> <li> <a href="/tags/businessidee.html">businessidee</a> (38) </li> <li> <a href="/tags/deutschland.html">deutschland</a> (596) </li> <li> <a href="/tags/erziehung.html">erziehung</a> (35) </li> <li> <a href="/tags/fotografie.html">fotografie</a> (5) </li> <li> <a href="/tags/freizeit.html">freizeit</a> (83) </li> <li> <a href="/tags/gesetz.html">gesetz</a> (38) </li> <li> <a href="/tags/gesundheit.html">gesundheit</a> (116) </li> <li> <a href="/tags/herdenhunde.html">herdenhunde</a> (10) </li> <li> <a href="/tags/hundesachkunde.html">hundesachkunde</a> (13) </li> <li> <a href="/tags/hundesport.html">hundesport</a> (12) </li> <li> <a href="/tags/kinder.html">kinder</a> (9) </li> <li> <a href="/tags/kurioses.html">kurioses</a> (29) </li> <li> <a href="/tags/oesterreich.html">oesterreich</a> (63) </li> <li> <a href="/tags/rassen.html">rassen</a> (8) </li> <li> <a href="/tags/ratgeber.html">ratgeber</a> (161) </li> <li> <a href="/tags/rettungshunde.html">rettungshunde</a> (3) </li> <li> <a href="/tags/schweiz.html">schweiz</a> (99) </li> <li> <a href="/tags/senioren.html">senioren</a> (10) </li> <li> <a href="/tags/stars.html">stars</a> (11) </li> <li> <a href="/tags/urlaub.html">urlaub</a> (39) </li> <li> <a href="/tags/veranstaltung.html">veranstaltung</a> (1) </li> <li> <a href="/tags/wandern.html">wandern</a> (17) </li> <li> <a href="/tags/wissen.html">wissen</a> (200) </li> </ul> </div> <div class="well"> <h4> By year </h4> <ol> <li> <a href="/2017.html">2017</a> (8) </li> <li> <a href="/2016.html">2016</a> (55) </li> <li> <a href="/2015.html">2015</a> (458) </li> <li> <a href="/2014.html">2014</a> (273) </li> </ol> </div> </div> </div> </div> <script src="../../js/all.js" type="text/javascript"></script> </body> </html>
acloudburo/dognews
2014/page/19.html
HTML
mit
22,797
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28935_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="page34.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 797px; margin-top: 330px;"> <p class="styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Existing Wells Within Spacing Unit </p> </div> <div style="position: absolute; margin-left: 165px; margin-top: 495px;"> <p class="styleSans46.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Continental Resources, Inc. has identified the following weils which currently exist in the spacing unit consisting of: 19,30,31-T153N-R99W 81 3,N/2 10-T152N-R100W Williams County, ND <br/>API No We“ Name Welibore 19424 3310501935 NENW Sec 19, 153w, 99w Bud 1—19H 375 FNL 1855 FWL 22986 3310502632 NENW Sec 31, 153w, 99w Aifsvaag 1-31H 325 FNL 2100 FWL <br/>CRI has determined that the identified existing wells in the spacing unit specified above are not within 500' of the proposed Alfsvaag 3-31H1 weilbore and do not pose any collision threats during drilling or completion operations. <br/> </p> </div> <div style="position: absolute; margin-left: 385px; margin-top: 1952px;"> <p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W28935_text/page35.html
HTML
mit
1,827
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_111) on Wed Dec 07 09:49:56 CET 2016 --> <title>Article</title> <meta name="date" content="2016-12-07"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Article"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Article.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../bibliotheque/BibliographieReader.html" title="class in bibliotheque"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?bibliotheque/Article.html" target="_top">Frames</a></li> <li><a href="Article.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">bibliotheque</div> <h2 title="Class Article" class="title">Class Article</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>bibliotheque.Article</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">Article</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#abstracts">abstracts</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#author">author</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#doi">doi</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#id">id</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#journal">journal</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#keywords">keywords</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#month">month</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#number">number</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#pages">pages</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#pdf">pdf</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.lang.String[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#tags">tags</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#title">title</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#url">url</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#volume">volume</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#year">year</a></span></code> <div class="block">This class define all of the articles element.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#Article--">Article</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getAbstracts--">getAbstracts</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getAuthor--">getAuthor</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getDoi--">getDoi</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getId--">getId</a></span>()</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getJournal--">getJournal</a></span>()</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getKeywords--">getKeywords</a></span>()</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getMonth--">getMonth</a></span>()</code>&nbsp;</td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getNumber--">getNumber</a></span>()</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getPages--">getPages</a></span>()</code>&nbsp;</td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getPdf--">getPdf</a></span>()</code>&nbsp;</td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>java.lang.String[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getTag--">getTag</a></span>()</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getTitle--">getTitle</a></span>()</code>&nbsp;</td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getUrl--">getUrl</a></span>()</code>&nbsp;</td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getVolume--">getVolume</a></span>()</code>&nbsp;</td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getYear--">getYear</a></span>()</code>&nbsp;</td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setAbstracts-java.lang.String-">setAbstracts</a></span>(java.lang.String&nbsp;abstracts)</code>&nbsp;</td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setArticle-java.lang.String:A-">setArticle</a></span>(java.lang.String[]&nbsp;info)</code>&nbsp;</td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setAuthor-java.lang.String-">setAuthor</a></span>(java.lang.String&nbsp;author)</code>&nbsp;</td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setDoi-java.lang.String-">setDoi</a></span>(java.lang.String&nbsp;doi)</code>&nbsp;</td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setId-int-">setId</a></span>(int&nbsp;id)</code>&nbsp;</td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setJournal-java.lang.String-">setJournal</a></span>(java.lang.String&nbsp;journal)</code>&nbsp;</td> </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setKeywords-java.lang.String-">setKeywords</a></span>(java.lang.String&nbsp;keywords)</code>&nbsp;</td> </tr> <tr id="i22" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setMonth-java.lang.String-">setMonth</a></span>(java.lang.String&nbsp;month)</code>&nbsp;</td> </tr> <tr id="i23" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setNumber-java.lang.String-">setNumber</a></span>(java.lang.String&nbsp;number)</code>&nbsp;</td> </tr> <tr id="i24" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setPages-java.lang.String-">setPages</a></span>(java.lang.String&nbsp;pages)</code>&nbsp;</td> </tr> <tr id="i25" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setPdf-java.lang.String-">setPdf</a></span>(java.lang.String&nbsp;pdf)</code>&nbsp;</td> </tr> <tr id="i26" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setTags-java.lang.String:A-int-">setTags</a></span>(java.lang.String[]&nbsp;tags, int&nbsp;id)</code>&nbsp;</td> </tr> <tr id="i27" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setTitle-java.lang.String-">setTitle</a></span>(java.lang.String&nbsp;title)</code>&nbsp;</td> </tr> <tr id="i28" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setUrl-java.lang.String-">setUrl</a></span>(java.lang.String&nbsp;url)</code>&nbsp;</td> </tr> <tr id="i29" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setVolume-java.lang.String-">setVolume</a></span>(java.lang.String&nbsp;volume)</code>&nbsp;</td> </tr> <tr id="i30" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setYear-java.lang.String-">setYear</a></span>(java.lang.String&nbsp;year)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="author"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>author</h4> <pre>private&nbsp;java.lang.String author</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="title"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>title</h4> <pre>private&nbsp;java.lang.String title</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="journal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>journal</h4> <pre>private&nbsp;java.lang.String journal</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="year"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>year</h4> <pre>private&nbsp;java.lang.String year</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="volume"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>volume</h4> <pre>private&nbsp;java.lang.String volume</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="number"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>number</h4> <pre>private&nbsp;java.lang.String number</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="pages"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pages</h4> <pre>private&nbsp;java.lang.String pages</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="month"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>month</h4> <pre>private&nbsp;java.lang.String month</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="doi"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>doi</h4> <pre>private&nbsp;java.lang.String doi</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="url"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>url</h4> <pre>private&nbsp;java.lang.String url</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="keywords"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>keywords</h4> <pre>private&nbsp;java.lang.String keywords</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="abstracts"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abstracts</h4> <pre>private&nbsp;java.lang.String abstracts</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="pdf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pdf</h4> <pre>private&nbsp;java.lang.String pdf</pre> <div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div> </li> </ul> <a name="tags"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tags</h4> <pre>private&nbsp;java.lang.String[] tags</pre> </li> </ul> <a name="id"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>id</h4> <pre>public&nbsp;int id</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Article--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Article</h4> <pre>public&nbsp;Article()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setId-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setId</h4> <pre>public&nbsp;void&nbsp;setId(int&nbsp;id)</pre> </li> </ul> <a name="setAuthor-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAuthor</h4> <pre>public&nbsp;void&nbsp;setAuthor(java.lang.String&nbsp;author)</pre> </li> </ul> <a name="setTitle-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTitle</h4> <pre>public&nbsp;void&nbsp;setTitle(java.lang.String&nbsp;title)</pre> </li> </ul> <a name="setJournal-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setJournal</h4> <pre>public&nbsp;void&nbsp;setJournal(java.lang.String&nbsp;journal)</pre> </li> </ul> <a name="setYear-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setYear</h4> <pre>public&nbsp;void&nbsp;setYear(java.lang.String&nbsp;year)</pre> </li> </ul> <a name="setVolume-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setVolume</h4> <pre>public&nbsp;void&nbsp;setVolume(java.lang.String&nbsp;volume)</pre> </li> </ul> <a name="setNumber-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setNumber</h4> <pre>public&nbsp;void&nbsp;setNumber(java.lang.String&nbsp;number)</pre> </li> </ul> <a name="setPages-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setPages</h4> <pre>public&nbsp;void&nbsp;setPages(java.lang.String&nbsp;pages)</pre> </li> </ul> <a name="setMonth-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setMonth</h4> <pre>public&nbsp;void&nbsp;setMonth(java.lang.String&nbsp;month)</pre> </li> </ul> <a name="setDoi-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDoi</h4> <pre>public&nbsp;void&nbsp;setDoi(java.lang.String&nbsp;doi)</pre> </li> </ul> <a name="setUrl-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setUrl</h4> <pre>public&nbsp;void&nbsp;setUrl(java.lang.String&nbsp;url)</pre> </li> </ul> <a name="setKeywords-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setKeywords</h4> <pre>public&nbsp;void&nbsp;setKeywords(java.lang.String&nbsp;keywords)</pre> </li> </ul> <a name="setAbstracts-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAbstracts</h4> <pre>public&nbsp;void&nbsp;setAbstracts(java.lang.String&nbsp;abstracts)</pre> </li> </ul> <a name="setPdf-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setPdf</h4> <pre>public&nbsp;void&nbsp;setPdf(java.lang.String&nbsp;pdf)</pre> </li> </ul> <a name="setTags-java.lang.String:A-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTags</h4> <pre>public&nbsp;void&nbsp;setTags(java.lang.String[]&nbsp;tags, int&nbsp;id)</pre> </li> </ul> <a name="setArticle-java.lang.String:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setArticle</h4> <pre>public&nbsp;void&nbsp;setArticle(java.lang.String[]&nbsp;info)</pre> </li> </ul> <a name="getId--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getId</h4> <pre>public&nbsp;int&nbsp;getId()</pre> </li> </ul> <a name="getAuthor--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAuthor</h4> <pre>public&nbsp;java.lang.String&nbsp;getAuthor()</pre> </li> </ul> <a name="getTitle--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTitle</h4> <pre>public&nbsp;java.lang.String&nbsp;getTitle()</pre> </li> </ul> <a name="getJournal--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getJournal</h4> <pre>public&nbsp;java.lang.String&nbsp;getJournal()</pre> </li> </ul> <a name="getYear--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getYear</h4> <pre>public&nbsp;java.lang.String&nbsp;getYear()</pre> </li> </ul> <a name="getVolume--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getVolume</h4> <pre>public&nbsp;java.lang.String&nbsp;getVolume()</pre> </li> </ul> <a name="getNumber--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getNumber</h4> <pre>public&nbsp;java.lang.String&nbsp;getNumber()</pre> </li> </ul> <a name="getPages--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPages</h4> <pre>public&nbsp;java.lang.String&nbsp;getPages()</pre> </li> </ul> <a name="getMonth--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMonth</h4> <pre>public&nbsp;java.lang.String&nbsp;getMonth()</pre> </li> </ul> <a name="getDoi--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDoi</h4> <pre>public&nbsp;java.lang.String&nbsp;getDoi()</pre> </li> </ul> <a name="getUrl--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getUrl</h4> <pre>public&nbsp;java.lang.String&nbsp;getUrl()</pre> </li> </ul> <a name="getKeywords--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getKeywords</h4> <pre>public&nbsp;java.lang.String&nbsp;getKeywords()</pre> </li> </ul> <a name="getAbstracts--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAbstracts</h4> <pre>public&nbsp;java.lang.String&nbsp;getAbstracts()</pre> </li> </ul> <a name="getPdf--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPdf</h4> <pre>public&nbsp;java.lang.String&nbsp;getPdf()</pre> </li> </ul> <a name="getTag--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getTag</h4> <pre>public&nbsp;java.lang.String[]&nbsp;getTag()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Article.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../bibliotheque/BibliographieReader.html" title="class in bibliotheque"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?bibliotheque/Article.html" target="_top">Frames</a></li> <li><a href="Article.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
piatf/miniproject_java
doc/bibliotheque/Article.html
HTML
mit
30,935
<div class="layout is-flex has-islands"> <div class="island--full-width" style="margin: 0px 0px 16px 0px; padding: 0"> <div class="config-title"> Voice Navigation </div> <a href="https://github.com/Dynatrace/davis-server/wiki/Setup-Voice-Navigator" target="_blank" class="config-help"> {{ iConfig.helpLinkText }} </a> </div> <div class="island--full-width" style="margin: 16px 0px 16px 0px; padding: 0"> <button type="button" class="btn btn--secondary" (click)="iDavis.addToChrome()"> Add to Chrome </button> </div> </div>
Dynatrace/davis-server
web/src/app/shared/config/config-chrome/config-chrome.component.html
HTML
mit
575
<!DOCTYPE html> <html lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title> Learning to predict a mathematical function using LSTM &middot; Hardik Goel </title> <!-- CSS --> <link rel="stylesheet" href="/public/css/poole.css"> <link rel="stylesheet" href="/public/css/syntax.css"> <link rel="stylesheet" href="/public/css/hyde.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="/public/favicon.ico"> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> <!-- fa-icon --> <script src="https://use.fontawesome.com/dc0101c58b.js"></script> </head> <body class="layout-reverse theme-base-08"> <div class="sidebar"> <div class="container sidebar-sticky"> <div class="sidebar-about"> <h1> <img src="/images/mugshot.png" height=150px width=auto style="margin-left: 50px; border-radius: 50%; border: 2px solid white; -ms-transform: rotate(1deg); /* IE 9 */ -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */ transform: rotate(1deg);" /> <a href="/"> Hardik Goel </a> </h1> <p class="lead">Computer Scientist & Graduate Student <h3 style="white-space: pre;"> <a href="https://github.com/goelhardik" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a> <a href="https://twitter.com/virtualbaba" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="https://www.facebook.com/hardik.goel.549" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></h3></p> </div> <nav class="sidebar-nav"> <a class="sidebar-nav-item" href="/">Home</a> <a class="sidebar-nav-item" href="/about/">About Me</a> <a class="sidebar-nav-item" href="https://github.com/goelhardik">Projects</a> </nav> <!--<p>&copy; 2016. All rights reserved.</p>--> </div> </div> <div class="content container"> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <div class="post"> <h1 class="post-title">Learning to predict a mathematical function using LSTM</h1> <span class="post-date">25 May 2016 &#9642; <a href="https://goelhardik.github.io/2016/05/25/lstm-sine-wave/#disqus_thread">0 Comments</a></span> <div class="message"> <strong>Long Short-Term Memory (LSTM)</strong> is an RNN architecture that is used to learn time-series data over long intervals. Read more about it <a href="https://en.wikipedia.org/wiki/Long_short-term_memory">here</a> and <a href="http://colah.github.io/posts/2015-08-Understanding-LSTMs/">here</a>. <br /> In this blog post, I'll share how I used an LSTM model to learn a <i>sine wave</i> over time and then how I used this model to generate a sine-wave on its own. </div> <p>In my <a href="/2016/05/25/sampling-sine-wave/">previous post</a>, I shared how I used Python to generate sequential and periodic data from a sine wave. I dumped this data into a file called <em>sinedata.md</em> last time, and we are going to use that dump in this post.</p> <p>For the LSTM, I have used the library called <a href="https://github.com/Lasagne">Lasagne</a>. It is a great library for easily setting up deep learning models. Also, they provide some <a href="https://github.com/Lasagne/Recipes">&quot;Recipes&quot;</a> for quick setup. I have used the LSTM model they provided for text generation and modified it to suit my needs for learning a sine-wave. So I will only share the relevant code in this post to avoid the clutter.</p> <p>First we&#39;ll use <em>pickle</em> to load the data that was generated earlier:</p> <figure class="highlight"><pre><code class="language-python" data-lang="python"><span class="n">in_file</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;sinedata.md&#39;</span><span class="p">,</span> <span class="s">&#39;rb&#39;</span><span class="p">)</span> <span class="n">in_text</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">in_file</span><span class="p">)</span></code></pre></figure> <p>The parameters used for the LSTM are as below:</p> <figure class="highlight"><pre><code class="language-python" data-lang="python"><span class="c"># Sequence Length</span> <span class="n">SEQ_LENGTH</span> <span class="o">=</span> <span class="mi">50</span> <span class="c"># Number of units in the two hidden (LSTM) layers</span> <span class="n">N_HIDDEN</span> <span class="o">=</span> <span class="mi">32</span> <span class="c"># Optimization learning rate</span> <span class="n">LEARNING_RATE</span> <span class="o">=</span> <span class="o">.</span><span class="mo">01</span> <span class="c"># All gradients above this will be clipped</span> <span class="n">GRAD_CLIP</span> <span class="o">=</span> <span class="mi">100</span> <span class="c"># How often should we check the output?</span> <span class="n">PRINT_FREQ</span> <span class="o">=</span> <span class="mi">10</span> <span class="c"># Number of epochs to train the net</span> <span class="n">NUM_EPOCHS</span> <span class="o">=</span> <span class="mi">50</span> <span class="c"># Batch Size</span> <span class="n">BATCH_SIZE</span> <span class="o">=</span> <span class="mi">64</span></code></pre></figure> <p>The LSTM architecture contains just 1 hidden layer with a <code>tanh</code> non-linearity. The output layer has <code>linear</code> non-linearity. There is only 1 output unit. So given the last 50 sine wave samples at a distance of 0.1 <em>x-units</em> each, our network will learn to predict the 51st point. Then given the last 49 samples from the data and the generated sample as the 50th sample, our network will predict the 51st sample once again. It will keep doing this, moving forward in time, for ~200 time steps in our case.</p> <p>So, for this experiment, I have generated sine-wave data for <code>x</code> ranging from 0 to 2000 at a gap of 0.1. I train the LSTM on this data.</p> <p>The gif below shows what the network predicted after each training iteration.</p> <p><img src="/images/sine-wave-prediction.gif" alt="placeholder" title="Sine wave predicted"></p> <p>Some things to note:</p> <blockquote> <ul> <li>The network does not take much time to train; probably because of the <em>sequence length</em> of 50 and 32 <em>hidden units</em></li> <li>The prediction is almost perfect</li> <li>The network can be trained using continuous data and also to predict continuous data</li> </ul> </blockquote> <p>Let us track the variation of training time and number of required epochs with change in sequence length. The target training error is <code>&lt; 0.0001</code>.</p> <p><em>Time Taken</em> vs <em>Sequence Length</em></p> <p><img src="/images/time-vs-seq.png" alt="placeholder" title="TrainingTime vs SeqLen"></p> <p><em>Number of Epochs</em> vs <em>Sequence Length</em></p> <p><img src="/images/epocs-vs-seq.png" alt="placeholder" title="Epochs vs SeqLen"></p> <p>Some things to note:</p> <blockquote> <ul> <li>Sequence length of 20 seems to be enough for training error of the order of 0.0001 </li> <li>Time taken increases as sequence length goes beyond 20, which is expected because of the increased complexity of the model </li> <li>Number of epochs remains the same more or less, for sequence length beyond 20</li> </ul> </blockquote> <p>Let us now track the variation of training time and number of required epochs with change in the number of units in the hidden layer of the LSTM. The target training error is again <code>&lt; 0.0001</code>.</p> <p><em>Time Taken</em> vs <em># Hidden Units</em></p> <p><img src="/images/times-vs-nhid.png" alt="placeholder" title="TrainingTime vs #Hidden"></p> <p><em>Number of Epochs</em> vs <em># Hidden Units</em></p> <p><img src="/images/epochs-vs-nhid.png" alt="placeholder" title="Epochs vs #Hidden"></p> <p>Some things to note:</p> <blockquote> <ul> <li>~15 seems to be a reasonable number of hidden units for training error of the order of 0.0001 </li> <li>Time taken increases as number of hidden untis goes beyond 15, which is expected because of the increased complexity of the model </li> <li>Number of epochs remains the same more or less </li> </ul> </blockquote> <p>A possible explanation for these observations is that the sine-wave is pretty easy to learn. If the network knows the last ~20 values, it can predict what the next value should be. This optimal sequence length should be higher for more complex functions. Also the number of hidden units of ~15, seems to be good for learning to model a sine-wave.</p> </div> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ /* var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; */ (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//http-goelhardik-github-io.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> <li> <h3> <a href="/2016/10/04/fishers-lda/"> Implementing Fisher&rsquo;s LDA from scratch in Python <small>04 Oct 2016</small> </a> </h3> </li> <li> <h3> <a href="/2016/06/04/mnist-autoencoder/"> Building autoencoders in Lasagne <small>04 Jun 2016</small> </a> </h3> </li> <li> <h3> <a href="/2016/05/25/sampling-sine-wave/"> Generating and visualizing data from a sine wave in Python <small>25 May 2016</small> </a> </h3> </li> </ul> </div> </div> <script id="dsq-count-scr" src="//http-goelhardik-github-io.disqus.com/count.js" async></script> </body> </html>
goelhardik/goelhardik.github.io
_site/2016/05/25/lstm-sine-wave/index.html
HTML
mit
11,330
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.7.0"> <meta name="author" content="Leonardo A. Saravia"> <meta name="description" content="Professor/Researcher"> <link rel="alternate" hreflang="en-us" href="https://lsaravia.github.io/tags/scaling/"> <meta name="theme-color" content="hsl(339, 90%, 68%)"> <script src="/js/mathjax-config.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/github.min.css" crossorigin="anonymous" title="hl-light" disabled> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="anonymous"> <script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.1.2/lazysizes.min.js" integrity="sha256-Md1qLToewPeKjfAHU1zyPwOutccPAm5tahnaw7Osw0A=" crossorigin="anonymous" async></script> <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRoboto:400,400italic,700%7CRoboto+Mono&display=swap"> <link rel="stylesheet" href="/css/academic.css"> <link rel="alternate" href="/tags/scaling/index.xml" type="application/rss+xml" title="Leonardo A. Saravia"> <link rel="manifest" href="/index.webmanifest"> <link rel="icon" type="image/png" href="/images/icon_hu17dd387f39160d9f5c698e37a6bf1f01_821_32x32_fill_lanczos_center_2.png"> <link rel="apple-touch-icon" type="image/png" href="/images/icon_hu17dd387f39160d9f5c698e37a6bf1f01_821_192x192_fill_lanczos_center_2.png"> <link rel="canonical" href="https://lsaravia.github.io/tags/scaling/"> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:site" content="@larysar"> <meta property="twitter:creator" content="@larysar"> <meta property="og:site_name" content="Leonardo A. Saravia"> <meta property="og:url" content="https://lsaravia.github.io/tags/scaling/"> <meta property="og:title" content="Scaling | Leonardo A. Saravia"> <meta property="og:description" content="Professor/Researcher"><meta property="og:image" content="https://lsaravia.github.io/img/bio-photo.jpg"> <meta property="twitter:image" content="https://lsaravia.github.io/img/bio-photo.jpg"><meta property="og:locale" content="en-us"> <meta property="og:updated_time" content="2015-12-26T00:00:00&#43;00:00"> <title>Scaling | Leonardo A. Saravia</title> </head> <body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" class="dark"> <aside class="search-results" id="search"> <div class="container"> <section class="search-header"> <div class="row no-gutters justify-content-between mb-3"> <div class="col-6"> <h1>Search</h1> </div> <div class="col-6 col-search-close"> <a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> </div> </div> <div id="search-box"> <input name="q" id="search-query" placeholder="Search..." autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" type="search"> </div> </section> <section class="section-search-results"> <div id="search-hits"> </div> </section> </div> </aside> <nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main"> <div class="container"> <div class="d-none d-lg-inline-flex"> <a class="navbar-brand" href="/">Leonardo A. Saravia</a> </div> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span><i class="fas fa-bars"></i></span> </button> <div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none"> <a class="navbar-brand" href="/">Leonardo A. Saravia</a> </div> <div class="navbar-collapse main-menu-item collapse justify-content-start" id="navbar-content"> <ul class="navbar-nav d-md-inline-flex"> <li class="nav-item"> <a class="nav-link " href="/#splash"><span>Inicial</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#posts"><span>Posts</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#projects"><span>Projects</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#featured"><span>Publications</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#people"><span>People</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/courses/"><span>Courses</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#contact"><span>Contact</span></a> </li> </ul> </div> <ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2"> <li class="nav-item"> <a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a> </li> <li class="nav-item"> <a class="nav-link js-dark-toggle" href="#"><i class="fas fa-moon" aria-hidden="true"></i></a> </li> </ul> </div> </nav> <div class="universal-wrapper pt-3"> <h1>Scaling</h1> </div> <div class="universal-wrapper"> <div> <h2><a href="/post/2015-12-26/">Percolation and scaling in ecology</a></h2> <div class="article-style"> Scaling is a central theme in ecology, well this is my opinion, but there are others that think like me, for example Brian Enquist, that organized a symposium for the 100th anniversary of the Ecological Society of America Scaling in Ecology. He mentioned that two of the most influential papers from ESA were about scaling: Simon Levin The Problem of Pattern and Scale in Ecology and J.H. Brown The Metabolic Theory of Ecology. </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js" integrity="sha256-1zu+3BnLYV9LdiY85uXMzii3bdrkelyp37e0ZyTAQh0=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/r.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.js" integrity="sha256-EErZamuLefUnbMBQbsEqu1USa+btR2oIlCpBJbyD4/g=" crossorigin="anonymous"></script> <script>const code_highlighting = true;</script> <script> const search_config = {"indexURI":"/index.json","minLength":1,"threshold":0.3}; const i18n = {"no_results":"No results found","placeholder":"Search...","results":"results found"}; const content_type = { 'post': "Posts", 'project': "Projects", 'publication' : "Publications", 'talk' : "Talks" }; </script> <script id="search-hit-fuse-template" type="text/x-template"> <div class="search-hit" id="summary-{{key}}"> <div class="search-hit-content"> <div class="search-hit-name"> <a href="{{relpermalink}}">{{title}}</a> <div class="article-metadata search-hit-type">{{type}}</div> <p class="search-hit-description">{{snippet}}</p> </div> </div> </div> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <script id="dsq-count-scr" src="https://lsaravia.disqus.com/count.js" async></script> <script src="/js/academic.min.a0d331bcd05dbe8b31e244f796710f08.js"></script> <div class="container"> <footer class="site-footer"> <p class="powered-by"> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"></a>Esta obra está bajo una <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Licencia Creative Commons Atribución 4.0 Internacional</a>. &middot; Powered by the <a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>. <span class="float-right" aria-hidden="true"> <a href="#" class="back-to-top"> <span class="button_icon"> <i class="fas fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </footer> </div> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Cite</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <pre><code class="tex hljs"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank"> <i class="fas fa-copy"></i> Copy </a> <a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank"> <i class="fas fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> </body> </html>
lsaravia/lsaravia.github.io
tags/scaling/index.html
HTML
mit
14,204
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="css/nwhack.css"> <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ==" crossorigin=""/> </head> <body> <div id="infoBox" class="hidden"> <p class="infoTitle"><span id="type"></span> Fountain</p> <p class="info"><span class="infoLabel">Location</span>: <span class="infoData"><span id="area"></span></span></p> <p class="info"><span class="infoLabel">Neighbourhood</span>: <span class="infoData"><span id="neighbourhood"></span></span></p> <img id="infoImg" /> </div> <div id="legend"> <div class="legTitle">Legend</div> <div class="legItem"><img src="img/standard_fountain.png"> Standard drinking fountain</div> <div class="legItem"><img src="img/dog_fountain.png"> Dog tap</div> <div class="legItem"><img src="img/combo_fountain.png"> Combo standard/dog fountain</div> <div class="legItem"><img src="img/tap_fountain.png"> Drinking tap</div> <div class="legItem"><img src="img/decomissioned_fountain.png"> Decomissioned fountain</div> </div> <div id="map"></div> <script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-lInM/apFSqyy1o6s89K4iQUKg6ppXEgsVxT35HbzUupEVRh2Eu9Wdl4tHj7dZO0s1uvplcYGmt3498TtHq+log==" crossorigin=""></script> <script src="//d3js.org/d3.v4.min.js"></script> <script src="//d3js.org/d3-tile.v0.0.min.js"></script> <script src="js/nwhack.js"></script> </body> </html>
pcclarke/nwhackathon
index.html
HTML
mit
1,783
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket_acceptor::cancel (2 of 2 overloads)</title> <link rel="stylesheet" href="../../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../../index.html" title="Asio"> <link rel="up" href="../cancel.html" title="basic_socket_acceptor::cancel"> <link rel="prev" href="overload1.html" title="basic_socket_acceptor::cancel (1 of 2 overloads)"> <link rel="next" href="../close.html" title="basic_socket_acceptor::close"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../cancel.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../close.html"><img src="../../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="asio.reference.basic_socket_acceptor.cancel.overload2"></a><a class="link" href="overload2.html" title="basic_socket_acceptor::cancel (2 of 2 overloads)">basic_socket_acceptor::cancel (2 of 2 overloads)</a> </h5></div></div></div> <p> Cancel all asynchronous operations associated with the acceptor. </p> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">cancel</span><span class="special">(</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span> </pre> <p> This function causes all outstanding asynchronous connect, send and receive operations to finish immediately, and the handlers for cancelled operations will be passed the <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">operation_aborted</span></code> error. </p> <h6> <a name="asio.reference.basic_socket_acceptor.cancel.overload2.h0"></a> <span><a name="asio.reference.basic_socket_acceptor.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#asio.reference.basic_socket_acceptor.cancel.overload2.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">ec</span></dt> <dd><p> Set to indicate what error occurred, if any. </p></dd> </dl> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../cancel.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../close.html"><img src="../../../../next.png" alt="Next"></a> </div> </body> </html>
dhh1128/intent
old/src/external/asio-1.10.2/doc/asio/reference/basic_socket_acceptor/cancel/overload2.html
HTML
mit
3,958
<!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_13) on Mon Dec 14 15:25:10 MSK 2009 --> <TITLE> Uses of Class org.apache.poi.hwpf.sprm.SectionSprmUncompressor (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2009-12-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="Uses of Class org.apache.poi.hwpf.sprm.SectionSprmUncompressor (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/hwpf/sprm/SectionSprmUncompressor.html" title="class in org.apache.poi.hwpf.sprm"><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/hwpf/sprm/\class-useSectionSprmUncompressor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SectionSprmUncompressor.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.hwpf.sprm.SectionSprmUncompressor</B></H2> </CENTER> No usage of org.apache.poi.hwpf.sprm.SectionSprmUncompressor <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/hwpf/sprm/SectionSprmUncompressor.html" title="class in org.apache.poi.hwpf.sprm"><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/hwpf/sprm/\class-useSectionSprmUncompressor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SectionSprmUncompressor.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 2009 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
tobyclemson/msci-project
vendor/poi-3.6/doc/apidocs/org/apache/poi/hwpf/sprm/class-use/SectionSprmUncompressor.html
HTML
mit
6,370
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>NetFlex: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <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="netflex_logo.jpg"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">NetFlex &#160;<span id="projectnumber">0.0.0</span> </div> <div id="projectbrief">C++11 HTTP Server Library.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>netflex</b></li><li class="navelem"><b>parsing</b></li><li class="navelem"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">start_line_parser</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">netflex::parsing::start_line_parser Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a7b32cf1d39bfaa78d76dff258d984f95">is_done</a>(void) const</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html#a893c1abb768c2884318d7f35d315621b">m_request</a></td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html">netflex::parsing::parser_iface</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a9a573ace2b0c41171e5dda3c16fa71e8">operator&lt;&lt;</a>(std::string &amp;data)</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a38a89b7c84cfcf444a519920f45b1b7e">operator=</a>(const start_line_parser &amp;)=delete</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html#a3e1819d36fdab49c95da13c2411b1d21">parser_iface</a>(http::request &amp;request)</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html">netflex::parsing::parser_iface</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr> <tr><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a8a8554f0cfedc23f4955f5fcd4fa2a30">start_line_parser</a>(http::request &amp;request)</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#ae86a3442c52945efb4868c0853d89be7">start_line_parser</a>(const start_line_parser &amp;)=delete</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html#a51f338717940ff98c19c0298c45a0daa">~parser_iface</a>(void)=default</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html">netflex::parsing::parser_iface</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a7daf79346b3de62c031b0fe262196910">~start_line_parser</a>(void)=default</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
Cylix/NetFlex
docs/html/classnetflex_1_1parsing_1_1start__line__parser-members.html
HTML
mit
6,548
--- layout: null section-type: about title: About --- ## About Jamie Whetsell is a Senior Consultant for Red Hat. Jamie primarily focuses on automation utilizing ansible for public and private cloud deployments. Jamie has a long history in working on Government Open Source Software.
zer0glitch/zer0glitch.github.io
about.html
HTML
mit
287
<div ui-view="single-header"></div> <div class="container"> <div class="row"> <div class="col-xs-12"> <div class="post-content"> <div class="single-header"> <h1 class="title">{{post[0].post_title}}</h1> <div class="attrs"> <div class="attr"> <i class="glyphicon glyphicon-eye-open"></i> <span>{{post[0].views}}</span> </div> <div class="attr"> <i class="glyphicon glyphicon-time"></i> <span>{{post[0].post_date}}</span> </div> </div> </div> <div class="text"> {{post[0].post_content}} </div> </div> </div> <!--./col-xs-12--> </div> <!-- /row--> </div>
eyasliu/EyasBlog
tpls/post-single.html
HTML
mit
975
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../stylesheets/normalize.css"> <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/t2-css.css"> <title>Valerie Smith's DBC Adventure</title> </head> <body> <div id="wrapper"> <!-- begin header div --> <div id="header"> Valerie Smith: Aspiring Web Developer <div id="top-nav"> <ul class="nav"> <li><a href="../index.html">Home</a> <li class="nav"><a href="index.html">Blog</a> <li class="nav"><a href="../dbc_proj_index.html">DBC Projects</a> <li class="nav"><a href="../personal_proj_index.html">Personal Projects</a> <li class="nav"><a href="../about_me.html">About Me</a> </ul> </div> </div> <div id="header_img_sub"></div> <!-- begin post-content div --> <div id="content"> <table width = "100%"> <tr><td class="post_date">14</td><td></td></tr> <tr><td class="post_date">SEP</td><td></td></tr> <tr><td class="post_date">2014</td><td class="post_title">All About Javascript</td></tr> <tr><td class="post_content"></td><td class="post_content"> <p>Javascript's popularity stems from the fact that is able to be interpreted by most browsers without any action on the part of the user. From the perspective of a web developer, JavaScript is lightweight and easy to use. The code can be written in any text editor, and it is immediately ready to be tested and deployed without having to be compiled.</p> <h3>What are the great things about JavaScript?</h3> <p>Javascript is easy to learn, especially for people who have experience with other object oriented programming languages. The structure, syntax, and names of things in JavaScript will be familiar to a Ruby programmer, for instance.</p> <p>As I mentioned above, JavaScript is embedded in most browsers. It will automatically work without requiring the user to download a plug-in. The exception to this is if a user has specifically disabled Javascript in the browser.</p> <p>Javascript allows for client-side interactivity. What this means is that the page can change in response to user input, such as moving something around on the web page or clicking a button, without the page having to talk to the server and reload its contents.</p> <p>From the standpoint of development, there are a lot of resources available to extend JavaScript's functionality and to make it fast and easy to build useful web sites.</p> <h3>What are its limitations?</h3> <p>Used by itself, JavaScript only works on the front end. This means that a page written in JavaScript can't take a user's information, and store it on a server. In order for server side interaction to happen, we have to use additional technology such as Ajax or Node.js.</p> <p>For security reasons, JavaScript cannot change anything outside of the web page on which it exists. If this were possible, JavaScript could be programmed to look at other web pages and possibly make changes that could harm the user's system. Javascript CAN write to cookies, which are small files that are associated with a particular website.</p> <p>If JavaScript is disabled on a particular browser, the page won't work. There is no way for the developer to control this.</p> <p>Like HTML and CSS, JavaScript is not interpreted identically across all browsers. This means that developers have to test their scripts extensively and make allowances for how they work in all different browsers. Alternatively, developers can decide to make the scripts work only in the most popular browsers.</p> </td></tr> </table> <p class="post_footer"><< <a href="t2-css.html">previous</a> | <a href="week3_cultural.html">next</a> >></a></p> </div> <br> <!-- end content div --> <!-- begin footer div --> <div id="footer"> FIND ME ON <a href="http://github.com/valeriesmith" target="_blank"><img src="../imgs/icons/GitHub-Mark-32px.png" width="24px"/></a> <a href="http://twitter.com/valerie_g_smith" target="_blank"><img src="../imgs/icons/social-045_twitter.png"/></a> <a href="https://www.facebook.com/shinyredshoes" target="_blank"><img src="../imgs/icons/social-046_facebook.png"/></a> <a href="https://www.linkedin.com/pub/valerie-smith/2/482/b77" target="_blank"><img src="../imgs/icons/social-051_linkedin.png"/></a> <a href="https://plus.google.com/118211542274486729726/posts" target="_blank"><img src="../imgs/icons/social-080_google_plus.png"/></a> <a href="http://www.pinterest.com/shinyredshoes/" target="_blank"><img src="../imgs/icons/social-073_pinterest.png"/></a> </div> <!-- end footer div --> </div> </body> </html>
valeriesmith/valeriesmith.github.io
blog-posts/week3_technical.html
HTML
mit
4,954
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>A. Sterling - Duck learning</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/icomoon-social.css"> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/leaflet.css" /> <!--[if lte IE 8]> <link rel="stylesheet" href="css/leaflet.ie.css" /> <![endif]--> <link rel="stylesheet" href="css/main.css"> <script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <!-- Navigation & Logo--> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container" style="padding-bottom: 10px;"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo-wrapper navbar-brand"><a href="index.html"><img src="img/logos/duck.png" alt="Duck learning" style="top: -10px;"></a></div> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="index.html">Home</a> </li> <li> <a href="page-portfolio-3-columns-2.html" >Online courses</a> </li> <li> <a href="page-services-1-column.html">Tutoring</a> </li> <li> <a href="index.html">I want to teach</a> </li> <li> <a href="page-contact-us.html">Contact</a> </li> <div class="menuextras" style="float: right; margin-top: 20px;"> <li> <div class="dropdown choose-country"> <a class="#" data-toggle="dropdown" href="index.html"><img src="img/flags/us.png" alt="United States"> US</a> <ul class="dropdown-menu" role="menu"> <li role="menuitem"><a href="index.html"><img src="img/flags/sk.png" alt="Slovakia"> SK</a></li> <li role="menuitem"><a href="index.html"><img src="img/flags/de.png" alt="Germany"> DE</a></li> <li role="menuitem"><a href="index.html"><img src="img/flags/es.png" alt="Spain"> ES</a></li> <li role="menuitem"><a href="index.html"><img src="img/flags/sk.png" alt="Slovakia"> SK</a></li> </ul> </div> </li> <li><a href="page-login.html">Login</a></li> </div> </ul> </div> </div> </nav> <!-- Page Title --> <div class="section section-breadcrumbs" style="margin-top: 5%;"> <div class="visible-xs" style="padding-top: 20px;"> </div> <div class="container"> <div class="row"> <div class="col-md-6"> <h1>Anthony Sterling</h1> </div> </div> </div> </div> <div class="section"> <div class="container"> <div class="row"> <!-- Image Column --> <div class="col-sm-6"> <div class="portfolio-item"> <div class="portfolio-image"> <a href="#"><img src="img/team1.jpg" alt="Project Name"></a> </div> </div> </div> <!-- End Image Column --> <!-- Project Info Column --> <div class="portfolio-item-description col-sm-6"> <h3>Anthony Sterling</h3> <ul class="no-list-style"> <li><b>Full name:</b> Anthony J. Sterling</li> <li><b>Place of work:</b> England, London, Addington square</li> <li><b>Timezone:</b> Europe/United Kingdom GMT</li> <li><b>Studies:</b> <p>University of Kentucky - 2003 (Linguistics),</p> <p>University of Aberdeen - 2008 (Germanic languages)</p></li> <li><b>Certificates:</b> English (C2 level), Dutch (C1 level)</li> <li><b>Available days:</b> Weekdays</li> <li><b>Booking time:</b> 10:00 - 17:00</li> <li><b>Email:</b> <a href="mailto:[email protected]">[email protected]</a></li> <li><b>Telephone:</b> 0907 885 663</li> <li><b>Price:</b> 15.00$/hr.</li> <li class="portfolio-visit-btn"><a href="#" class="btn">Contact tutor</a></li> </ul> </div> <!-- End Project Info Column --> </div> </div> </div> <!-- Footer --> <div class="footer"> <div class="container"> <div class="row"> <div class="col-footer col-md-4"> <h3>Navigate</h3> <ul class="no-list-style footer-navigate-section"> <li><a href="page-blog-posts.html">Home</a></li> <li><a href="page-portfolio-3-columns-2.html">Online Courses</a></li> <li><a href="page-products-3-columns.html">Tutoring</a></li> <li><a href="page-services-3-columns.html">Contact</a></li> </ul> </div> <div class="col-footer col-md-4"> <h3>Contacts</h3> <p class="contact-us-details"> <b>Address:</b> FIIT STU<br/> <b>Phone:</b> +44 123 654321<br/> <b>Fax:</b> +44 123 654321<br/> <b>Email:</b> <a href="mailto:[email protected]">[email protected]</a> </p> </div> <div class="col-footer col-md-4"> <h3>Stay Connected</h3> <ul class="footer-stay-connected no-list-style"> <li><a href="index.html" class="facebook" style="zoom: 0.6"></a></li> <li><a href="index.html" class="twitter" style="zoom: 0.6"></a></li> <li><a href="index.html" class="googleplus" style="zoom: 0.6"></a></li> </ul> </div> </div> <div class="row"> <div class="col-md-12"> <div class="footer-copyright">&copy; 2014 Duck Learning. All rights reserved.</div> </div> </div> </div> </div> <!-- Javascripts --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js"><\/script>')</script> <script src="js/bootstrap.min.js"></script> <script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script> <script src="js/jquery.fitvids.js"></script> <script src="js/jquery.sequence-min.js"></script> <script src="js/jquery.bxslider.js"></script> <script src="js/main-menu.js"></script> <script src="js/template.js"></script> </body> </html>
duck-learning/duck-learning.github.io
page-portfolio-profile.html
HTML
mit
7,468